3 questions about arrays and how to compare them together
Full Stack Software Engineer Interview Questions
15,799 full stack software engineer interview questions shared by candidates
Asked about the project I've worked..
What is the difference between declaring a variable with const and let
Interviewer asked me abount oops concept in c++ and still more tecnical and logical questions
Recruiter phone call (20 minutes).
Implement Fibonacci series with and without loop.
Basics of programming which we know and they will say us to code sometimes
Given a list of bus/train/flight ticket, can you build a chain with them?
Alice and Bob need to pick apples from in orchard. Alice can pick apples from exactly A numbers of trees, Bob can pick from exactly B trees (A, B are both integers). The orchard is a row of N trees, on each tree there is a different number of apples. Given integers A, B and an array size N containing integers only, return the number of most apples Alice and Bob can pick together where: - Alice most pick apples from trees left to Bob's trees - Alice's and Bob's trees cannot overlap, that is they cannot pick from the same tree If A + B > N you should return 0
There were some specific questions regarding software architecture and solving certain technical issues. The coding test was about moving specific marked train cars identified by letters from different tracks to another in multiples of three, while also moving the ones that weren't marked out of the way.
Viewing 1961 - 1970 interview questions