What must the testing team do before they can start integration testing the API in the Staging environment?
An API has been unit tested and is ready for integration testing. The API is governed by a Client ID Enforcement policy in all environments. What must the testing team do before they can start integration testing the API in the Staging environment?A . They must access the API portal...
What API policy would LEAST likely be applied to a Process API?
What API policy would LEAST likely be applied to a Process API?A . Custom circuit breaker B. Client ID enforcement C. Rate limiting D. JSON threat protectionView AnswerAnswer: D Explanation: Key to this question lies in the fact that Process API are not meant to be accessed directly by clients....
What is a CIDR block for this VPC that results in the smallest usable private IP address range?
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,...
To best address these requirements what is the most idiomatic (used for it intended purpose) router or scope to used in the parent flow, and what type of error handler should be used in the child flow?
An external REST client periodically sends an array of records in a single POST request to a Mule application API endpoint. The Mule application must validate each record of the request against a JSON schema before sending it to a downstream system in the same order that it was received...
What inputs are required for the application to securely consumed these files?
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...
An organization is designing a mule application to support an all or nothing transaction between serval database operations and some other connectors so that they all roll back if there is a problem with any of the connectors
An organization is designing a mule application to support an all or nothing transaction between serval database operations and some other connectors so that they all roll back if there is a problem with any of the connectors Besides the database connector, what other connector can be used in the...
How can the high rate of records be effectively managed in this application?
A mule application must periodically process a large dataset which varies from 6 GB lo 8 GB from a back-end database and write transform data lo an FTPS server using a properly configured bad job scope. The performance requirements of an application are approved to run in the cloud hub...
What operation can be performed through a JMX agent enabled in a Mule application?
What operation can be performed through a JMX agent enabled in a Mule application?A . View object store entries B. Replay an unsuccessful message C. Set a particular tog4J2 log level to TRACE D. Deploy a Mule applicationView AnswerAnswer: C Explanation: JMX Management Java Management Extensions (JMX) is a simple...
Considering the processing reliability requirements for FTPS files, how should VM queues be configured for processing files as well as for the batch job scope if the application is deployed to Cloudhub workers?
A mule application designed to fulfil two requirements a) Processing files are synchronously from an FTPS server to a back-end database using VM intermediary queues for load balancing VM events b) Processing a medium rate of records from a source to a target system using batch job scope Considering the...
What is a key difference between synchronous and asynchronous logging from Mule applications?
What is a key difference between synchronous and asynchronous logging from Mule applications?A . Synchronous logging writes log messages in a single logging thread but does not block the Mule event being processed by the next event processor B. Asynchronous logging can improve Mule event processing throughput while also reducing...