Questions

Q:

The Ajanta Cave Paintings are a testimony to the golden age of ____ in India.

A) Buddhism B) Shaivism
C) Jainism D) Vaishnavism
 
Answer & Explanation Answer: A) Buddhism

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

2 2093
Q:

What are the different functions of Scheduler?

Answer

Scheduler deals with the problem of deciding which of the process in the ready queue is to be allocated the CPU. Short Term Schedulers, Long Term Schedulers

Report Error

View answer Workspace Report Error Discuss

1 2092
Q:

As a wholesaler what are the problems you would face in ensuring the commitment to your retail suppliers?

Answer

As a wholesaler, applicant should say that he/she would face production problem, growing consumption, not concentrating on important market segment, scale of operations not being proper, delivery to different stores and having some issues with suppliers and not a good relationship with suppliers. I would face these problems in reaching the target commitment to suppliers as a wholesaler.

Report Error

View answer Workspace Report Error Discuss

Subject: Retail

1 2092
Q:

Explain compiler?

Answer

compiler is used to translate the high-level language program into machine code at a time. It doesn't require special instruction to store in a memory, it stores automatically. the execution time is less compared interpreter.


A compiler is a program that translates a source program written in some high-level programming langualge (such as Java) into machine code for some computer architecture (such as the Inter Pentium archiecture).

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2092
Q:

Most catches in test cricket by wicket keeper?

A) MV. Boucher B) M.S Dhoni
C) Gilchrist D) IA. Healy
 
Answer & Explanation Answer: A) MV. Boucher

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

4 2091
Q:

Which Governor-General prohibited practice of 'Sati' in 1829?

A) Sir George Barlow B) Lord William Bentinck
C) Warren Hastings D) Lord Minto
 
Answer & Explanation Answer: B) Lord William Bentinck

Explanation:

Lord William Bentinck was the Governor-General who prohibited practice of 'Sati' in the year 1829.

Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

4 2091
Q:

The powder keg in the balkans refers to the

A) efforts taken to ease tensions throughout the region B) invasion of the region
C) larger number of munitions factories built in the region D) political instability of the region
 
Answer & Explanation Answer: D) political instability of the region

Explanation:

In the early 20th century, the Balkans were called a "powder keg" because the political situation in the region was very unstable. For a long time, the Ottoman Turks occupied the balkans, and with the rise of nationalism, some balkan states declared independence.

Report Error

View Answer Report Error Discuss

Filed Under: World History
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk

1 2091
Q:

What would be the output of the following program?

main()

{

    char a[] = "Visual C++";

    char *b = "Visual C++";

    printf ("\n%d %d", sizeof (a), sizeof (b));

    printf ("\n%d %d", sizeof (*a), sizeof (*b));

Answer

11  2


 1   1

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2090