Delete a specific node
Backend Software Engineer Interview Questions
9,097 backend software engineer interview questions shared by candidates
Medium to Hard level DSA questions Knowledge about process, threads,DBMS are important.
Build a project architecture that you made in your previous role, and explain the components and also best practices
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
Your name? Challenging task? Your strengths?
qual a sua experiência com a tecnologia que trabalhamos?
Question related to my own portfolio project which I made by using framework Django
logic questions revolving a stack and implementing a few stack procedures according to the questions
Viewing 291 - 300 interview questions