NetworkingRevolutinterview report
Handling a payment request timeout
A payment confirmation request, POST /payments, failed with URLError.timedOut. Select all the correct statements.
Pick all that apply
Handling a payment request timeout
A payment confirmation request, POST /payments, failed with URLError.timedOut. Select all the correct statements.
Pick all that apply
NetworkingShort answerAdvanced
The user taps the send money button, and the signal drops right after the request goes ou…
#idempotency #retry #payments
NetworkingShort answerBasics
A payment confirmation API times out now and then. A junior engineer opened a PR that say…
#idempotency #retry
NetworkingMultiple choiceAdvanced
In an app that uses URLSession, a user on the subway loses the connection for a moment. I…
#timeout #urlsessionconfiguration
NetworkingShort answerIntro
You've inherited an app that does all its networking through URLSession.shared. Can you w…
#urlsessionconfiguration