Problem statement related to coding.
Sr Software Engineer Interview Questions
67,420 sr software engineer interview questions shared by candidates
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
Programming language questions are always the toughest to me as not only languages are evaluated (easy) but now frameworks are also deeply evaluated (tougher for me). That being said, I think the right lighter weight was assigned to these knowing that one can catch-up if the language basis is strong. I was also asked to produce a PowerPoint to present and gave it 2-3 days to prepare it and feel good about the quality of what I have produced. The hiring manager was presented the PowerPoint and we interacted on that basis during a complete hour.
Viewing 2621 - 2630 interview questions