Interview Questions

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 4090
Q:

What's the difference between Session and Cookie?

Answer

The principle distinction amongst sessions and cookies is that sessions are put away on the server, and cookies are put away on the client's PCs in the content record position. Cookies can not hold various variables,But Session can hold numerous variables.We can set expiry for a cookie,The session just stays dynamic the length of the program is open.Users don't have admittance to the information you put away in Session,Since it is put away in the server. Session is mostly utilized for login/logout reason while cookies utilizing for client movement following.

Report Error

View answer Workspace Report Error Discuss

Subject: PHP
Job Role: Database Administration

1 4089
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 4088
Q:

Party account can be created through

Party_account_can_be_created_through1552996763.jpg image

A) Inventory creation window B) Group creation window
C) Ledger creation window D) Any of the above
 
Answer & Explanation Answer: C) Ledger creation window

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Accounts Payable
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 4084
Q:

What is Log Shipping?

Answer

Log shipping is the process of automating the backup of database and transaction log files on a production SQL server, and then restoring them onto a standby server. Enterprise Editions only supports log shipping. In log shipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and can be used this as the Disaster Recovery plan. The key feature of log shipping is that it will automatically backup transaction logs throughout the day and automatically restore them on the standby server at defined interval.

Report Error

View answer Workspace Report Error Discuss

Subject: SQL

0 4084
Q:

Does VB Supports OOPS Concepts?

Answer

Visual Basic is not support Inheritance and Data binding OOPS Concept 

Report Error

View answer Workspace Report Error Discuss

2 4082
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 4082
Q:

What is a data binding in AngularJS?

Answer

Data binding is an automatic synchronization of data between model and view components. ng-model directive is used in Data binding.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology
Job Role: Software Architect

1 4080