When inspecting the weekly service status report for a critical internally hosted web service used in the
application, a developer notices that there are too many instances of unavailability.
Which two solutions can reduce the unavailability of the service?
Choose 2 answers.
Select all that apply, then click Submit answer.
-
○
Update the service to have a faster response time.
-
○
Modify the code that makes the request to the external service to be wrapped in a try/catch
block. -
○
Increase the web service time out
-
○
Change the code that sets the throwOnError attribute of the service to be true.
