Second question group lead- you have 1Mb of memory, implement the functions malloc and free in C (of course not using the stdlib functions). How much memory your implementing requires? and how much of the 1Mb is actually left for the user? Remember malloc need to return an Pointer to an address and free gets a pointer and frees it.
Desenvolvedor De Software Junior Interview Questions
4,395 desenvolvedor de software junior interview questions shared by candidates
Third question team lead- desighn a data structure that supports get, set, setAll in O(1).
First question team lead - implement atoi in C. Edge cases!
Got 2 coding questions regarding algorithms and data structures
In the first one you need to implement a binary search in a binary-search tree, pretty straightforward.
In the third question, you need to correct mistakes in an almost-finished system's code.
In the second question, you get some methods in a library and must call them properly to get the system to run.
In the fourth question, you need to return the IP's that sent more than 10% of the messages in a system, you do this with a hashtable.
reverse a string oops concept hr question
What is the use of OOP? And how u use it in your project? What is class and object? What is the constructor? Do you know about mircoservices?
Viewing 1901 - 1910 interview questions