Refer to the exhibit.
An organization is sizing an Anypoint VPC for the non-production deployments of those Mule applications that connect to the organization's on-premises systems. This applies to approx. 60 Mule applications. Each application is deployed to two CloudHub i workers. The organization currently has three non-production environments (DEV, SIT and UAT) that share this VPC. The AWS region of the VPC has two AZs. The organization has a very mature DevOps approach which automatically progresses each application through all non-production environments before automatically deploying to production. This process results in several Mule application deployments per hour, using CloudHub's normal zero-downtime deployment feature. What is a CIDR block for this VPC that results in the smallest usable private IP address range?
A. 10.0.0.0/26 (64 IPS)
B. 10.0.0.0/25 (128 IPs).1/24
C. 10.0.0.0/24 (256 IPs)
D. 10.0.0.0/22 (1024 IPs)
An organization plans to migrate its deployment environment from an onpremises cluster to a Runtime Fabric (RTF) cluster. The on-premises Mule applications are currently configured with persistent object stores. There is a requirement to enable Mule applications deployed to the RTF cluster to store and share data across application replicas and through restarts of the entire RTF cluster, How can these reliability requirements be met?
A. Replace persistent object stores with persistent VM queues in each Mule application deployment
B. Install the Object Store pod on one of the cluster nodes
C. Configure Anypoint Object Store v2 to share data between replicas in the RTF cluster
D. Configure the Persistence Gateway in the RTF installation
An organization plans to extend its Mule APIs to the EU (Frankfurt) region. Currently, all Mule applications are deployed to CloudHub 1.0 in the default North American region, from the North America control plane, following this naming convention: {APIname}—{ environment} (for example, Orderssapi—dev, Orders-sapi-—qa, Orders-sapi- —prod, etc.). There is no network restriction to block communications between APIs. What strategy should be implemented in order to deploy the same Mule APIs to the CloudHub 1.0 EU region from the North America control plane, as well as to minimize latency between APIs and target users and systems in Europe?
A. In Runtime Manager, for each Mule application deployment, set the Region property to EU (Frankfurt) and reuse the same Mule application mame as in the North American region. Communicate the new urls {API-name}—{environment}.de-ci.cloudhub.io to the consuming API clients In Europe.
B. In API Manager, set the Region property to EU (Frankfurt) to create an API proxy named{API-name}—proxy—{environment} for each Mule application.Communicate the new url {API-name}—proxy—{environment}.de-c1.cloudhub.io to theconsuming API clients In Europe.
C. In Runtime Manager, for each Mule application deployment, leave the Region propertyblank (default) and change the Mule application name to {API-name}—{environment).de-cl.Communicate the new urls {API-name}—{environment}.de-ci1.cloudhub.io to theconsuming API clients in Europe.
D. In API Manager, leave the Region property blank (default) to deploy an API proxynamed {API-name}~proxy~- (environment}.de-cl for each Mule application.Communicate the new url {API-name}—proxy—{environment}.de-cl.cloudhub.io to theconsuming API clients in Europe.
During a planning session with the executive leadership, the development team director presents plans for a new API to expose the data in the company’s order database. An earlier effort to build an API on top of this data failed, so the director is recommending a design-first approach.Which characteristics of a design-first approach will help make this API successful
A. Building MUnit tests so administrators can confirm code coverage percentage during deployment
B. Publishing the fully implemented API to Exchange so all developers can reuse the API
C. Adding global policies to the API so all developers automatically secure the implementation before coding anything
D. Developing a specification so consumers can test before the implementation is built
According to MuleSoft, what is a major distinguishing characteristic of an application network in relation to the integration of systems, data, and devices?
A. It uses a well-organized monolithic approach with standards
B. It is built for change and self-service
C. It leverages well-accepted internet standards like HTTP and JSON
D. It uses CI/CD automation for real-time project delivery
An organization has implemented a continuous integration (CI) lifecycle that promotes Mule applications through code, build, and test stages. To standardize the organization's CI journey, a new dependency control approach is being designed to store artifacts that include information such as dependencies, versioning, and build promotions. To implement these process improvements, the organization will now require developers to maintain all dependencies related to Mule application code in a shared location. What is the most idiomatic (used for its intended purpose) type of system the organization should use in a shared location to standardize all dependencies related to Mule application code?
A. A MuleSoft-managed repository at repository.mulesoft.org
B. A binary artifact repository
C. API Community Manager
D. The Anypoint Object Store service at cloudhub.io
What metrics about API invocations are available for visualization in custom charts using Anypoint Analytics?
A. Request size, request HTTP verbs, response time
B. Request size, number of requests, JDBC Select operation result set size
C. Request size, number of requests, response size, response time
D. Request size, number of requests, JDBC Select operation response time
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 companyPGP public key of partnerPGP private key for the company
B. ATLS context first store containing a public certificate for partner ftps server andthe PGP public key of the partnerTLS contact Key Store containing the FTP credentials
C. TLS context trust or containing a public certificate for the ftps server The FTPusername and password The PGP public key of the partner
D. The PGP public key of the partnerThe PGP private key for the companyThe FTP username and password
An integration Mule application is deployed to a customer-hosted multi-node Mule 4 runtime duster. The Mule application uses a Listener operation of a JMS connector to receive incoming messages from a JMS queue. How are the messages consumed by the Mule application?
A. Depending on the JMS provider's configuration, either all messages are consumed byONLY the primary cluster node or else ALL messages are consumed by ALL cluster nodes
B. Regardless of the Listener operation configuration, all messages are consumed by ALLcluster nodes
C. Depending on the Listener operation configuration, either all messages are consumedby ONLY the primary cluster node or else EACH message is consumed by ANY ONEcluster node
D. Regardless of the Listener operation configuration, all messages are consumed byONLY the primary cluster node
An organization has decided on a cloud migration strategy to minimize the organization's own IT resources. Currently the organization has all of its new applications running on its own premises and uses an on-premises load balancer that exposes all APIs under the base URL (https://api.rutujar.com). As part of migration strategy, the organization is planning to migrate all of its new applications and load balancer CloudHub. What is the most straightforward and cost-effective approach to Mule application deployment and load balancing that preserves the public URL's?
A. Deploy the Mule application to CloudhubCreate a CNAME record for base URL( httpsr://api.rutujar.com) in the Cloudhub sharedload balancer that points to the A record of theon-premises load balancerApply mapping rules in SLB to map URLto their corresponding Mule applications
B. Deploy the Mule application to CloudhubUpdate a CNAME record for base URL ( https://api.rutujar.com) in the organization's DNSserver to point to the A record of the Cloudhub dedicated load balancerApply mapping rules in DLB to map URLto their corresponding Mule applications
C. Deploy the Mule application to CloudhubUpdate a CNAME record for base URL ( https://api.rutujar.com) in the organization's DNSserver to point to the A record of the CloudHub shared load balancerApply mapping rules in SLB to map URLto their corresponding Mule applications
D. For each migrated Mule application, deploy an API proxy application to Cloudhub withall traffic to the mule applications routed through a Cloud Hub Dedicated load balancer(DLB) Update a CNAME record for base URL ( https://api.rutujar.com) in the organization's DNSserver to point to the A record of the CloudHub dedicated load balancerApply mapping rules in DLB to map each API proxy application who is responding newapplication