M8 - Mulesoft consuming web services

M8 - Mulesoft consuming web services

Professional Development

5 Qs

quiz-placeholder

Similar activities

PHP Tours Meetup #21 Les origines du REST

PHP Tours Meetup #21 Les origines du REST

University - Professional Development

9 Qs

Integração de Aplicações - Quiz 4

Integração de Aplicações - Quiz 4

Professional Development

10 Qs

M6 - Mulesoft Mule Events

M6 - Mulesoft Mule Events

Professional Development

8 Qs

kuis2

kuis2

University - Professional Development

10 Qs

Transfer Protocols & Integrations

Transfer Protocols & Integrations

Professional Development

10 Qs

Nodejs: APIs

Nodejs: APIs

Professional Development

10 Qs

XML dan JSON Validation Quiz

XML dan JSON Validation Quiz

Professional Development

10 Qs

Artajasa TDP Modul 3 draft

Artajasa TDP Modul 3 draft

Professional Development

10 Qs

M8 - Mulesoft consuming web services

M8 - Mulesoft consuming web services

Assessment

Quiz

Computers, Professional Development

Professional Development

Easy

Created by

freddy forero

Used 3+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the process to create a connector using REST connect?

Develop the API in Flow Designer and publish the API to Exchange

Design the API in Anypoint Studio and upload the API to Runtime Manager

Design the API in Design Center and publish the API to Exchange

Develop the API in Anypoint Studio and export the connector as a jar file

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What file type is requiered to configure a Web Service Consumer to consume a SOAP web service?

RAML

WSDL

JSON

OAS

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How are query parameters dynamically passed to an outbound REST request using an HTTP Request operation?

As query parameters in the HTTP Request operation

As URI parameters in the HTTP request operatoin

In the Mule event's payload

As flow variables

As attributes in the HTTP Listener operation

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Refer to the exhibit. The flow calls a SOAP endpoint using the Consume operation of the Web Service Consumer. The SOAP service has a required input parameter. 

What event processor can be used to build the SOAP envelope with the required argument to pass to the SOAP service?

Set Property

Build SOAP

Transform Message

Json to XML

Set Attachment

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An HTTP Request operation returns a JSON array of objects. In the Transform Message component, what is the process to convert the array of objects to an array of custom Java Account objects?

Add the Account object metadata to the output and use the drag-and-drop feature to transform the incoming JSON data

Change the output type to the Java Account object type

Add the Account object metadata to the input and the Transform Message component will automatically convert the JSON objects to Account objects

Change the input type to the Java Account object type