Interview Questions

Q:

What is Blackberry technology?

Answer

BlackBerry is nothing but a handheld wireless device that is just like a two way pager.


It supports the features like mobile telephone, push e-mail, text messaging, web browsing, internet faxing.


In addition to these, all types of wireless information services and multi-touch interfaces are also included. 

Report Error

View answer Workspace Report Error Discuss

0 1698
Q:

What is a class, member and local variable?

Answer

Variables declared within a method are local variables. Variables declared within the class are member variables.  Variables declared within the class with static modifier are class variables 

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1698
Q:

In which of the following cases will total revenue increase?

A) Price rises and demand is inelastic B) Price falls and supply is inelastic
C) Price rises and demand is elastic D) Price falls and demand is inelastic
 
Answer & Explanation Answer: A) Price rises and demand is inelastic

Explanation:

In the case of, "Price rises and demand is inelastic", the total revenue increases.

Report Error

View Answer Report Error Discuss

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

1 1694
Q:

Would you lie for the company ?

Answer

This is one of the trickiest questions in the world of interviewing, as it pits two morals against each other − Loyalty verses Honesty.


In such cases, try to give an answer that’s as diplomatic as possible, like − I will never do anything that could cast a shadow on the company’s image and reputation. I will always consult with my seniors before taking a decision, so that they can guide me with their expertise and level of experience.

Report Error

View answer Workspace Report Error Discuss

1 1694
Q:

What are Math Constants and Functions using JavaScript?

Answer

Math object has two constant : Math.PI and Math.E


 


Math object has following functions:


- Math.abs(val1);


It will give absolute value of val1.


- Math.max(val1,val2);


This fuction will return maximum value from val1 and val2.


- Math.random();


This function will return a random number between 0 and 1.


- Math.floor(val1)


This function will returns decimal value of val1

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1694
Q:

What are the challenges faced while successfully implementing Business intelligence?

Answer

Most companies grasp the potential value of successful business intelligence applications. However, a common challenge that IT professionals encounter is how to find successful BI application that are adopted by users and make a positive impact on the organization and on the bottom line. It can be difficult to structure effective BI project teams, select the right BI application, manage business-IT communications and measure BI success. BI is robust application, developing and optimizing successful BI application is always a challenge which involves structuring BI teams and managing business-IT communication.

Report Error

View answer Workspace Report Error Discuss

2 1691
Q:

What is BDC programming?

Answer

Transferring of large/external/legacy data into SAP system using Batch Input programming. Batch input is a automatic procedure referred to as BDC(Batch Data Communications). The central component of the transfer is a queue file which receives the data vie a batch input programs and groups associated data into “sessions”.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

0 1690
Q:

How to set the cursor to wait in JavaScript?

Answer

The cursor can set to wait in JavaScript by using the property ‘cursor’ property. The following example illustrates the usage.


window.document.body.style.cursor = "wait"; 

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1690