Create a function to reverse an array of integers
Full Stack Software Engineer Interview Questions
19,496 full stack software engineer interview questions shared by candidates
OOPs concepts
Q: Pourquoi je souhaitais intégrer SII ?
Varie domande tecniche e semplici esercizi teorici da risolvere
Explain Observable and Promise
I don't see any front end tech in your resume?
Why do we need Adapter when we have interface
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.
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer in any order.
Viewing 2401 - 2410 interview questions