MuleSoft MCPA - Level 1 Exam Practice Questions (P. 2)
- Full Access (58 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
What is true about the technology architecture of Anypoint VPCs?
- AThe private IP address range of an Anypoint VPC is automatically chosen by CloudHub.
- BTraffic between Mule applications deployed to an Anypoint VPC and on-premises systems can stay within a private network.Most Voted
- CEach CloudHub environment requires a separate Anypoint VPC.
- DVPC peering can be used to link the underlying AWS VPC to an on-premises (non AWS) private network.
Correct Answer:
B
Reference:
https://docs.mulesoft.com/runtime-manager/vpc-connectivity-methods-concept
B
Reference:
https://docs.mulesoft.com/runtime-manager/vpc-connectivity-methods-concept
send
light_mode
delete
Question #7
An API implementation is deployed on a single worker on CloudHub and invoked by external API clients (outside of CloudHub).
How can an alert be set up that is guaranteed to trigger AS SOON AS that API implementation stops responding to API invocations?
How can an alert be set up that is guaranteed to trigger AS SOON AS that API implementation stops responding to API invocations?
- AImplement a heartbeat/health check within the API and invoke it from outside the Anypoint Platform and alert when the heartbeat does not respond.
- BConfigure a ג€worker not respondingג€ alert in Anypoint Runtime Manager.Most Voted
- CHandle API invocation exceptions within the calling API client and raise an alert from that API client when the API is unavailable.
- DCreate an alert for when the API receives no requests within a specified time period.
Correct Answer:
D
D
send
light_mode
delete
Question #8
The implementation of a Process API must change.
What is a valid approach that minimizes the impact of this change on API clients?
What is a valid approach that minimizes the impact of this change on API clients?
- AUpdate the RAML definition of the current Process API and notify API client developers by sending them links to the updated RAML definition.
- BPostpone changes until API consumers acknowledge they are ready to migrate to a new Process API or API version.
- CImplement required changes to the Process API implementation so that, whenever possible, the Process API's RAML definition remains unchanged.Most Voted
- DImplement the Process API changes in a new API implementation, and have the old API implementation return an HTTP status code 301 - Moved Permanently to inform API clients they should be calling the new API implementation.
Correct Answer:
A
A
send
light_mode
delete
Question #9
Refer to the exhibit.

An organization needs to enable access to their customer data from both a mobile app and a web application, which each need access to common fields as well as certain unique fields.
The data is available partially in a database and partially in a 3rd-party CRM system.
What APIs should be created to best fit these design requirements?

An organization needs to enable access to their customer data from both a mobile app and a web application, which each need access to common fields as well as certain unique fields.
The data is available partially in a database and partially in a 3rd-party CRM system.
What APIs should be created to best fit these design requirements?
- AA Process API that contains the data required by both the web and mobile apps, allowing these applications to invoke it directly and access the data they need thereby providing the flexibility to add more fields in the future without needing API changes.
- BOne set of APIs (Experience API, Process API, and System API) for the web app, and another set for the mobile app.
- CSeparate Experience APIs for the mobile and web app, but a common Process API that invokes separate System APIs created for the database and CRM systemMost Voted
- DA common Experience API used by both the web and mobile apps, but separate Process APIs for the web and mobile apps that interact with the database and the CRM System.
Correct Answer:
C
C
send
light_mode
delete
Question #10
Refer to the exhibit.

A developer is building a client application to invoke an API deployed to the STAGING environment that is governed by a client ID enforcement policy.
What is required to successfully invoke the API?

A developer is building a client application to invoke an API deployed to the STAGING environment that is governed by a client ID enforcement policy.
What is required to successfully invoke the API?
- AThe client ID and secret for the Anypoint Platform account owning the API in the STAGING environment
- BThe client ID and secret for the Anypoint Platform account's STAGING environment
- CThe client ID and secret obtained from Anypoint Exchange for the API instance in the STAGING environmentMost Voted
- DA valid OAuth token obtained from Anypoint Platform and its associated client ID and secret
Correct Answer:
D
Reference:
https://docs.mulesoft.com/api-manager/2.x/policy-mule3-client-id-based-policies
D
Reference:
https://docs.mulesoft.com/api-manager/2.x/policy-mule3-client-id-based-policies
send
light_mode
delete
All Pages