What is ** in a pointer?
Desarrollador De Java Core Interview Questions
248 desarrollador de java core interview questions shared by candidates
Do you use design patterns? Do you use singleton and services?
Reverse an array list.
What is different between heap and stack in C?
Explain Object Oriented principles
Tell me about a time that you got feedback and how you handled it?
how did you use javascript in your projects
Core Java version and OS core
The interview question is to maximize the number of tastes of candies that will be distributed for my little sister and me by my mom. And there is a constraint called k which is the number of unique tastes my mom should give to my little sister. The tastes should be consecutive, I mean k consecutive candies. I need to maximize the number of unique candies tastes that I can achieve among all of the options. Example: candies = [2, 2, 4, 2, 3, 3, 3], k = 3. The answer is 3. I can give [2, 3, 3] for little sister and will have [2, 2, 4, 3].
How will you debug a memory leak in a huge C program?....i.e memory allocation is failing and you are given the task of debuging..
Viewing 21 - 30 interview questions