Asked about general internship experience.
Software Development Engineer I Interview Questions
32,852 software development engineer i interview questions shared by candidates
Given a linked list with cycle, find the cycle.
Describe a time when you were faced with a difficult problem and how you dealt with it.
explain virtual function call mechanism at memory level
Given a string (understood to be a sentence), reverse the order of the words. "Hello world" becomes "world Hello"
find common ancestor in binary tree
Find exist in maze or prove its non existence.
Phone interview question: In C, why is it considered bad form for a function to return a pointer to a stack-allocated variable? What happens if you do it anyway?
Given an array of integers and no memory limit, provide an algorithm to sort the array with time complexity of O(n).
You have an image and you have to find the average of the image i.e. average of all the pixels into one pixel. The pixel has 3 values, R, G and B. Each R, G and B is a 8 bit number. Write the code for it in C.
Viewing 851 - 860 interview questions