fibonacci series
Senior Software Engineer Java Developer Interview Questions
95,558 senior software engineer java developer interview questions shared by candidates
Given a 2D map w/ walls: -------- | | |xxxx | | | ------------- Write a function that finds the shortest route distance between any two empty points in the map.
1.Code challenge.
1. Spring MVC Architecture 2.OOPS Concepts 3.Hibernate ORM 4. What is IOC Controller 5. JDBC Connections etc..
Your Technical skills
Write a HTML responsive page.
1. Given an Array , E.g. [2,5,6,3,9,5,10,56,25] and a number X. now find all the contigous subarrays with length X , if X=3, then all the subarrays are [2,5,6], [5,6,3], [6,3,9] etc. now in all these subarrays find the minimum element. and out of all those minimum elements, return the maximum one. 2. Given a URL, Query the URL and fetch the JSON result (paginated), find all the subsequent result from new pages. parse the json and do some manipulation on that data, find a specific dataset from that json.
Given an nxn matrix of numbers in ascending order in both dimensions how would you go about finding if the number y is in the matrix.
Couple of questions asked at the interview I could not get my head around and never expected in an interview in a company like Pearson which is internationally recognized. 1.You are just 2 years in United States and looking for a job change? 2.Why are you looking for a full time opportunity?(Seems the person did not read my resume carefully that I am full-time employee with Cognizant for more than 8 years now) These questions asked does not support the claim of Pearson that it is a equal opportunity employer.And proves there are discriminations made.
Coding: Create a stack with the usual push() & pop(), but with an additional function getMiddle() that returns the middle element of the stack in constant time.
Viewing 171 - 180 interview questions