three difficult questions through Codility
Student Engineer Interview Questions
1,500 student engineer interview questions shared by candidates
Things like "What is your greatest weakness" or "Describe a project you worked on"
What is the difference between an INNER JOIN and an OUTER JOIN?
3 questions 1) valid parentheses (leetcode question) 2) you are given an array of integers and number k, and you have to return an array of the average of every consecutive k numbers in the array. 3) pow leetcode question, you have to solve the question in O(logn) time.
Question about creating a system for shortening links
create data structure that contain data from file
2nd interview: memory managment- you have 1M of memory bytes and you should write a class the overrides malloc and free functions, which allocate n bytes for each call of "malloc" and free every pointer for each call of "free(ptr)" in O(1) for both functions. (you can do preprocessing)
Who is your role model and why?
Coding Assignment: Started with an online coding assignment with LeetCode-style questions (easy to medium difficulty).
Name a time you were in a difficult position
Viewing 401 - 410 interview questions