Interview Questions

Q:

What do you mean by invoice on hold?

Answer

Invoice holds are 2 types
1)Sytem Hold               2) User Defined Holds.

Sytem Holds: Sytem holds the invoice if the Invoice Amt total is not equal to Invoice Distribution Amt. To release the hold correct the amount and again validate the invoice.

User Defined Holds: These is defined by user. If we do want to make payments to the validated invoice. Go to particular invoice and apply hold going to Holds tab.

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

6 10612
Q:

How do define the user-defined exceptions?

A) inheriting and overriding exception class functionality. B) overriding class functioality.
C) inheriting class functionality D) none of the mentioned
 
Answer & Explanation Answer: A) inheriting and overriding exception class functionality.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: C++

4 10531
Q:

Write SQL Query to display current date?

Answer

The built in function called GetDate() returns the time stamp.

Report Error

View answer Workspace Report Error Discuss

Subject: SQL

18 10520
Q:

What was the toughest decision you ever had to make?

Answer

“What was the toughest decision you ever had to make?” that means they want to gauge your ability of decision even if there is really hard to choose between any two.


They want to hear on what circumstances what will be your priorities and values you take while taking a decision which can effect a lot and most important to it.


Your decision skills are shown to interviewer that you answer will reflect. You must be accurate in your answer and try to explain the conditions and evidences upon which you taken such decision. Also you can tell how those decisions are beneficial for you in further life.


 


Best Answer for “What was the toughest decision you ever had to make?”


There are 2 toughest decisions that I ever made in my life.


The first one is about to choose my career. I want to be an engineer but my parents planned for me something else because of financial problems. At that time this decision was toughest for me to choose parents planned career path or my own. But I go against to my parents path and tried my best to get the scholarship from college, which I also did giving my best performance.


Second decision that I have taken is to choose between job and higher studies. In this I have chosen to do job only. I have to learn more within the job and get an experience in my field. I also want to emphasize my skills and gain more knowledge in reputed company.

Report Error

View answer Workspace Report Error Discuss

Subject: Human Resources

5 10517
Q:

What is the journal entry process from the time of generating an invoice to receiving payment?

Answer

When an invoice is generated and sent to the client/customer, the JE to be passed is debit customer account and credit revenue/accounts receivable account. When payment is received from customer, then debit bank account and credit the customer account concerned

Report Error

View answer Workspace Report Error Discuss

8 10417
Q:

Which design patterns benefit from the multiple inheritance?

A) Adapter and observer pattern B) Code pattern
C) Glue pattern D) None of these
 
Answer & Explanation Answer: A) Adapter and observer pattern

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: C++

5 10379
Q:

Have you worked with someone you didn't like? If so, how did you handle it?

Answer

Yes, I've worked with someone whom I found difficult to like as a person. However, when I focused on the skills they brought to the job, their ability to solve problems and the two things I did appreciate, slowly my attitude towards them changed. We were never friends, but we did work well together.

Report Error

View answer Workspace Report Error Discuss

Subject: Work History

11 10363
Q:

Which of the following type of data member can be shared by all instances of its class?

A) Public B) Inherited
C) Static D) None
 
Answer & Explanation Answer: C) Static

Explanation:

Static members are shared by all the instances of the class

Report Error

View Answer Report Error Discuss

Filed Under: C++

2 10360