Which productivity advantage does Anypoint Platform have to both implement and manage an API?
A. Automatic API specification generation
B. Automatic API governance
C. Automatic API proxy generation
D. Automatic API semantic versioning
An application load balancer routes requests to a RESTful web API secured by Anypomt Flex Gateway
Which protocol is involved in the communication between the load balancer and the Gateway?
A. LDAP
B. HTTPS
C. SFTP
D. SMTP
An API client makes an HTTP request to an API gateway with an Accept header containing the value "application/json"
What is a valid HTTP response payload for this request in the client's requested data format?
A. status: healthy
B. status('healthy')
C. {"status" -healthy-}
D.
What is a defining characteristic of an Integration-Platform-as-a-Service (iPaaS)?
A. No-code
B. Code-first
C. On-premises
D. Cloud-based
A high-volume eCommerce retailer receives thousands of orders per hour and requires notification of its order management warehouse, and billing systems for subsequent processing within 15 minutes of order submission through its website
Which integration technology, when used for its typical and intended purpose, meets the retailer's requirements for this use case?
A. Extract Transform Load (ETL)
B. Publish/Subscribe Messaging Bus (Pub/Sub)
C. Managed File Transfer (MFT)
D. EnterpriseData Warehouse (EDW)
A. If the access token is compromised, the client credentials do not have to be reissued
B. If the client ID is compromised it can be exchanged for an API key
C. If the access token is compromised it can be exchanged for an API key
D. If the client secret is compromised, the client credentials do not have to be reissued
Which key DevOps practice and associated Anypoint Platform component should a MuleSoft integration team adopt to improve delivery quality?
A. Automated testing with MUnit
B. Passive monitoring with Anypoint Monitoring
C. Continuous design with API Designer
D. Manual testing with Anypoint Studio
According to MuleSoftwhat is a major distinguishing characteristic of an application network m 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 CJ/CD automation for real-time project delivery
A developer is examining the responses from a RESTful web service that is compliant with the Hypertext Transfer Protocol (HTTP/1 1) as defined by the Internet Engineering Task Force (IETF).
In this HTTP/1 1-comphanl web service, which class of HTTP response status codes should be specified to indicate when client requests are successfully received, understood and accepted by the web service?
A. 2xx
B. 3xx
C. 5xx
D. 4xx
An integration architect is designing an API that must accept requests from API clients for both XML and JSON content over HTTP/1 1 by default.
Which API architectural style when used for its intended and typical purposes, should the architect choose to meet these requirements?
A. SOAP
B. GraphQL
C. REST
D. gRPC