Interview Questions

Q:

Which among the following are not the c++ tokens

A) Identifiers B) keywords
C) Strings D) None
 
Answer & Explanation Answer: D) None

Explanation:

All the above listed options are c++ tokens .They  include:

             - keywords

             - Identifiers

             - Constants

             - Strings

             - operators

Report Error

View Answer Report Error Discuss

Filed Under: C++
Exam Prep: GATE

4 4918
Q:

Difference between clustering and mirroring .

Answer

- Clustering means one than one database server configured for the same user connection. When users connect, one of the server’s responds and connects based on availability. The user is completely ignorant of the fact that there are more than one database servers. It demands high cost due to infrastructure needs. Clustering is hence done on server level.


- Mirroring means, one has many configured databases on the same server. Mirrors are basically copies of the original database. Mirroring is hence done on database level. 

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle

3 4915
Q:

Which payment method typically charges the highest interest rates?

A) Credit cards B) Payday loans
C) Cashier's checks D) Pre-paid cards
 
Answer & Explanation Answer: B) Payday loans

Explanation:

Both Credit cards and Payday loans payment methods typically charges the highest interest rates. When compared Payday loans seems to charge a little bit higher interest rates than Credit Cards interest rates.

Report Error

View Answer Report Error Discuss

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

4 4910
Q:

Explain the basic difference between Intra partition TDQ and Extra partition TDQ?

Answer

INTRA PARTITION TD QUEUE : It is a goup of sequential records which are produced by the same and / or different transaction within a CICS region. These Qs are stored in only one physical file (VSAM) in a CICS region, which is prepared by the system programmer. Once a record is read from a queue, the record will be logically removed from the queue.


EXTRA PARTITION TD QUEUE:  It is a group of sequential record which interface between the transaction s of the CICS region and the systems outside of CICS region. Each of there TDQs is a separate physical file, and it may be on the disk, tap, printer or plotter.

Report Error

View answer Workspace Report Error Discuss

0 4906
Q:

What is mandatory for designing a new container?

A) Classes B) Iterators
C) Container D) None of these
 
Answer & Explanation Answer: B) Iterators

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: C++

0 4901
Q:

Can we use include ("xyz.PHP") two times in a PHP page "index.PHP"?

Answer

    Yes we can use include("xyz.php") more than one time in any page. but it create a prob when xyz.php file contain some funtions declaration then error will come for already declared function in this file else not a prob like if you want to show same content two time in page then must incude it two time not a prob

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 4896
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

9 4887
Q:

Which one of the following sorts rows in SQL?

A) ORDER BY B) GROUP BY
C) SORT BY D) ALIGN BY
 
Answer & Explanation Answer: A) ORDER BY

Explanation:
Report Error

View Answer Report Error Discuss

0 4874