Tell me about a project you worked on that you are proud of
Software Developer Intern Interview Questions
2,852 software developer intern interview questions shared by candidates
Situational questions in HR round, Aptitude questions from main topics, live coding round consisted of two problem solving questions they were majorly from arrays strings linked list searching sorting
prime no. code with optimisation
¿Cuáles son las funciones para asignar memoria dinámica en C y en que se diferencia cada una?
Behavioural questions only and not any DSA
Add this feature to the starter app.
Can you explain the difference between an interface and an abstract class?”
Explain public private and protected in c++
How would you build a game of chess
- What is an ISR - How would you debug an ISR - How do you check how long an ISR runs for A series of technical questions, some with an example code asking whats wrong, others just asking to solve. - Write a function to find if a number is even or odd - Now do it without modulo (Cause I used modulo the first time) - Write a function for a resource limited processor to find the square root rounded down of a number - You can only use basic math operations - What three things are wrong with the following ISR (I am estimating what it looked like, I don’t have a copy) double calculate_area(double radius) { double area = radius * radius * 3.14; printf("Area: %d", area); return area; }
Viewing 601 - 610 interview questions