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.
Fullstack Developer Interview Questions
3,983 fullstack developer interview questions shared by candidates
describe CORS (Cross-Origin Resource Sharing)
Oops concepts, sql, polymorphism real time example
same old same questions you get during interviews
Are you willing to relocate ? Would you be interested in working from the Office?
Desired salary? English level? Stack?
Do you know APIs and different protocols/standarts?
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.
Home assignment - 3~4 days to create a certain type of game.
Do you miss going to an office to work?
Viewing 3611 - 3620 interview questions