Tell me about yourself .
Software Development Engineer I Interview Questions
1,214 software development engineer i interview questions shared by candidates
Questions are asked on coding, dbms topics. Some puzzles are also asked in the final technical round
conceptual questions and programming questions were asked to check logical thinking and optimization of code.
Given a map with lot of rooms, each room has doors which are either locked or unlocked, How do you find the easiest path to reach from point A to point B
A puzzle related to cube which was very simple.
Find all substrings in a string which has exactly K unique characters.
GIven a binary number, write a code to convert it into gray code.
Implementation of tries
Round2 (PSDS Round)(60mins): Problem 1 - Given a set of unique elements, print the power set. For eg- {1, 2, 3} Power set will be - {{}, {1}, {2}, {3}, {1,2}, {2,3}, {1,3}, {1,2,3}} ---> have coded using recursion. ---> need to dry run the code for above test case.
On campus opportunity. First Round was online coding round where 2 questions (Medium level) and ~25 DSA/CSE objectives.Those who had done all coding questions and approximately all right mcq got shortlisted. Tech round 1: Interviewer was very friendly and cooperative. Was asked some project related questions. Then moved to coding part and was asked 2 DSA LC medium Hader level questions. Tech round 2: It was also DSA round. First some basics questions related to projects/modules used etc. Then 2 coding qn (1 medium, 1 hard(Tree DP) HR round: It was last round. General HR questions was asked.
Viewing 481 - 490 interview questions