Tail recursive function for calculating factorial. (I did it in scheme)
Softwareentwickler Java Interview Questions
513,140 softwareentwickler java interview questions shared by candidates
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.
Where do you live & study?
What some code to solve some arbitrary business logic problem
Questions about multi-threads, which I do not have much experience with. After telling them lack of familiarity on the subject, the interviews understand me and ask other questions instead.
Collection, Data Structures, API, JAVA 10+, JPA, JSP
What the term SQL stands for?
Projects done in previous company Technical questions etc etc
What's the angle between the hands of a clock if the time is 3:15.
BST, Dbms Queries, Data Sturctures concepts, Coding was more on problem solving
Viewing 1841 - 1850 interview questions