Questions

Q:

In the following question, out of the given four alternatives, select the alternative which best expresses the meaning of the Idiom/Phrase.

 

All Greek to me

A) Out of danger B) Incomprehensible
C) Very dear D) Consulting seriously
 
Answer & Explanation Answer: B) Incomprehensible

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2185
Q:

Why should we hire you for this Customer Service Role?

Answer



"Well, I bring nearly 5 years of customer service involvement to the group, I really have a good time for helping others, and I have also finished advanced certification courses. The combination of my work experience and knowledge make me courageous that I will be a really good fit for this role."


 

Report Error

View answer Workspace Report Error Discuss

0 2185
Q:

What are the things that you need to check in a retail market, as a first line supervisor?

Answer

Applicant should answer that as a first line supervisor, he/she should directly supervise sales workers in a retail department. He/She would get involved in management functions such as purchasing, budgeting, accounting and ensure quality of supply apart from his/her regular supervisor work.

Report Error

View answer Workspace Report Error Discuss

Subject: Retail

0 2185
Q:

What are the minimal cost and minimal risk solution?

Answer

In binary representation there are some states that believed to be never occurred due to some particular functionality of a given circuit. If zero output is assigned to such states then it is called minimal risk solution as  we are resetting the formidable states which could be occurred accidentally. Another approach is to assigned a don't care to them so it results in lesser logic and hence is called minimal cost solution.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2185
Q:

Swap two variables without using third variable.

Answer

#include<stdio.h>
int main(){
    int a=5,b=10;
    a=b+a;
    b=a-b;
    a=a-b;
    printf("a= %d  b=  %d",a,b);
}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2185
Q:

The Jazz age occurred during which decade

A) 1910 - 1920 B) 1920 - 1930
C) 1930 - 1940 D) 1900 - 1910
 
Answer & Explanation Answer: B) 1920 - 1930

Explanation:

Jazz is a music genre that originated in the African-American communities in the early 20th century. The Jazz age occurred during 1920 - 1930 i.e, started post-World War 1 movement and ended with the Great Depression in 1929. It was the age in which jazz music and dance emerged.

Report Error

View Answer Report Error Discuss

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

0 2185
Q:

Which among the following statements about the power to change the basic structure of the Constitution of India is/are correct?1. It falls outside the scope of the amending powers of the Parliament.2. It can be exercised by the people though representatives in a Constituent Assembly.3. It falls within the constituent powers of the Parliament.Select the correct answer using the code given below.

 

A) 1 and 3 B) 1 and 2
C) 1 only D) 2 and 3
 
Answer & Explanation Answer: A) 1 and 3

Explanation:

The Parliament cannot amend those provisions which form the ‘basic structure’ of the Constitution. This was ruled by the Supreme Court in the Kesavan and a Bharati Case. (1973)

Basic Structure of the Indian Constitution is not defined. But according to SC, the basic structure can be evolved but cannot be destroyed. Hence it falls within the constituent powers of the Parliament. Hence both 1 and 3 are correct.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

0 2185
Q:

A sentence has been given in Active/Passive Voice. Out of the four given alternatives, select the one which best expresses the same sentence inPassive/Active Voice.

The cat teased the rat.

A) The rat is teased by the cat. B) The rat was teased by the cat.
C) The rat got tease by the cat. D) The rat was subject to teasing by the cat.
 
Answer & Explanation Answer: B) The rat was teased by the cat.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2184