What would you do if you found an infected host on your network and how would you stop it's spread? (No details were given on what tools or equipment the customer may have)
Principal Software Development Engineer Interview Questions
10,179 principal software development engineer interview questions shared by candidates
Do you surf?
Similar to other ones posted in glass door already. Snake game, voting system, feature flag system, go through projects in detail, values etc etc
Implement a method 'find' that will find the starting index (zero based) where the second list occurs as a sub-list in the first list. It should return -1 if the sub-list cannot be found. Arguments are always given, not empty. Sample Input 1 list1 = (1, 2, 3) list2 = (2, 3) Sample Output 1 1 Explanation As second list (2, 3) is sub-list in first list (1, 2, 3) at index 1 Sample Input 2 list1 = (1, 2, 3) list2 = (3, 2) Sample Output 2 -1
Given a range of integers from 0-N, and an array of blacklisted numbers, write a Java method to return a random number in the allowed range.
What are the pillars of enterprise architecture?
The technical questions were not very difficult for someone with my experience. One question was on performance troubleshooting relating to parameter sniffing.
- Tell me about yourself - Tell me about your past accomplishments - Tell me about how you stay in contact with the customer needs in your current role
In technical rounds, questions were mostly to judge java coding skills, problem solving skills, design skills, any important functionality you delivered in your current project, etc. eg. Two threads, one printing odd numbers, another printing even numbers. Run them in such a way, output comes as 1,2,3,4,... in order.
Q. To merge two different data set each with 200 million records in one data set.
Viewing 1231 - 1240 interview questions