On-campus interview problem had to do with a rectangular puzzle and fitting the square pieces together based on numbers to match up sides. On-site interview had a culture-fit interview as well as technical interview about placing coins on a clock.
Software Developers Interview Questions
96,244 software developers interview questions shared by candidates
If there is an error in the code for a project where would you look first?
What div tags in html, what is the use.
Write a SQL statement to retrieve all users and their info from the database where the last name starts with 'A'
How to get the second highest salary from the table?
1. Tell us about yourself and your work experience. 2. What was the longest and the most complicated code you have ever written. 3. If there are 3 baskets, having contents: Apples, Oranges and Apples + Oranges. All the baskets are mislabelled and not transparent. How many minimum baskets do you need to open to know the contents of all.
Given a string consisting of characters A,B,C in any order . Sort them such that all A`s,B`s and C`s are placed together .
a sorted array with all elements appear twice except one, find that element (the best solution should be O(logn))
- (Phone call coding interview). You have two lists, the first contain larger words, write a method that finds if the anagram from the second list's word in the first list's word.
First question was to solve a programming problem. Other questions were about business logic, about hotels etc. First question: write a function that gets a filename/file descriptor for a dictionary file and a list of chars and returns the biggest word that contains all the chars in the list. example: '/usr/share/dict/english.dict' amsterdam abacadabra asdfasdfasdfa ['a','b','c'] => abacadabra
Viewing 721 - 730 interview questions