MCIA-Level-1-Maintenance試験問題集を試そう!ベストMCIA-Level-1-Maintenance試験問題トレーニングを提供しています [Q28-Q51]

Share

MCIA-Level-1-Maintenance試験問題集を試そう!ベストMCIA-Level-1-Maintenance試験問題トレーニングを提供しています

実践サンプルと問題集指導には2023年最新のMCIA-Level-1-Maintenance有効なテスト問題集


MuleSoft MCIA-Level-1-Maintenance(MuleSoft Certified Integration Architect - Level 1 MAINTENANCE)試験は、MuleSoft統合アーキテクチャの分野の専門家のスキルと知識をテストする業界標準の認定です。この認定は、すでにMuleSoft Certified Integration Architect - Level 1(MCIA-Level-1)試験を受験し、認定を維持したい個人を対象としています。

 

質問 # 28
Mule application muleA deployed in cloudhub uses Object Store v2 to share data across instances. As a part of new requirement , application muleB which is deployed in same region wants to access this Object Store.
Which of the following option you would suggest which will have minimum latency in this scenario?

  • A. Object Store REST API
  • B. Both of the above option will have same latency
  • C. Object Store of one mule application cannot be accessed by other mule application.
  • D. Object Store connector

正解:A

解説:
Explanation
V2 Rest API is recommended for on premise applications to access Object Store. It also comes with overhead of encryption and security of using rest api. With Object Store v2, the API call is localized to the same data center as the Runtime Manager app.
But in this case requirement is to access the OS of other mule application and not the same mule application.
You can configure a Mule app to use the Object Store REST API to store and retrieve values from an object store in another Mule app.
However, Object Store v2 is not designed for app-to-app communication.


質問 # 29
An application deployed to a runtime fabric environment with two cluster replicas is designed to periodically trigger of flow for processing a high-volume set of records from the source system and synchronize with the SaaS system using the Batch job scope After processing 1000 records in a periodic synchronization of 1 lakh records, the replicas in which batch job instance was started went down due to unexpected failure in the runtime fabric environment What is the consequence of losing the replicas that run the Batch job instance?

  • A. The remaining 99000 records will be lost and left and processed
  • B. A new placement replica will be available and will take or processing the remaining 99,000 records
  • C. A new replacement replica will be available and will be process all 1,00,000 records from scratch leading to duplicate record processing
  • D. The second replicas will take over processing the remaining
    99000 records

正解:D


質問 # 30
What is maximum vCores can be allocated to application deployed to CloudHub?

  • A. 16 vCores
  • B. 2 vCores
  • C. 1 vCores
  • D. 4 vCores

正解:A


質問 # 31
Organization wants to achieve high availability goal for Mule applications in customer hosted runtime plane.
Due to the complexity involved, data cannot be shared among of different instances of same Mule application.
What option best suits to this requirement considering high availability is very much critical to the organization?

  • A. High availability can be achieved only in CloudHub
  • B. The cluster can be configured
  • C. Use persistent object store
  • D. Use third party product to implement load balancer

正解:D

解説:
Explanation
High availability is about up-time of your application
A) High availability can be achieved only in CloudHub isn't correct statement. It can be achieved in customer hosted runtime planes as well B) An object store is a facility for storing objects in or across Mule applications. Mule runtime engine (Mule) uses object stores to persist data for eventual retrieval. It can be used for disaster recovery but not for High Availability. Using object store can't guarantee that all instances won't go down at once. So not an appropriate choice.


質問 # 32
A company is modernizing its legal systems lo accelerate access lo applications and data while supporting the adoption of new technologies. The key to achieving this business goal is unlocking the companies' key systems and dala including microservices miming under Docker and kubernetes containers using apis.
Considering the current aggressive backlog and project delivery requirements the company wants to take a strategic approach in the first phase of its transformation projects by quickly deploying API's in mule runtime that are able lo scale, connect to on premises systems and migrate as needed.
Which runtime deployment option supports company's goals?

  • A. Runtime fabric on self managed Kubernetes
  • B. Runtime fabric on Vmware metal
  • C. Cloudhub runtimes
  • D. Customer hosted self provisioned runtimes

正解:A


質問 # 33
As an enterprise architect, what are the two reasons for which you would use a canonical data model in the new integration project using Mulesoft Anypoint platform ( choose two answers )

  • A. To incorporate industry standard data formats
  • B. Because the model isolates the back and systems and support mule applications from change
  • C. To isolate areas within a bounded context
  • D. To have consistent data structure aligned in processes
  • E. There are multiple canonical definitions of each data type

正解:C、D


質問 # 34
An auto mobile company want to share inventory updates with dealers Dl and D2 asynchronously and concurrently via queues Q1 and Q2. Dealer Dl must consume the message from the queue Q1 and dealer D2 to must consume a message from the queue Q2.
Dealer D1 has implemented a retry mechanism to reprocess the transaction in case of any errors while processing the inventers updates. Dealer D2 has not implemented any retry mechanism.
How should the dealers acknowledge the message to avoid message loss and minimize impact on the current implementation?

  • A. Dealer D1 must use auto acknowledgement and dealer D2 can use manual acknowledgement and acknowledge the message after successful processing
  • B. Dealer D1 can use AUTO acknowledgement and dealer D2 must use manual acknowledgement and acknowledge the message after successful processing
  • C. Dealer D1 can use auto acknowledgement and dealer D2 can use IMMEDIATE acknowledgement and acknowledge the message of successful processing
  • D. Dealer D1 and dealer D2 must use AUTO acknowledgement and acknowledge the message after successful processing

正解:B


質問 # 35
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= "true" on the JMS listener
  • B. Use the parameter primaryNodeOnly= "true" on the JMS listener with a non*shared subscription
  • C. Use the parameter primaryNodeOnly= "false" on the JMS listener with a shared subscription
  • D. Use the parameter primaryNodeOnly= "false" on the JMS listener

正解:D


質問 # 36
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. Add all non functional requirements as comments to RAML specification and publish to exchange
  • B. Update API definitions with the fragment for the appropriate policy and publish to exchange
  • C. Create various SLA's in API manager for the non functional requirement and publish to exchange
  • D. Create proxies in API manager for the non functional requirement and publish to exchange

正解:B


質問 # 37
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. Enable monitoring of individual applications from Anypoint monitoring
  • B. Configure alerts with failure conditions in runtime manager
  • C. Use any point functional monitoring test API's functional behavior
  • D. Configure alerts failure conditions in API manager

正解:A


質問 # 38
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. AVM connector configured to directly access the persistence queue of the persistent object store
  • B. The object store V2 rest API configured to access the persistent object store
  • C. Object store V2 can be shared across cloudhub applications with the configured osv2 connector
  • D. An Anypoint MQ connector configured to directly access the persistent object store

正解:B


質問 # 39
What is true about automating interactions with Anypoint Platform using tools such as Anypoint Platform REST API's, Anypoint CLI or the Mule Maven plugin?

  • A. Access to Anypoint Platform API;s and Anypoint CLI can be controlled separately thruough the roles and permissions in Anypoint platform, so that specific users can get access to Anypoint CLI while others get access to the platform API's
  • B. Anypoint Platform API's can only automate interactions with CloudHub while the Mule maven plugin is required for deployment to customer hosted Mule runtimes
  • C. API policies can be applied to the Anypoint platform API's so that only certain LOS's has access to specific functions
  • D. By default, the Anypoint CLI and Mule Maven plugin are not included in the Mule runtime

正解:D

解説:
Explanation
Correct answer is By default, the Anypoint CLI and Mule Maven plugin are not included in the Mule runtime Maven is not part of runtime though it is part of studio. You do not need it to deploy in order to deploy your app. Same is the case with CLI.


質問 # 40
An organization has strict unit test requirement that mandate every mule application must have an MUnit test suit with a test case defined for each flow and a minimum test coverage of 80%.
A developer is building Munit test suit for a newly developed mule application that sends API request toan external rest API.
What is the effective approach for successfully executing the Munit tests of this new application while still achieving the required test coverage for the Munit tests?

  • A. Mock the rest API invocation in the Munits and return a mock response for those invocations
  • B. Invoke the external endpoint of the rest API from the mule floors
  • C. Create a mocking service flow to simulate standard responses from the rest API and then configure the mule flows to call the marking service flow
  • D. Mark the rest API invocations in the Munits and then call the mocking service flow that simulates standard responses from the REST API

正解:A


質問 # 41
Refer to the exhibit.

The HTTP Listener and the Logger are being handled from which thread pools respectively?

  • A. CPU_INTENSIVE and Dedicated Selector pool
  • B. UBER and NONBLOCKING
  • C. BLOCKING _IO and UBER
  • D. Shared Selector Pool and CPU LITE

正解:D


質問 # 42
A Mule application is synchronizing customer data between two different database systems.
What is the main benefit of using eXtended Architecture (XA) transactions over local transactions to synchronize these two different database systems?

  • A. An XA transaction synchronizes the database systems with the least amount of Mule configuration or coding
  • B. An XA transaction handles the largest number of requests in the shortest time
  • C. An XA transaction writes to both database systems as fast as possible
  • D. An XA transaction automatically rolls back operations against both database systems if any operation falls

正解:B


質問 # 43
An organization has defined a common object model in Java to mediate the communication between different Mule applications in a consistent way. A Mule application is being built to use this common object model to process responses from a SOAP API and a REST API and then write the processed results to an order management system.
The developers want Anypoint Studio to utilize these common objects to assist in creating mappings for various transformation steps in the Mule application.
What is the most idiomatic (used for its intended purpose) and performant way to utilize these common objects to map between the inbound and outbound systems in the Mule application?

  • A. Use JAXB (XML) and Jackson (JSON) data bindings
  • B. Use the Transform Message component
  • C. Use the WSS module
  • D. Use the Java module

正解:A


質問 # 44
To implement predictive maintenance on its machinery equipment, ACME Tractors has installed thousands of IoT sensors that will send data for each machinery asset as sequences of JMS messages, in near real-time, to a JMS queue named SENSOR_DATA on a JMS server. The Mule application contains a JMS Listener operation configured to receive incoming messages from the JMS servers SENSOR_DATA JMS queue. The Mule application persists each received JMS message, then sends a transformed version of the corresponding Mule event to the machinery equipment back-end systems.
The Mule application will be deployed to a multi-node, customer-hosted Mule runtime cluster. Under normal conditions, each JMS message should be processed exactly once.
How should the JMS Listener be configured to maximize performance and concurrent message processing of the JMS queue?

  • A. Set numberOfConsumers to a value greater than one
    Set primaryNodeOnly = false
  • B. Set numberOfConsumers = 1
    Set primaryNodeOnly = true
  • C. Set numberOfConsumers = 1
    Set primaryNodeOnly = false
  • D. Set numberOfConsumers to a value greater than one
    Set primaryNodeOnly = true

正解:A


質問 # 45
An organization has just developed a Mule application that implements a REST API. The mule application will be deployed to a cluster of customer hosted Mule runtimes.
What additional infrastructure component must the customer provide in order to distribute inbound API requests across the Mule runtimes of the cluster?

  • A. An Object Store
  • B. A database
  • C. A message broker
  • D. An HTTP Load Balancer

正解:D

解説:
Explanation
Correct answer is An HTTP Load Balancer.
Key thing to note here is that we are deploying application to customer hosted Mule runtime. This means we will need load balancer to route the requests to different instances of the cluster.
Rest all options are distractors and their requirement depends on project use case.


質問 # 46
An organization has several APIs that accept JSON data over HTTP POST. The APIs are all publicly available and are associated with several mobile applications and web applications. The organization does NOT want to use any authentication or compliance policies for these APIs, but at the same time, is worried that some bad actor could send payloads that could somehow compromise the applications or servers running the API implementations. What out-of-the-box Anypoint Platform policy can address exposure to this threat?

  • A. Apply a Header injection and removal policy that detects the malicious data before it is used
  • B. Apply a JSON threat protection policy to all APIs to detect potential threat vectors
  • C. Apply an IP blacklist policy to all APIs; the blacklist will Include all bad actors
  • D. Shut out bad actors by using HTTPS mutual authentication for all API invocations

正解:B

解説:
Explanation
We need to note few things about the scenario which will help us in reaching the correct solution.
Point 1 : The APIs are all publicly available and are associated with several mobile applications and web applications. This means Apply an IP blacklist policy is not viable option. as blacklisting IPs is limited to partial web traffic. It can't be useful for traffic from mobile application Point 2 : The organization does NOT want to use any authentication or compliance policies for these APIs.
This means we can not apply HTTPS mutual authentication scheme.
Header injection or removal will not help the purpose.
By its nature, JSON is vulnerable to JavaScript injection. When you parse the JSON object, the malicious code inflicts its damages. An inordinate increase in the size and depth of the JSON payload can indicate injection.
Applying the JSON threat protection policy can limit the size of your JSON payload and thwart recursive additions to the JSON hierarchy.
Hence correct answer is Apply a JSON threat protection policy to all APIs to detect potential threat vectors


質問 # 47
Mule application is deployed to Customer Hosted Runtime. Asynchronous logging was implemented to improved throughput of the system. But it was observed over the period of time that few of the important exception log messages which were used to rollback transactions are not working as expected causing huge loss to the Organization. Organization wants to avoid these losses. Application also has constraints due to which they cant compromise on throughput much. What is the possible option in this case?

  • A. Persistent memory storage should be used in such scenarios
  • B. Logging needs to be changed from asynchronous to synchronous
  • C. Mixed configuration of asynchronous or synchronous loggers should be used to log exceptions via synchronous way
  • D. External log appender needs to be used in this case

正解:C

解説:
Explanation
Correct approach is to use Mixed configuration of asynchronous or synchronous loggers shoud be used to log exceptions via synchronous way Asynchronous logging poses a performance-reliability trade-off. You may lose some messages if Mule crashes before the logging buffers flush to the disk. In this case, consider that you can have a mixed configuration of asynchronous or synchronous loggers in your app. Best practice is to use asynchronous logging over synchronous with a minimum logging level of WARN for a production application. In some cases, enable INFO logging level when you need to confirm events such as successful policy installation or to perform troubleshooting. Configure your logging strategy by editing your application's src/main/resources/log4j2.xml file


質問 # 48
An automation engineer needs to write scripts to automate the steps of the API lifecycle, including steps to create, publish, deploy and manage APIs and their implementations in Anypoint Platform.
What Anypoint Platform feature can be used to automate the execution of all these actions in scripts in the easiest way without needing to directly invoke the Anypoint Platform REST APIs?

  • A. The Mule Maven Plugin
  • B. Runtime Manager agent
  • C. Anypoint CLI
  • D. Automated Policies in API Manager

正解:C

解説:
Explanation
Anypoint Platform provides a scripting and command-line tool for both Anypoint Platform and Anypoint Platform Private Cloud Edition (Anypoint Platform PCE). The command-line interface (CLI) supports both the interactive shell and standard CLI modes and works with: Anypoint Exchange Access management Anypoint Runtime Manager


質問 # 49
A manufacturing company is planning to deploy Mule applications to its own Azure Kubernetes Service infrastructure.
The organization wants to make the Mule applications more available and robust by deploying each Mule application to an isolated Mule runtime in a Docker container while managing all the Mule applications from the MuleSoft-hosted control plane.
What is the most idiomatic (used for its intended purpose) choice of runtime plane to meet these organizational requirements?

  • A. Anypoint Service Mesh
  • B. CloudHub
  • C. Anypoint Platform Private Cloud Edition
  • D. Anypoint Runtime Fabric

正解:D


質問 # 50
What condition requires using a CloudHub Dedicated Load Balancer?

  • A. When server-side load-balanced TLS mutual authentication is required between API implementations and API clients
  • B. When cross-region load balancing is required between separate deployments of the same Mule application
  • C. When API invocations across multiple CloudHub workers must be load balanced
  • D. When custom DNS names are required for API implementations deployed to customer-hosted Mule runtimes

正解:A

解説:
Explanation
Correct answer is When server-side load-balanced TLS mutual authentication is required between API implementations and API clients CloudHub dedicated load balancers (DLBs) are an optional component of Anypoint Platform that enable you to route external HTTP and HTTPS traffic to multiple Mule applications deployed to CloudHub workers in a Virtual Private Cloud (VPC). Dedicated load balancers enable you to: * Handle load balancing among the different CloudHub workers that run your application. * Define SSL configurations to provide custom certificates and optionally enforce two-way SSL client authentication. * Configure proxy rules that map your applications to custom domains. This enables you to host your applications under a single domain


質問 # 51
......


MuleSoft MCIA-Level-1-Maintenance(MuleSoft Certified Integration Architect - Level 1 MAINTENANCE)試験は、すでにMuleSoft Certified Integration Architect - Level 1試験に合格した個人を対象とした認定プログラムです。この認定プログラムは、個人のMuleSoftの統合プラットフォームへの理解と、それを維持およびトラブルシューティングする能力を評価することを目的としています。

 

最新100%合格率保証付きの素晴らしいMCIA-Level-1-Maintenance試験問題PDF:https://jp.fast2test.com/MCIA-Level-1-Maintenance-premium-file.html


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어