Question was to calculate no chocaltes if 1 rs =1 chocolate and also 1 wrapper = chocolate. To write a program also
Software Developers Interview Questions
96,224 software developers interview questions shared by candidates
1st Round: Traverse array without using any iterative loop.
Suppose you have a large data set of integers ( > 10,000) that you need to sort. What would be the best data structure to use to store these numbers and what would be the best sorting algorithm to sort them?
Since I'm from C# background I was asked basic C# question .
Recognize some useless pattern with circles, squares, arrows...
What's the difference between inteface and abstract.
Write a function to compact a string in place: A. strip whitespace from the string. B. remove duplicate characters if they are next to each other
Can you use template and virtual function in the same class?
Given a file of 4 billion 32-bit integers, find any integer that does not appear in the file using 1GB of memory. Then repeat the same task using 80MB of memory.
Write a Program to Print a Pattern ? For Example, I/P : 5 O/P: 1 + 2 + 3 + 4 + 5 = 15
Viewing 781 - 790 interview questions