MCIA - Level 1 Exam QuestionsBrowse all questions from this exam

MCIA - Level 1 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?

Show Answer
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

4 comments
Sign in to comment
CharlieWOption: B
Dec 17, 2022

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
Jun 18, 2024

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.

SalikLPOption: A
Sep 2, 2021

Answer is A

Outdoor25Option: A
Dec 30, 2021

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
Jun 18, 2024

You are correct

madgeezerOption: A
Aug 5, 2022

A. OpenAPI Specification (OAS)