Interview Questions

Q:

Why does a company/business require an Accounts payables process?

Answer

Accounts payable process is required in a company because this will help and guide the accountant to manage their payables with in the normal course of the business.


This includes verifying and checking the invoice details including the credit terms, due date, mode of payment, payee and the items received. Only the items received will be paid. Incase theres a discrepancy against the actual receipts, a credit note will be raised by the supplier against the short-shipped invoice.


At the end of the month, AP reconcilition is required confirming both parties balances thru the statement of accounts (SOA). This you can identify which invoices or payment hasnt been booked yet by both parties and you will end up with the same balances, (equal balance from your company and with their company).

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

4 5680
Q:

X implements Y extends Z

A) X can be class Y,Z are interfaces B) X is an interface Y,Z are classes
C) X,Y are classes Z is an interface D) Complilation error
 
Answer & Explanation Answer: D) Complilation error

Explanation:

It is a compilation error it should be X extends Y implements Z

Report Error

View Answer Report Error Discuss

Filed Under: Java
Job Role: IT Trainer

3 5654
Q:

What is the access scope of a protected method?

Answer A protected method can be accessed by the classes within the same package or by the subclasses of the class in any package.
Report Error

View answer Workspace Report Error Discuss

Subject: Java

1 5646
Q:

Which containers use a FlowLayout as their default layout ?

Answer

The Panel and Applet classes use the FlowLayout as their default layout.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

3 5638
Q:

How do you rate your English skills?

Answer

Again, before you apply for a job to a call center you should be aware that most of the call centers cater to English speaking customers and this needs you to speak clear English without any grammatical mistakes. 

Report Error

View answer Workspace Report Error Discuss

Subject: Call Center

15 5636
Q:

What do you mean by Mischarge Correction?

Answer

A mischarge correction is when the wrong account line was used or the wrong amount was entered. The account that was wrongly charged needs to be credited and the correct account needs to be debited. The information needs to be recorded and duly noted for your office and for the main office. A journal voucher, showing the correction, should be completed as soon as possible. The accountswill not balance at the end of the fiscal year if these corrections are not properly made.

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

2 5627
Q:

What happens if the list-style-type property is used on a non-list element like a paragraph?

Answer

Here the property will be ignored without having any effect on the paragraph.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

3 5622
Q:

Explain about AngularJS boot process.

Answer

When the page is loaded in the browser, following action takes place:


HTML document is loaded into the browser, and evaluated by the browser. AngularJS JavaScript file is loaded; the angular global object is created. Next, JavaScript which registers controller functions is executed.


AngularJS scans through the HTML to look for AngularJS applications and views. Once view is located, it then connects that view to the corresponding controller function.


Then, AngularJS executes the controller functions. It then renders the views with data from the model populated by the controller. The page is ready.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 5614