Write a function that takes a string as an input and outputs an integer, e.g. turning "1234" into 1234.
Development Engineer Interview Questions
38,109 development engineer interview questions shared by candidates
Given the following terms please draw a logical diagram/hierarchy on the board as you see fit. Dog, Cat, Woof, Animal, Fifi, Run
How to arrange an array of strings in the groups of the same strings which can be obtained by permutating characters in them.
The interviewer asked a question about sorting cards. Given a complete set of cards, you should sort them without using extra space.
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
Estimate the number of flat tyres in the US in a year?
Can Si be used to make LEDs ?
Find the optimal map route between two points on a grid (maze) with some areas blocked out.
Viewing 321 - 330 interview questions