Which of the following best describes the service transition phase of the Information Technology Infrastructure Library (ITIL)?

a. It involves understanding who the IT customers are, the service offerings required to meet their needs, and the IT capabilities and resources required to develop and successfully execute these offerings.
b. It involves following the design to build, test, and move into production the services that will meet customer expectations.
c. It ensures that the new and/or changed services are designed effectively to meet customer expectations.
d. It provides a means for an IT organization to measure and improve the service levels, the technology, and the efficiency and effectiveness of processes used in the overall management of services.


b. It involves following the design to build, test, and move into production the services that will meet customer expectations.
Service transition involves following the design to build, test, and move into production the services that will meet customer expectations. It is the phase next to the service design phase.

Computer Science & Information Technology

You might also like to view...

An alternative authentication technique involves the use of a secret key to generate a small fixed size block of data known as a __________ or MAC that is appended to the message.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The atomic clocks use the vibration of sound waves to regulate time in satellites and other devices

Indicate whether the statement is true or false

Computer Science & Information Technology

A small desktop motherboard such as a Mini-ITX can be used as a replacement for a laptop motherboard

Indicate whether the statement is true or false

Computer Science & Information Technology

Consider the following statements:struct supplierType  {  string name;  int supplierID; };struct paintType  {  supplierType supplier;  string color;  string paintID; };  paintType paint;What is the data type of paint.supplier?

A. string B. paintType C. supplierType D. struct

Computer Science & Information Technology