I was asked to describe one of the projects I had worked on.
Junior Software Engineer Interview Questions
7,237 junior software engineer interview questions shared by candidates
oop, databse , problem solving these are the topic of questions
Asked to program for DB connection and hash map SQL queries
The interviewer put forward a general business process question, asking me to describe a hypothetical product order from the company's end and how that might work.
General SQL questions of how to query specific things out of a table, general Node questions, "Tell me a time when..." type questions, etc.
How would you count the number of set bits in the binary representation of a number?
given a string such as "Hello World", use hash tables to return the number of times each letter occurs in the given string. for example H = 1, e = 1, l = 3...
1. password syntax check. u get a string and need to make sure it has upper and lower characters and numbers and special characters and so on. solution with regex is easy. 2. u get a message and u need to crop it to be K characters, u cant cut in the middle of a word and dont cut spaces. example "something some here we are" K=17 will return "something some". 3. air plane arrange sits. u get a string that represnet the rows in an airplane some of those sits are taken and you need to sit families of 4 toghter as much as possible. can be solved with hashMaps or arrays or even DFS.
Trouver le chiffre de Luhn
where do you see yourself in 5 years
Viewing 891 - 900 interview questions