While the face-to-face interview with the Team Leader I was asked to implement (from scratch) search bar which filters the results list
Full Stack Software Developer Interview Questions
1,695 full stack software developer interview questions shared by candidates
Tell me about what you are working on
What are the concepts of OOP?
Tell me about a situation when you had to learn something new quickly.
Video interview: given a list of dictionaries, each storing a sender, receiver, and message, determine who has received/sent the most messages (each message must be unique, or else it doesn't count)
Best Time to Buy and Sell Stock Input: prices = [7,1,5,3,6,4] Output: 5 Explanation: Buy on day 2 (price = 1) and sell on day 5 (price = 6), profit = 6-1 = 5. Note that buying on day 2 and selling on day 1 is not allowed because you must buy before you sell.
What is an abstract class?
Describe the four pillars of Java
Given a list of bus/train/flight ticket, can you build a chain with them?
Using provided CSV file, develop a functional full-stack application with an interactive form to submit and update book reviews, generating live feeds for reviews. The application needs to be deployed and code must be readable and shared in a git repository.
Viewing 191 - 200 interview questions