Software Enginner Interview Questions

967 software enginner interview questions shared by candidates

Data Structures: Questions related to arrays, linked lists, trees, graphs, queues, stacks, and hash tables. Algorithms: Problem-solving using algorithms like sorting, searching, dynamic programming, recursion, and graph algorithms. System Design: Designing scalable and efficient systems based on specific scenarios or requirements.
avatar

Software Enginner

Interviewed at Google

4.4
Aug 3, 2023

Data Structures: Questions related to arrays, linked lists, trees, graphs, queues, stacks, and hash tables. Algorithms: Problem-solving using algorithms like sorting, searching, dynamic programming, recursion, and graph algorithms. System Design: Designing scalable and efficient systems based on specific scenarios or requirements.

Problem Description : You are given a maze with N cells. Each cell may have multiple entry points but not more than one exit (i.e. entry/exit points are unidirectional doors like valves). The cells are named with an integer from 0 to N-1. You have to find : Nearest meeting cell : Given any two cells - C1, C2, find the closest cell Cm that can be reached from both C1 and C2.
avatar

Enginneering

Interviewed at Infosys

3.6
Oct 2, 2022

Problem Description : You are given a maze with N cells. Each cell may have multiple entry points but not more than one exit (i.e. entry/exit points are unidirectional doors like valves). The cells are named with an integer from 0 to N-1. You have to find : Nearest meeting cell : Given any two cells - C1, C2, find the closest cell Cm that can be reached from both C1 and C2.

Viewing 901 - 910 interview questions

Glassdoor has 967 interview questions and reports from Software enginner interviews. Prepare for your interview. Get hired. Love your job.