Loading...
Showing 391-400 of 1581 forum items
Practice leetcode questions to get familar with algorithm questions, but dont' get too obsessed with leetcode google tags, google has a fair large pool of interview techinical questions :)
Pretty good compensation package, I'll accept it.
The coding question I got was: ```java class CloudStorage { /** * Adds a new file with the given `name` and `size` (in bytes) to the storage. * If a file with the same `name` already exists, the operation fails. * Returns `true` if the file is successfully add...
The task was to design a worker management system with the following functionalities: 1. `boolean addWorker(String workerId, String position, int compensation)` * Adds a new employee to the system along with their position and salary. * If the `workerId` alrea...
I had a two-hour phone screen with the hiring manager and a team member. After a brief introduction, the interview focused on technical questions. The questions I was asked were: 1. Debugging a short C code snippet. 2. Transposing an n*n matrix. 3. Implementin...
The coding question was: Given an array of length N containing only two-digit integers (10-99), select as many elements as possible such that all selected numbers share at least one common digit (0~9). Return the maximum number of elements that can be selected...
I had an onsite interview. Here's what I remember: **Round 1:** The coding question was LeetCode 981. The follow-up questions were: How to handle 1M+ requests per second? How to ensure thread safety? What is the amortized time complexity? **Round 2:** This was...