Questions

Q:

What is the adult voting age in between years of  1950-87 in India?

A) 16 years B) 18 years
C) 21 years D) 24 years
 
Answer & Explanation Answer: A) 16 years

Explanation:
Report Error

View Answer Report Error Discuss

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

6 2059
Q:

What has holes but holds water?

Answer

A sponge has many holes but it absorbs water and can hold them in it.

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

1 2059
Q:

What is an operating system?

Answer

 


An operating system is a program that acts as an intermediary between the user and the computer hardware. The purpose of an OS is to provide a convenient environment in which user can execute programs in a convenient and efficient manner. It is a resource allocator responsible for allocating system resources and a control program which controls the operation of the computer hardware.

Report Error

View answer Workspace Report Error Discuss

2 2059
Q:

What is a deadlock?

Answer

Deadlock is a situation where a group of processes are all blocked and none of them can become unblocked until one of the other becomes unblocked. The simplest deadlock is two processes each of which is waiting for a message from the other.

Report Error

View answer Workspace Report Error Discuss

1 2058
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 2058
Q:

Which was true of Pullman porters in the 1920s?

A) The porters could not start a union because it was illegal. B) The porters needed a union because they were not treated well.
C) The porters did not need a union because they made good money. D) The porters could not start a union because they were African American.
 
Answer & Explanation Answer: B) The porters needed a union because they were not treated well.

Explanation:
Report Error

View Answer Report Error Discuss

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

0 2057
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 2057
Q:

What would be the output of the following program, if the array beigns at address 65486?

main()

{

    int arr[] = {12,14,15,23,45};

    printf ("%u %u", arr, &arr);

}

Answer

65486  65486

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2057