Question was to calculate no chocaltes if 1 rs =1 chocolate and also 1 wrapper = chocolate. To write a program also
Software Developer Interviews
Software Developer Interview Questions
Software development is an in-demand career path, and it's also a job that can provide opportunities for high earnings and professional fulfillment. When interviewing for software developer positions, you'll likely face questions about your hard and soft skills and how you manage projects efficiently.
Top Software Developer Interview Questions & How to Answer
Question #1: What type of software development do you currently do?
Question #2: Describe a development issue you faced and how you solved it.
Question #3: How do you handle the QA process?
96,233 software developer 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