Questions

Q:

Which of the following is appropriate to describe a Shooting Star?

A) Star B) Planet
C) Fragments & debris D) Asteroid
 
Answer & Explanation Answer: C) Fragments & debris

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: Bank Exams

3 2200
Q:

Project Time Management - Processes

Describe the Inputs, Tools and Techniques, Outputs of Schedule Development?

Answer

I. Inputs



  • Organizational process assets

  • Project scope statement

  • Activity list

  • Activity attributes

  • Project schedule network diagrams

  • Activity resource requirements

  • Resource calendars

  • Activity duration estimates 

  • Project management plan


                - RisK register


II. Tools and Techniques



  • Schedule network analysis

  • Critical path method

  • Schedule compression

  • What-if scenario analysis

  • Resource leveling

  • Critical chain method

  • Project management software

  • Applying calendars

  • Adjusting leads and lags 

  • Schedule model


III. Outputs



  • Project schedule

  • Schedule model data

  • Schedule baseline

  • Resource requirements (updates)

  • Activity attributes (updates)

  • Project calendar (updates)

  • Requested changes

  • Project management plan (updates)


                 - Schedule management plan(updates)

Report Error

View answer Workspace Report Error Discuss

0 2200
Q:

C program to find whether a number is palindrome or not.

Answer

 #include<stdio.h>
int main(){
    int num,r,sum=0,temp;

    printf("Enter a number: ");
    scanf("%d",&num);

    temp=num;
    while(num){
         r=num%10;
         num=num/10;
         sum=sum*10+r;
    }
    if(temp==sum)
         printf("%d is a palindrome",temp);
    else
         printf("%d is not a palindrome",temp);

    return 0;
}

Sample output:
Enter a number: 131
131 is a palindrome

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2200
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 correct alternative and click the button corresponding to it. In case no improvement is needed, click the button corresponding to "No improvement".

At the present rate of exchange, fourteen dozen cost Rs.3000.

A) dozen costs B) dozens cost
C) dozens costs D) No improvement
 
Answer & Explanation Answer: C) dozens costs

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2200
Q:

In the following question, out of the four alternatives, choose the word which best expresses the meaning of the given word and click the button corresponding to it.

INSOLENT

A) DISTASTEFUL B) IMPATIENT
C) DIABOLIC D) RUDE
 
Answer & Explanation Answer: D) RUDE

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2199
Q:

In the following question, out of the four alternatives, select the alternative which will improve the bracketed part of the sentence. In case no improvement is needed, select "no improvement".

The base of the cooking vessels would have a thick coating of carbon deposit and (clean) it was a pain.

A) cleaned B) cleans
C) cleaning D) no improvement
 
Answer & Explanation Answer: C) cleaning

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2199
Q:

Which to withdraw from OPEC as of Jan 2019?

A) Gabon B) Angola
C) Saudi Arabia D) Qatar
 
Answer & Explanation Answer: D) Qatar

Explanation:

Qatar to withdraw from OPEC as of Jan 2019. OPEC, The Organization of the Petroleum Exporting Countries is an intergovernmental organisation of 14 nations, founded in 1960 in Baghdad, Iraq.


Its members are Qatar, Saudi Arabia, Iran, Iraq, Indonesia, Venezuela, Nigeria, Libya, United Arab Emirates, Algeria, Kuwait, Ecuador, Angola, Gabon.

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 2199
Q:

A hard copy of a document is

A) stored in a pen drive B) read in floppy disc
C) printed on printer D) stored in hard disc
 
Answer & Explanation Answer: C) printed on printer

Explanation:

A hard copy of a document is a physical object which is printed on printer.

Report Error

View Answer Report Error Discuss

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

4 2199