Coding the fibonacci algorithm.
Sr Engineer Interview Questions
107,122 sr engineer interview questions shared by candidates
Given an array and a sum, determine if any of the items add up to sum. Do a linear space solution and constant time solution.
The number of paths in a m x n grid to a given cell? (After looking it up I noticed the interviewer actually asked the question incorrectly). So, always ask for more details if things are unclear.
Easy
What format are plist files in?
Tell me the difference between C# and C++
A quick programming question. Count from 1 to 100 and write 'X' if the current number can be divided by 3 or 'Y' if by 5 and 'Z' if both.
Develop an online Auctioning/Bidding system, with services such as putting item on an auction, placing bids, multiple bids should also be allowed, show top 5 bidders of a particular item, notify bidders about new item in place.
Most difficult was how would you write a script to calculate the latency of a PCIE bus given a data base of several transactions, and their completions. An easier one that was asked that was unexpected, given I am more HW is: Write a function to detect a one-hot encoded state variable. I sort of bombed it at the interview, but looked into the solution in detail after the interview.
How do you trace your code without gdb?
Viewing 191 - 200 interview questions