Given a list of airline tickets represented by pairs of departure and arrival airports [from, to], reconstruct the itinerary in order.
Software Engineer New Grad Interview Questions
2,940 software engineer new grad interview questions shared by candidates
Given an expensive function and big numbers, figure out how to calculate some averages in a list efficiently while calling the expensive function the least amount of time possible.
1. Flights path and min cost 2. IP to CIDR
The hardest one is same as 'slope trick' in codeforce
Leetcode: Before and After Puzzle
LRU Cache
due to I had 3 interviews, so I cannot remember everything about it. PG cover reservoir sampling, shuffle algorithm and the last one is find the leftmost 1 in a matrix. e.g: 00111 01111 00011 00101 it should return 1
Windows Maintenance. Find the largest overlapping window time frame for maintenance to take place given a list of possible times from each department.
3 rounds: coding question about trees, high-level design question, and some learning question
Given click counts and subdomains in an array, add them up by the domains and subdomains.
Viewing 181 - 190 interview questions