Domain knowledge of previous project and project architecture based question and technical question of programming language we worked on
Software Engineer Sr Interview Questions
67,443 software engineer sr interview questions shared by candidates
Problem statement related to coding.
Time pass questions. If you need to fetch data from some resource and store it in cache and access same cached data how would you do ?
Why we use dependency injection
Leetcode medium questions with about 3 hours to complete.
Describe how the Java virtual machine works?
All technical stuffs but all were basics..and some were situation based.
how do you convince your team member if there is a conflict on your decision?
Whiteboard coding exercise (more trivia from the Jeopardy "Graphics processing category"): - write code for a function to copy a rectangle in an image from one location to another - this is like moving a window in a window manager, but the original window image can be left there - inputs: char [][] image, Rectangle (x,y,width, height) toCopy, Point (x,y) destination - image character array is ok for illustration purposes - 0,0 in top, left - do basic copy process - what happens when the destination is inside the rectangle to copy? - when does the original data get damaged? - add logic to copy the rectangle properly (prevent damage to the image data) - how to erase the original rectangle from the image - this was referred to as the "bit blit" algo - but am not finding a decent example of code for this on the web at first glance Whiteboard coding exercise (even more irrelevant trivia): - write code to solve 9x9 Sudoku (brute force frowned on)
generate some sequense
Viewing 2691 - 2700 interview questions