Pergutas básicas, tipo: Me conta um pouco sobre você, Qual a sua idade, onde mora, o que gosta de fazer.
Software De Backend Interview Questions
15,486 software de backend interview questions shared by candidates
- Calculating highest number of steps taken by a person in last 5 minutes, from a data, from a device like fit bit, which stored the information for many people. (Approaches, pseudo code, data storage structure) - Discussions on how an app like split wise could be made.
A difference between PWA and native application.
Design patterns (factory, adapter, etc.)
Design question: bitly
How do you implement a set?
What is a buffer in OS?
export class MeetingRoom { roomName: string; capacity: number; constructor(roomName: string, capacity: number) { this.roomName = roomName; this.capacity = capacity; } } import { MeetingRoom } from "./MeetingRoom"; export class MeetingRoomFinder { private meetingRooms: MeetingRoom[]; constructor(meetingRooms: MeetingRoom[]) { this.meetingRooms = meetingRooms; } bookMeetingRoom(numberOfPeople: number, date: Date): MeetingRoom | null { return null; // Default implementation } } add your code to here bookMeetingRoom make sure to handle
In a live coding session, the recruiter asked me to write the code to reverse the linked list.
Nous développons sur Elixir. As tu une expérience sur ce langage ?
Viewing 441 - 450 interview questions