ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 81 - MCD - Level 1 discussion

Report
Export

Refer to the exhibits.

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

What response message is returned to the web client?

A.
''
Answers
A.
''
B.
'End'
Answers
B.
'End'
C.
'Start'
Answers
C.
'Start'
D.
'String is not blank'
Answers
D.
'String is not blank'
Suggested answer: B

Explanation:

1. Set Payload ''Start''

2. 'Is Balnk String' Creates an Error object with #[error.description] =''String is not blank''

3. Default Error Handler catches and Propagates error

4. 'On Error Propogate' is 'RED IN RED OUT'. It Returns Status Code : 500 & #[error.description]

--------------------------------------------------------------------------------------------------------------------------

Correct answer isString is not blank.Because validation component will throw an error as payload is not blank.

Bottom of Form

Top of Form

asked 18/09/2024
Sjoerd Kruit
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first