given a large array of int return the length of the longest increasing(non-necessarily-adjacent) sub-sequence
Senior Softwareentwickler Interview Questions
73,988 senior softwareentwickler interview questions shared by candidates
Coding the fibonacci algorithm.
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.
Tell me the difference between C# and C++
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.
How can you tell if a linked list is circular (goes on forever because it connects to a previous node)?
Nothing was out of the norm.
Join 2 table and get the date where most of employees worked for a previous employer.
Coding interview: Given 2 Apis one that returns a list of merchants and another that returns merchant transactions, calculate payouts and apply discount rule.
Viewing 171 - 180 interview questions