Questions

Q:

Improve the bracketed part of the sentence.
I had not completed my project so I thought I was (done with) when the manager asked me to hand it in.

A) done for B) done in
C) done on D) No improvement
 
Answer & Explanation Answer: A) done for

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2120
Q:

A man with colour blindness will see red as

A) green B) red
C) orange D) yellow
 
Answer & Explanation Answer: A) green

Explanation:

A man with colour blindness will see red and green as same. 

A_man_with_colour_blindness_will_see_red_as11556517569.jpg image

a_man_with_colour_blindness_will_see_red_as1556517492.jpg image

Report Error

View Answer Report Error Discuss

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

3 2120
Q:

A negative supply shock in the short run causes

A) the aggregate supply curve to shift to the left B) unemployment to fall
C) the aggregate supply curve to shift to the right D) the price level to fall
 
Answer & Explanation Answer: A) the aggregate supply curve to shift to the left

Explanation:

A negative supply shock in the sho rt run causes the aggregate supply curve to shift to the left.

Report Error

View Answer Report Error Discuss

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

1 2120
Q:

Value added can be determined by

Answer

Value added is determined by the difference between the price of product or service and the cost of producing it.


 


Added Value = Price that the product or service is sold at - cost of producing the product.

Report Error

View answer Workspace Report Error Discuss

Subject: Indian Economy Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

1 2120
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 2119
Q:

C program to find whether a number is palindrome or not.

Answer

 #include<stdio.h>
int main(){
    int num,r,sum=0,temp;

    printf("Enter a number: ");
    scanf("%d",&num);

    temp=num;
    while(num){
         r=num%10;
         num=num/10;
         sum=sum*10+r;
    }
    if(temp==sum)
         printf("%d is a palindrome",temp);
    else
         printf("%d is not a palindrome",temp);

    return 0;
}

Sample output:
Enter a number: 131
131 is a palindrome

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2119
Q:

What are the different functions of Scheduler?

Answer

Scheduler deals with the problem of deciding which of the process in the ready queue is to be allocated the CPU. Short Term Schedulers, Long Term Schedulers

Report Error

View answer Workspace Report Error Discuss

1 2119
Q:

The question below consists of a set of labelled sentences. Out of the four options given, select the most logical order of the sentences to form a coherent paragraph.
P- A sensitive mind easily absorbs the vibrations emanating from the thought of the people it associates with.
Q- We often say that a person is known by the company he keeps.
R- The violent can be made calm by exuding thought of love and compassion.
S- Visits to holy places are considered good because the good thoughts of the holy people gathered there and the ensuing vibrations definitely
affect one in a positive fashion.

A) RQPS B) QRSP
C) PQRS D) SRQP
 
Answer & Explanation Answer: A) RQPS

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2119