Downstream Resiliency

Downstream Resiliency

7th Grade

10 Qs

quiz-placeholder

Similar activities

Electrical safety

Electrical safety

6th - 12th Grade

10 Qs

F1

F1

7th - 12th Grade

11 Qs

27-04-20

27-04-20

KG - Professional Development

10 Qs

Cartoon Network

Cartoon Network

1st - 12th Grade

10 Qs

ICS - Bellwork -9/1/25 - 9/5/25

ICS - Bellwork -9/1/25 - 9/5/25

3rd Grade - University

10 Qs

ICT Applications: Internet

ICT Applications: Internet

7th Grade

10 Qs

Project 4: Fundamentals of Circuit and Light Diffusion-KC

Project 4: Fundamentals of Circuit and Light Diffusion-KC

6th - 8th Grade

10 Qs

Lightbulbs, LEDs, and Circuits Quiz

Lightbulbs, LEDs, and Circuits Quiz

4th Grade - University

12 Qs

Downstream Resiliency

Downstream Resiliency

Assessment

Quiz

Other

7th Grade

Medium

Created by

bhaskar Sinha

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the purpose of setting a timeout when making a network call?

To reduce resource leaks

To detect connectivity faults

To increase the response time

To improve network performance

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which web API does not have a default timeout configured?

JavaScript's XMLHttpRequest

Python's requests library

Go's HTTP package

.NET Core HttpClient

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How can we determine a good timeout duration for a network call?

Based on the desired false timeout rate

By using a fixed duration for all calls

By measuring the response time of the caller

By relying on the default timeout value

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the purpose of exponential backoff in retrying network requests?

To amplify the total number of retries

To slow down the retry attempts

To increase the load on the downstream service

To reduce the probability of success

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the recommended approach when retrying network requests in batch applications?

Retry immediately after a failure

Park failed requests in a retry queue

Increase the number of retries

Cancel the request and move on

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the main purpose of a circuit breaker in downstream resiliency?

To slow down network calls

To prevent network calls entirely

To amplify the number of retries

To increase the response time

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What happens when a circuit breaker transitions to the half-open state?

Network calls are allowed to pass through

Network calls are blocked entirely

The circuit breaker resets its failure count

The circuit breaker opens the circuit

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?