ExamGecko
Home Home / MuleSoft / MCIA Level 1 Maintenance

MuleSoft MCIA Level 1 Maintenance Practice Test - Questions Answers, Page 11

Question list
Search
Search

List of questions

Search

Related questions











A project team uses RAML specifications to document API functional requirements and deliver API definitions. As per the current legal requirement, all designed API definitions to be augmented with an additional non-functional requirement to protect the services from a high rate of requests according to define service level agreements.

Assuming that the project is following Mulesoft API governance and policies, how should the project team convey the necessary non-functional requirement to stakeholders?

A.
Create proxies in API manager for the non functional requirement and publish to exchange
A.
Create proxies in API manager for the non functional requirement and publish to exchange
Answers
B.
Add all non functional requirements as comments to RAML specification and publish to exchange
B.
Add all non functional requirements as comments to RAML specification and publish to exchange
Answers
C.
Create various SLA's in API manager for the non functional requirement and publish to exchange
C.
Create various SLA's in API manager for the non functional requirement and publish to exchange
Answers
D.
Update API definitions with the fragment for the appropriate policy and publish to exchange
D.
Update API definitions with the fragment for the appropriate policy and publish to exchange
Answers
Suggested answer: D

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?

A.
Implement includelist IP on the cloudhub VPC firewall to allow the traffic
A.
Implement includelist IP on the cloudhub VPC firewall to allow the traffic
Answers
B.
Implement the validation of includelisted IP operation
B.
Implement the validation of includelisted IP operation
Answers
C.
Implement the Any point filter processor to implement the include list IP
C.
Implement the Any point filter processor to implement the include list IP
Answers
D.
Implement a proxy for the third party API and enforce the IPinclude list policy and call this proxy from the flow of the API
D.
Implement a proxy for the third party API and enforce the IPinclude list policy and call this proxy from the flow of the API
Answers
Suggested answer: D

A project uses Jenkins to implement CI/CD process. It was observed that each Mule package contains some of the Jenkins files and folders for configurations of CI/CD jobs.

As these files and folders are not part of the actual package, expectation is that these should not be part of deployed archive.

Which file can be used to exclude these files and folders from the deployed archive?

A.
muleignore
A.
muleignore
Answers
B.
_unTrackMule
B.
_unTrackMule
Answers
C.
mulelnclude
C.
mulelnclude
Answers
D.
_muleExclude
D.
_muleExclude
Answers
Suggested answer: D

A stock broking company makes use of CloudHub VPC to deploy Mule applications. Mule application needs to connect to a database application in the customers on-premises corporate data center and also to a Kafka cluster running in AWS VPC.

How is access enabled for the API to connect to the database application and Kafka cluster securely?

A.
Set up a transit gateway to the customers on-premises corporate datacenter to AWS VPC
A.
Set up a transit gateway to the customers on-premises corporate datacenter to AWS VPC
Answers
B.
Setup AnyPoint VPN to the customer's on-premise corporate data center and VPC peering with AWS VPC
B.
Setup AnyPoint VPN to the customer's on-premise corporate data center and VPC peering with AWS VPC
Answers
C.
Setup VPC peering with AWS VPC and the customers devices corporate data center
C.
Setup VPC peering with AWS VPC and the customers devices corporate data center
Answers
D.
Setup VPC peering with the customers onto my service corporate data center and Anypoint VPN to AWS VPC
D.
Setup VPC peering with the customers onto my service corporate data center and Anypoint VPN to AWS VPC
Answers
Suggested answer: B

An organization if struggling frequent plugin version upgrades and external plugin project dependencies. The team wants to minimize the impact on applications by creating best practices that will define a set of default dependencies across all new and in progress projects.

How can these best practices be achieved with the applications having the least amount of responsibility?

A.
Create a Mule plugin project with all the dependencies and add it as a dependency in each application's POM.xml file
A.
Create a Mule plugin project with all the dependencies and add it as a dependency in each application's POM.xml file
Answers
B.
Create a mule domain project with all the dependencies define in its POM.xml file and add each application to the domain Project
B.
Create a mule domain project with all the dependencies define in its POM.xml file and add each application to the domain Project
Answers
C.
Add all dependencies in each application's POM.xml file
C.
Add all dependencies in each application's POM.xml file
Answers
D.
Create a parent POM of all the required dependencies and reference each in each application's POM.xml file
D.
Create a parent POM of all the required dependencies and reference each in each application's POM.xml file
Answers
Suggested answer: D

An insurance company is using a CIoudHub runtime plane. As a part of requirement, email alert should be sent to internal operations team every time of policy applied to an API instance is deleted As an integration architect suggest on how this requirement be met?

A.
Use audit logs in Anypoint platform to detect a policy deletion and configure the Audit logs alert feature to send an email to the operations team
A.
Use audit logs in Anypoint platform to detect a policy deletion and configure the Audit logs alert feature to send an email to the operations team
Answers
B.
Use Anypoint monitoring to configure an alert that sends an email to the operations team every time a policy is deleted in API manager
B.
Use Anypoint monitoring to configure an alert that sends an email to the operations team every time a policy is deleted in API manager
Answers
C.
Create a custom connector to be triggered every time of policy is deleted in API manager
C.
Create a custom connector to be triggered every time of policy is deleted in API manager
Answers
D.
Implement a new application that uses the Audit log REST API to detect the policy deletion and send an email to operations team the SMTP connector
D.
Implement a new application that uses the Audit log REST API to detect the policy deletion and send an email to operations team the SMTP connector
Answers
Suggested answer: D

A finance giant is planning to migrate all its Mule applications to Runtime fabric (RTF). Currently all Mule applications are deployed cloud hub using automated CI/CD scripts.

As an integration architect, which of the below step would you suggest to ensure that the applications from cloudhub are migrated properly to Runtime Fabric (RTF) with an assumption that organization is keen on keeping the same deployment strategy.

A.
No changes need to be made to POM.xml file and CI/CD script should be modified as per the RTF configurations
A.
No changes need to be made to POM.xml file and CI/CD script should be modified as per the RTF configurations
Answers
B.
runtimeFabric dependency should be added as a mule plug-in to POM.xml file and CI/CD script should be modified as per the RTF configurations
B.
runtimeFabric dependency should be added as a mule plug-in to POM.xml file and CI/CD script should be modified as per the RTF configurations
Answers
C.
runtimeFabric deployment should be added to POM.xml file in all the mule applications and CI/CD script should be modified as per the RTF configurations
C.
runtimeFabric deployment should be added to POM.xml file in all the mule applications and CI/CD script should be modified as per the RTF configurations
Answers
D.
runtimeFabric profile should be added mule configuration files in the mule applications and CI/CD script should be modified as per the RTF configurations
D.
runtimeFabric profile should be added mule configuration files in the mule applications and CI/CD script should be modified as per the RTF configurations
Answers
Suggested answer: C

A banking company is developing a new set of APIs for its online business. One of the critical API's is a master lookup API which is a system API. This master lookup API uses persistent object store. This API will be used by all other APIs to provide master lookup data.

Master lookup API is deployed on two cloudhub workers of 0.1 vCore each because there is a lot of master data to be cached. Master lookup data is stored as a key value pair. The cache gets refreshed if they key is not found in the cache.

Doing performance testing it was observed that the Master lookup API has a higher response time due to database queries execution to fetch the master lookup data.

Due to this performance issue, go-live of the online business is on hold which could cause potential financial loss to Bank.

As an integration architect, which of the below option you would suggest to resolve performance issue?

A.
Implement HTTP caching policy for all GET endpoints for the master lookup API and implementlocking to synchronize access to object store
A.
Implement HTTP caching policy for all GET endpoints for the master lookup API and implementlocking to synchronize access to object store
Answers
B.
Upgrade vCore size from 0.1 vCore to 0,2 vCore
B.
Upgrade vCore size from 0.1 vCore to 0,2 vCore
Answers
C.
Implement HTTP caching policy for all GET endpoints for master lookup API
C.
Implement HTTP caching policy for all GET endpoints for master lookup API
Answers
D.
Add an additional Cloudhub worker to provide additional capacity
D.
Add an additional Cloudhub worker to provide additional capacity
Answers
Suggested answer: A

A mule application is required to periodically process large data set from a back-end database to Salesforce CRM using batch job scope configured properly process the higher rate of records.

The application is deployed to two cloudhub workers with no persistence queues enabled.

What is the consequence if the worker crashes during records processing?

A.
Remaining records will be processed by a new replacement worker
A.
Remaining records will be processed by a new replacement worker
Answers
B.
Remaining records be processed by second worker
B.
Remaining records be processed by second worker
Answers
C.
Remaining records will be left and processed
C.
Remaining records will be left and processed
Answers
D.
All the records will be processed from scratch by the second worker leading to duplicate processing
D.
All the records will be processed from scratch by the second worker leading to duplicate processing
Answers
Suggested answer: C

A company is designing a mule application to consume batch data from a partner's ftps server The data files have been compressed and then digitally signed using PGP.

What inputs are required for the application to securely consumed these files?

A.
ATLS context Key Store requiring the private key and certificate for the company PGP public key of partner PGP private key for the company
A.
ATLS context Key Store requiring the private key and certificate for the company PGP public key of partner PGP private key for the company
Answers
B.
ATLS context first store containing a public certificate for partner ftps server and the PGP public key of the partner TLS contact Key Store containing the FTP credentials
B.
ATLS context first store containing a public certificate for partner ftps server and the PGP public key of the partner TLS contact Key Store containing the FTP credentials
Answers
C.
TLS context trust or containing a public certificate for the ftps server The FTP username and password The PGP public key of the partner
C.
TLS context trust or containing a public certificate for the ftps server The FTP username and password The PGP public key of the partner
Answers
D.
The PGP public key of the partnerThe PGP private key for the companyThe FTP username and password
D.
The PGP public key of the partnerThe PGP private key for the companyThe FTP username and password
Answers
Suggested answer: D
Total 116 questions
Go to page: of 12