There were two rounds. 1st round was DSA round and a leetcode hard graph question was asked and it should be running code and second round was LLD round the expectation were really high of the interviewer they need pro based modular scalar code in just 45 mins
Interview questions [1]
Question 1
Find the shortest between given and starting node such that all node can pe prime number and you can jump only bye two numbers which are prime and differ by 1 digit.
it was a very positive experience with fast answers and clear feedback as well as good communication throughout the whole process. Interviewers and recruiters were always very nice and helpful
I applied online. I interviewed at Uber in Oct 2024
Interview
Was given a typical CodeSignal OA (Online Assessment) coding challenge involves solving algorithmic problems within a time limit, often testing logic, data structures, and problem-solving skills. It’s popular in tech recruiting.
Interview questions [1]
Question 1
Longest Unique Substring
Problem Statement: Write a function that takes a string s and returns the length of the longest substring without repeating characters.
Input:
A string s of lowercase English letters, with length between 1 and 10,000.
Output:
An integer representing the length of the longest substring with all unique characters.