Given object oriented code: what are some issues/ problems / improvements you can find in this?
Software Junior Interview Questions
12,121 software junior interview questions shared by candidates
Implement a stack data structure with O(1) push, pop and access to the largest element.
Difference between C++ and C Write a program to multiply two numbers without the multiplication operator
Principios de SOLID, diferencias entre métodos abstractos y virtuales, herencia de clases, etc.
list vs tuple differences ?
Explain the time and space complexity of your solution.
Question about comparing length differences for every 2 strings in an array with specific conditions, and return the 2 strings in the array that meet those conditions.
Can you implement a system
the question was in C, givem a memory segment represented by struct( struct has a memory pointer and a size integer), and a copy function that needed to be implemented..the struct was a memory segment and they wanted me to implement a function that copies an array of memory segments to another array of memory segments (array and memory segment lengths are not the same in dst and src)
Implement Math.pow(a, b) in java.
Viewing 1631 - 1640 interview questions