Interview Questions

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

What is Flow control?

Answer

Flow control, also called optimized production technology, focuses on the efficient flow of material through the production process. The philosophy of flow control focuses on bottlenecks. For example, an owner using flow control will not buy a machine capable of 1,000 units an hour if supply 500 units. Examine systems and determine where lowest flow is experienced, then address that point and make sure it operates at full capacity. Flow control applies well where maximum productivity is required.

Report Error

View answer Workspace Report Error Discuss

Subject: Manufacturing

7 5272
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 5265
Q:

How will you make customers feel welcome in our store?

Answer

Countless potential customers in retail shops go unnoticed every day. It is often this attitude of indifference that leads people to shop at other places. Make sure that you have a candidate that will meet and greet your customers. Interviewees, let your personality shine here. Let your interviewer know that you are not afraid to introduce yourself to customers, and that you will not be hiding in the back restocking something.

Report Error

View answer Workspace Report Error Discuss

Subject: Retail

6 5261
Q:

What skills are important for a successful career in fashion design?

Answer

Designers have to either combine marketing intelligence and artistic vision themselves, or be able to delegate business duties to hired specialists, agents, etc. while they focus on the art.

Report Error

View answer Workspace Report Error Discuss

10 5258
Q:

What is ‘Bill Discount’ ?

Answer

‘Bill Discount’ is a settlement of the bill, where your electricity bill or gas bill is sold to a bank for early payment at less than the face value and the bank will recover the full amount of the bill from you before bill due date. For example, electricity bill for XYZ is $1000; the electricity bill company will sell the bill to the bank for 10% to 20% discount to the face value. Here, the bank will buy the electricity bill for $900 whose face value is $1000, now the bank will recover, full amount of bill from the customer i.e $1000. If the customer fails to pay the bill, the bank will put interest on the outstanding bill and ask the customer for the payment.


 

Report Error

View answer Workspace Report Error Discuss

Subject: Bank Interview

2 5256
Q:

What is the difference between realloc() and free()?

Answer

The free subroutine frees a block of memory previously allocated by the malloc subroutine. Undefined results occur if the Pointer parameter is not a valid pointer. If the Pointer parameter is a null value, no action will occur. The realloc subroutine changes the size of the block of memory pointed to by the Pointer parameter to the number of bytes specified by the Size parameter and returns a new pointer to the block. The pointer specified by the Pointer parameter must have been created with the malloc, calloc, or realloc subroutines and not been deallocated with the free or realloc subroutines. Undefined results occur if the Pointer parameter is not a valid pointer.

Report Error

View answer Workspace Report Error Discuss

Subject: C++

0 5248
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 5236