Need some clarification on APIGEE L1 certification

Not applicable

I want to know how APIGEE Level1 certification answer will be evaluated.

1)Will it expect more appropriate answer?

For eg:

Which http verbs is used to update data?

1)POST 2)PUT 3)GET 4)DELETE 5)PATCH

PUT,PATCH - are more appropriate

But POST can also be used to update data.

Also,when DELETE is passed as http verb,it deletes the data so in a way data is updated.

So,if I choose POST,PUT,PATCH,DELETE whether it will accept as correct answer?

Or it expects PUT,PATCH as the answer?

2)Is there any negative mark for wrong answers?

3)Will it expect any minimum number of wrong answers and quit the exam

once the minimum number of wrong answers met, before the exam is fully completed ?

Solved Solved
0 4 176
1 ACCEPTED SOLUTION

@RK4 ,

Here is what i think about same.

1. According to rest design principles, if you see CRUD operations Create - POST , Update - PUT / PATCH, Delete - DELETE verbs are used. So, I believe PUT / PATCH is the right answer for the questions.

2. No Negative Marking

3. Nothing like auto quitting. You still need to complete the exam even if the minimum number of wrong answers are met. 70 % is the pass percentage. You will get final score at the end of the test.

View solution in original post

4 REPLIES 4

@RK4 ,

Here is what i think about same.

1. According to rest design principles, if you see CRUD operations Create - POST , Update - PUT / PATCH, Delete - DELETE verbs are used. So, I believe PUT / PATCH is the right answer for the questions.

2. No Negative Marking

3. Nothing like auto quitting. You still need to complete the exam even if the minimum number of wrong answers are met. 70 % is the pass percentage. You will get final score at the end of the test.

Thanks Anil..

I believe it is 70%

Yep, Its 70 % , Let me update my answer.