Questions

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

For intra-State movement, the e-way bill by GST council will be rolled out in a phased manner beginning April 15 and will cover all the States by

A) May 1 B) June 1
C) May 31 D) July 31
 
Answer & Explanation Answer: A) May 1

Explanation:

For intra-State movement, the e-way bill will be rolled out in a phased manner beginning April

15 and will cover all the States by June 1. Businesses will continue to file summary sales return

GSTR-3B until June as the GST (Goods and Services Tax) Council has extended the present

system of return-filing by three months. Electronic way or e-way bill for movement of goods

between States would be implemented from April 1.

Report Error

View Answer Report Error Discuss

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

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