Exam MCD - Level 1 All QuestionsBrowse all questions from this exam
Question 96

Refer to the exhibit.

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

    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
pgarciarOption: C

C is correct

nilan84Option: C

C is correct

DineshsinghalOption: C

Correct is C.

MrAnjaniOption: C

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

miguel_romeroOption: C

C is correct

ExamDevOption: C

C is correct

666Amitava666Option: C

C is correct