What I am looking for in a job.
Full Stack Developer Interview Questions
19,475 full stack developer interview questions shared by candidates
What is your special strength that let you stand out from others? Why do you think you fit well with us? What about your experience? What is your major skill?
STAR questions, be ready to follow the format.
REST services
auto wiring different ways in spring framework
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.
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)
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
Viewing 581 - 590 interview questions