How to swap two variables without a temp
Software Developer New Grad Interview Questions
3,049 software developer new grad interview questions shared by candidates
Question about HTTP requests in your favourite language. Know how to make them and process the results.
Technical questions verifying your resume.
What is primary key?
If you had a savings account with $1, at a 100% interest rate, at what year would you have 15 billion dollars?
On campus: Given two strings determine if there is a one to one mapping between each letter in the string. On-site : Debug Conway’s game of life, snake key pattern of a matrix (the problem was a disguised diagonal traversal of a matrix), word break (see LeetCode), and find all possible words given a telephone number.
How to multiply a number by 7 without using + and * operators?
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.
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.
Viewing 31 - 40 interview questions