Write a function that is passed a string and determines whether or not the string is a palindrome. (They had me write on the whiteboard in front of them.)
Software Engineer Co Op Interview Questions
1,227 software engineer co op interview questions shared by candidates
hackerrank easy, basic java and web dev knowledge, sql
Finding the length of the longest substring containing unique characters
If you were given two words and needed to determine if the words were anagrams, how would you go about doing this?
When is the right time to optimize the code?
How do you swap two integer variables without creating a temporary variable?
Given two sorted lists and k, find k lowest elements from the two lists.
Do you have experience with source-control?
The coding challenge required getting data from an API, manipulating it, and submitting the answer.
1) efficiently find first repeating no in an array if element values are bound to index. if we have 5 elements in an array , then there can elements from 0 to 4 2) implement stack or queue using array how can u implement stack that can accept all types of object
Viewing 1 - 10 interview questions