implement the interface: interface SortedList<T>{ /*Get an item from list at index position *params index - index position in array *returns item - if item is found at index position *throws IndexOutOfBoundException - if input index is not within list T get(int index); } Check if an item exists in sortedList. Eg. 1,2,3,4,5,6 ...
Senior Software Engineer Interviews
Senior Software Engineer Interview Questions
"Senior software engineers are the most experienced member of a software team and usually carry the most responsibility and authority of that team. Because of this, interviews will be designed to find candidates who have expert knowledge of the field and years of experience as a software engineer. Expect to be asked tough technical questions and to give examples of previous projects that you have worked on."
67,213 senior software engineer interview questions shared by candidates
Algorithm question (a classical NP problem) that I was able to solve followed by a distributed system debugging question
Pretend that an end user is providing you with input. In this case, it's a math equation, such as (3+2)*4-1. Parse the input and display the answer.
normal BI questions
Based on previous project implementation of Spring Framework , can you customize the transaction processing behavior?
Create a linkedlist structure and write a method to reverse it in place
Basics of Linux,git,puppet/chef,docker,scripting
How to reverse the bits in a 32 bit word. First question.
How long have you been coding
1. Core Java 2. Advanced Java 3. Problem Statements and Solutions
Viewing 461 - 470 interview questions