Basic Java and Spring questions
Senior Java Engineer Interview Questions
607 senior java engineer interview questions shared by candidates
The more difficult questions are about logic in the 3rd phase, since they are meant to trick the candidate and check the capacity to think logically.
Some standard interview questions, SOLID principles etc.
Take home assessment java, maven.
Have you done paired programming? (You will get this multiple times)
Technical assignment: Developer technical screening assignment Using your favorite java framework / libraries build a service, that will accept a request with text parameter on input. It will return maximum of 5 books and maximum of 5 albums that are related to the input term. The response elements will only contain title, authors(/artists) and information whether it's a book or an album. For albums please use the iTunes API: https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/#searching For books please use Google Books API: https://developers.google.com/books/docs/v1/reference/volumes/list Sort the result by title alphabetically. Make sure the software is production-ready from resilience, stability and performance point of view. The stability of the downstream service may not be affected by the stability of the upstream services. Results originating from one upstream service (and its stability / performance) may not affect the results originating from the other upstream service. Your service needs to respond within a minute; Make sure the service: is self-documenting exposes metrics on response times for upstream services exposes health check Limit of results on upstream services must be configurable per environment and preconfigured to 5. Using your favorite CSS, JS frameworks add a simple UI page to interact with service and display search results. Please document how we can run it. Please shortly document your justification of technology / mechanism choice, implemented architecture approach. Please submit your assessment results to GitHub within 1 week.
Question involves using Arraylist and Streams API.
I was asked to submit an assignment.
Describe what your day to day is like in your current position?
Lots of questions with the latest java 8 -11 so revise that.
Viewing 521 - 530 interview questions