Two leetcode questions: medium, hard
Full Stack Software Engineer Interview Questions
1,668 full stack software engineer interview questions shared by candidates
algorithms and ds
Can you walk us through a project you led, focusing on the challenges you faced and how you overcame them?
Technical Interview: given CSV of cities, use weather API to get 5-day forecast for each city, calculating and returning the coldest 3-hour average period in forecast.
Easy-medium difficulty Leetcode questions. E.g. valid parentheses
Frontend coding question was about taking user input and converting it to a bar chart based on percentages. Backend coding interview was about validParentheses question on Leetcode.
Describe a time when you worked with a team on something. How did you manage working with a team? How did it go/what would you do differently?
Given an event that is fired only once and multiple threads can register callbacks, all to be fired after the event occurs, how to prevent race conditions/all callbacks called properly. Buddybits, given an array of bits with each level above composed as the && of the two below, how to propigate the changes by setting a range to all 0's as well as in another operation set all to 1's.
Implement a class that solves this simple problem by returning a value based on the data stored in each instance of a class
JAVA Q. what are the reules of overriding. Why the rules are like that? I can understand if some one asked me why we cannot override static methodds. Q: List 5 demariies of ReactJS. Q: Leet code. A list contains many Strings except one string other can apper any number of times(duplicate strings Q: In transaction, while one thread will do updation another thread can not access it , dont use synchronization.
Viewing 1001 - 1010 interview questions