Questions

Q:

The latitude which passes through Sikkim also passes through _____.

A) Haryana B) Rajasthan
C) Uttarakhand D) Himachal Pradesh
 
Answer & Explanation Answer: B) Rajasthan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

1 1981
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:

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 1980
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 1980
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 1979
Q:

Which alphabet is a question?

A) X B) Y
C) C D) S
 
Answer & Explanation Answer: B) Y

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Word Puzzles
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO

2 1978
Q:

The sources of state power are specifically outlined in

A) The Tenth Amendment B) The supremacy clause
C) Article l D) All of the above
 
Answer & Explanation Answer: A) The Tenth Amendment

Explanation:

The sources of state power are specifically outlined in the Tenth Amendment of the Bill of Rights.
When the Constitution was first proposed, many people were concerned about the federal government become too powerful. A group known as the anti-federalists pushed for a way to legally set aside certain rights and powers to individual states.

This amendment was added to satisfy the anti-federalists who were concerned that the Constitution would grant the federal government unlimited power.

 

The Tenth Amendment states that all powers that are not specifically given to the federal government are reserved to individual states.

Report Error

View Answer Report Error Discuss

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

2 1978
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 1978