MuleSoft Certified Platform Architect – Level 1 — Question 37
An organization makes a strategic decision to move towards an IT operating model that emphasizes consumption of reusable IT assets using modern APIs (as defined by MuleSoft).
What best describes each modern API in relation to this new IT operating model?
Answer options
- A. Each modern API has its own software development lifecycle, which reduces the need for documentation and automation.
- B. Each modern API must be treated like a product and designed for a particular target audience (for instance, mobile app developers)
- C. Each modern API must be easy to consume, so should avoid complex authentication mechanisms such as SAML or JWT.
- D. Each modern API must be REST and HTTP based.
Correct answer: B
Explanation
The correct answer is B because treating each modern API like a product ensures that it meets the specific needs of its intended users, which enhances usability and adoption. Options A and C are incorrect as they overlook the importance of documentation and security in API design. Option D is also inaccurate since not all modern APIs are limited to REST and HTTP protocols.