Interview Questions

Q:

How to create a Delegate?

Answer

public delegate void Del<T>(T item);


Del<int> d1 = new Del<int>(Notify);

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

0 2007
Q:

What is the use of super call?

Answer

By using super call we can call super class constructors  from sub class constructors and we can initialize super class private data.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 2006
Q:

What is severity and priority of bug? Give some example.

Answer

Priority: concern with application from the business point of view. It answers  How quickly we need to fix the bug? Or How soon the bug should get fixed?


Severity: concern with functionality of application. It deals with the impact of the bug on the application.


 

Report Error

View answer Workspace Report Error Discuss

Subject: QA Testing

0 2006
Q:

Which of the following is not true about enterprise systems? 

A) Enterprise software is expressly built to allow companies to mimic their unique business practices. B) Enterprise software includes analytical tools to evaluate overall organizational performance.
C) Enterprise system data have standardized definitions and formats that are accepted by the entire organization. D) Enterprise systems help firms respond rapidly to customer requests for information or products.
 
Answer & Explanation Answer: A) Enterprise software is expressly built to allow companies to mimic their unique business practices.

Explanation:

Enterprise systems (ES) are large-scale application software packages that support business processes, information flows, reporting, and data analytics in complex organizations.

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

How to check that whether the file object is pointing a folder or not?

Answer

boolean isDirectory();

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 2005
Q:

The interest-rate effect suggests that

A) an increase in the price level will increase the demand for money, reduce interest rates, and decrease consumption and investment spending B) an increase in the price level will increase the demand for money, increase interest rates, and decrease consumption and investment spending
C) a decrease in the supply of money will increase interest rates and reduce interest-sensitive consumption and investment spending D) an increase in the price level will decrease the demand for money, reduce interest rates, and increase consumption and investment spending
 
Answer & Explanation Answer: B) an increase in the price level will increase the demand for money, increase interest rates, and decrease consumption and investment spending

Explanation:

The interest-rate effect suggests that an increase in the price level will increase the demand for money, increase interest rates, and decrease consumption and investment spending.

Report Error

View Answer Report Error Discuss

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

0 2001
Q:

What is the difference between path and classpath?

Answer

Path contains path of .exe files(commands).


Classpath contains path of packages. packages can be stored in folder or .jar files

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 2000
Q:

What is the use of API’s in cloud services?

Answer

API stands for Application programming interface is very useful in cloud platforms as it allows easy implementation of it on the system. It removes the need to write full fledged programs. It provides the instructions to make the communication between one or more applications. It also allows easy to create application with ease and link the cloud services with other systems.

Report Error

View answer Workspace Report Error Discuss

Subject: Cloud Computing

0 2000