What you don't like in your job
Backend Developer Interview Questions
15,457 backend developer interview questions shared by candidates
TDD, SOLID, basic Java questions from the list provided by Engineers.
What is MVC?
REST API transactions implementation
Why did you respond to our invitation?
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
Tell me about yourself. Strengths, and weakness. 2 years service agreement need to signed. Your hobbies. About family members. etc.
Your name? Challenging task? Your strengths?
Describe parallelism in Python and your experience utilising it
qual a sua experiência com a tecnologia que trabalhamos?
Viewing 481 - 490 interview questions