Interview Questions

Q:

Just by seeing the signature of the bean how can you specity whether it is a Statefull of Stateless Session Bean?

Answer

The create method in a stateless bean cannot have arguments, and can only have a single method called create(). While create in Stateful bean can have arguments and could be any method starting with create string eg. create(arg1, arg2, ...). Although it is not compiler checked but in stateless bean the ejb Passivate() and ejb Active() methods has to be empty as these functions are never called by EJB container. As conceptually in stateful session bean we might need to store the clients information hence arguments in createare necessary. While in stateless bean we don't hence no arguments are necessary. It's intutive isn't intutive isn't. I my life I haven't seen such a futuristic server programming tool as EJB.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

1 1675
Q:

Invoice is an example of

A) Accounts Receivable B) Accounts Payable
C) Both A & B D) None of the above
 
Answer & Explanation Answer: A) Accounts Receivable

Explanation:
Report Error

View Answer Report Error Discuss

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

0 1670
Q:

Is it possible to use or add a fragment without using a user interface?

Answer

Yes, it is possible to do that, such as when you want to create a background behavior for a particular activity. You can do this by using add(Fragment,string) method to add a fragment from the activity.

Report Error

View answer Workspace Report Error Discuss

0 1665
Q:

Is accounts receivable an asset or liability?

Answer

Accounts receivable is the amount to be received by the seller from the customer. Hence, it comes under asset.

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Receivable Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 1664
Q:

Does Business Intelligence (BI) works with existing applications and databases?

Answer

Yes. Business Intelligence (BI) solution like 1KEY is designed to interoperate with data that exists in virtually any enterprise data source, such as Oracle, IBM DB2, or Sybase. For example, you can use SQL Server 2005 Reporting Services to run reports on data stored in an Oracle database. Also, SQL Server 2005 Integration Services can be used to extract data to or from any OLEDB data source. 1KEY can connect to multiple database, multiple applications like ERP, CRM, SCM, HRM, financial accounting or any other core transactional application (SAP, Orracle E-Business Suite, PeopleSoft, JD Edwards, Siebel, QAD MFG/Pro, Microsoft Dynamics, Navision, Ramco, Tally.ERP)

Report Error

View answer Workspace Report Error Discuss

0 1663
Q:

Why do you think companies outsource their call centers?

Answer

There are mainly four reasons for a company to outsource its call center:


a) Cost saving 


b) Focus on core activities 


c) Access to special enterprise which has expertise in the domain. 


d) Other resource related reasons like relieving resource constraints, reducing staff. 

Report Error

View answer Workspace Report Error Discuss

Subject: Call Center

1 1660
Q:

Explain the correct way to manage Outlets memory?

Answer

Create them as properties in the header that are retained. In the viewDidUnload set the outlets to nil(i.e self.outlet = nil). Finally in dealloc make sure to release the outlet.

Report Error

View answer Workspace Report Error Discuss

0 1657
Q:

What is your Greatest Success?

Answer

This is a good question to highlight your achievements. Don't be smug or arrogant about the success of a project, especially if it was a team effort. You need to give credit to the team, too. You could say what you contributed to the total project and also give credit to others that helped in your success. Don't be overly modest, either.Here are some pointers:


1. Pick something that was clearly a success and highlight your skills.


2. Pick something recent. If you pick something twenty years ago, they are going to wonder what you have done lately.


3. Pick something important. You may have succeeded in many projects that are not that significant. 


4. Pick something easy to explain. If complicated, give the short version.


5. Be sure to explain what you learned from this success.

Report Error

View answer Workspace Report Error Discuss

0 1650