Given an nxn chess board, return the minimum number of knight moves it would take to get from point (a,b) to point(c,d)
Software Intern Interview Questions
17,721 software intern interview questions shared by candidates
How would you gather input from users (name, dob, address) and reprocate the same as output?
Write ArrayList in Java.
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.
I was asked a graph-based question that was some implementation of shortest path.
They asked for implementation of circular doubly queue
What as a moment when you encountered conflict and how did you solve it
OA: focus on greedy algorithms Interviews: Text message chunking, Minesweeper score
Como você resolve problemas?
Given a list of names write a program which counts the number of occurrences in the list and print to console.
Viewing 1561 - 1570 interview questions