There are some general software development questions relevant to the mobile platform such as algorithm, OOP related, how you’d design and architect a mobile app given some hypothetical scenarios. You’d also be asked to work on a starter project and finish it. The questions and sample projects are fairly geared toward the level of proficiency you’re applying for.
Mobile Software Engineer Interview Questions
392 mobile software engineer interview questions shared by candidates
Behavioral questions mostly were about my resume, innovation, and why I wanted to work at Clover.
Given a string with various types of parenthesis, check whether they are valid. For example ([]) is valid, but ([)] or ( and such are invalid.
The technical questions covered a wide range of areas which I appreciated. The areas included object oriented design, architecture design, problem-solving/algorithms, objective-c (blocks, view controllers, etc.), and mobile specific questions. The most difficult question I was asked was to design a document upload/fetcher system for mobile (kinda like dropbox for the iphone). The difficulty was really in all the details of the problem (caching, database modeling, security, sessions, etc). Algorithm questions ranged from binary tree search questions to array pattern searching. The most unexpected question was the interviewer gave me a stream of digits and asked me to find the pattern. I got really stumped on this problem, it was my last interview of the day and I just blanked out. I guess I did well enough throughout the day because I got the job. By no means an easy interview, but not extremely hard, I was extremely well prepared as I had been interviewing for a while. Id say its on the average to difficult scale, if you are bad at architecting systems then this interview would have been HIGH diff.
Given a mutable array and index. Output an array that any value smaller than the value of array[index] to the left side. Required optimal solution.
Since this was a software developer position, The over the phone interview questions were standard mainly around the work that I've done in my last positions, my role, things that I'm passionate about, some technical questions around HTTP requests. The in-person interview was very technical. I was asked about the Fizzbuzz challenge, Linked list nodes.
diseñar un design system para una aplicación de galería de fotos con funcionalidad de sincronización como Apple Photos o Google Photos.
Dada una matriz NxN con algunas celdas marcadas como “pared”, al tocar una celda que no sea pared, se debe llenar de color esa celda y propagar el color a las celdas adyacentes, evitando cruzar paredes. El resultado final debe ser que todas las áreas accesibles desde el punto inicial queden coloreadas, sin atravesar las paredes.
Nothing Difficult
How do you validate that the solution you implemented works for the users ?
Viewing 371 - 380 interview questions