From b912e79d48aa8416181273003addb89af8c1da69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pereira?= Date: Wed, 13 Nov 2019 16:49:37 +0000 Subject: [PATCH] [Technical test] Add question about backpressure (#280) * Add backpressure question * Add Combine questions --- Interview/questions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Interview/questions.md b/Interview/questions.md index aac3896f0..1b5de0b1c 100755 --- a/Interview/questions.md +++ b/Interview/questions.md @@ -48,6 +48,9 @@ Please keep in mind that this document is in a continuous state of flux, with ne 1. Do you know what Curried Functions are? How do they differ from Partial Application? 1. What is the `pipe` (`|>`) operator? Is it different from `map`? How do you propagate errors with it? Would a `flatPipe` operator make sense? 1. What is a monad? Have you ever used one? (Related: why do you think FP has so many academic sounding terms?) + 1. Are you familiar with the Combine framework? + 1. In what ways does it differ from ReactiveSwift or RxSwift? + 1. Can you explain the concept of backpressure? ### SWIFT