same old same questions you get during interviews
Fullstack Developer Interview Questions
3,983 fullstack developer interview questions shared by candidates
describe CORS (Cross-Origin Resource Sharing)
All questions were related to the take home challenge submission. Second interview was about basic algorithm and data structure concepts, stack applied for, git and sql.
Oops concepts, sql, polymorphism real time example
Leetcode easy/medium For client interview: "Describe your most extensive React project and your contribution to it", "walk me through how would you design IMDB from scratch"
Do you know APIs and different protocols/standarts?
Reactjs and Node JS questions
All technical question, Java+Spring boot+ Microservices+reacts+mysql
The problem consists in rendering events on a calendar, avoiding overlapping events to visually overlap. Your implementation should meet the two following constraints: Every overlapping event should have the same width as every event it overlaps Every event should use the maximum width available while satisfying constraint 1 A visual illustration of the problem is given below. Rendering events on a calendar means here: the relative position of events to the top of the screen and their height is a function of the height of the screen, the start/end time of the calendar, and the start time/duration of the events. For example: if the calendar goes from 00:00 to 24:00 and the screen is 2400px high, an event starting at 12:00 and lasting 1h would be positioned at 1200px of the top of the screen and have a height of 100px. Using the maximum width available here implies that the width of every group of mutually overlapping events equals the width of the window.
Do you miss going to an office to work?
Viewing 3611 - 3620 interview questions