1) Windows Device Driver 2) Windows Imaging 3) Powershell scripting
Software Engineer Senior Interview Questions
64,462 software engineer senior interview questions shared by candidates
OOPS Entity Framework Web Api Unit testing Architecture
All the question was from oops,and how you implement opps in your project.The most difficult question was diffence between static class and single pattern,they drill down it.
Implement a linked list. Now implement a method to reverse the elements of a linked list.
Design a shopping cart. Defend your decisions. Additionally, string compression algorithm, design a system to scale to 10,000 users, word reverse with preserved white space.
* 2D row and column wise sorted matrix, find kth maximum.(with negative values also in consideration)
Ability to work czech hours
(As a take-home programming challenge,) write code that will validate a "Boggle" board i.e. given a virtual board (collection of letters) and a dictionary, find words in the virtual board.
Open ended question on Car design
Given 2 contracted arrays in the form : {times, number, times, number .... ] multiply these array expanding them. Example: [1,2,2,4] is equivalent to [2, 4, 4] and [2,1,1,4] is equivalent to [1, 1, 4] the result would be [(1x2), (1x4), (4x4)] = [2, 4, 16]
Viewing 591 - 600 interview questions