Questions

Q:

Which of the following Gods are also known as Lokapalas or the Guardians of the Universe?

A) Yama, Indra, Varuna and Kubera B) Indra, Varuna, Skanda and Kubera
C) Indra,Varuna, Yama and Brahma D) Yama, Shiva, Kubera and Indra
 
Answer & Explanation Answer: A) Yama, Indra, Varuna and Kubera

Explanation:

In Hinduism, the guardians of the cardinal directions are called the Lokapālas, or Dikpalaka. Aṣṭa-Dikpāla ("Guardians of Eight Directions")

1.Kubera (North)

2.Yama (South)

3.Indra (East)

4.Varuṇa (West)

5.Īśāna (Northeast)

6.Agni (Southeast)

7.Vayu (Northwest)

8.Nirṛti (Southwest)

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

0 2097
Q:

The ozone layer is part of the

A) Troposphere B) Stratosphere
C) Ionosphere D) Mesosphere
 
Answer & Explanation Answer: B) Stratosphere

Explanation:
Report Error

View Answer Report Error Discuss

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

2 2096
Q:

Photorespiration lowers the efficiency of photosynthesis by

A) consuming carbon dioxide B) removing ribulose bisphosphate molecules
C) releasing RuBP carboxylase molecules D) None of the above
 
Answer & Explanation Answer: B) removing ribulose bisphosphate molecules

Explanation:

photorespiration lowers the efficiency of photosynthesis by removing ribulose bisphosphate molecules.

Report Error

View Answer Report Error Discuss

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

2 2096
Q:

Which of the following compounds from nitrites with nitrous acid?

A) Primary amines B) Secondary amines
C) Tertiary amines D) All of these
 
Answer & Explanation Answer: D) All of these

Explanation:

The acid and the nitrite form nitrous acid which then reacts with the amine.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 2096
Q:

Project Communications Management

What are the Project Management Processes included in the Project Communications Management?

Answer

Communications planning - Determining the information and communications needs of the project stakeholders.


Information Distribution - Making needed information available  to project stakeholders in a timely manner.


Performance Reporting - Collecting and distributing performance information. This includes status reporting, progress measurement, and forecasting.


Manage Stakeholders - Managing communications to satisfy the requirements of and resolve issues with project stakeholders.

Report Error

View answer Workspace Report Error Discuss

0 2096
Q:

Explain the concept of the batched operating systems?

Answer

In batched operating system the users gives their jobs to the operator who sorts the programs according to their requirements and executes them. This is time consuming but makes the CPU busy all the time.

Report Error

View answer Workspace Report Error Discuss

1 2096
Q:

What is mutex?

Answer

Mutex is a program object that allows multiple program threads to share the same resource, such as file access, but not simultaneously. When a program is started a mutex is created woth a unique name. After this stage, any thread that needs the resource must lock the mutex from other threads while it is using the resource. the mutex is set to unlock when the data is no longer needed or the routine is finished.

Report Error

View answer Workspace Report Error Discuss

1 2096
Q:

What is the difference in writing the test cases for Integration testing and system testing?

Answer

Integration testing is done at module level when various modules are integrated with each other to form a system or sub-system. Its main purpose is to ensure that interfaces between various modules are working properly; i.e. modules which are working individually are also working correctly together.


System testing is done on a complete, integrated system to evaluate the system’s compliance with its specified requirements. It validates that the system meets its functional and non-functional requirements.


From these definitions, it is clear that the purpose of Integration and purpose of System Testing are different. Therefore, Integration test cases focus more on the interfaces between modules (interface integrity) - the data transfer and their interaction with each other. System test cases focus on testing the product as a whole; i.e. whether the functional, non-functional requirements of the System are met or not. Since System Testing is the final phase before delivery of the product, System test cases should pinpoint configuration related errors along with testing for performance, security, reliability etc.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

1 2095