Searching for "If"

Q:

Project authorization is one of the processes that is associated with the initiation phase of a project. Authorization can come in many different forms, and projects are generally authorized by all of the following except

A) Technological Advances B) Customer request or market demand
C) Executive year - end bonuses D) Business or Social needs
 
Answer & Explanation Answer: C) Executive year - end bonuses

Explanation:

Project authorization should not be exclusively based upon the impact of an executive's bonus (many people would agree that it should not ever be based upon an executive's bonus). Answer A, B, and D are common events that predicate the need for project authorization and can evolve into large scope projects.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

Q:

The software development life cycle begins with a proof of concept and progress into the build, test, and acceptance phases as the project develops. Some times, differences between stakeholders can develop into conflict, which impacts the customer. As a trained, professional project manager, how do you handle this situation and resolve the customer's concerns?

A) Let the customer vent and take notes B) Schedule a meeting
C) Develope a change request for the customer D) Resolve the matter in favour of the customer
 
Answer & Explanation Answer: D) Resolve the matter in favour of the customer

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

Q:

The project life cycle can be broken into five phases that tend to overlap with each other frm one phase to another;however ,the control phase does not overlap with a specific phase. why?

A) Change control management is seperate from the other phases B) Change control management has a plan that can be usede throughout the initiation, planning, execution, and closeout of the project
C) Because the project sponsor is responsible for change control management , the project manager is not involved with that phase of the project D) Change control extends throughout the entire project from initiation to closeout
 
Answer & Explanation Answer: D) Change control extends throughout the entire project from initiation to closeout

Explanation:

Change control management is utilized from the begining to the end of the project in order to keep it focused with an emphasis on the time and budget. Answer A is incorrect because change control management is not seperate from the other phases. Answer B is incorrect because the control plan must be throughout the other phases of a project. Its usage is not optional, and consistent utilization is imperative to managing scope creep and other scope expansions. Answer C is incorrect because the project sponsors is generally not responsible for the change control documentation, although it should be involved in the buy-in and approval process.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

Q:

The difference between the core process and facilitating processes is 

A) Core process take more time and resources B) Core processes are performed in the same sequence and facilitating processes are intermittent
C) Facilitating processes often require micromanagement in order to be completed on time D) Core Processes are not performed in the same sequence and facilitating processes are
 
Answer & Explanation Answer: B) Core processes are performed in the same sequence and facilitating processes are intermittent

Explanation:

Answer A is incorrect because the core processes do not necessarily take more time and resources than facilitating processes. Answer C is incorrect because core processes are not usually tied with micromanagement of tasks. Answer D is incorrect because core processes are performed in the same sequence on most projects.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

Q:

Are best essay writing service reviews are legit?

There are many essay writing companies are launching day by day therefore it would be really difficult to determine which is the suitable writing services without getting scammed. Some stduents are going on the way of regional based writing services like essay writing service usa because its really simple to track them..but looking at the essay writing service reviews is the best way to find genuine writer for sure...you can get everything about the online writing professionals from the essay writing service reviews..what do you think about my points?

Answer

Are best essay writing service reviews are legit? This is a common question lots of students having while choosing an essay writing service...Yes, best essay writing service reviews is the right tool we can use to find genuine essay writing companies online...you will get everything detaisl on what you want to know about an essay writing company online...

Report Error

View answer Workspace Report Error Discuss

Q:

prp  qrp  prr  pqr  qrp  rpr  qqr  rpr  qpr  qrr qpr  qpr

If every third letter starting from the left is replaced by a number beginning with 1 then which letter/ number will be 16th from the right?

A) q B) r
C) 6 D) 7
 
Answer & Explanation Answer: D) 7

Explanation:

New sequence is as follows:

pr1  qr2  pr3  pq4  qr5  rp6  qq7  rp8  qp9  qr10  qp11  qp12

16th from the right  end is 7

Report Error

View Answer Report Error Discuss

Filed Under: Number Series

Q:

What is the difference between Serial and Throughput Garbage collector ?

Answer

The throughput garbage collector uses a parallel version of the young generation collector and is meant to be used with applications that have medium to large data sets. On the other hand, the serial collector is usually adequate for most small applications (those requiring heaps of up to approximately 100MB on modern processors).

Report Error

View answer Workspace Report Error Discuss

Subject: Java

Q:

What’s the difference between Enumeration and Iterator interfaces ?

Answer

Enumeration is twice as fast as compared to an Iterator and uses very less memory. However, the Iterator is much safer compared to Enumeration, because other threads are not able to modify the collection object that is currently traversed by the iterator. Also, Iteratorsallow the caller to remove elements from the underlying collection, something which is not possible with Enumerations.

Report Error

View answer Workspace Report Error Discuss

Subject: Java