MCD - Level 1 Exam QuestionsBrowse all questions from this exam

MCD - Level 1 Exam - Question 66


A company has an API to manage purchase orders, with each record identified by a unique purchase order ID. The API was built with RAML according to

MuleSoft best practices.

What URI should a web client use to request order PO5555?

Show Answer
Correct Answer: D

The URI for a web client to request a specific order by its purchase order ID should directly include the ID in the path. The appropriate format is '/orders/PO5555' as it directly targets the specific resource identified by PO5555. Curly braces are typically used in API documentation to denote path parameters and are not included in the actual URI sent by the client.

Discussion

16 comments
Sign in to comment
pgarciarOption: D
Mar 26, 2021

Correct is D

aho213Option: D
Aug 15, 2021

Definitely, correct answer is D The question is: "Which uri should a WEB CLIENT use to request ...". This means that we are on the client side. You never put curly braces when you type the address in your browser or postman or any other HTTP client... But on the server side, you have to put those braces in your RAML file or in the listener if you use Anypoint Studio. If the question was about the setup, the correct answer would have been A. But the question is about the web client, so the correct answer is D.

Rahul_16Option: D
May 23, 2021

Answer should be D

anish123Option: D
Jun 9, 2021

correct ans should be D

anish123Option: D
Jun 9, 2021

D is correct

Narayan123Option: D
Jun 23, 2021

D is correct option

senthil_Kumar_MuruganOption: D
Dec 8, 2021

CURLY BRACES IS NOT NEEED TO SEND A REQUEST FOR URI PARAM

EmpireOption: D
Mar 25, 2022

option 'D' is correct.

SuckerForPunishmentOption: D
Aug 1, 2023

D is correct. A is not even a valid URI

IndiraBoorlaOption: D
Dec 29, 2021

D is correct

frediepulgosoOption: D
Feb 28, 2022

La correcta es la D

GjorgeAOption: D
Mar 7, 2022

Correct is D

Sait0Option: D
Mar 14, 2023

Option D is correct

AnkurAgarawalOption: D
Jun 29, 2023

D is correct

kanhucdOption: D
Nov 2, 2023

Correct is D

ExamDevOption: D
Jan 22, 2024

Correct is D