Interview Questions

Q:

Explain What are the issues related with Accounts receivable?

Answer

Issues related to AR
1. Invoice discrepancies / no proper documents
2. Services / goods delivered not satisfactory
3. Customer do more negotiation even your invoice as per agreed terms and conditions
4. Very Important issue if no proper follow up from your side my result you receivable to Bad Debts

Report Error

View answer Workspace Report Error Discuss

1 4106
Q:

What’s the difference between accessing a class method via -> and via ::?

Answer :: is allowed to access methods that can perform static operations, i.e. those, which do not require object initialization.
Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 4104
Q:

What is diffrence between automatic Payments Batches and automatic payments?

Answer

Automatic payments batch means auto payment is done on the bases of the batch, which u created for the payment of particular pay group etc.


Automatic payments means auto payments is done on the bases of single transaction u selected base for the payments

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

3 4100
Q:

What are the different types of assemblies? Explain them in detail.

Answer

The following are the two types of assemblies:



          =>  Private Assembly - Refers to the assembly that is used by a single application. Private assemblies are kept in a local folder in which the client application has been installed.

          =>  Public or Shared Assembly - Refers to the assembly that is allowed to be shared by multiple applications. A shared assembly must reside in Global Assembly Cache (GAC) with a strong name assigned to it.


For example, imagine that you have created a DLL containing information about your business logic. This DLL can be used by your client application. In order to run the client application, the DLL must be included in the same folder in which the client application has been installed. This makes the assembly private to your application. Now suppose that the DLL needs to be reused in different applications. Therefore, instead of copying the DLL in every client application folder, it can be placed in the global assembly cache using the GAC tool. These assemblies are called shared assemblies.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

0 4100
Q:

Tell me about a time you had to handle multiple responsibilities. How did you organize the work you needed to do?

Answer

Sample Response :


While attending college, I also worked at a law firm. I was successful because I practiced good time-management skills, and I made a to-do list every day. As I completed each task, I checked it off the list. It is funny how something so simple can keep you so organized. As a result of my to-do lists, I was able to visualize my daily progress.

Report Error

View answer Workspace Report Error Discuss

Subject: Adaptability

8 4097
Q:

What is the difference between Tags and HTML Elements ?

Answer

* HTML elements communicate with the Browser how to represent the text.


* HTML elements become HTML tags when enclosed within the angular brackets as "<>".

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

9 4093
Q:

Which small finance Bank is included in the second schedule of the Reserve Bank of India Act, 1934 ?

A) Janalakshmi B) Utkarsh
C) Suryoday D) None
 
Answer & Explanation Answer: C) Suryoday

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Bank Interview
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

4 4092
Q:

Why is it expensive to use objects for exception?

A) Exception object is created only if an error actually happens B) Because of execution time
C) Memory space involved in creating an exception object D) None of the mentioned
 
Answer & Explanation Answer: A) Exception object is created only if an error actually happens

Explanation:

If an error occurs in program, then only exception object is created otherwise, It will not be created. So it’s expensive to use in the program.

Report Error

View Answer Report Error Discuss

Filed Under: C++

1 4091