Ios Interview Questions

7,850 ios interview questions shared by candidates

3. (similar but not eactly to the "Letter Combinations of a Phone Number" on leetcode) // +-----+-----+-----+ // | 1 | 2 | 3 | // | | ABC | DEF | // +-----------------+ // | 4 | 5 | 6 | // | GHI | JKL | MNO | // +-----------------+ // | 7 | 8 | 9 | // |PQRS | TUV |WXYZ | // +-----------------+ // | 0 | // | + | // +--+--+ // 2 -> "A" // 22 -> "B" // 222 -> "C" // 2233 -> "BE" // Write a function that given a string of numbers as input returns all possible string translations
avatar

IOS Engineer

Interviewed at Meta

3.5
Feb 17, 2017

3. (similar but not eactly to the "Letter Combinations of a Phone Number" on leetcode) // +-----+-----+-----+ // | 1 | 2 | 3 | // | | ABC | DEF | // +-----------------+ // | 4 | 5 | 6 | // | GHI | JKL | MNO | // +-----------------+ // | 7 | 8 | 9 | // |PQRS | TUV |WXYZ | // +-----------------+ // | 0 | // | + | // +--+--+ // 2 -> "A" // 22 -> "B" // 222 -> "C" // 2233 -> "BE" // Write a function that given a string of numbers as input returns all possible string translations

Viewing 911 - 920 interview questions

Glassdoor has 7,850 interview questions and reports from Ios interviews. Prepare for your interview. Get hired. Love your job.