TDD, SOLID, basic Java questions from the list provided by Engineers.
Backend Engineer Interview Questions
15,457 backend engineer interview questions shared by candidates
Differences between multithreading,multiprocessing and concurrency.
REST API transactions implementation
Inverse binary tree in c#
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