Questions

Q:

In the following questions, one part of the sentence may have an error. Find out which part of the sentence has an error and click the button corresponding to it. If the sentence is free from error, click the "No error" option.

Variety (A)/ is (B)/ spice of life (C)/ No Error (D)

A) A B) B
C) C D) D
 
Answer & Explanation Answer: C) C

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2060
Q:

A group of inter­connected islands is known as __________ .

A) Strait B) Peninsula
C) Archipelago D) Lagoon
 
Answer & Explanation Answer: C) Archipelago

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

0 2060
Q:

Which is the Hindi word of the year in the Oxford Dictonaries for 2018?

Answer

Nari-Shakti is the Hindi word of the year in the Oxford Dictonaries for 2018.

Report Error

View answer Workspace Report Error Discuss

Subject: General Awareness Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

1 2059
Q:

Project Communications Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Communications planning?

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets

  • Project scope statement

  • Project management plan


                   - Constraints


                   - Assumptions


II. Tools and Techniques



  • Communications requirements analysis

  • Communications technology


III. Outputs



  • Communications management plan

Report Error

View answer Workspace Report Error Discuss

0 2059
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 2059
Q:

Which of these is an example of a labor law?

A) A town zones an area for residential buildings only B) A restriction on when a union may call a strike
C) A surplus of supply D) All of the above
 
Answer & Explanation Answer: B) A restriction on when a union may call a strike

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

6 2058
Q:

What did you enjoy most and least in your last retailing job?

Answer

i enjoy the most learning new things like staff management,motivation,management,smart working etc. i enjoy the least free timing during my job.

Report Error

View answer Workspace Report Error Discuss

Subject: Retail

0 2058
Q:

Which doctor performs colonoscopy?

A) Pulmonologist B) Gynaecologist
C) Gastroenterologist D) Dermatologist
 
Answer & Explanation Answer: C) Gastroenterologist

Explanation:

The doctor who has the full knowledge and performs colonoscopy is Gastroenterologist.

Report Error

View Answer Report Error Discuss

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

0 2058