Interview Questions

Q:

What do you mean by reference variable in c++?

Answer

A reference variable provides an alias to a previously defined variable.


Data type & reference-name = variable name

Report Error

View answer Workspace Report Error Discuss

Subject: C++
Job Role: Software Architect

0 5102
Q:

Promotions and promotion mix :

What is the difference between a marketing mix and a promotional mix?

Answer

A marketing mix and a promotional mix does have some differences, both being highly crucial for the success of a business. Marketing is very essential for the growth and continuity of business operations. It helps in creating new customers and retaining the existing ones to keep the business ongoing. Marketing focuses on all the elements of the marketing mix viz product, price, place and promotion while promotion focuses more on the customer- how to reach a product to its customers and how to sell it to them ultimately

Report Error

View answer Workspace Report Error Discuss

3 5099
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 5090
Q:

Can SQL Servers linked to other servers like Oracle?

Answer

SQL Server can be linked to any server provided it has OLE-DB provider from Microsoft to allow a link. E.g. Oracle has an OLE-DB provider for oracle that Microsoft provides to add it as linked server to SQL Server group.

Report Error

View answer Workspace Report Error Discuss

Subject: SQL

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

6 5079
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

1 5078
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 5071
Q:

Tell me about the most difficult or complex idea you have had to explain to someone.

Answer

When communicating complex ideas, you keep your message simple and straightforward – avoiding technical jargon and overusing statistics. You don’t expect people to have the same background knowledge as you and are careful to introduce your idea in clear, concise terms. You find that giving examples, using pictures and graphs helps clarify difficult concepts and can be useful as people have different learning styles. You always encourage questions and if somebody is having difficulty understanding, you are quick to adapt your style.

Report Error

View answer Workspace Report Error Discuss

Subject: Communication

8 5067