Come up with architecture for onboarding module. Frontend (mobile) system design. + Leetcode Hard
Ios Software Developer Interview Questions
7,852 ios software developer interview questions shared by candidates
Round 1: Intro + Basic technical questions related to Swift language by the hiring manager. Round 2: Take home coding test. Round 3: Technical interview questions based on your coding test and asked to do modifications in the test. Round 4: Culture Fit and Product/Company info
1) (something like) Given the below matrix, find the shortest path for a robot to get from (0, 0) to (6, 4) (these are x, y coordinates FYI). The zeros in the matrix represent occupy-able positions and the ones are un-occupy-able positions. The robot cannot move diagonally. [[0,1,0,1,1,0,1], [0,1,1,1,1,0,1], [0,0,0,1,1,0,1], [1,1,0,1,1,0,1], [0,1,0,0,0,0,0]] 2) (something like) Tell me about a time where you were faced with an obstacle (professional or otherwise) and how you overcame it.
How would you implement a search screen feature from scratch?(System Design) Then they ask you to actually code your idea, then you go into a debugging round. How would you fix this code? Different levels are breaking, be sure to know about dependency injection and memory location of objects make sure to pay attention to the debugger.
HashMap with extra tasks + tests
Create a board game given certain rules.
what's difference between weak and unwowned
Coding Computer Science System Design
Salary expectations
leetcode medium: Group Anagrams Given an array of strings strs, group the anagrams together. You can return the answer in any order.
Viewing 7361 - 7370 interview questions