Write a function for that would implement something similar to the change directory command in the command line. Write a function to implement a "pretty tree"
Mobile Software Engineer Interview Questions
392 mobile software engineer interview questions shared by candidates
The process was pretty complex and it was simplified a bit since then, and it was pretty impressing. They don't do any silly gotcha coding questions. They do test basic CS fundamentals pretty heavily, but they are smart about it. Mobile platform questions. Simple coding question in Java, Objective-C and C++, questions about platform API (basics to check if you really code in it), and multithreading concepts. Take home assignment - optimization problem (I believe they don't do it any more) with elements of OOD. On-site coding round (leetcode style puzzles, basic CS concepts, data structures, threading, memory management, code review). On-site design round. Designing complete mobile app, frontend and backend (architecture, no visuals). Discussing various constraints, changing requirements as you go, to check if your design is adaptable. On-site company culture fit round with manager. HR round with compensation expectations. On-site team culture fit round with direct team lead.
Given a folder in a file system, return a list of file duplicate lists. Duplicates are determined by comparing file contents, but files may have different file names and/or extensions. Duplicates may also appear at different levels under the given folder (all subfolders should be searched).
It was all pretty easy stuff.
1. Given an array, find the minimum difference among elements across all K-sized non-contiguous subarrays 2. How would you store user profile data for a social media platform?
- Qual projeto você considera um "troféu" na sua carreira? - Como você se vê daqui a alguns anos? - Porque escolheu usar o flutter_modular? - Explique um pouco sobre a sua decisão de gerenciamento de estado. - E muitas outras...
I can't share them for non-disclosure policies.
Can specify specific question. Usual data structure questions.
Talk about an experience where you were very challenged and had to learn a skill on the fly.
Programming exercise was good- you had 1:15 hr in XCode to write a simple iOS application with data persistence, implement a shake motion gesture, localize it into french and spanish, and ensure the UI resized correctly. Then you had to write the test cases for your app. All told if you knew what you were doing you should have the basics done in under an hour. From there you can spend the rest of your time making the UI pretty.
Viewing 311 - 320 interview questions