Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto più di una settimana. Ho sostenuto un colloquio presso Tubi nel mese di ott 2021
Colloquio
Going through a recruiter, this went straight from talking to the recruiter into a technical interview. The recruiter vetted me for being a technical fit. One of my cultural questions includes explicitly asking if the interviewee would be performing data structure & algorithm questions using a tool such as leetcode, HackerRank, etc, or in general. I was explicitly informed that the technical interview would only reflect day to day activity and be a real world mobile project exercise.
Jumping into the interview, a woman jumped on the call. I couldn't quite tell if I was in the correct call or waiting on someone else as she was dressed unprofessionally and frankly not that presentable in any professional environment/manner to the point where it caught me off guard. Her attitude was extraordinarily dry/bland to the point of discomfort.
When it was understood that she was performing the interview, she started to kick off the project. Introducing myself, I attempted to verify this was not a data structure and algorithm interview and she acknowledged it wasn't. Then she proceeded to tell me to open up Xcode and provided me instructions. The instructions had me writing an application with an optimized modified form of the Fibonacci sequence calculations. At this point, I didn't know what to say because I validated and expressed that this would not be a culture fit for me if presented with this type of Q&A. Clearly, the interviewee didn't understand what a "data structure & algorithm" interview meant. Ultimately, I expressed my concerns and discomfort, and she worked with me to move past this portion of the interview.
Ultimately, it was an unsettling aura from her professionalism, tone, and the sheer poor communication going into the interview of expectations. It was clearly not a "culture fit".
Domande di colloquio [1]
Domanda 1
Interview mainly wanted to do a test project of a modified Fibonacci sequence algorithm.
Thank you for your feedback. I'm sorry you didn't have a great experience during your time meeting with the team. We continuously look for ways to enhance candidate satisfaction and appreciate you taking the time to let us know. We wish you the best of luck in your future endeavors.
Altre recensioni di colloqui per Senior IOS Engineer presso Tubi
Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso Tubi nel mese di dic 2025
Colloquio
Pretty standard process that consists of several rounds, here the basic break down:
1. Recruiter call
2. Technical screen - 1 coding challenge
3. Technical - 2 coding challenges
4. Technical - System Design
Domande di colloquio [1]
Domanda 1
The iOS coding challenge (implement in SwiftUI or UIKit):
Create a grid that has over 100 tiles in one screen (No need scrollable)
1. The grid should be arranged so it has 6 columns.
2. The tiles should be square.
3. Randomly select a background color for each tile choosing either white or blue.
When tapping ONLY on WHITE tiles, they should turn blue, and at the same time update the background color of every surrounding WHITE tile to blue (ABOVE, BELOW, RIGHT, and LEFT directions ONLY).
For every white tile that turns to blue we will continue to update the background of the nearby white cells and so on until there are no cells to update. Making this an updating effect that begins with just one tap.
Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Tubi nel mese di gen 2022
Colloquio
Standard HR recruiter screen followed by technical screen with engineers from the team. Recruiter screen by phone, technical screen via video call. Recruiter seemed more enthusiastic than technical interviewers, who were fairly quiet during technical problem.
Technical screen consisted of implementing functionality on a toy app. The responsibilities of this app tested both iOS development knowledge and a common algorithm problem.
Domande di colloquio [1]
Domanda 1
Given a skeleton project, how would you implement a grid view with X behavior?