Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam MCD - Level 1 All Questions

View all questions & answers for the MCD - Level 1 exam

Exam MCD - Level 1 topic 1 question 37 discussion

Actual exam question from Mulesoft's MCD - Level 1
Question #: 37
Topic #: 1
[All MCD - Level 1 Questions]

What is the correct syntax to reference a fragment in RAML?

  • A. examples: #include examples/BankAccountsExample.raml
  • B. examples: $include examples/BankAccountsExample.raml
  • C. examples: ?include examples/BankAccountsExample.raml
  • D. examples: !include examples/BankAccountsExample.raml
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Aquaworm
2 years, 9 months ago
Selected Answer: D
#%RAML 1.0 title: Products API types: paging: properties: start?: number page-size?: number /products: description: All products get: queryString: type: paging examples: !include examples/paging-examples.raml https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md#typed-fragments
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...