01. How do CloudHub's network features specifically support integration solutions?
a) By providing dynamic scaling options.
b) By offering custom virtual private clouds.
c) By enabling automatic backups.
d) By facilitating direct connectivity to SaaS platforms.
02. An organization is automating its deployment process to increase the reliability of its builds and general development process by automating the running of tests during its builds. Which tool is responsible for automating its test execution?
a) MUnit Maven plugin
b) Mule Maven plugin
c) MUnit
d) Anypoint CLI
03. What are two valid considerations when implementing a reliability pattern?
(Choose two.)
a) It has performance implications
b) It provides high performance
c) It is not possible to have multiple message sources within the same transaction while implementing reliability pattern
d) It does not support VM queues in an HA cluster
e) It requires using an XA transaction to bridge message sources when multiple managed resources need to be enlisted within the same transaction
04. In what scenarios is using a shared configuration within Mule runtime domains most advantageous?
a) When deploying lightweight microservices.
b) When multiple applications need to invoke the same services.
c) When unique runtime properties are required for each application.
d) When applications do not interact with each other at all.
05. Which statement is true about the network connections when a Mule application uses a JMS connector to interact with a JMS provider (message broker)?
a) The JMS connector supports both sending and receiving JMS messages over the protocol determined by the JMS provider
b) For the Mule application to receive JMS messages, the JMS provider initiates a network connection to the Mule application's JMS connector and then the JMS provider pushes messages along this connection
c) The Advanced Message Queuing Protocol (AMQP) can be used by the JMS connector to portably establish connections to various types of JMS providers
d) To complete sending a JMS message, the JMS connector must establish a network connection with the JMS message recipient
06. An organization is trying to invoke REST APIs as part of its integration with external systems, which requires OAuth 2.0 tokens for authorization. How should authorization tokens be acquired in a Mule application?
a) Use HTTP Connector's Authentication Feature
b) Write custom Java code for handling authorization tokens
c) Implement Scheduler-based flow for retrieving/saving OAuth 2.0 tokens in Object Store
d) Configure OAuth 2.0 in Client Management in Anypoint Platform
07. Which Mule connectors support local transactions?
a) HTTP Connector
b) JMS Connector
c) Salesforce Connector
d) VM Connector
08. What are two considerations when designing Mule APIs and integrations that leverage an enterprise-wide common data model (CDM)?
(Choose two.)
a) All data types required by the APIs are not typically defined by the CDM
b) The CDM typically does not model experience-level APIs
c) Changes made to the data model do not impact the implementations of the APIs
d) The CDM typically does not model process-level APIs
e) The CDM models multiple definitions of a given data type based on separate domains
09. An organization plans to leverage the Anypoint Security policies for Edge to enforce security policies on nodes deployed to its Anypoint Runtime Fabric. Which two considerations must be kept in mind to configure and use the security policies?
(Choose two.)
a) Runtime Fabric with outbound traffic must be configured
b) HTTP limits policies are designed to protect the network nodes against malicious clients such as DoS applications trying to flood the network to prevent legitimate traffic to APIs
c) Anypoint Security for Edge entitlement must be configured for the Anypoint Platform account
d) Runtime Fabric with inbound traffic must be configured
e) Web application firewall policies allow configuring an explicit list of IP addresses that can access deployed endpoints
10. What limits whether a particular Anypoint Platform user can discover an asset in Anypoint Exchange?
a) The existence of a public Anypoint Exchange portal to which the asset has been published
b) The type of the asset in Anypoint Exchange
c) Accessibility of the asset in the API Manager
d) The teams to which the user belongs