Please describe to me a time that where you faced immense opposition and persevered to accomplish your goal.
Software Engineer I Interview Questions
1,702 software engineer i interview questions shared by candidates
Write the code to read in characters from a file and print out the top 10 most used. What if they are 32 bit characters? What if it’s a 4GB file and you only have 1GB of ram?
The questions weren't hard. A slightly tricky one was: given a sorted array that's been circularily shifted an unknown number of time, return the index of the smallest element.
Describe some testing methodologies.
-Asked to write a function to find the start point of "$" and ";" in a string -Asked to write a regular expression to find text between "$" and ";" unless there was a space after "$". -How do you know if a linked-list is circular (even a middle item could point to one of the previous items) if you know its size?
Tell us about IP subnetting.
Why Cisco?
Delete a node from balanced search tree. And couple other simple DS questions.
Design an OS? What are the essential components?
How to instantiate a class, use a method once, then have the class cleaned up.
Viewing 91 - 100 interview questions