Leetcode
Software Development Engineer Interview Questions
32,864 software development engineer interview questions shared by candidates
Bar-raiser was difficult and unexpected (to me) as I'm from embedded application dev background and haven't dealt with such scenario's.
Given an array, return the nth largest.
Write a function to find a substring in a string. Test your code, write the test cases.
In my interview the most challenging question was: How to get the 3rd element in a singly linked list, if you you the last one.
Given a value and an array of integers, find if there are two integers in the array that add up to the value.
How would you reverse a linked list in Java?
Write a program that sees if two binary trees are equal.
Write a program that reverses the words in a sentence.
Find the longest subsequence in a given array of numbers in O(n)
Viewing 191 - 200 interview questions