1 sys design, 3 lc medium coding questions
Software Interview Questions
551,386 software interview questions shared by candidates
Coding round : If A,B,C are 3 non-zero digits(1-9), find all combinations of A,B,C such that AB * AB = CAB.
Find the length of a C-string, given a pointer to the first character.
I have some cars. You have some cars. If I give you one of my cars, we'll have the same number of cars. If you give me one of your cars, I'll have twice as many cars as you. How many cars do we each have?
NDA
Given a 2D array, find the sum of all the elements in the array. O(n^2) solution is too slow, find ways to optimize (ended up adding a second parameter 2D array).
Write a function to calculate build order given a project with a list of dependencies that also need to be built
Write a method to determine whether two dates are less than a month apart.
Q: Implement one part of a three-part problem - have a general idea of important algorithms and know how to use data structures! Work efficiently and start off getting something brute force and simple working, and then optimize later.
Programming question - check if string has balanced brackets, firstly with "()" only and thereafter adding all other brackets such as "[]{}<>".
Viewing 3111 - 3120 interview questions