What project do you find most boring?
Software Engineer New Grad Interview Questions
3,069 software engineer new grad interview questions shared by candidates
Explain how you would go about designing a mobile app that helps a user know how dangerous an animal is. Consider real life scenarios like no wifi accessibility.
A generic, graph-related question that had an easy-to-see brute force solution and an optimized solution that required an advanced algorithm.
Given the APIwith http method with countries data, including the region (which the country is in) and keyword (to be included in the country name, case insensitive). Then, write a program to print out all countries, and population.
Topo sort, BFS and DFS of graphs and Trees
Design Google Maps!, Debug Python code
why do you want to work here
Tech interviews are mostly graph based.
Time complexity and space complexity problems.
The first question involved creating a simple cipher program in Python. The task was to decrypt an encrypted string by replacing each character with the Kth character in the counter-clockwise direction on the English letter wheel. The second question required implementing a function called "efficient trek." The function took an array of trail lengths and the number of days to cover all trails. The goal was to return the minimum sum of the longest trail on each day, based on the specified conditions. The example provided was a scenario with six trails and a given record value, and the task was to calculate the minimum sum of the longest trails.
Viewing 2101 - 2110 interview questions