Questions

Q:

Look at the underlined part of each sentence. Below each sentence are given three possible substitutions for the underlined part. If one of them (a), (b) or (c) is better than the underlined part, indicate your response on the Answer Sheet against the corresponding letter. If none of the substitutions imporves the sentence, indicate (d) as your response on the Answer Sheet.

Mahatma Gandhi is called as the Father of the Nation.

A) called Father of the Nation B) called the Father of the Nation
C) Father of the Nation D) No improvement
 
Answer & Explanation Answer: D) No improvement

Explanation:

No improvement required. Sentence is idiomatically correct.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2766
Q:

What is virtual channel?

Answer

Virtual channel is normally a connection from one source to one destination, although multicast connections are also permitted. The other name for virtual channel is virtual circuit.

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

0 2765
Q:

Which two atoms form an ionic bond?

Answer

Ionic bonding is a type of chemical bond in which valence electrons are lost from one atom and gained by another.. This bond generates two oppositely charged ions.


In ionic bonds, the metal loses electrons to become a positively charged cation, whereas the nonmetal accepts those electrons to become a negatively charged anion.


 


Example ::


One example of an ionic bond is the formation of sodium fluoride, NaF, from a sodium atom and a fluorine atom. In this reaction, the sodium atom loses its single valence electron to the fluorine atom, which has just enough space to accept it. The ions produced are oppositely charged and are attracted to one another due to electrostatic forces.

Report Error

View answer Workspace Report Error Discuss

Subject: Chemistry Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

0 2765
Q:

Anaerobic glycolysis occurs without

A) water B) glucose
C) oxygen D) All of the above
 
Answer & Explanation Answer: C) oxygen

Explanation:

Anaerobic glycolysis is the transformation of glucose to lactate when limited amounts of oxygen (O2) are available. 

 

Hence, Anaerobic glycolysis occurs without oxygen.

Report Error

View Answer Report Error Discuss

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

0 2765
Q:

A feature of catabolic reactions is that they

A) occur only in mitochondria B) occur only during loss of body weight
C) involve release of energy D) involve consumption of energy
 
Answer & Explanation Answer: C) involve release of energy

Explanation:
Report Error

View Answer Report Error Discuss

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

5 2765
Q:

What procedure you will follow when taking a customer’s call?

Answer

Answer this question around the following steps :


1. Greet customer.


2. Tell your name to the customer.


3. Ask customer how you can be of any assistance to him/her.


4. Listen carefully and patiently to the customers query or requirement.


5. Provide the customer with the best solution or assistance without making him/her wait for long.


6. Inquire if customer is satisfied with the assistance or help provided.


7. Ask the customer if he needs any further assistance.

Report Error

View answer Workspace Report Error Discuss

Subject: Call Center

2 2765
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 2765
Q:

Who was discovered Oxygen?

A) John Dalton B) Thomas Moore
C) Lavoisier D) Joseph Priestley
 
Answer & Explanation Answer: D) Joseph Priestley

Explanation:

Joseph Priestley and Carl Wilhelm Scheele both independently discovered oxygen in the year 1774, but Priestly is usually given credit for the discovery.

Who_was_discovered_Oxygen1561116136.jpg image

Report Error

View Answer Report Error Discuss

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

3 2764