Salesforce Certified MuleSoft Developer (Mule-Dev-201) Salesforce-MuleSoft-Developer-I Question # 24 Topic 3 Discussion

Salesforce Certified MuleSoft Developer (Mule-Dev-201) Salesforce-MuleSoft-Developer-I Question # 24 Topic 3 Discussion

Salesforce-MuleSoft-Developer-I Exam Topic 3 Question 24 Discussion:
Question #: 24
Topic #: 3

A company has defined two RAML fragments, Book Data Type and Book Example to be used in APIs.

What would be valid RAML to use these fragments ?

Salesforce-MuleSoft-Developer-I Question 24

Salesforce-MuleSoft-Developer-I Question 24


A.

1. #%RAML 1.0

2. title: Books

3.types:

4. Book: ABC/Examples/bookDataType.raml

5. /books:

6. post:

7. body:

8. application/json:

9. type: Book

10. examples:

11. input: ABC/Examples/bookExample.raml

12. responses:

13. 201:

14. body:

15. application/json:

16.example:

17.message: Book added


B.

1.#%RAML 1.0

2.title: Books

3.Book: !include bookDataType.raml

4./books:

5.post:

6.body:

7.application/json:

8.type: Book

9.examples:

10.input: !include bookExample.raml

11.responses:

12.201:

13.body:

14.application/json:

15.example:

16.message: Book added


C.

1.#%RAML 1.0

2.title: Books

3.Book: bookDataType.raml

4./books:

5.post:

6.body:

7.application/json:

8.type: Book

9.examples:

10.input: bookExample.raml

11.responses:

12.201:

13.body:

14.application/json:

15.example:

16.message: Book added


D.

1.#%RAML 1.0

2.title: Books

3.Book: bookDataType.raml

4./books:

5.post:

6.body:

7.application/json:

8.type: Book

9.examples:

10.input: bookExample.raml

11.responses:

12.201:

13.body:

14.application/json:

15.example:

16.message: Book added


Get Premium Salesforce-MuleSoft-Developer-I Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.