Fair regular expression parsing questions
Intern Software Interview Questions
17,767 intern software interview questions shared by candidates
After given clearly definition of UTF-8 format. ex: 1-byte: 0b0xxxxxxx 2- bytes:.... Asked to write a function to validate whether the input is valid UTF-8. Input will be string/byte array, output should be yes/no.
Eliminate replicates in a string
I was asked to think about the drop down search box in a browser like Firefox or Chrome. The question was, given that the user types a few characters and we present them with suggestions, how do we decide what suggestions to give them, what order to present them in, and finally, how do we know if we did a good job? Once we had discussed this for a bit, I was then asked to actually come up with an algorithm for finding suggestions quickly, with out having to search through all the possible suggestions for each character the user typed.
OA: focus on greedy algorithms Interviews: Text message chunking, Minesweeper score
Como você resolve problemas?
How would you gather input from users (name, dob, address) and reprocate the same as output?
I was asked a graph-based question that was some implementation of shortest path.
How Can We Inject Beans in Spring?
What Position are u applying for?
Viewing 1571 - 1580 interview questions