Interview Questions

Q:

What is pro forma ?

Answer

A pro forma invoice is a price quote and subject to change. Accounts Payable Services does not pay from pro forma invoices, statements, quotes or estimates.

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

2 3293
Q:

What is Marker Interface?

Answer

An interface without having any methods and by implementing that interface if our objects will get same ability such type interfaces are called marker interface (or) ability interface (or) tag interface

Report Error

View answer Workspace Report Error Discuss

Subject: Java
Job Role: IT Trainer

1 3293
Q:

Is the JDBC-ODBC Bridge multi-threaded ?

Answer

No. The JDBC-ODBC Bridge does not support multi threading. The JDBC-ODBC Bridge uses synchronized methods to serialize all of the calls that it makes to ODBC. Multi-threaded Java programs may use the Bridge, but they won't get the advantages of multi-threading.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

1 3291
Q:

What does a deadlock mean in DB2?

Answer

When two independent processes contend for the same resource or the resources reserved by one another, it is called a deadlock. -911 and -913 are the SQLcode for a deadlock.

Report Error

View answer Workspace Report Error Discuss

1 3289
Q:

Describe how to create a simple AD rotator script without using database in PHP.

Answer

Following are the steps to create a simple AD rotator script without using database in PHP:


- All the ad’s can be collected in one place and be displayed randomly.rand() function can be used for this purpose.


- In order to NOT use any database, a flat file can be used to store the ad’s.


- In order to store the Ad’s information (HTML code), a flat file say “ad.txt” can be created.


- The random number can be stored in a variable 


$result_random=rand(1, 100);


- Conditions can be checked to display the ad’s.


if($result_random<=70)


{


      echo "Display ad1";


}

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

1 3287
Q:

Which command using Query Analyzer will give you the version of SQL server and operating system?

Answer

SELECT SERVERPROPERTY ('productversion'), SERVERPROPERTY ('productlevel') and SERVERPROPERTY ('edition').

Report Error

View answer Workspace Report Error Discuss

Subject: SQL

0 3283
Q:

'Equity schemes managed strong NAV gains, which boost their assets' was a news in some financial newspapers. What is the full form of the term NAV as used in above head lines ?

A) Nil Accounting Variation B) New Asset Venture
C) Net Accounting Venture D) Net Asset Value
 
Answer & Explanation Answer: D) Net Asset Value

Explanation:

Net asset value (NAV) is value per share of a mutual fund or an exchange-traded fund (ETF) on a specific date or time. It  is the value of an entity's assets minus the value of its liabilities, often in relation to open-end or mutual funds, since shares of such funds registered with the U.S. Securities and Exchange Commission are redeemed at their net asset value.

Report Error

View Answer Report Error Discuss

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

2 3280
Q:

Describe a Time Where You Were Blamed for a Mistake You Did Not Make.

Answer

Personality plays a role in behavioral interviews. Employers want to see that you are well balanced person that knows how to handle themselves. These types of questions are designed to see how you handled situations that can be very personally stressful. Try to share examples that reflect positively on all parties involved. “Once I was blamed for not double checking marketing data, which drastically impacted one of our campaigns. Though I was not the staff member in charge of the data collection and analysis, I knew it would be unproductive to try to pass blame, so I simply asked what steps I could take to help resolve the problem. Afterward I spoke with the staff member in charge of checking data and let them know of the error so that both of us could ensure it would not be repeated.”

Report Error

View answer Workspace Report Error Discuss

1 3277