Write a method to compute if a string is a palindrome, disregarding spaces.
Software Development Engineer Interview Questions
32,834 software development engineer interview questions shared by candidates
A disc is spinning on a spindle - you don't know which way. You are given a set of pins - describe how you would use them to determine which way the disc is spinning.
Write a function that takes a string as an input and outputs an integer, e.g. turning "1234" into 1234.
The first question is the most difficult question in this round.
The interviewer asked a question about sorting cards. Given a complete set of cards, you should sort them without using extra space.
How to arrange an array of strings in the groups of the same strings which can be obtained by permutating characters in them.
Reverse words in a sentence so like ex: to be or not to be return be to not or be to Note: I'm a freshman in college and he knows I don't know much so I got an easy question
• You are given a maze with N cells. Each cell may have multiple entry points but not more than one exit (ie. entry/exit points are unidirectional doors like valves). The cells are named with an integer value from 0 to N-1. You need to find the the length of the largest cycle in the maze. Return -1 if there are no cycles. • You are given a maze with N cells. Each cell may have multiple entry points but not more than one exit (ie. entry/exit points are unidirectional doors like valves). The cells are named with an integer value from 0 to N-1.
Programming
consider one situation, 9,9,9,9 to 1,0,0,0,0.
Viewing 301 - 310 interview questions