CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 18: Salesforce Certified MuleSoft Developer II

A Mule implementation uses an HTTP Request within an Until Successful scope to connect to an API. How should a permanent error response like HTTP:UNAUTHORIZED be handled inside Until Successful to reduce latency?

Nội dung câu hỏi

A Mule implementation uses an HTTP Request within an Until Successful scope to connect to an API. How should a permanent error response like HTTP:UNAUTHORIZED be handled inside Until Successful to reduce latency?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. In Until Successful configuration, set the retry count to 1 for error type HTTP:UNAUTHORIZED.
  2. B. Put the HTTP Request inside a try scope in Until Successful.In the error handler, use On Error Continue to catch permanent errors like HTTP:UNAUTHORIZED. — đáp án hiện tại
  3. C. Put the HTTP Request inside a try scope in Until Successful.In the error handler, use On Error Propagate to catch permanent errors like HTTP:UNAUTHORIZED.
  4. D. Continue retrying until a MULE:RETRY_EXHAUSTED error is raised or the API responds back with a successful response.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề