What you don't like in your job
Software Engineer Backend Interview Questions
15,465 software engineer backend interview questions shared by candidates
TDD, SOLID, basic Java questions from the list provided by Engineers.
Differences between multithreading,multiprocessing and concurrency.
Design patterns (factory, adapter, etc.)
REST API transactions implementation
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.
What are your responsibilities in your current role? Is your tech challenge atomic? Is your tech challenge idempotent?
Nous développons sur Elixir. As tu une expérience sur ce langage ?
Why did you respond to our invitation?
Viewing 471 - 480 interview questions