Searching for "NO"

Q:

You have recently been promoted to a project manager for a clinical testing facility. The team is developing a new product that will cut down on testing interval requirements for a new seizure management medication. After you become involved with the project, you decide to add more research reports, which the customer did not request. This is an example of 

A) Good customer service scope B) Scope creep
C) Due diligence D) Gold Plating
 
Answer & Explanation Answer: D) Gold Plating

Explanation:

Answer A is incorrect because you are providing a service that the customer did not request; therefore, it might not be important to her and unnecessary. Answer B is incorrect because scope creep is generally an expansion of the scope of the project at the customer's request and the customer did not request these reports. Answer C is incorrect because an additional report does not always mean increased diligence with a project.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

Q:

Projects come in all sizes and shapes. Many times, project managers must daw from their "toolbox" of processes, tools, or methodologies. How many knowledge areas are described in the Project Management Body of Knowledge ? 

A) 2 - core processes and facilitating processes B) 9
C) 5 - initiation, planning,execution,control, and closing D) 39
 
Answer & Explanation Answer: B) 9

Explanation:

Answer A is incorrect because it pertains to the processes. Answer C is incorrect because these are the five phases of a project. Answer D is incorrect because there are 39 processes, not knowledge areas.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

Q:

Who among the following leaders, did not believe in the drain theory of Dadabhai Naoroji?

A) Harillal M. Kania B) S. Varadachari
C) M Patanjali Sastri D) Sir Maurice Gwyer
 
Answer & Explanation Answer: A) Harillal M. Kania

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

Q:

The former Chief Justice of India who has been appointed as Governor of Kerala is

A) K.G.Balakrishnan B) P.Sathasivam
C) R.M.Lodha D) Suchitra Sen
 
Answer & Explanation Answer: A) K.G.Balakrishnan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

Q:

What do you know about the big-O notation and can you give some examples with respect to different data structures ?

Answer

The Big-O notation simply describes how well an algorithm scales or performs in the worst case scenario as the number of elements in a data structure increases. The Big-O notation can also be used to describe other behavior such as memory consumption. Since the collection classes are actually data structures, we usually use the Big-O notation to chose the best implementation to use, based on time, memory and performance. Big-O notation can give a good indication about performance for large amounts of data.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

Q:

Can you access non static variable in static context ?

Answer

A static variable in Java belongs to its class and its value remains the same for all its instances. A static variable is initialized when the class is loaded by the JVM. If your code tries to access a non-static variable, without any instance, the compiler will complain, because those variables are not created yet and they are not associated with any instance.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

Q:

India nationalised 14 major commercial banks in 1969 with deposits not less than 

A) Rs. 10 crore each B) Rs. 25 crore each
C) Rs. 50 crore each D) Rs. 100 crore each
 
Answer & Explanation Answer: C) Rs. 50 crore each

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

Q:

In India national, National Income is calculated by the method which is known as

A) the combined method B) the income method
C) the product method D) the expenditure method
 
Answer & Explanation Answer: A) the combined method

Explanation:

In India, National Income is calculated by the combined method. It combines two methods i.e product or output method and the income method. This is done to overcome the problem of deficiency of statistics. The product method endeavours to find out the net contribution to national income of all producing units. The income method adds up income and payments accruing of factors of production. This method is used in the tertiary  sector like government services banking etc and also in the commoity sector if output data is not available.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy