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

Refer to the exhibit. APIkit is used to generate flow components for the RAML specification.

How many APIkit Router components are generated to handle requests to every endpoint defined in the RAML specification?

    Correct Answer: A

    The number of APIkit Router components generated for the RAML specification depends on the APIkit framework used, which generally creates a single router to handle all the endpoints defined in the RAML specification. While multiple flow components are generated to handle different endpoints and HTTP methods within the RAML, only one APIkit Router component is created to route all the requests to the correct flow based on the specification.

Discussion
aook002Option: D

The number of APIkit Router components directly correlates with the number of unique resource-action pairs in the RAML specification.

mike_0Option: A

A is the answer , it asks the the number of APIkit Router

AlandtOption: D

ChatGPT: Correct answer is D. In total, there are 5 APIkit Router components that would be generated to handle requests to every endpoint defined in the RAML specification:

Alandt

I think I was wrong actually, while multiple flows are generated based on the RAML specification to handle different endpoints and HTTP methods, only one APIKit Router component is generated. So that would make the correct answer A -1

Alandt

No it's not wrong. Because it specifically mentions COMPONENTS! So answer D is correct.

ExamDevOption: D

The correct answer is D. We got 3 get / 1 post / 1 patch endpoints.

marcop1

The question is about APIkit Router components, not how many endpoints. So I think it's just the one, but not sure.

Alandt

I think you are correct.