Questions

Q:

You have started your own company based upon PMI methodologies and have been contracted by the government to develope a new interface for one of its computer applications. You develope a solution and win the bid for the contract but encounter problems at the end of the project when the customer says that you did not fullfill their needs. You are throughly shocked. What is your conclusion of the situation?

A) There are always more customers available B) If the customer is not satisfied, the project is not successful
C) Change control management was not effective D) The customer did not communicate very well
 
Answer & Explanation Answer: B) If the customer is not satisfied, the project is not successful

Explanation:

Answer A is incorrect because without satisfied customers, we do not have potential for new projects. Answer C is incorrect because the change control management process would have likely resolved this problem. Answer D is incorrect because it is the project manager's responsibility to seek communication with the customer to set realistic expectations.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

0 4508
Q:

What is the difference between malloc() and calloc() functions?

Answer

As against malloc(), calloc() needs two arguments, the number of elements  to be allocated and the size of each element. For example,


 p = (int *) calloc (10, sizeof (int));


would allocate space for a 10- integer array. Additionally, calloc() would also set each of this element with a value 0.


Thus the above call to calloc() is equivalent to:


p = (int *) malloc (10 * sizeof (int));


memset (p, 0, 10 * sizeof( int ));

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 4508
Q:

What was the topic of the book 'The Other America'?

A) Poverty was widespread in America. B) Education was lacking in America.
C) Racism was widespread in America. D) Americans needed more highways.
 
Answer & Explanation Answer: A) Poverty was widespread in America.

Explanation:

The book "The Other America" was written by Michael Harrington. The topic of the book 'The Other America' was Poverty was widespread in America.

Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: AIEEE , Bank Exams , CAT , GRE
Job Role: Analyst , Bank Clerk , Bank PO

3 4506
Q:

The World's largest railway platform is at

A) Talchar B) New York
C) Kharagpur D) None of these
 
Answer & Explanation Answer: C) Kharagpur

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

4 4505
Q:

The Human Resource Development Ministry and the External Affairs Ministry launched an online verification portal ___________ to make the document verification process easier.

A) e-bharat B) e-sanad
C) e-foriegn D) e-verify
 
Answer & Explanation Answer: B) e-sanad

Explanation:

The Human Resource Development Ministry and the External Affairs Ministry launched an online verification portal to make the document verification process easier for students who planning to study abroad. The Central Board of Secondary Education’s (CBSE) academic repository of degrees and certificates “Parinam Manjusha” was also involved in the project of creating “eSanad”.

Report Error

View Answer Report Error Discuss

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

3 4503
Q:

Name the processor lines of two major manufacturer?

Answer

High-end: Intel - Pentium (II, III, 4) AMD - Athlon. Low-end: Intel - Celeron, AMD - Duron. 64-bit: Intel - Itanium 2, AMD - Opteron.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

1 4503
Q:

Which of the following is India's new rating Index developed by Ministry of Finance?

A) CECA B) CRIS
C) TIEA D) RTGS
 
Answer & Explanation Answer: B) CRIS

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

2 4502
Q:

The vitamin required for coagulation of blood

A) B6 B) c
C) k D) b
 
Answer & Explanation Answer: C) k

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

8 4500