Questions

Q:

Which city is the venue of the 9th International Conference on Micro Irrigation ?

A) Aurangabad B) Ahmedabad
C) Allahabad D) None of the above
 
Answer & Explanation Answer: A) Aurangabad

Explanation:
Report Error

View Answer Report Error Discuss

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

1 1982
Q:

The Great wall of China was built in the year

Answer

214 BC

Report Error

View answer Workspace Report Error Discuss

Subject: World History

2 1982
Q:

In Geography, who propounded the theory of convectional current Hypothesis?

A) Carl Ritter B) Immanuel Kant
C) Arthur Holmes D) Arnaldo Faustini
 
Answer & Explanation Answer: C) Arthur Holmes

Explanation:
Report Error

View Answer Report Error Discuss

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

2 1982
Q:

When someone clicks your ad, the actual amount you’re charged will be

A) The minimum needed to hold your ad position, under the maximum cost-per-click limit B) The minimum needed to hold your ad position or 50% of your maximum cost-per-click bid, whichever is greater
C) The minimum needed to hold your ad position but never more than 120% of your maximum cost-per-click bid, whichever is greater D) The minimum needed to hold your ad position but never less than 50% of your maximum cost-per-click bid, whichever is greater
 
Answer & Explanation Answer: A) The minimum needed to hold your ad position, under the maximum cost-per-click limit

Explanation:

When_someone_clicks_your_ad,_the_actual_amount_you’re_charged_will_be1551856891.png image

When someone clicks your ad, the actual amount you’re charged will be " The minimum needed to hold your ad position, under the maximum cost-per-click limit ".

Report Error

View Answer Report Error Discuss

1 1982
Q:

Project Risk Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Risk Monitoring and Control?

Answer

I. Inputs



  • Risk management plan

  • Risk register

  • Approved change requests

  • work performance information

  • performance reports


II. Tools and Techniques



  • Risk reassessment

  • Risk audits

  • Variance and trend analysis

  • Technical performance measurement

  • Reserve analysis

  • Status meetings


III. Outputs



  • Risk register (updates)

  • Requested changes

  • Recommended corrective actions

  • Recommended preventive actions

  • Organizational process assets (updates)

  • Project management plan (updates)

Report Error

View answer Workspace Report Error Discuss

0 1981
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 1980
Q:

Which state government to install 221-Metre Bronze Statue Of lordRam In Ayodhya?

A) Uttar Pradesh B) Gujarat
C) Uttarakhand D) Himachal Pradesh
 
Answer & Explanation Answer: A) Uttar Pradesh

Explanation:

Uttar Pradesh state government to install 221-Metre Bronze Statue Of lordRam In Ayodhya.

Report Error

View Answer Report Error Discuss

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

0 1980
Q:

India is the which largest solar market in the world?

A) First B) Second
C) Seventh D) Fourth
 
Answer & Explanation Answer: B) Second

Explanation:
Report Error

View Answer Report Error Discuss

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

0 1980