what is the diff between monolith arch and mircoservices
Senior Software Engineer Senior Java Developer Interview Questions
5,579 senior software engineer senior java developer interview questions shared by candidates
multi threading implementation
synchronisation
Questions were from java,java8 and some programing questions.
Related of java collections and streams
Basic java questions core and project and process flow
Collections. Core Java questions. 1 Coding question
Basic DS Algo. Leetcode easy and medium level will work. But don't expect offer which you have asked before giving interview. Even if you crack interview they will offer less.
Question 1: Given two sorted arrays, the task is to merge them in a sorted manner. Input: arr1[] = { 1, 3, 4, 5}, arr2[] = {2, 4, 6, 8} Output: arr3[] = {1, 2, 3, 4, 4, 5, 6, 8} Input: arr1[] = { 5, 8, 9}, arr2[] = {4, 7, 8} Output: arr3[] = {4, 5, 7, 8, 8, 9} Question 2 : Object[] array = { 1, 2, new Object[]{ 3, 4, new Object[]{ 5 }, 6, 7 }, 8, 9, 10, new Object[]{ 11,12} }; Integer[] flattenedArray = flatten(array); complete flatten array function to get the output array as [1,2,3,4,5,6,7,8,9]
What is copy constructor? What is by name by type dependency injection in spring What are the types of autowiring
Viewing 4311 - 4320 interview questions