Questions

Q:

The West Bengal government has rolled out a scheme, in an attempt to combat human trafficking. What is the name of the scheme?

A) Swayangsiddha B) Swablamban
C) Annpurna D) Ayushman Bengal
 
Answer & Explanation Answer: A) Swayangsiddha

Explanation:

Swayangsiddha which means self-reliance is the scheme that has been started by the West Bengal police in all districts in an attempt to combat human trafficking.

Report Error

View Answer Report Error Discuss

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

2 2554
Q:

What allows a cell to respond to a hormone?

A) hormone response element B) presence of hormone receptor
C) Adrenocorticotropic D) None of the above
 
Answer & Explanation Answer: B) presence of hormone receptor

Explanation:
Report Error

View Answer Report Error Discuss

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

2 2554
Q:

Landowners often complain that hunters

A) do not get written permission to hunt B) make too much noise
C) leave litter behind D) All of the above
 
Answer & Explanation Answer: A) do not get written permission to hunt

Explanation:
Report Error

View Answer Report Error Discuss

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

1 2554
Q:

Who was the architect of Taj Mahal?

A) Ustad Ahmad Lahouri B) Norman Foster
C) Henry Irwin D) Ustad Ghani Utbuddin
 
Answer & Explanation Answer: A) Ustad Ahmad Lahouri

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Places
Exam Prep: Bank Exams

14 2554
Q:

What is the effect of including both keywords and placements in an Ad Group on the Display Network?

Answer

Your ads will be restricted to only specific sites that you choose and webpages where the content is relevant to the theme of the keywords.

Report Error

View answer Workspace Report Error Discuss

0 2553
Q:

Write a c program for selection sort.

Answer

include<stdio.h>
int main(){

  int s,i,j,temp,a[20];

  printf("Enter total elements: ");
  scanf("%d",&s);

  printf("Enter %d elements: ",s);
  for(i=0;i<s;i++)
      scanf("%d",&a[i]);

  for(i=0;i<s;i++){
      for(j=i+1;j<s;j++){
           if(a[i]>a[j]){
               temp=a[i];
              a[i]=a[j];
              a[j]=temp;
           }
      }
  }

  printf("After sorting is: ");
  for(i=0;i<s;i++)
      printf(" %d",a[i]);

  return 0;
}

Output:
Enter total elements: 5
Enter 5 elements: 4 5 0 21 7
The array after sorting is:  0 4 5 7 21

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2553
Q:

Find the current (in A) when a charge of 1200C flows in 6 seconds.

A) 7200 B) 200
C) 100 D) 3600
 
Answer & Explanation Answer: B) 200

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams , GATE
Job Role: Bank Clerk , Bank PO

0 2553
Q:

A sentence/a part of the sentence is underlined. Four alternatives are given to the underlined part which will improve the sentence. Choose the correctalternative and click the button corresponding to it. In case no improvement is needed, click the button corresponding to "No improvement".

He is a fast bowler of repute, but his yesterday's performance was not up to the mark.

A) performance for yesterday B) yesterday performance
C) performances for yesterday D) No improvement
 
Answer & Explanation Answer: D) No improvement

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2553