Given an array of point structure element whose X and Y values are both int, write a boolean function to decide whether there is any midpoint(at least 1) of any two points in the array whose X and Y coordinate value are all integer.
Software Engineer New Grad Interview Questions
3,069 software engineer new grad interview questions shared by candidates
Searching in a sorted array
1. Check if two strings are palindromes. 2. Make a function that does this for lists of strings 3. Implement a hash function for this instead of brute force.
You have a deck of cards and randomly draw two cards at a time. If you get 2 blacks, black gets a point. If you have 2 reds, red gets a point. If you have red and black, neither get a point. What is the percentage chance that both score the same.
1) To determine the number of friend circles. 2) To find the longest string chain possible given a dictionary of words.
What happens if one resource is waiting on another resource to finish, but that SAME resource happens to be waiting on that other same resource....
Hard DoorDash questions from Leetcode.
Given 3 coins of different values, print all the sums of the coins up to 1000. Must be printed in order. ex: coins(10, 15, 55) 10 15 20 25 30 . . . 1000
1. Initial screening round (1 hour) : One coding question, medium level on leetcode. 2. Onsite round (5 rounds) : 4 Technical round + 1 Behavioral round. Round 1 & 2 : Design a game which has multiple phases with increasing difficulty of each phase. Round 3 : Two questions - one easy and one medium level Round 4 : one hard level trie related question Round 5 : very interactive behavioral round for 30 mins.
What is a project you have worked on for computer science?
Viewing 31 - 40 interview questions