MCD - Level 1 Exam QuestionsBrowse all questions from this exam

MCD - Level 1 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?

Show Answer
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

6 comments
Sign in to comment
AnsealOption: D
May 25, 2021

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
Feb 5, 2024

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

nilan84Option: D
May 28, 2021

D is correct

LESANTIOption: D
May 12, 2021

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

pgarciarOption: C
Mar 29, 2021

C is correct

Zumo
May 29, 2021

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

[Removed]Option: D
Mar 10, 2022

D is correct i tested it

ExamDevOption: D
Jan 22, 2024

D is correct