2 Coding questions, providing complete solution is the main thing they want and not the optimization.
Programmer Analyst I Interview Questions
717,361 programmer analyst i interview questions shared by candidates
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.
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.
Viewing 2081 - 2090 interview questions