Which of the below is not a valid category for connector type?
A. Gold
B. Select
C. Premium
D. Community
According to MuleSoft, what is the Center for Enablement's role in the new IT operating model?
A. Implements line of business projects to enforce common security requirements
B. Creates and manages discoverable assets to be consumed by line of business developers
C. Centrally manages partners and consultants to implement line of business projects
D. Implements line of business projects to enforce common security requirements
What DataWeave expression transforms the example XML input to the CSV output?
A. Option A
B. Option B
C. Option C
D. Option D
An API specification is designed using RAML. What is the next step to create a REST Connector from this API specification?
A. Download the API specification and build the interface using APIkit
B. Publish the API specification to Any point Exchange
C. Implement the API specification using flow designer in Design Center
D. Add the specification to a Mule project's src/main/resources/api folder
Refer to the exhibit.
What data is expected by the POST /accounts endpoint?
A. Option A
B. Option B
C. Option C
D. Option D
How we can scale deployed Mule application vertically on cloudhub?
A. Changing worker size
B. Adding multiple workers
C. Mule applications can be scaled only horizontally
D. Option 1 and 2 both can be used
What MuleSoft product enables publishing, sharing, and searching of APIs?
A. Runtime Manager
B. API Notebook
C. API Designer
D. Anypoint Exchange
Refer to the exhibits.
The Batch Job scope contains two Batch Step scopes with different accept expressions.
The input payload is passed to the Batch Job scope.
After the entire payload is processed by the Batch Job scope, what messages have been logged by the Logger components?
A. Option A
B. Option B
C. Option C
D. Option D
Refer to the exhibits. A database Address table contains a ZIPCODE column and an increasing ID column. The Address table currently contains four (4) records. The On Table Row Database listener is configured with its watermark set to the Address table's ZIPCODE column and then the Mule application is run in Anypoint Studio for the first time, and the On Table Row Database listener polls the Address table.
A new row is added to the database with ID=5 and ZIPCODE=90006, and then the On Table Row Database listener polls the database again.
After the next execution of the On Table Row Database listener polling, what database rows have been processed by the Mule flow since the Mule application was started?
A. ID ZIPCODE 1 90001 2 90005 3 90009 4 90001
B. ID ZIPCODE 1 90001 2 90005 3 90009 4 90001 5 90006
C. ID ZIPCODE 1 90001 2 90005 3 90009
D. ID ZIPCODE 1 90001 2 90005 3 90009 5 90006