Explain the workflow using a use-case diagram, relationships among entities, etc.
Sr Software Engineer Interview Questions
67,436 sr software engineer interview questions shared by candidates
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
what is a JIT was one of the questions. what are sql joins. what is a data structure.
All questions are related to profile specific and level of question was medium
I was given programs in each round to solve.
Viewing 2731 - 2740 interview questions