Interview Questions

Q:

Which keyword is used to declare the min and max functions?

A) iostream B) string
C) algorithm D) None of these
 
Answer & Explanation Answer: C) algorithm

Explanation:

Algorithm header file contain the supporting files needed for the execution of these functions.

Report Error

View Answer Report Error Discuss

Filed Under: C++

1 7840
Q:

How do you check the syntax of a JCL without running it?

Answer

TYPERUN=SCAN on the JOB card or use JSCAN.


TYPERUN=HOLD on the job card.


it is used for syntatical checks and direct job to spool and hold it.

Report Error

View answer Workspace Report Error Discuss

3 7817
Q:

Explain a.) Deceptive Ad b.) Unfair Ad

Answer

Deceptive Ad :


Deceptive advertising is also known as “False Advertising”. It is one form of advertising that will equip consumers with false and misleading information.


 


 


Unfair Ad :


Unfair advertising is very dangerous to consumers that involve legal binding. 


When there is an occurrence of public policy and consumer rights violation in an advertising message, then it is coined as “Unfair advertising”.  

Report Error

View answer Workspace Report Error Discuss

9 7784
Q:

How would you choose the best media to promote your advertisement?

Answer

It depends on the following factors:



  •        Reach

  •        Geographical spread

  •        Nature of target audience/clusters

  •        Previous successful track records

  •        Low budget; high returns etc. 

Report Error

View answer Workspace Report Error Discuss

9 7751
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:

Consumer protection laws are meant to

Answer

Protect the consumer from the seller who cheat to sell his product.


 


The FTC’s Bureau of Consumer Protection stops unfair, deceptive and fraudulent business practices by collecting complaints and conducting investigations, suing companies and people that break the law, developing rules to maintain a fair marketplace, and educating consumers and businesses about their rights and responsibilities.

Report Error

View answer Workspace Report Error Discuss

Subject: Marketing and Sales Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

5 7735
Q:

State the difference between View and Materialized View ?

Answer

The main differenc between View and Materialized View states that -


1. View means it stores the SQL statement in the database and let you use it as a table. Everytime you access the view, the SQL statement executes.


2. Materialized view means it stores the results of the SQL in table form in the database. SQL statement only executes once and after that everytime you run the query, the stored result set is used. Advantage include quick query results.

Report Error

View answer Workspace Report Error Discuss

8 7735
Q:

What is Treasury Bills?

Answer

A Treasury Bill (known as T-Bill) is an instrument of money market, used to finance short term requirements of Government of a country. A T-Bill is issued at a rate lower than the Face value, and redeemed at Face value on maturity, this difference is the rate of interest on T-Bill. This rate of interest is called Risk free Rate of the country.


 

Report Error

View answer Workspace Report Error Discuss

Subject: Finance

7 7706