Concurrency
QoS classes
The user tapped a button and is waiting for the result, and you want to send JSON parsing to a GCD background queue. Which QoS fits best?
Pick one
QoS classes
The user tapped a button and is waiting for the result, and you want to send JSON parsing to a GCD background queue. Which QoS fits best?
Pick one
ConcurrencyShort answerBasics
In Swift Concurrency, when you create a Task { }, when and where does that code run?
#priority
App lifecycle and systemMultiple choiceBasics
The server team asks how to set the QoS (priority) on the notifications they send through…
#priority
NetworkingShort answerExpert
A report says the app is slow only for users in one region, but the server metrics look n…
#priority
TestingShort answerAdvanced
You just built a product list screen in a live coding round: view model, network, price f…
#priority