ExamGecko
Home Home / Salesforce / Certified MuleSoft Integration Architect I

Salesforce Certified MuleSoft Integration Architect I Practice Test - Questions Answers, Page 18

Question list
Search
Search

List of questions

Search

Related questions











An organization has chosen Mulesoft for their integration and API platform.

According to the Mulesoft catalyst framework, what would an integration architect do to create achievement goals as part of their business outcomes?

A.
Measure the impact of the centre for enablement
A.
Measure the impact of the centre for enablement
Answers
B.
build and publish foundational assets
B.
build and publish foundational assets
Answers
C.
agree upon KPI's and help develop and overall success plan
C.
agree upon KPI's and help develop and overall success plan
Answers
D.
evangelize API's
D.
evangelize API's
Answers
Suggested answer: C

An organization has implemented the cluster with two customer hosted Mule runtimes is hosting an application.

This application has a flow with a JMS listener configured to consume messages from a queue destination. As an integration architect can you advise which JMS listener configuration must be used to receive messages in all the nodes of the cluster?

A.
Use the parameter primaryNodeOnly= 'false' on the JMS listener
A.
Use the parameter primaryNodeOnly= 'false' on the JMS listener
Answers
B.
Use the parameter primaryNodeOnly= 'false' on the JMS listener with a shared subscription
B.
Use the parameter primaryNodeOnly= 'false' on the JMS listener with a shared subscription
Answers
C.
Use the parameter primaryNodeOnly= 'true' on the JMS listener with a nonshared subscription
C.
Use the parameter primaryNodeOnly= 'true' on the JMS listener with a nonshared subscription
Answers
D.
Use the parameter primaryNodeOnly= 'true' on the JMS listener
D.
Use the parameter primaryNodeOnly= 'true' on the JMS listener
Answers
Suggested answer: A

A customer wants to use the mapped diagnostic context (MDC) and logging variables to enrich its logging and improve tracking by providing more context in the logs.

The customer also wants to improve the throughput and lower the latency of message processing.

As an Mulesoft integration architect can you advise, what should the customer implement to meet these requirements?

A.
Use synchronous logging and use pattern layout with [%MDC] in the log4j2.xml configuration file and then configure the logging variables
A.
Use synchronous logging and use pattern layout with [%MDC] in the log4j2.xml configuration file and then configure the logging variables
Answers
B.
Useasync logger at the level greater than INFO and use pattern layout with [%MDC] in the log4j2,xml configuration file and then configure the logging variables
B.
Useasync logger at the level greater than INFO and use pattern layout with [%MDC] in the log4j2,xml configuration file and then configure the logging variables
Answers
C.
Useasync logger at the level equal to DEBUG orTRACEand use pattern layout with [%MDC] in the log4j2.xml configuration file and then configure the logging variables
C.
Useasync logger at the level equal to DEBUG orTRACEand use pattern layout with [%MDC] in the log4j2.xml configuration file and then configure the logging variables
Answers
D.
Use synchronous logging at the INFO DEBUG or Trace level and use pattern layout with [%MDC] in the log4j2.xml configuration file and then configure the logging variables
D.
Use synchronous logging at the INFO DEBUG or Trace level and use pattern layout with [%MDC] in the log4j2.xml configuration file and then configure the logging variables
Answers
Suggested answer: B

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
Total 273 questions
Go to page: of 28