An organization has an HTTPS-enabled Mule application named Orders API that receives requests from another Mule application named Process Orders.
The communication between these two Mule applications must be secured by TLS mutual authentication (two-way TLS).
At a minimum, what must be stored in each truststore and keystore of these two Mule applications to properly support two-way TLS between the two Mule applications while properly protecting each Mule application's keys?
A. Orders API truststore: The Orders API public key Process Orders keystore: The Process Orders private key and public key B. Orders API truststore: The Orders API private key and public key Process Orders keystore: The Process Orders private key public key C. Orders API truststore: The Process Orders public key Orders API keystore: The Orders API private key and public key Process Orders truststore: The Orders API public key Process Orders keystore: The Process Orders private key and public key D. Orders API truststore: The Process Orders public key Orders API keystore: The Orders API private key Process Orders truststore: The Orders API public key Process Orders keystore: The Process Orders private key
C. Orders API truststore: The Process Orders public key Orders API keystore: The Orders API private key and public key Process Orders truststore: The Orders API public key Process Orders keystore: The Process Orders private key and public key
An organization is creating a set of new services that are critical for their business. The project team prefers using REST for all services but is willing to use SOAP with common WS-" standards if a particular service requires it.
What requirement would drive the team to use SOAP/WS-# for a particular service?
A. Must use XML payloads for the service and ensure that it adheres to a specific schema B. Must publish and share the service specification (including data formats) with the consumers of the service C. Must support message acknowledgement and retry as part of the protocol D. Must secure the service, requiring all consumers to submit a valid SAML token
D. Must secure the service, requiring all consumers to submit a valid SAML token
Security Assertion Markup Language (SAML) is an open standard that allows identity providers (IdP) to pass authorization credentials to service providers (SP). SAML transactions use Extensible Markup Language (XML) for standardized communications between the identity provider and service providers. SAML is the link between the authentication of a user's identity and the authorization to use a service.
WS-Security is the key extension that supports many authentication models including:
basic username/password credentials, SAML, OAuth and more. A common way that SOAP API's are authenticated is via SAML Single Sign On (SSO). SAML works by facilitating the exchange of authentication and authorization credentials across applications. However, there is no specification that describes how to add SAML to REST web services.
Which of the below requirements prevent the usage of Anypoint MQ in a company's network? (Choose two answers)
A. single message payload can be up to 15 MB B. payloads must be encrypted C. the message broker must be hosted on premises D. support for point-to-point messaging E. ability for a third party outside the company's network to consume events from the queue
C. the message broker must be hosted on premises D. support for point-to-point messaging
Question 84:
What is a major benefit of adopting API-led connectivity for large enterprises?
A. Reduced need for backend systems B. Improved reuse and faster delivery of integration assets C. Elimination of security policies D. Centralized monolithic architecture
B. Improved reuse and faster delivery of integration assets
API-led connectivity promotes modularity, reuse, and parallel development, enabling faster delivery and improved agility across the enterprise.
Question 85:
Which Mulesoft feature helps users to delegate their access without sharing sensitive credentials or giving full control of accounts to 3rd parties?
A. Secure Scheme B. client id enforcement policy C. Connected apps D. Certificates
C. Connected apps
Connected Apps The Connected Apps feature provides a framework that enables an external application to integrate with Anypoint Platform using APIs through OAuth 2.0 and OpenID Connect. Connected apps help users delegate their access without sharing sensitive credentials or giving full control of their accounts to third parties. Actions taken by connected apps are audited, and users can also revoke access at any time. Note that some products do not currently include client IDs in this release of the Connected Apps feature. The Connected Apps feature enables you to use secure authentication protocols and control an app's access to user data. Additionally, end users can authorize the app to access their Anypoint Platform data.
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. No changes need to be made to POM.xml file and CI/CD script should be modified as per the RTF configurations B. 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 C. 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 D. 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 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
Question 87:
What aspects of a CI/CD pipeline for Mute applications can be automated using MuleSoft- provided Maven plugins?
A. Compile, package, unit test, deploy, create associated API instances in API Manager B Import from API designer, compile, package, unit test, deploy, publish to Am/point Exchange B. Compile, package, unit test, validate unit test coverage, deploy C. Compile, package, unit test, deploy, integration test
C. Compile, package, unit test, deploy, integration test
Question 88:
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= "false" on the JMS listener B. Use the parameter primaryNodeOnly= "false" on the JMS listener with a shared subscription C. Use the parameter primaryNodeOnly= "true" on the JMS listener with a non-shared subscription D. Use the parameter primaryNodeOnly= "true" on the JMS listener
A. Use the parameter primaryNodeOnly= "false" on the JMS listener
Question 89:
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. Configure alerts failure conditions in API manager D. Use any point functional monitoring test API's functional behavior
A. Enable monitoring of individual applications from Anypoint monitoring
To ensure the high availability and reliability of critical APIs, it is essential to monitor their liveliness and readiness. Anypoint Monitoring provides comprehensive monitoring capabilities for Mule applications. Here's how it can be implemented:
Application Monitoring: Enable monitoring for each individual Mule application. This allows for real-time visibility into the performance and health of each API.
Custom Dashboards: Create custom dashboards in Anypoint Monitoring to track key metrics such as response time, error rates, and throughput.
Alerts and Notifications: Configure alerts based on specific failure conditions or performance thresholds. These alerts can notify the Ops team immediately when an outage or performance degradation is detected.
Proactive Management: With detailed insights and proactive alerts, the Ops team can quickly respond to issues, ensuring that the APIs remain available and meet the defined SLAs.
References:
Anypoint Monitoring Configuring Alerts
Question 90:
An organization has decided on a cloudhub migration strategy that aims to minimize the organizations own IT resources. Currently, the organizational has all of its Mule applications running on its own premises and uses an premises load balancer that exposes all APIs under the base URL https://api.acme.com As part of the migration strategy, the organization plans to migrate all of its Mule applications and load balancer to cloudhub What is the most straight-forward and cost effective approach to the Mule applications deployment and load balancing that preserves the public URLs?
A. Deploy the Mule applications to Cloudhub Update the CNAME record for an api.acme.com in the organizations DNS server pointing to the A record of a cloudhub dedicated load balancer(DLB) Apply mapping rules in the DLB to map URLs to their corresponding Mule applications B. For each migrated Mule application, deploy an API proxy Mule application to Cloudhub with all applications under the control of a dedicated load balancer(CLB) Update the CNAME record for api.acme.com in the organization DNS server pointing to the A record of a cloudhub dedicated load balancer(DLB) Apply mapping rules in the DLB to map each API proxy application to its corresponding Mule applications C. Deploy the Mule applications to Cloudhub Create CNAME record for api.acme.com in the Cloudhub Shared load balancer (SLB) pointing to the A record of the on-premise load balancer Apply mapping rules in the SLB to map URLs to their corresponding Mule applications D. Deploy the Mule applications to Cloudhub Update the CNAME record for api.acme.com in the organization DNS server pointing to the A record of the cloudhub shared load balancer(SLB) Apply mapping rules in the SLB to map URLs to their corresponding Mule applications.
A. Deploy the Mule applications to Cloudhub Update the CNAME record for an api.acme.com in the organizations DNS server pointing to the A record of a cloudhub dedicated load balancer(DLB) Apply mapping rules in the DLB to map URLs to their corresponding Mule applications
Nowadays, the certification exams become more and more important and required by more and more
enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare
for the exam in a short time with less efforts? How to get a ideal result and how to find the
most reliable resources? Here on Vcedump.com, you will find all the answers.
Vcedump.com provide not only Mulesoft exam questions,
answers and explanations but also complete assistance on your exam preparation and certification
application. If you are confused on your MCIA-LEVEL1 exam preparations
and Mulesoft certification application, do not hesitate to visit our
Vcedump.com to find your solutions here.