1. They showed me a code and asked for improvements. 2. They showed me something they want to create, and asked how I would design it in terms of design and architecture.
Senior Software Interview Questions
75,647 senior software interview questions shared by candidates
First they asked simple OOP questions followed by 2 java programs I would say they are easy level. 1. First program is verify if a given number is prime. I did it and tried to enhance it for optimal solution. Interviewer was looking for specific optimal condition which I didnt provided. 2. Second program is given an integer array and a sum find 2 numbers in array whose sum is equal to given number. Again looking for optimal solution, interviewer given tip to use a hash set .
Can u work in stress full situations
1. Codility codingtest with 2 questions on algorithms 2. Code interview with lead developer on a shared board : method with two int arrays as input that return an array as output which does not have common elements in the given two arrays after you write the solution, what will be the time complexity? 2 times o(n)*o(n). How can we reduce this time comlexity or make it memory efficient? 3. Technical interview with manager : diff between Kafka and rabbit mq, some more questions about kafka how Kafka is scaled. Difference between rational and no sql databases. How relational databases are scaled. Data structure questions. Pseudo code method with a string input returns a string output with the occurrences of duplicates input: abbcccabbbb output: a2b3ca4b
Detailed project architecture currently working on & Design patterns implemented in it.
Do you use Twitch?
Construct two API endpoints functions using Laravel which give some output. Task 1 - Expose a new api endpoint to list all applications Task 2 - Automate the ordering of all nbn applications. Implement a queue worker and also schedule this one using Laravel scheduler.
unique letter string
Paired programming - Reduce the cyclomatic complexity of existing Go code used in production.
Parking lot question
Viewing 2541 - 2550 interview questions