Peer Programming Round: A coding problem statement was given which had to be implemented in 4 hours. The reviewer was not interested in understanding the approach.
Software Developer New Grad Interview Questions
711,792 software developer new grad interview questions shared by candidates
What do you know about embedded system? at which stage the var x is stored in the memory ?
Find the maximum product of 3 numbers in a list.
You have two intersecting linked lists. Describe a function that returns a pointer to the node where they intersect.
Merge 2 sorted arrays A and B Result should end up in B, which has available space for all items Utilize the space in B, not using temporary arrays Result in sorted array in B A { 2, 5, 8, 12, 15} B { 3, 5, 7, 9, , , , , , }
what is add? why pdd helpful for us?
Given an array of N integers, find the missing integer.
Consider 4 components of a color where: unsigned char red = 0x10; unsigned char green = 0xFF; unsigned char blue = 0x0F; unsigned char alpha = 0x44; Generate a packed color ARGB which is a 32 bit integer such that A is in the MSB of ARGB followed by red, green, blue ----------------- | A | R | G | B | -----------------
simple questions like printing 1 if 0 is input and vice-versa without using switch and if.
solve following program void main(){ int x =10; { int y =20; } pfintf('x=%d,y = %d',x. y); }
Viewing 2081 - 2090 interview questions