Open ended coding question about taking data, preprocessing it, and then turning it into a linked list and displaying information about it like (print all above x, all above y, etc. ) Analyze complexity, change it to be faster, etc.
Engineer Intern Interview Questions
15,493 engineer intern interview questions shared by candidates
Given a bipartite graph, separate the vertices into two sets.
check palindrome, print subsets, multiply numbers in string.
Minimum path sum in the matrix
How to traverse to the middle of a Linked list ?
They gave me a short C++ class and main function and asked, line-by-line, which constructor or destructor runs at each step and why, and to point out any memory-management issues (copy vs. assignment, leaks, uninitialised members).
Given a string of type “(({X}({Y})))(Z)”, determine the max depth of nested parentheses in the string. Answer is in this case 4. Parentheses without variables in them do not count.
https://leetcode.com/problems/two-sum/ and some same level and hard DSA questions
Coding problem, i have never seen before (maybe leetcode easy/medium). one behavioral question towards the end. asked about me at the beginning.
contained both behavioral(simple) and technical (Leetcode)
Viewing 1251 - 1260 interview questions