Updated Jan 01, 2024 Verified Pass MCIA-Level-1-Maintenance Exam in First Attempt Guaranteed [Q45-Q61]

Share

Updated Jan 01, 2024 Verified Pass MCIA-Level-1-Maintenance Exam in First Attempt Guaranteed

Free MCIA-Level-1-Maintenance Sample Questions and 100% Cover Real Exam Questions (Updated 118 Questions)

NEW QUESTION # 45
An organization is designing an integration Mule application to process orders by submitting them to a back-end system for offline processing. Each order will be received by the Mule application through an HTTPS POST and must be acknowledged immediately. Once acknowledged, the order will be submitted to a back-end system. Orders that cannot be successfully submitted due to rejections from the back-end system will need to be processed manually (outside the back-end system).
The Mule application will be deployed to a customer-hosted runtime and is able to use an existing ActiveMQ broker if needed. The ActiveMQ broker is located inside the organization's firewall. The back-end system has a track record of unreliability due to both minor network connectivity issues and longer outages.
What idiomatic (used for their intended purposes) combination of Mule application components and ActiveMQ queues are required to ensure automatic submission of orders to the back-end system while supporting but minimizing manual order processing?

  • A. One or more On Error scopes to assist calling the back-end system
    One or more ActiveMQ long-retry queues
    A persistent dead-letter object store configured in the CloudHub Object Store service
  • B. One or more On Error scopes to assist calling the back-end system
    An Until Successful scope containing VM components for long retries
    A persistent dead-letter VM queue configured in CloudHub
  • C. A Batch Job scope to call the back-end system
    An Until Successful scope containing Object Store components for long retries A dead-letter object store configured in the Mule application
  • D. An Until Successful scope to call the back-end system
    One or more ActiveMQ long-retry queues
    One or more ActiveMQ dead-letter queues for manual processing

Answer: D


NEW QUESTION # 46
An organization is migrating all its Mule applications to Runtime Fabric (RTF). None of the Mule applications use Mule domain projects.
Currently, all the Mule applications have been manually deployed to a server group among several customer hosted Mule runtimes.
Port conflicts between these Mule application deployments are currently managed by the DevOps team who carefully manage Mule application properties files.
When the Mule applications are migrated from the current customer-hosted server group to Runtime Fabric (RTF), fo the Mule applications need to be rewritten and what DevOps port configuration responsibilities change or stay the same?

  • A. Yes, the Mule applications Must be rewritten
    DevOps Must Still Manage port conflicts.
  • B. NO, the Mule applications do NO need to be rewritten
    DevOps NO LONGER needs to manage port conflicts between the Mule applications.
  • C. NO, The Mule applications do NOT need to be rewritten
    DevOps MUST STILL manage port conflicts
  • D. Yes, the Mule applications Must be rewritten
    DevOps No Longer needs to manage port conflicts between the Mule applications

Answer: C

Explanation:
Explanation
* Anypoint Runtime Fabric is a container service that automates the deployment and orchestration of your Mule applications and gateways.
* Runtime Fabric runs on customer-managed infrastructure on AWS, Azure, virtual machines (VMs) or bare-metal servers.
* As none of the Mule applications use Mule domain projects. applications are not required to be rewritten.
Also when applications are deployed on RTF, by default ingress is allowed only on 8081.
* Hence port conflicts are not required to be managed by DevOps team


NEW QUESTION # 47
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. build and publish foundational assets
  • B. evangelize API's
  • C. agree upon KPI's and help develop and overall success plan
  • D. Measure the impact of the centre for enablement

Answer: C


NEW QUESTION # 48
An insurance company is implementing a MuleSoft API to get inventory details from the two vendors. Due to network issues, the invocations to vendor applications are getting timed-out intermittently. But the transactions are successful upon reprocessing What is the most performant way of implementing this requirement?

  • A. Implement a Choice scope to invoke the two vendor applications on two different route Use the try-catch scope to implement the retry mechanism for timeout errors on each route
  • B. Implement a For-Each scope to invoke the two vendor applications
    Use until successful scope to implement the retry mechanism for the timeout errors
  • C. Implement a scatter-gather scope to invoke the two vendor
    applications on two different route
    Use the Until-Successful scope to implement the retry mechanism
    for timeout errors on each route
  • D. Implement Round-Robin scope to invoke the two vendor applications on two different routes Use the Try-Catch scope to implement retry mechanism for timeout errors on each route

Answer: C


NEW QUESTION # 49
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. 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
  • B. runtimeFabric profile should be added mule configuration files in the mule applications and CI/CD script should be modified as per the RTF configurations
  • C. 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
  • D. No changes need to be made to POM.xml file and CI/CD script should be modified as per the RTF configurations

Answer: A


NEW QUESTION # 50
Which Salesforce API is invoked to deploy, retrieve, create or delete customization information such as custom object definitions using a Mule Salesforce connector in a Mule application?

  • A. Metadata API
  • B. REST API
  • C. SOAP API
  • D. Bulk API

Answer: B


NEW QUESTION # 51
As a part of project , existing java implementation is being migrated to Mulesoft. Business is very tight on the budget and wish to complete the project in most economical way possible.
Canonical object model using java is already a part of existing implementation. Same object model is required by mule application for a business use case. What is the best way to achieve this?

  • A. Create a custom application to read Java code and make it available for Mule application
  • B. Use Anypoint exchange
  • C. Create similar model for Mule applications
  • D. Make use of Java module

Answer: D

Explanation:
Explanation
Mule 4 is built to:
*Minimize the need for custom code.
*Avoid the need for you to know or understand Java.
However, some advanced uses cases require integration with custom Java code, such as:
*Reuse of a library, such as a tax calculation library.
*Reuse of a canonical object model that is standard in the organization.
*Execution of custom logic using Java.
Mule ref doc :https://docs.mulesoft.com/java-module/1.2/


NEW QUESTION # 52
An airline is architecting an API connectivity project to integrate its flight data into an online aggregation website. The interface must allow for secure communication high-performance and asynchronous message exchange.
What are suitable interface technologies for this integration assuming that Mulesoft fully supports these technologies and that Anypoint connectors exist for these interfaces?

  • A. SOAP over HTTPS HOP over TLS gRPC over HTTPS
  • B. CSV over FTP YAM L over TLS JSON over HTTPS
  • C. XML over ActiveMQ XML over SFTP XML/REST over HTTPS
  • D. AsyncAPI over HTTPS
    AMQP with RabbitMQ JSON/REST over HTTPS

Answer: D


NEW QUESTION # 53
A trading company handles millions of requests a day. Due to nature of its business, it requires excellent performance and reliability within its application.
For this purpose, company uses a number of event-based API's hosted on various mule clusters that communicate across a shared message queue sitting within its network.
Which method should be used to meet the company's requirement for its system?

  • A. JMS transactions
  • B. VM queues with reliability pattern
  • C. JMS manual acknowledgements with a reliability pattern
  • D. XA transactions and XA connected components

Answer: C


NEW QUESTION # 54
What API policy would LEAST likely be applied to a Process API?

  • A. JSON threat protection
  • B. Custom circuit breaker
  • C. Client ID enforcement
  • D. Rate limiting

Answer: A

Explanation:
Explanation
Key to this question lies in the fact that Process API are not meant to be accessed directly by clients. Lets analyze options one by one. Client ID enforcement : This is applied at process API level generally to ensure that identity of API clients is always known and available for API-based analytics Rate Limiting : This policy is applied on Process Level API to secure API's against degradation of service that can happen in case load received is more than it can handle Custom circuit breaker : This is also quite useful feature on process level API's as it saves the API client the wasted time and effort of invoking a failing API. JSON threat protection :
This policy is not required at Process API and rather implemented as Experience API's. This policy is used to safeguard application from malicious attacks by injecting malicious code in JSON object. As ideally Process API's are never called from external world , this policy is never used on Process API's Hence correct answer is JSON threat protection MuleSoft Documentation Reference :
https://docs.mulesoft.com/api-manager/2.x/policy-mule3-json-threat


NEW QUESTION # 55
An organization's security requirements mandate centralized control at all times over authentication and authorization of external applications when invoking web APIs managed on Anypoint Platform.
What Anypoint Platform feature is most idiomatic (used for its intended purpose), straightforward, and maintainable to use to meet this requirement?

  • A. Client management configured in access management
  • B. External access configured in API Manager
  • C. Identity management configured in access management
  • D. Enterprise Security module coded in Mule applications

Answer: C


NEW QUESTION # 56
An organization is designing a Mule application to periodically poll an SFTP location for new files containing sales order records and then process those sales orders. Each sales order must be processed exactly once.
To support this requirement, the Mule application must identify and filter duplicate sales orders on the basis of a unique ID contained in each sales order record and then only send the new sales orders to the downstream system.
What is the most idiomatic (used for its intended purpose) Anypoint connector, validator, or scope that can be configured in the Mule application to filter duplicate sales orders on the basis of the unique ID field contained in each sales order record?

  • A. Configure a Cache scope to filter and store each record from the received file by the order ID
  • B. Configure an Idempotent Message Validator component to filter each record by the order ID
  • C. Configure a watermark In an On New or Updated File event source to filter unique records by the order ID
  • D. Configure a Database connector to filter and store each record by the order ID

Answer: B


NEW QUESTION # 57
An organization has deployed runtime fabric on an eight note cluster with performance profile. An API uses and non persistent object store for maintaining some of its state data. What will be the impact to the stale data if server crashes?

  • A. State data is rolled back to a previously saved version
  • B. State data is preserved
  • C. State data is lost
  • D. State data is preserved as long as more than one more is unaffected by the crash

Answer: D


NEW QUESTION # 58
An organization is designing multiple new applications to run on CloudHub in a single Anypoint VPC and that must share data using a common persistent Anypoint object store V2 (OSv2).
Which design gives these mule applications access to the same object store instance?

  • A. An Anypoint MQ connector configured to directly access the persistent object store
  • B. AVM connector configured to directly access the persistence queue of the persistent object store
  • C. Object store V2 can be shared across cloudhub applications with the configured osv2 connector
  • D. The object store V2 rest API configured to access the persistent object store

Answer: D


NEW QUESTION # 59
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 master lookup API
  • B. Upgrade vCore size from 0.1 vCore to 0,2 vCore
  • C. Implement HTTP caching policy for all GET endpoints for the master lookup API and implement locking to synchronize access to object store
  • D. Add an additional Cloudhub worker to provide additional capacity

Answer: C


NEW QUESTION # 60
A corporation has deployed multiple mule applications implementing various public and private API's to different cloudhub workers. These API's arc Critical applications that must be highly available and in line with the reliability SLA as defined by stakeholders.
How can API availability (liveliness or readiness) be monitored so that Ops team receives outage notifications?

  • A. Use any point functional monitoring test API's functional behavior
  • B. Enable monitoring of individual applications from Anypoint monitoring
  • C. Configure alerts with failure conditions in runtime manager
  • D. Configure alerts failure conditions in API manager

Answer: B


NEW QUESTION # 61
......

Download Real MuleSoft MCIA-Level-1-Maintenance Exam Dumps Test Engine Exam Questions: https://www.examslabs.com/MuleSoft/MuleSoft-Certified-Architect/best-MCIA-Level-1-Maintenance-exam-dumps.html