Exam MCIA - Level 1 All QuestionsBrowse all questions from this exam
Question 59

A REST API is being designed to implement a Mule application.

What standard interface definition language can be used to define REST APIs?

    Correct Answer: A

    To define REST APIs, the OpenAPI Specification (OAS) is used as a standard interface definition language. It provides a standardized way to describe the structure and behavior of REST APIs, ensuring consistent implementation and understanding between developers and systems.

Discussion
CharlieWOption: B

OAS is the Specification while YMAL is the language, and the question is "What standard interface definition "language", so I would choose B. YAML

Alandt

YAML is NOT a standard interface definition language. It is a language, that is right, but NOT a standard interface definition language. OAS is the correct answer here.

madgeezerOption: A

A. OpenAPI Specification (OAS)

Outdoor25Option: A

Should be A. Interface can be defined in RAML as well. All RAML are YAMLs. But not all YAML are RAML. OAS is a standard that you can use to define RESTful-api interfaces. https://docs.mulesoft.com/release-notes/platform/oas3

Alandt

You are correct

SalikLPOption: A

Answer is A