It was included algorithms, computer science and programming languages questions.
Ios Engineer Interview Questions
7,303 ios engineer interview questions shared by candidates
Q. What is different between notification and delegation?
stack or a heap, which is faster?
Typical technical interview questions
Build a program that will solve simple math problems of X digits by only using single digit operations.
You are given 9 balls and they look exactly the same in color and physical appearance. You are also given a scale. To make things easy you are given that one of the balls amongst these 9 balls is heavy. How can you find out which ball is heavy with least number of weighings?
What is the reuse-identifier used for?
What gives the quickest access: CPU register, CPU cache, RAM, HDD. Write -1 as a 4 bytes integer using hexadecimal notation
In coding test, they gave no clear requirements, just some api call and location update related question.
What will be printed after the following code? class TestClass { var aBlock: (() -> ())? = nil let aConstant = 5 init() { print("init") self.aBlock = { print(self.aConstant) } } deinit { print("deinit") } } var testClass: TestClass? = TestClass() testClass = nil
Viewing 111 - 120 interview questions