What do you know about embedded system? at which stage the var x is stored in the memory ?
Software Engineer Principal Interview Questions
666,413 software engineer principal interview questions shared by candidates
what is add? why pdd helpful for us?
How to write an evaluator for a string like "(1+3 * ( 5 / 4)) and get a numeric result.
Given a big image, how will you pan and zoom into the image in a way so as to focus on the important parts ot the image.
Give an example of real world scenario where you see inheritance?
Check if a string which represents a math exercise is balanced in terms of parentheses Remove spaces from a string
write a program in c++ with this pointer
What is the output of below program. var a = [1,2,3,4] for (var i=0; i<a.length; i++){ setTimeout(function(){ console.log(i) },1000) } ( My Ans : it will print 4 5 times as it will store the latest reference) Next They asked me : How can i print 1,2,3,4 by changing some code in above example
puzzle two wires of diff dimensions have been given. both of them gets completely combusted in 1 hour. you are in a pitch dark room with such two wires and a box of matches. you have to come out of the room in 45 minutes. [you cannot count seconds in your mind or else you cannot visually determine the halfway of the wires given neither do you have anything else other than a box of matches and those 2 wires]
Given an array of N integers, find the missing integer.
Viewing 1791 - 1800 interview questions