Javascript - frontend Given a list of arrays find if two values add up to a given target value. Arr - [2,3,4,5,6,7,8] target 10 Output - True Follow up question do it in O(1) performance.
Full Stack Developer Interview Questions
19,428 full stack developer interview questions shared by candidates
Given a string find the number of times a given target is repeated. String - “abcddbcdcddcd” findString - “cd” Output -4 It can get tricky, try to cover all kind of teat cases
Write a sql query to get the data (hint group by)
What is the difference between a class and an object?
Design call with the functions get(int key) set(int key, int value) and setAll(int value) all functions run in O(1)
Round 1 - Prescreening assignment (20 mins) Gave a pseudocode and asked me to explain what the code does in 2-3 lines, and print its output Round 2 - Recruiter call (30 mins) An initial discussion to discuss about background and interests in detail, and a couple of behavioural questions. Also gave a high-level overview of Pricelabs products. She also mentioned the tech stack was Ruby on Rails (Python) backend and ReactJS on the frontend, and whether I was comfortable working in them. It was a good discussion. Round 3 - Technical Discussion (45 mins) This round was scheduled with someone from the engineering team. The first 10-15 minutes were basically to get to know each other, and for the next 30-35 minutes, the focus was on 2 DSA problems, 1 easy and 1 medium. Q1 - Check if two strings are anagrams: https://leetcode.com/problems/valid-anagram/description/ Q2 - Based on Next Greater Element: https://leetcode.com/problems/daily-temperatures/description/
Write setimeout function Write promise function String function etc etc
They asked about my previous work experience, If I had any.
Delete a given node from a Linked List without using extra memory.
Vous vous voyez où dans 5 ans ?
Viewing 601 - 610 interview questions