TriCorp is purchasing Meta Company. TriCorp uses a change management system for all IT processes, while Meta Company does not have one in place. Meta Company's IT staff needs to purchase a third-party product. What should be done to address the security impacts this product may cause?

A. Purchase the product, and test it in a lab environment before installing it on any live system.
B. Use the product that TriCorp uses for similar needs.
C. Use TriCorp's change management process during the evaluation of the new product.
D. Allow both companies' IT staffs to evaluate the new product prior to purchasing it.


C
Explanation: To address the security impacts this product may cause, Meta Company should use TriCorp's change management process during the evaluation of the new product. It is always best to use a formal change management process for security reasons.
None of the other choices offers the security protections as using the appropriate change management process.

Computer Science & Information Technology

You might also like to view...

When you have a personal incident of phishing, you should report it to the FBI

Indicate whether the statement is true or false

Computer Science & Information Technology

You can run a macro using the Macros button in the Code group of the Developer tab. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Options bar settings include Mode to determine the ____ of a mesh.

A. color B. contrast C. shape D. elasticity

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. The following pseudocode is for a loop that will perform three iterations. For start = 6 To 2 Step -3 Do something End For 2. The following pseudocode is for a loop that will perform three iterations. For start = 5 To 10 Step 2 Do something End For 3. The Do-While loop is a posttest loop. 4. The While loop gets its name from the way it works: It does a task while a condition is false.

Computer Science & Information Technology