- What object should you use to make web requests?
a) URLSession.
- How are web requests executed?
a) Asynchronously.
- What is a typealias?
c) An alias for any other type, for instance a callback.
- What happens if you use managed objects on the wrong thread?
c) Your app might crash.
- Which object do you need if you make an HTTP POST request?
c) POSTRequest.
- What is ATS?
b) Apple's way of enforcing secure web requests.