Explanation about the technical task
Senior Software Developer Java Interview Questions
7,036 senior software developer java interview questions shared by candidates
count the number of certain pattern in a string
Specific questions on vault, PCF etc
System and algorithm design questions
Nothing interesting. These questions are normal like flatten the nested array and few reactjs questions.
Talk about past projects, what you're looking for in the future. A take home assignment that mimics what Onna does essentially. Sys design also regarding what Onna does.
Q: Write a method that are going to receive a text (one String) and return the word that appears the most in the text. If there are two words that appears the most, return the word that appeared first in the text. Example: input: "aaa bbb ccc ddd aaa ddd bbb ddd bbb" output: bbb Q: Is the following code good? If it is not good, how can we change it? if (int n) { if (n == 1) { //do something } else if (n == 2) { //do something } else if (n == 3) { //do something } else if (n == 4) { //do something } else if (n == 5) { //do something } else { //do something } } Q: Tell me about the design patterns that you've already used in your projects. Q: What do you think about microservices?
What are some of your weaknesses?
Technical topics based on your experience and behavioral
The technical question was on the following topics: SQL: fundamental question with some questions about performance(a little bit hard). Spring/Java: average questions about spring framework and dependency injection.
Viewing 6011 - 6020 interview questions