System and algorithm design questions
Senior Software Developer Interview Questions
6,897 senior software developer interview questions shared by candidates
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.
- General question about software development
1. why you applied for this position 2. past experience 3, why looking for job change 4. how's your day looks like
What is Managed or Unmanaged Code? What is Boxing and Unboxing in C#?
Viewing 5891 - 5900 interview questions