Why RMS
Senior Software Developer Interview Questions
6,890 senior software developer interview questions shared by candidates
Quais tecnologias já trabalhei e em quais projetos eu atuei detalhadamente.
Explanation about the technical task
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?
Viewing 5881 - 5890 interview questions