Questions

Q:

Copying the logs on the standby/backup server is an operation of Log Shipping

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

It is one of the operation of Log Shipping

Report Error

View Answer Workspace Report Error Discuss

0 3324
Q:

If the following structure is written to a file using fwrite(), can fread() read it back successfully?

struct emp

{

    char *n;

    int age;

};

struct emp e = { "Sujay",15};

FILE *fp;

fwrite (&e, sizeof (e), 1, fp);

Answer

No, since the structure contains a char pointer while writing the structure to the disk using fwrite() only the value stored in the pointer n would get written. When this structure is read back the address would be read back but it is quite unlikely that the desired string would be present at this address in memory

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3323
Q:

Who has won the Hero Indian Golf Open 2017 ?

A) Gavin Green B) S.S.P. Chawrasia
C) Anirban Lahiri D) Scott Jamieson
 
Answer & Explanation Answer: B) S.S.P. Chawrasia

Explanation:

Chawrasia, became the first Indian to successfully defend a European Tour title and the first player to win their first four events in their home country.

Report Error

View Answer Report Error Discuss

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

8 3323
Q:

What is an error in a program called

A) Power fail B) Crash
C) Virus D) Bug
 
Answer & Explanation Answer: D) Bug

Explanation:

In computer technology, a coding error in a computer program is called a bug.

Report Error

View Answer Report Error Discuss

2 3323
Q:

Where are the Balearic Islands located ?

A) Mediterranean Sea B) BLack Sea
C) Baltic Sea D) North Sea
 
Answer & Explanation Answer: A) Mediterranean Sea

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

1 3322
Q:

Nucleons are

A) protons and neutrons B) neutrons and electros
C) protons and electrons D) protons, neutrons and electrons
 
Answer & Explanation Answer: A) protons and neutrons

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

1 3321
Q:

 A transaction for which all committed changes are permanent is called:

A) atomic. B) consistent.
C) isolated. D) durable.
 
Answer & Explanation Answer: D) durable.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

1 3321
Q:

The folk dance of which state is Kargam?

A) Tamil Nadu B) Andhra Pradesh
C) Kerala D) Odisha
 
Answer & Explanation Answer: A) Tamil Nadu

Explanation:

Kargam is the folk dance of Tamil Nadu state.

Report Error

View Answer Report Error Discuss

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

5 3320