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

Refer to the exhibits.

A web client sends a GET request to the HTTP Listener.

What response message is returned to the web client?

    Correct Answer: D

    The response message returned to the web client will be 'String is not blank'. The flow first sets the payload to 'Start', then it checks if the payload is blank using the validation component. Since 'Start' is not a blank string, the validation will fail and should return an error message indicating that 'String is not blank'. Therefore, the correct response message is 'String is not blank'.

Discussion
nilan84Option: D

D is correct

AnsealOption: D

Basically client should receive Error.Message that is a message returned by Validation component that "failed" (On Error Propagate like). I believe D is correct.

Alandt

Exactly, that is correct. "Response" is not a very fitting term considering the user receives an error. Still D is correct

LESANTIOption: D

The D answer is correct. No log is insert in flow and none payload is logged.

ExamDevOption: D

D is correct

[Removed]Option: D

D is correct i tested it

pgarciarOption: C

C is correct

Zumo

When it's developed practically it return 'String is not blank' So the Correct answer would be Option D