MCIA-Level-1 MuleSoft Certified Integration Architect - Level 1

Loading demo links...

Showing 10–12 of 14 questions

Question 10

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?

 

Select an option, then click Submit answer.

  • A 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.
     

  • One set of APIs (Experience API, Process API, and System API) for the web app, and another set for the mobile app.
     

  • Separate Experience APIs for the mobile and web app, but a common Process API that invokes separate System APIs created for the database and CRM system
     

  • A 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.

Question 11

An organization uses a set of customer-hosted Mule runtimes that are managed using the Mulesoft-hosted control plane.

What is a condition that can be alerted on from Anypoint Runtime Manager without any custom components or custom coding?

Select an option, then click Submit answer.

  • When an SSL certificate used by one of the deployed Mule applications is about to expire

  • When a Mule runtime on a given customer-hosted server is experiencing high memory consumption during certain periods

  • When a Mule runtime's customer-hosted server is about to run out of disk space

  • When the Mule runtime license installed on a Mule runtime is about to expire

Question 12

An organization is using Mulesoft cloudhub and develops API's in the latest version. As a part of requirements for one of the API's, third party API needs to be called. The security team has made it clear that calling any external API needs to have include listing

As an integration architect please suggest the best way to accomplish the design plan to support these requirements?

Select an option, then click Submit answer.

  • Implement includelist IP on the cloudhub VPC firewall to allow the traffic

  • Implement the validation of includelisted IP operation

  • Implement the Any point filter processor to implement the include list IP

  • Implement a proxy for the third party API and enforce the IPinclude list policy and call this proxy from the flow of the API