The online assessment had 4 questions that needed to be solved in 70 minutes.
Q1) To return the index of the element that broke the alternating parity pattern of odd and even numbers.
Q2) An array of "A" and "P" resources, with all "A"s initially at the front and all "P"s at the back. Each cycle, you either convert "P"s to one "A" based on a conversionRate, or change the last "A" to a "P". The process continues until neither of these operations is possible. Your goal is to determine the total number of cycles before the process halts.
Q3) Managing an array representing memory, where 0 signifies free units and 1 signifies occupied. You need to process two types of queries: alloc x and erase ID. An alloc x query finds the leftmost contiguous block of x free units, starting at an index divisible by 8, marks them as occupied with a new ID, and returns that ID (or -1 if no such block exists). An erase ID query frees all memory units associated with the given ID and returns the length of the freed block (or -1 if the ID isn't found or already freed). The alloc operation assigns a unique, incrementing ID for each successful allocation.
4) A mountaineer is studying a mountain range represented by an array of peak heights. Due to optical illusion, they can only compare peaks that are at least a certain viewingGap number of positions apart. The task is to find the minimum possible absolute height difference between any two peaks that meet this viewingGap criteria. In essence, you need to find the smallest value of ∣heights[a]−heights[b]∣ where ∣a−b∣≥viewingGap. The output should be this minimum height difference.
3 rounds of interview first round is coding round taken by a principal engineer who asked a complex coding question not DSA but take complex json input parse it flaten it and make weighted average of the inputs and provide a output in a different format
Questions d'entretien [1]
Question 1
Coding question about data json handling and weighted average calculation
Interviewed in summer 2024. Talk with screener about job, role, etc. First stage was talk with Hiring Manager about exp. Second's home work, create backend service using their reqs, nothing complicated but time consuming. 3d stage arch decision talk with one of the engineers from target team (also security related questions, basic topics without depth). 4th and last interview was with Head of Department or some similar role, std behavioral questions, motivation talk, etc. Didn't pass last stage, reason unknown. 1.5 mos from first contact to the end. Neutral since last stage was terrible, weird talk, ghosted results (before were responsive).
Questions d'entretien [1]
Question 1
What is Cross-Site Scripting and how to prevent it.
Took 6 weeks for a single interview then never heard from again. Would wholeheartedly not recommend them to anyone ever. This is just too much for anyone to have to go through.