Salesforce Certified MuleSoft Developer I Practice Test - Questions Answers, Page 6

List of questions
Question 51

What is typically NOT a function of the APIs created within the framework called API-led connectivity?
Question 52

An organization has implemented a Customer Address API to retrieve customer address information. This API has been deployed to multiple environments and has been configured to enforce client IDs everywhere.
A developer is writing a client application to allow a user to update their address. The developer has found the Customer Address API in Anypoint Exchange and wants to use it in their client application.
What step of gaining access to the API can be performed automatically by Anypoint Platform?
Question 53

What is a typical result of using a fine-grained rather than a coarse-grained API deployment model to implement a given business process?
Question 54

What correctly characterizes unit tests of Mule applications?
Question 55

An organization is deploying their new implementation of the OrderStatus System API to multiple workers in CloudHub. This API fronts the organization's on-premises Order Management System, which is accessed by the API implementation over an IPsec tunnel.
What type of error typically does NOT result in a service outage of the OrderStatus System API?
Question 56

An Order API must be designed that contains significant amounts of integration logic and involves the invocation of the Product API.
The power relationship between Order API and Product API is one of 'Customer/Supplier', because the Product API is used heavily throughout the organization and is developed by a dedicated development team located in the office of the CTO.
What strategy should be used to deal with the API data model of the Product API within the Order API?
Question 57

An API implementation is being designed that must invoke an Order API, which is known to repeatedly experience downtime.
For this reason, a fallback API is to be called when the Order API is unavailable.
What approach to designing the invocation of the fallback API provides the best resilience?
Question 58

How are an API implementation, API client, and API consumer combined to invoke and process an API?
Question 59

What is most likely NOT a characteristic of an integration test for a REST API implementation?
Question 60

An API implementation is updated. When must the RAML definition of the API also be updated?
Question