Questions

Q:

In Germany the Mittle Land Canal runs from the 

A) Elbe to the Wesser B) Rhine to the Wesser
C) Order to the Elbe D) Rhine to the Order
 
Answer & Explanation Answer: D) Rhine to the Order

Explanation:

In Germany an important system of canals has been built in the low lying land between the Baltic Heights and the mountains in the southern part of the country. The Channels cut by these Ice-age rivers and later abandoned, have made it comparatively easy to join up the present river by canals which assist considerably in the movement of heavy goods in the north German Plain

Report Error

View Answer Report Error Discuss

Filed Under: World Geography

1 2643
Q:

What command would you use to create a backup control file?

Answer

Alter database backup control file to trace

Report Error

View answer Workspace Report Error Discuss

3 2642
Q:

What would be the output of the following program?

main()

{

   struct emp

   {

        char *n;

        int age;

   };

   struct emp e1 = { "Dravid", 23};

   struct emp e2 = e1;

   strupr (e2.n);

   printf ("\n%s",e1.n);

}

Answer

DRAVID


When a structure is assigned, passed, or returned, the copying is done monolithically. This means that the copies of any pointer fields will point to the same place as the original. In other words, anything pointed to is not copied. Hence, on changing the name through e2.n it automatically changed e1.n

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2642
Q:

In Which three languages is the Rosetta Stone written?

Answer

Greek, demotic Egyptian and hieroglyphics.

Report Error

View answer Workspace Report Error Discuss

Subject: World History

0 2641
Q:

Which one of the following is a search engine?

A) Bing B) Reddit
C) Pinterest D) Twitter
 
Answer & Explanation Answer: A) Bing

Explanation:
Report Error

View Answer Report Error Discuss

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

2 2641
Q:

Which IRQ does the system timer commonly use?

A) IRQ 1 B) IRQ 0
C) IRQ 3 D) IRQ 4
 
Answer & Explanation Answer: B) IRQ 0

Explanation:

IRQ-0 is the system timer commonly use in all computers. In a computer, IRQ is an interrupt request which acts as a hardware signal sent to the processor that temporarily stops a running program and allows a special program, an interrupt handler, to run instead.

Report Error

View Answer Report Error Discuss

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

3 2641
Q:

Who took charge as new MD & CEO of IDBI Bank 2018?

A) B. Sriram B) Nikitha Haley
C) Rakesh Sharma D) Shivasamudram
 
Answer & Explanation Answer: C) Rakesh Sharma

Explanation:

Government appointed former Canara Bank MD & CEO Rakesh Sharma as the new MD & CEO of IDBI Bank for the tenure of six months. Prior to him B. SRiram was the MD & CEO of IDBI Bank and he retired on September 30, 2018.

MD_CEO_of_IDBI_Bank1539233673.jpg image

Report Error

View Answer Report Error Discuss

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

3 2640
Q:

Hong Kong will be transferred to china in

A) 1990 B) 1996
C) 1997 D) 2000
 
Answer & Explanation Answer: C) 1997

Explanation:
Report Error

View Answer Report Error Discuss

2 2640