Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

DigiCall Interview Questions
Questions Answers Views Company eMail

What is meant by Cost Accounting? How it is different from Financial Accounting?

6 17493

how i should sell one mobile phone when interviewer will ask sell this phone to me

18 153654

why do u want to leave the last organization ?

1 2810

why u want to join voice process

13 70102

pronounce words ,pleasure, measure, treasure, clouser, session , mission, jeopardy, passion , father, shoe section , sea shore, demonstration , rationalizations,

5 61232

what is the actual job at a call centre

1 5465

Why do you join to BPO?

2 11691

How to speak fluently English

1 4476

Post New DigiCall Interview Questions




Un-Answered Questions

Explain how can we do load testing for webi reports? (Example if I have have to test one webi report for concurrent users refreshing report at one time)?

533


What are html helpers in asp.net?

515


What is the difference between sql and t sql?

527


Define science

611


What is the Pipe Symbol represented?

616






How do I export a java project?

450


How do I open microsoft word 2013?

305


Is sql server a database?

522


What is mysqli_connect_error ()?

511


Who is an adoptive entrepreneur?

5


What is meant by publisher and why we are using it in CRM 2016?

311


Explain sequence of salesforce triggers and order of execution?

230


public class ActionDTO extends GenericDTO implements Serializable,Auditable { // default serial version id, required for serializable classes. public static final String ACTION_SUSPEND = "SPN"; public static final String ACTION_DEREGISTER = "DRR"; public static final String ACTION_REINSTATE = "REI"; private static final long serialVersionUID = 1L; private Long actionId; private long accountId; private Date actionDate; private String actionType; private String remarks; private AccountDTO account; public ActionDTO() { } public ActionDTO(Long accountId, String action, String remarks, String updatedBy) { setAccountId(accountId); setActionType(action); setActionDate(new Date()); setRemarks(remarks); setUpdatedBy(updatedBy); } public Long getActionId() { return this.actionId; } public void setActionId(Long actionId) { this.actionId = actionId; } public long getAccountId() { return this.accountId; } public void setAccountId(long accountId) { this.accountId = accountId; } public Date getActionDate() { return this.actionDate; } public void setActionDate(Date actionDate) { this.actionDate = actionDate; } public String getActionType() { return this.actionType; } public void setActionType(String actionType) { this.actionType = actionType; } public String getRemarks() { return this.remarks; } public void setRemarks(String remarks) { this.remarks = remarks; } // bi-directional many-to-one association to AccountDTO public AccountDTO getAccount() { return this.account; } public void setAccount(AccountDTO account) { this.account = account; } @Override public String toString() { // TODO Auto-generated method stub return null; } } what is the purpose of @Override public String toString()...and what will do here ?

2168


brief about the methodologies to evaluate weightage of test cases and what are the basic parameters to be considered

2089


Which operator is used to assign a value to a variable?

441