What's your salary?
Sr Engineer Interview Questions
137,868 sr engineer interview questions shared by candidates
2 - in C#, can you tell whether whatever the user has input is a string or integer?
Explaim Mobile automation framework architecture
We have m slots for ads and n ads, each ads will have different revenue on differnet slot, design an algorithm to find out the best fit (find m ads in n ads and order them so that they can make max money, white board coding) .
Given a file that represent a graph, write an algorithm that compute the number of triangles in the graph.
Given an array of numbers, create another array of numbers. Calculate each new array number by multiplying all input array numbers, except for the current number position in the new array.
simple leetcode medium questions based on trees, sliding window and one design question. Be careful since they do not understand basic algorithm terms and data structures since they were all contractors before.
Input is a string like "AAAAABBCCAA" and it should print "5A2B2C2A". 5 being the continuous number of occurance for character 'A'. Same is with other characters also.
DB query
Design a linked list operation that takes a singly-linked list (only forward ptrs, no backward ptrs) as input and reverses the list.
Viewing 181 - 190 interview questions