three difficult questions through Codility
Student Programmer Interview Questions
970 student programmer 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
Coding Assignment: Started with an online coding assignment with LeetCode-style questions (easy to medium difficulty).
Do you have any difficulty during this project?
Present your Experience, Whats your Salary Expectation, Whats your Interest, Career development.
Given a chip (matrix) with cells marked with +, - or blank. Return if the chip is valid. Valid chip = every + has exactly 1 adjacent -, every - has exactly 1 adjacent +, two + symbols cannot be adjacent to each other.
Viewing 241 - 250 interview questions