Questions

Q:

Five statements are given below, labelled A, B, C, D and E, among these, four statements are in logical order and form a coherent paragraph/passage. From the given options, choose the option that does not fit into the theme of the passage.

A) The global cooperation that has emerged lately is certainly welcome. B) The ocean has suffered decades of abuse and neglect.
C) It has been treated as a free-for-all garbage bin and race-to-the-bottom buffet. D) We have financed its destruction, with no regard for the consequences.
 
Answer & Explanation Answer: A) The global cooperation that has emerged lately is certainly welcome.

Explanation:

All statements except ‘A’ are based about the same theme which is The Fight for Ocean Health while sentence A talks about The Next Phase of Climate Action.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2058
Q:

A floppy disk contains

A) Sectors only B) Circular tracks only
C) Both A & B D) None of the above
 
Answer & Explanation Answer: C) Both A & B

Explanation:

A floppy disk contains both circular tracks and sectors in it.

Report Error

View Answer Report Error Discuss

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

4 2058
Q:

Explain compiler?

Answer

compiler is used to translate the high-level language program into machine code at a time. It doesn't require special instruction to store in a memory, it stores automatically. the execution time is less compared interpreter.


A compiler is a program that translates a source program written in some high-level programming langualge (such as Java) into machine code for some computer architecture (such as the Inter Pentium archiecture).

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2058
Q:

What is the capital of Denmark?

A) Copenhagen B) Stockholm
C) Vienna D) Oslo
 
Answer & Explanation Answer: A) Copenhagen

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Country Capitals
Exam Prep: Bank Exams

2 2058
Q:

How do you differentiate the roles of Quality Assurance Manager and Project Manager?

Answer

Quality Assurance Manager (QA Manager) defines the process to be followed at each phase of SDLC. He defines the standards to be followed, the documents to be maintained and sets the standard for the product.


Where as it is the Project Manager’s responsibility to ensure that the things defined by QA manager are being implemented. He develops the product from start to finish with his team and ensures that the product which is to be rolled out is Defect free and it reaches the standards and views defined by QA Manager.


QA managers can audit the process for certain time periods which are being handled by the Project Manager.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

0 2058
Q:

A book 'Simplicity & Wisdom' was written by

A) Dinesh Shahra B) Chetan Bhagat
C) Andrea Levy D) Abdul Aziz Muhamat
 
Answer & Explanation Answer: A) Dinesh Shahra

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

3 2057
Q:

What would be the output of the following program?

main()

{

    char a[] = "Visual C++";

    char *b = "Visual C++";

    printf ("\n%d %d", sizeof (a), sizeof (b));

    printf ("\n%d %d", sizeof (*a), sizeof (*b));

Answer

11  2


 1   1

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2057
Q:

What is a binary semaphore?

Answer

A binary semaphore is one, which takes only 0 and 1 as values. They are used to implement mutual exclusion and synchronize concurrent processes.


 

Report Error

View answer Workspace Report Error Discuss

0 2057