MCD - Level 1 Exam QuestionsBrowse all questions from this exam

MCD - Level 1 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?

Show Answer
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

12 comments
Sign in to comment
almoraimaOption: D
Mar 27, 2021

D is corect

claudio82Option: D
Jun 3, 2021

is define as queryparameters so answer should be D

RenatoJrOption: D
Aug 19, 2021

Http request query parameters use = not :

shreyavmOption: D
Aug 21, 2021

D is right. = is used and not :

JaimeMongayOption: D
Mar 14, 2022

los parametros son declarados en la url con =

majicciOption: D
May 31, 2021

D is the correct anwser

awsuser1Option: D
Aug 30, 2021

D is correct

DineshsinghalOption: D
Jun 19, 2021

Please provide explanation for the Answer D

shashankshukla1148Option: D
Dec 13, 2021

D is correct

EmpireOption: D
Apr 10, 2022

option "D" is correct...

MaxroyoOption: D
Aug 26, 2022

D is correct

ExamDevOption: D
Jan 25, 2024

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