Exam MCD - Level 1 All QuestionsBrowse all questions from this exam
Question 77

Refer to the exhibit.

This RAML specification includes a resource and method to retrieve accounts by account_type and industry.

What is the correct URI to get all retail finance accounts?

    Correct Answer: D

    The correct URI to retrieve accounts by account_type and industry is using query parameters in the URI. In this case, the parameters should be passed in the format account_type=retail and industry=finance with an ampersand (&) separating the two. Therefore, the correct URI is /accounts?account_type=retail&industry=finance.

Discussion
almoraimaOption: D

D is corect

claudio82Option: D

is define as queryparameters so answer should be D

JaimeMongayOption: D

los parametros son declarados en la url con =

shreyavmOption: D

D is right. = is used and not :

RenatoJrOption: D

Http request query parameters use = not :

awsuser1Option: D

D is correct

majicciOption: D

D is the correct anwser

ExamDevOption: D

This is not mulesoft specific according to what options we got. Correct answer: D. /accounts?account_type=retail&industry=finance

MaxroyoOption: D

D is correct

EmpireOption: D

option "D" is correct...

shashankshukla1148Option: D

D is correct

DineshsinghalOption: D

Please provide explanation for the Answer D