Interview Questions

Q:

What is the Run-Time Type Information?

A) Information about an object’s datatype at runtime B) Information about the variables
C) Information about the given block D) None of these
 
Answer & Explanation Answer: A) Information about an object’s datatype at runtime

Explanation:

With the help of RTTI, We can get the information about the data type at the runtime.

Report Error

View Answer Report Error Discuss

Filed Under: C++

1 3404
Q:

Suspense account group is defined under

A) Assets B) Income
C) Expenditure D) Liabilities
 
Answer & Explanation Answer: D) Liabilities

Explanation:
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 3403
Q:

What is Control File used for?

Answer

Control File is used for:
- Database recovery.
- Whenever an instance of an ORACLE database begins, its control file is used to identify the database and redo log files that must be opened for database operation to go ahead.

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle

1 3402
Q:

What experience do you have in lean manufacturing field?

Answer

Hopefully if you're applying for this position you have bags of related experience and if that's the case you should mention it all. But if you're switching careers or trying something a little different, your experience may initially not look like it's matching up. That's when you need a little honest creativity to match the experiences required with the ones you have. People skills are people skills after all, you just need to show how customer service skills can apply to interrnal management positions, and so on. 

Report Error

View answer Workspace Report Error Discuss

Subject: Manufacturing

2 3401
Q:

What is synchronization and why is it important ?

Answer

With respect to multithreading, synchronization is the capability to control the access of multiple threads to shared resources. Without synchronization, it is possible for one thread to modify a shared object while another thread is in the process of using or updating that object's value. This often leads to significant errors.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 3397
Q:

When was the last time you were angry? What happened?

Answer

Anger to me means loss of control. I do not lose discipline. When I get pressured,I step back, I will take a long breath, thoughtfully think through the situation and then start to formulate a course of action. For example, when I am given multiple projects to complete in a short period of time, rather than feeling frustrated, I come up with an approach for the way how to finish the work in a consistent, methodical manner that will not overwhelm me.

Report Error

View answer Workspace Report Error Discuss

Subject: Communication

6 3390
Q:

Describe how to step through code in .NET.

Answer

Steps to step through the code in .NET:



  1. Start the program in debug mode.

  2. When the first breakpoint is reached then step through can be done in one of the two ways:



  •  Press F10 to move to next line.

  •  Select debug menu and click on step over. This would step over the breakpoint to next level.


       3. Other options are: “Step Into” and “Step Out”.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

1 3390
Q:

Why would a company distribute its earnings through dividends to common stockholders?

Answer

Regular dividend payments are signals that a company is healthy and profitable. Also, issuing dividends can attract investors (shareholders). Finally, a company may distribute earnings to shareholders if it lacks profitable investment opportunities.

Report Error

View answer Workspace Report Error Discuss

Subject: Finance

3 3378