What is the correct DataWeave expression to access the firstName parameter?

A web client submits a request to http://localhost:8081?flrstName=john. What is the correct DataWeave expression to access the firstName parameter?A . #[attributes.queryParams.firstName]B . #[message.queryParams.hrstName]C . #[message.inboundProperties.'http.query.params'.firstName]D . #[attributes.'http.query.params'.firstName]View AnswerAnswer: A

September 5, 2024 No Comments READ MORE +

According to MuleSoft, what organization structure could have saved the app team two months of development time?

An app team is developing a mobile banking app. It took them two months to create their own APIs to access transaction information from a central database. The app team later found out that another team had already built an API that accesses the transaction information they need. According to...

September 4, 2024 No Comments READ MORE +

What is the correct DataWeave expression to log account Type?

A web client submits a request to http://localhost:8081?accountType=personal. The query parameter is captured using a Set Variable transformer to a variable named account Type. What is the correct DataWeave expression to log account Type?A . Account Type: #[flowVars.accountType]B . Account Type: #[message.inboundProperties.accountType]C . Account Type: # [attributes.accountType]D . Account Type:...

September 4, 2024 No Comments READ MORE +

What is the next step to configure the API proxy to enforce the new SLA policy?

An SLA based policy has been enabled in API Manager. What is the next step to configure the API proxy to enforce the new SLA policy?A . Add new property placeholders and redeploy the API proxyB . Add new environment variables and restart the API proxyC . Restart the API...

September 4, 2024 No Comments READ MORE +

What message value should be added to the Logger component to output the message 'The year is 2020', without hardcoding 2020?

Refer to the exhibits. The Set Payload transformer's value is set to {'year': '2020'}. What message value should be added to the Logger component to output the message 'The year is 2020', without hardcoding 2020?A . '#[The year is $(pay load .year)]*B . The year is #[payload.year]'C . '#[The year...

September 3, 2024 No Comments READ MORE +

What is the correct DataWeave expression for the Set Payload transformer to call the createCustomerObject flow with values for the first and last names of a new customer?

Refer to the exhibit. What is the correct DataWeave expression for the Set Payload transformer to call the createCustomerObject flow with values for the first and last names of a new customer?A . lookupC createCustomerObJect( "Alice", "Green- ) )B . createCustomerObject( { first: "Alice", last: "Green" > )C . lookupf...

September 3, 2024 No Comments READ MORE +

What is the response to a web client request to http://localhost:8081?

Refer to the exhibit. What is the response to a web client request to http://localhost:8081?A . AfterB . beforeC . Validation ErrorD . nullView AnswerAnswer: C Explanation:

September 3, 2024 No Comments READ MORE +

If the implementation but not the interface of a product API changes, what needs to be done to the other APIs that consume the product API?

In an application network. If the implementation but not the interface of a product API changes, what needs to be done to the other APIs that consume the product API?A . The applications associated with the other APIs must be restartedB . The applications associated with the other APIs must...

September 3, 2024 No Comments READ MORE +