Longest Common Subsequence, DFS and print paths from the root node to all the nodes in the tree etc.
Software Developer Iii Interview Questions
899 software developer iii interview questions shared by candidates
--> Coding question / Org: // E1 has E2,E3 as reports // E2 has E4,E5 as reports , E3 has E6 as report // …….. //Find all the reports of E1 who are two levels below. Once coding is done, extended this question by asking for N levels below
-->Coding Question // Employee { // long empId; // } // Set set = new HashSet(); // Employee a = new Employee(1); // Employee b = new Employee(1); // set.add(a); // set.add(b); // set.size()?
sort list using merge sort. design notifications system java OOP, SOLID, and design patterns.
"Explain what contributions you had architecturally in your most recent workplace. Elaborate on the old and new system's design by drawing on the whiteboard."
Standard hiring manager questions about conflicts, challenges from previous job
Algorithmic questions like max contiguous sum,permutations of string, connected graph.
Simple DS questions and system design
For the coding part of the interview, it was a sorting algorithm style problem where there were some unique constraints given on how to sort the objects. It involved a combination of DSA and OOP. For the discussion parts of the interview, it was mostly design and architectural type questions. Event driven architecture, message queues vs. cache, etc.
DSA problem solving questions and the previous projects that I have worked.
Viewing 401 - 410 interview questions