Spring mvc
Software Engineer Sr Interview Questions
67,443 software engineer sr interview questions shared by candidates
Singleton in Python, OOP, AWS, ...
Data structure, algorithms, computer architecture related discussion.
Explain the workflow using a use-case diagram, relationships among entities, etc.
sizeof shared_ptr on 64 architecture?
sizeof unique_ptr on 64 architecture?
Why haven't you had employment agreement (with a startup from foreign country)?
2 question from leetcode (easy) 4 question from networking and protocols.
Draw and discuss the graphics pipeline.
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
Viewing 2701 - 2710 interview questions