MCD - Level 1 Exam QuestionsBrowse all questions from this exam

MCD - Level 1 Exam - Question 96


Refer to the exhibit.

How many private flows does APIkit generate from the RAML specification?

Show Answer
Correct Answer: C

APIkit generates one private flow for each method defined in the RAML specification. In the provided RAML specification, there are three methods: a GET on /rentals, a GET on /customers, and a POST on /customers. Therefore, APIkit will generate three private flows.

Discussion

7 comments
Sign in to comment
pgarciarOption: C
Mar 29, 2021

C is correct

nilan84Option: C
May 28, 2021

C is correct

DineshsinghalOption: C
Jun 19, 2021

Correct is C.

miguel_romeroOption: C
Dec 15, 2021

C is correct

MrAnjaniOption: C
Dec 25, 2021

C is Correct Answer. APIKit generate the flow equal to number of method calls. Here total method is 3 So, C is correct answer

666Amitava666Option: C
Jul 22, 2022

C is correct

ExamDevOption: C
Jan 22, 2024

C is correct