I passed all the interviews, but because of their re-structuring phase in 2022, they couldn't offer any position in my preferred locations (Dublin, London, Munich). Therefore, we closed the application.
Interview questions [1]
Question 1
adding two numbers given as strings and return the resulting number as string without leading zeros
The process took 4 weeks. I interviewed at Google (München, Bavaria) in May 2025
Interview
I was asked two questions, Both the question were of medium complexity. The interviewer was mostly interested in my coding skills, rather than understanding my approach or anything. I tried to explain my approach to the interviewer but he just wanted me finish coding and move on.
Interview questions [1]
Question 1
Code the tail command in linux when you are handling large dataset
During the technical interview process at Google, candidates can expect to encounter coding problems that primarily range from medium to hard difficulty, as categorized on platforms like LeetCode. The majority of these problems emphasize algorithmic thinking and efficient problem-solving techniques. In particular, a strong understanding of graph traversal algorithms, such as Breadth-First Search (BFS) and Depth-First Search (DFS), is crucial. These paradigms are frequently used in interview problems related to trees, graphs, backtracking, shortest path, and connectivity components.
Interview questions [1]
Question 1
Given a file system structure how can you find the size of a folder given each item is either folder with id of the items inside of it, other type is file with name and size