cultural questions: What are some of the challenging things you have worked on in the past? what advice would you give to someone who just graduated? how would you work with a bad manager? technical questions: 1. low level implementation of cache. 2. simple data structure questions
Software Developer Ii Interview Questions
3,994 software developer ii interview questions shared by candidates
https://leetcode.com/problems/minesweeper/ Let's play the minesweeper game (Wikipedia, online game)! You are given an m x n char matrix board representing the game board where: 'M' represents an unrevealed mine, 'E' represents an unrevealed empty square, 'B' represents a revealed blank square that has no adjacent mines (i.e., above, below, left, right, and all 4 diagonals), digit ('1' to '8') represents how many mines are adjacent to this revealed square, and 'X' represents a revealed mine.
Why do you want to work for TSY What's your strength What's your weakness
Basics of Java and coding problem to check application of java knowlege
what is parcial class according to you.
what is ur previous exp
Q: Explain a time when... type questions
Q: Tell us about your recent project that you worked on and describe your role in that project?
Showcasing an existing project from GitHub. Very practical. Other companies could take a page out of their book when it comes to hiring.
Build binary search tree (including nodes), build program to make every third word uppcase
Viewing 641 - 650 interview questions