Array, Linked List, Write a code to add a node in linked list, Complexity, Given a binary tree, print out all of its root
Software Development Engineer Intern Interview Questions
2,286 software development engineer intern interview questions shared by candidates
Didn't sign NDA, but I would rather not disclose the coding questions they asked me. I would just say to practice CTCI / Leetcode / etc.
Q. Remove duplicates from an sorted array inplace. He was expecting a linear time solution for this.
Implement a Stack. (of ints; push, pop, peek) Implement a method that returns the smallest integer in the stack. (min) Implement a method that returns the statistical mode of the stack. (mode) O(1) time for all.
Design and implement an LRU Cache
Got an lc easy, and a followup lc medium
A few behavioral questions and a coding question about arrays.
Coding: You have an application with miltiple micro services producing logs. Create a single log file that contains all the logs. Basically the question traslated would become: given a list of ordered lists, return a single ordered list.
debug a sorting array function
They asked me to solve a problem on finding the longest substring without repeating characters. I explained my approach using a sliding window technique, optimized it to O(n), and implemented it in C++.
Viewing 221 - 230 interview questions