Questions

Q:

Who was Shivaji’s Guru?

A) Eknath B) Tukaram
C) Dnyanesh D) Samartha Ramadas
 
Answer & Explanation Answer: D) Samartha Ramadas

Explanation:

Shivaji’s Guru was Shree Samarth Ramdas was a noted 17th-century saint and spiritual poet of Maharashtra. He is most remembered for his Advaita Vedantist text, the Dasbodh. Ramdas was a devotee of Hanuman and Rama.

Report Error

View Answer Report Error Discuss

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

7 1996
Q:

On January 3, 2018, RBI initiated ‘PCA’ against the Allahabad Bank. How many public sector banks have been covered under ‘PCA’?

 

A) 18 B) 17
C) 11 D) 15
 
Answer & Explanation Answer: C) 11

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

3 1996
Q:

Hydrogen bonds and hydrophilic interactions are

A) Strong chemical bonds that hold together the atoms within a molecule B) Weak chemical bonds that hold together the atoms within a molecule
C) Strong chemical bonds that link together separate molecules D) Weak chemical bonds that link together separate molecules
 
Answer & Explanation Answer: D) Weak chemical bonds that link together separate molecules

Explanation:
Report Error

View Answer Report Error Discuss

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

1 1995
Q:

Write a c program to copy a data of file to other file.

Answer

#include<stdio.h>
int main(){
  FILE *p,*q;
  char file1[20],file2[20];
  char ch;
  printf("\nEnter the source file name to be copied:");
  gets(file1);
  p=fopen(file1,"r");
  if(p==NULL){
      printf("cannot open %s",file1);
      exit(0);
  }
  printf("\nEnter the destination file name:");
  gets(file2);
  q=fopen(file2,"w");
  if(q==NULL){
      printf("cannot open %s",file2);
      exit(0);
  }
  while((ch=getc(p))!=EOF)
      putc(ch,q);
  printf("\nCOMPLETED");
  fclose(p);
  fclose(q);
 return 0;
}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 1995
Q:

What is a device queue?

Answer

A list of processes waiting for a particular I/O device is called device queue.

Report Error

View answer Workspace Report Error Discuss

0 1995
Q:

Other things equal an improvement in productivity will

A) shift the aggregate demand curve to the left B) shift the aggregate supply curve to the right
C) increase the equilibrium price level D) shift the aggregate supply curve to the left
 
Answer & Explanation Answer: B) shift the aggregate supply curve to the right

Explanation:
Report Error

View Answer Report Error Discuss

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

4 1994
Q:

Dynamic remarketing lets an advertiser

A) Re-run ad to increase the volume of people who will see it. B) Show prior visitors to his site ads that are based on products or services they saw on the site.
C) Show an ad to someone on his mobile device 24 hours after visiting the website on desktop PC. D) Engage visitors to the website by opening a chat session.
 
Answer & Explanation Answer: B) Show prior visitors to his site ads that are based on products or services they saw on the site.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Advertising and Media
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk

1 1993
Q:

Who got Tansen Samman award 2018?

A) Manju Mehta B) Biren Singh
C) Divya Patidar Joshi D) None of the above
 
Answer & Explanation Answer: A) Manju Mehta

Explanation:

Tansen Samman award 2018 was given Manju Mehta recently.

Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank PO

1 1993