mulesoft MCIA 破釜沉舟备考 2023.05.03.29 (易错题)
- 1. An API client is implemented as a Mule application that includes an HTTP Request operation using a default configuration.
- 2. A global organization operates datacenters in many countries.
- 3. What aspects of a CI/CD pipeline for Mute applications can be automated using MuleSoft-provided Maven plugins?
- 4. 49 of A popular retailer is designing a public API for its numerous business partners.
- 5. A set of integration Mule applications, some of which expose APIs, are being created to enable a new business process. Various stakeholders may be impacted by this.
- 6. An organization has defined a common object model in Java to mediate the communication between different Mule applications in a consistent way.
- 7. A manufacturing company is planning to deploy Mule applications to its own Azure Kubernetes Service infrastructure.
- 8. An insurance company is implementing a MuleSoft API to get inventory details from the two vendors.
- 9. What is an advantage that Anypoint Platform offers by providing universal API management and Integration-Platform-as-a-Service (iPaaS) capabilities in a unified platform?
- 10. An organization’s IT team must secure all of the internal APIs within an integration solution by using an API proxy to apply required authentication and authorization policies.
- 11. An organization is choosing between API-led connectivity and other integration approaches.
- 12. In which order are the API Client, API Implementation, and API interface components called in a typical REST request?
1. An API client is implemented as a Mule application that includes an HTTP Request operation using a default configuration.
The HTTP Request operation invokes an external API that follows standard HTTP status code conventions, which causes the HTTP Request operation to return a 4xx status code.
What is a possible cause of this status code response?
A. An error occurred inside the external API implementation when processing the HTTP request that was received from the outbound HTTP Request operation of the Mule application
B. The external API reported that the API implementation has moved to a different external endpoint
C. The HTTP response cannot be interpreted by the HTTP Request operation of the Mule application after it was received from the external API
D. The external API reported an error with the HTTP request that was received from the outbound HTTP Request operation of the Mule application
Answer: D
2. A global organization operates datacenters in many countries.
There are private network links between these datacenters because all business data (but NOT metadata) must be exchanged over these private network connections. The organization does not currently use AWS in any way. The strategic decision has Just been made to rigorously minimize IT operations effort and investment going forward.
What combination of deployment options of the Anypoint Platform control plane and runtime plane(s) best serves this organization at the start of this strategic journey?
A. MuleSoft-hosted Anypoint Platform control plane CloudHub Shared Worker Cloud in multiple AWS regions
B. Anypoint Platform - Private Cloud Edition Customer-hosted runtime plane in each datacenter
C. MuleSoft-hosted Anypoint Platform control plane Customer-hosted runtime plane in multiple AWS regions
D. MuleSoft-hosted Anypoint Platform control plane Customer-hosted runtime plane in each datacenter
Answer: D
3. What aspects of a CI/CD pipeline for Mute applications can be automated using MuleSoft-provided Maven plugins?
A. Compile, package, unit test, deploy, create associated API instances in API Manager
B Import from API designer, compile, package, unit test, deploy, publish to Am/point Exchange
C. Compile, package, unit test, validate unit test coverage, deploy
D. Compile, package, unit test, deploy, integration test
Answer: C
4. 49 of A popular retailer is designing a public API for its numerous business partners.
Each business partner will invoke the API at the URL 58. https://api.acme.com/partnefs/vl. The API implementation is estimated to require deployment to 5 CloudHub workers. The retailer has obtained a public X.509 certificate for the name apl.acme.com, signed by a reputable CA, to be used as the server certificate.
Where and how should the X.509 certificate and Mule applications be used to configure load balancing among the 5 CloudHub workers, and what DNS entries should be configured in order for the retailer to support its numerous business partners?
A. Add the X.509 certificate to the Mule application’s deployable archive, then configure a CloudHub Dedicated Load Balancer (DLB) for each of the Mule application’s CloudHub workers
Create a CNAME for api.acme.com pointing to the DLB’s A record
B. Add the X.509 certificate to the CloudHub Shared Load Balancer (SLB), not to the Mule application
Create a CNAME for api.acme.com pointing to the SLB’s A record
C. Add the X.509 certificate to a CloudHub Dedicated Load Balancer (DLB), not to the Mule application
Create a CNAME for api.acme.com pointing to the DLB’s A record
D. Add the x.509 certificate to the Mule application’s deployable archive, then configure the CloudHub Shared Load Balancer (SLB) for each of the Mule application’s CloudHub workers
Create a CNAME for api.acme.com pointing to the SLB’s A record
Answer: C
5. A set of integration Mule applications, some of which expose APIs, are being created to enable a new business process. Various stakeholders may be impacted by this.
These stakeholders are a combination of semi-technical users (who understand basic integration terminology and concepts such as JSON and XML) and technically skilled potential consumers of the Mule applications and APIs.
What Is an effective way for the project team responsible for the Mule applications and APIs being built to communicate with these stakeholders using Anypoint Platform and its supplied toolset?
A. Use Anypoint Design Center to implement the Mule applications and APIs and give the various stakeholders access to these Design Center projects, so they can collaborate and provide feedback
B. Create Anypoint Exchange entries with pages elaborating the integration design, including API notebooks (where applicable) to help the stakeholders understand and interact with the Mule applications and APIs at various levels of technical depth
C. Use Anypoint Exchange to register the various Mule applications and APIs and share the RAML definitions with the stakeholders, so they can be discovered
D. Capture documentation about the Mule applications and APIs inline within the Mule integration flows and use Anypoint Studio’s Export Documentation feature to provide an HTML version of this documentation to the stakeholders
Answer: B
6. An organization has defined a common object model in Java to mediate the communication between different Mule applications in a consistent way.
A Mule application is being built to use this common object model to process responses from a SOAP API and a REST API and then write the processed results to an order management system. The developers want Anypoint Studio to utilize these common objects to assist in creating mappings for various transformation steps in the Mule application.
What is the most idiomatic (used for its intended purpose) and performant way to utilize these common objects to map between the inbound and outbound systems in the Mule application?
A. Use JAXB (XML) and Jackson (JSON) data bindings
B. Use the WSS module
C. Use the Java module
D. Use the Transform Message component
Answer: D
7. A manufacturing company is planning to deploy Mule applications to its own Azure Kubernetes Service infrastructure.
The organization wants to make the Mule applications more available and robust by deploying each Mule application to an isolated Mule runtime in a Docker container while managing all the Mule applications from the MuleSoft-hosted control plane.
What is the most idiomatic (used for its intended purpose) choice of runtime plane to meet these organizational requirements?
A. Anypoint Platform Private Cloud Edition
B. Anypoint Runtime Fabric
C. CloudHub
D. Anypoint Service Mesh
Answer: B
8. An insurance company is implementing a MuleSoft API to get inventory details from the two vendors.
Due to network issues, the invocations to vendor applications are getting timed-out intermittently. But the transactions are successful upon reprocessing.
What is the most performant way of implementing this requirement?
A. Implement a scatter-gather scope to invoke the two vendor applications on two different route
Use the Until-Successful scope to implement the retry mechanism for timeout errors on each route
B. Implement a Choice scope to invoke the two vendor applications on two different route
Use the try-catch scope to implement the retry mechanism for timeout errors on each route
C. Implement a For-Each scope to invoke the two vendor applications
Use until successful scope to implement the retry mechanism for the timeout errors
D. Implement Round-Robin scope to invoke the two vendor applications on two different routes
Use the Try-Catch scope to implement retry mechanism for timeout errors on each route
Answer: A
9. What is an advantage that Anypoint Platform offers by providing universal API management and Integration-Platform-as-a-Service (iPaaS) capabilities in a unified platform?
A. Ability to use a single iPaaS to manage and integrate all API gateways
B. Ability to use a single connector to manage and integrate all APis
C. Ability to use a single control plane for both full-lifecycle AP] management and integration
D. Ability to use a single iPaaS to manage all API developer portals
Answer: C
10. An organization’s IT team must secure all of the internal APIs within an integration solution by using an API proxy to apply required authentication and authorization policies.
Which integration technology, when used for its intended purpose, should the team choose to meet these requirements if all other relevant factors are equal?
A. API Management (APIM)
B. Robotic Process Automation (RPA)
C. Electronic Data Interchange (EDI)
D. Integration Platform-as-a-service (PaaS)
Answer: A
11. An organization is choosing between API-led connectivity and other integration approaches.
According to MuleSoft, which business benefits is associated with an API-led connectivity approach using Anypoint Platform?
A. improved security through adoption of monolithic architectures
B. Increased developer productivity through sell-service of API assets
C. Greater project predictability through tight coupling of systems
D. Higher outcome repeatability through centralized development
Answer: B
12. In which order are the API Client, API Implementation, and API interface components called in a typical REST request?
A. API Client > API implementation > API Interface
B. API interface > API Client > API Implementation
C. API Client > API Interface > API implementation
D. API Implementation > API Interface > API Client
Answer: A