ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 39 - MCD - Level 1 discussion

Report
Export

A RAML specification is defined to manage customers with a unique identifier for each customer record. What URI does MuleSoft recommend to uniquely access the customer identified with the unique ID 1234?

A.
/customers?custid=true&custid=1234
Answers
A.
/customers?custid=true&custid=1234
B.
/customers/1234
Answers
B.
/customers/1234
C.
/customers/custid=1234
Answers
C.
/customers/custid=1234
D.
/customers?operation=get&custid=1234
Answers
D.
/customers?operation=get&custid=1234
Suggested answer: B

Explanation:

URI parameter (Path Param) is basically used to identify a specific resource or resources . For eg : the URL to get employee details on the basis of employeeID will be GET /employees/{employeeID} where employees is resource and {employeeID} is URI parameter. Hence option 1is the correct answer

asked 18/09/2024
Djordje Novakovic
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first