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 Engineer Interview Questions
1,392 full stack software engineer interview questions shared by candidates
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)
Tell me about a situation when you had to learn something new quickly.
Ja trabalhou com modelo de Kanban?
Um grande desafio técnico que teve?
Given an undocumented and inefficient legacy python function in an online code-pad, perform a code review and refactor the code (~15m)
Given an undocumented and inefficient legacy TypeScript class, perform a code review and refactor the code (~1hr)
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.
What is an abstract class?
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.
Viewing 141 - 150 interview questions