OOP questions, system design, brain teaser.
Software Junior Interview Questions
12,121 software junior interview questions shared by candidates
If we have a bad hashing algorithm and two values get hashed to the same bucket, how is the correct value retrieved?
Do some operations on a string in O(n) time complexity and O(1) space complexity.
How do you see yourself after 5 years?
Restore IP Address question from Leetcode. General questions from my resume like the stuff that I mentioned in my resume.
One thing the CEO (Sasan) asked me about was my experiences with other software teams.
one question to count the number of occurrences according, two lists, first list - occurrences, second list - number to count. need to thing on edge cases. if there is the same number in the first/second list .
All the basic OOP questions, some SQL and XML questions
Difference between C++ and C Write a program to multiply two numbers without the multiplication operator
Implement a stack data structure with O(1) push, pop and access to the largest element.
Viewing 1581 - 1590 interview questions