Questions

Q:

Who has become the first-ever captain to win 100 matches in IPL history?

A) Rohit Sharma B) Ajinkya Rahane
C) MS Dhoni D) Dinesh Karthik
 
Answer & Explanation Answer: C) MS Dhoni

Explanation:

MS Dhoni, the skipper of CSK - Chennai Super Kings team in IPL Indian Premier League has become the first-ever captain to win 100 matches in IPL history.

Report Error

View Answer Report Error Discuss

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

1 2023
Q:

Project Communications Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Manage stakeholders?

Answer

I. Inputs



  • Communications management plan 

  • Organizational process assets


II. Tools and Techniques



  • Communications methods

  • Issue logs


III. Outputs



  • Resolved issues

  • Approved change requests

  • Approved corrective actions 

  • Organizational process assets (updates)

  • Project management plan (updates)

Report Error

View answer Workspace Report Error Discuss

0 2023
Q:

Project Risk Management - Processes

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

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets

  • Project scope statement

  • Risk management plan

  • Project management plan


II. Tools and Techniques



  • Documentation reviews

  • Information gathering techniques

  • Checklist analysis

  • Assumptions analysis

  • Diagramming techniques


III. Outputs



  • Risk register

Report Error

View answer Workspace Report Error Discuss

0 2023
Q:

Who among the following pioneered Khilafat Movement?

A) Mahatma Gandhi B) Ali Brothers
C) M.A. Jinnah D) Sir Syed Ahmed Khan
 
Answer & Explanation Answer: B) Ali Brothers

Explanation:

The Khilafat movement, also known as the Indian Muslim movement (1919–24), was a pan-Islamist political protest campaign launched by Muslims of British India led by Shaukat Ali, Mohammad Ali Jauhar and Abul Kalam Azad.

Report Error

View Answer Report Error Discuss

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

5 2023
Q:

What will be output of following c code?

#include <stdio.h>
int main()

{
    int i;
    for(i=10;i<=15;i++){
         while(i){
             do{
                 printf("%d ",1);
                 if(i>1)
                      continue;
             }while(0);
             break;
         }
    }
    return 0;
}

Answer

Output: 1 1 1 1 1 1
For loop will execute six times.


 


 


 


Note: continue keyword in do-while loop bring the program its while condition (while(0)) which is always false.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2023
Q:

Queen Elizabeth I ascended the throne of England in the year

Answer

1558 AD

Report Error

View answer Workspace Report Error Discuss

Subject: World History

2 2022
Q:

The first step in the marketing research process is to

A) Decide Research Approach B) Develop Research Plan
C) Define the Problem D) Collect Relevant Data and Information
 
Answer & Explanation Answer: C) Define the Problem

Explanation:

Marketing Research Process is a systematic method for planning and executing market research projects to inform business decisions.

 

The 5 Step Marketing Research Process :

 

  1. Define the Problem or Opportunity
  2. Develop Your Research Plan
  3. Collect Relevant Data and Information
  4. Analyze Data and Report Findings
  5. Take Action.
Report Error

View Answer Report Error Discuss

Filed Under: Marketing and Sales

0 2022
Q:

Who was the first woman to fly around the world?

A) Geraldine B) Amelia Earhart
C) Jennifer Murray D) None of the above
 
Answer & Explanation Answer: A) Geraldine

Explanation:

Geraldine Mock "Jerry" was the first woman to fly around the world successfully in the year 1964.

Report Error

View Answer Report Error Discuss

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

1 2022