Questions

Q:

Project Communications Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Performance Reporting?

Answer

I. Inputs



  • Work performance information

  • Performance measurements

  • Forecasted completion

  • Quality control measurements

  • Project management plan


                - Performance measurement baseline



  • Approved change requests

  • Deliverables


II. Tools and Techniques



  • Information presentation tools

  • Performance information gathering and compilation

  • Status review meetings

  • Time reporting systems

  • Cost reporting systems


III. Outputs



  • Performance reports

  • Forecasts

  • Requested changes

  • Recommended corrective actions

  • Organizational process assets (updates)

Report Error

View answer Workspace Report Error Discuss

0 2100
Q:

What is the difference in writing the test cases for Integration testing and system testing?

Answer

Integration testing is done at module level when various modules are integrated with each other to form a system or sub-system. Its main purpose is to ensure that interfaces between various modules are working properly; i.e. modules which are working individually are also working correctly together.


System testing is done on a complete, integrated system to evaluate the system’s compliance with its specified requirements. It validates that the system meets its functional and non-functional requirements.


From these definitions, it is clear that the purpose of Integration and purpose of System Testing are different. Therefore, Integration test cases focus more on the interfaces between modules (interface integrity) - the data transfer and their interaction with each other. System test cases focus on testing the product as a whole; i.e. whether the functional, non-functional requirements of the System are met or not. Since System Testing is the final phase before delivery of the product, System test cases should pinpoint configuration related errors along with testing for performance, security, reliability etc.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

1 2100
Q:

A piece of paper is folded and punched as shown in the figure. From the given options, indicate how it will appear when opened?

A) 1 B) 2
C) 3 D) 4
 
Answer & Explanation Answer: B) 2

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2100
Q:

What happens to electrons in an ionic bond?

A) collision of electrons B) Sharing of electrons
C) Both A & B D) Transfer of electrons
 
Answer & Explanation Answer: D) Transfer of electrons

Explanation:

An ionic bond is formed between two molecules when transfer of valency electrons take place between them. 

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , Bank Exams , GATE
Job Role: Analyst , Bank Clerk , Bank PO

2 2100
Q:

Which is a homologous chromosome pair?

A) Tetrad B) Gamate
C) Chromatid D) Zygote
 
Answer & Explanation Answer: A) Tetrad

Explanation:

Tetrad is a homologous chromosome pair in the given options. A homologous chromosome pair is a pair of chromosomes one from father and one from mother that has same gene sequence after the process of meiosis.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk

1 2099
Q:

Why does a fountain pen leak in aeroplane flying at a height?

A) Because of reduced viscosity of the ink in the pen B) Because of increased viscosity of the ink in the pen
C) Because of higher atmospheric pressure outside the pen D) Because of lower atmospheric pressure outside the pen
 
Answer & Explanation Answer: D) Because of lower atmospheric pressure outside the pen

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

3 2099
Q:

Hormone that helps regulate calcium balance

A) endocrine B) parathyroid
C) pancreas D) None of the above
 
Answer & Explanation Answer: B) parathyroid

Explanation:

PTH - Parathyroid hormone which balances calcium levels if they are low.

Report Error

View Answer Report Error Discuss

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

5 2099
Q:

What would be the output of the following program, if the array beigns at address 65486?

main()

{

    int arr[] = {12,14,15,23,45};

    printf ("%u %u", arr, &arr);

}

Answer

65486  65486

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2099