Interview Questions

Q:

Assuming that you are selected, what will be your strategy for next 30 days?

Answer

If I am chosen for this position, I’ll use my first 30 days in understanding my role carefully in terms of the contribution to the industry and increasing the overall profitability. I’ll sit with my line manager and other juniors to realize what has already been finished and what its impact has been. From there on, I’ll formulate my strategy to development in close conjunction with managers and see that it is perfectly implemented.

Report Error

View answer Workspace Report Error Discuss

Subject: Human Resources

7 7738
Q:

Which among the following are not access Specifiers in C++?

A) Public B) Protected
C) Default D) Private
 
Answer & Explanation Answer: C) Default

Explanation:

Default is the access specifier in java not in C++

Report Error

View Answer Report Error Discuss

Filed Under: C++

4 7738
Q:

How to handle error in the destructor?

A) throwing B) terminate
C) both a & b D) none of the mentioned
 
Answer & Explanation Answer: B) terminate

Explanation:

It will not throw an exception from the destructor but it will the process by using terminate() function.

Report Error

View Answer Report Error Discuss

Filed Under: C++

3 7695
Q:

What ACH stands for?

Answer

ACH stands for Automated Clearing House, which is an electronic transfer of funds between banks or financial institutions.


 

Report Error

View answer Workspace Report Error Discuss

Subject: Bank Interview

0 7636
Q:

HTML language is a set of markup

A) Groups B) Attributes
C) Tags D) Sets
 
Answer & Explanation Answer: C) Tags

Explanation:

HTML language is a set of markup tags. The code used to specify the formatting are called tags. Markup languages are designed for the processing, definition and presentation of text. The language specifies code for formatting, both the layout and style, within a text file. 

 

HTML is an example of a markup language to improve the appearance of, and link text with data on the internet.

Report Error

View Answer Report Error Discuss

6 7631
Q:

Which of the following statements about inheritance is false?

A) Inheritance allows you to minimize the amount of duplicate code in an application by sharing common code among several subclasses. B) A subclass inherits all the members (fields, methods, and nested classes) from its superclass.
C) Through inheritance, a parent class is a more specialized form of the child class. D) Inheritance allows you to reuse the fields and methods of the super class without having to write them yourself.
 
Answer & Explanation Answer: C) Through inheritance, a parent class is a more specialized form of the child class.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Java
Job Role: Analyst , Database Administration , IT Trainer

13 7631
Q:

A co-worker is rude to customers, what would you do?

Answer

That would depend on what kind of a rapport I had with him. If I felt comfortable, I would probably mention that being rude is probably going to be bad for him in the long run, since unhappy customers reflect badly on the sales associate. Otherwise, I would mention to the supervisor what I had witnessed, and let him handle it.

Report Error

View answer Workspace Report Error Discuss

10 7611
Q:

Tell us about a situation in which you had to adjust to changes over which you had no control. How did you handle it?

Answer

Strategy Statement: 


The interviewer is interested in knowing how you are able to perform in a workplace where you are not the one who is ‘making the calls’. The typical workplace environment involves a tiered structure where there are those who make the decisions and those who perform the work. An entry level position most often assumes the role of the latter. 


Sample Response: 


I am a performer of tasks. As a new employee, I understand that many of my duties will be directed by those above me. These will undoubtedly involve changes, and as long as I understand how the changes are related to the betterment of the company/business/corporation, I am fully ‘on board’. I once worked for a corporation where one of my duties was to prepare the annual report. As a result of input from the overseeing board and members, the format for that report was changed significantly. Although this meant that I had to relearn the report-writing process, with my understanding that this change would mean that the report was more accessible and easy to read, I had no problem with the demands of that change.

Report Error

View answer Workspace Report Error Discuss

Subject: Adaptability

19 7565