MuleSoft Certified Integration Architect – Level 1 — Question 3
An API has been unit tested and is ready for integration testing. The API is governed by a Client ID Enforcement policy in all environments.
What must the testing team do before they can start integration testing the API in the Staging environment?
Answer options
- A. They must request access to the Staging environment and obtain the Client ID and Client Secret for that environment to be used for testing the API
- B. They must request access to the API instance in the Staging environment and obtain a Client ID and Client Secret to be used for testing the API
- C. They must be assigned as an API version owner of the API in the Staging environment
- D. They must access the API portal and create an API notebook using the Client ID and Client Secret supplied by the API portal in the Staging environment
Correct answer: B
Explanation
The correct answer is B because the testing team needs to obtain a Client ID and Client Secret specific to the API instance in the Staging environment in order to comply with the Client ID Enforcement policy. Option A is incorrect as it suggests obtaining the credentials for the entire environment rather than the specific API instance. Options C and D are not relevant to the immediate requirement of acquiring the necessary credentials for integration testing.