Senior Software Developer Interview Questions

6,890 senior software developer interview questions shared by candidates

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?
avatar

Senior Software Developer

Interviewed at RenoRun

3.5
Apr 2, 2022

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?

Viewing 5881 - 5890 interview questions

Glassdoor has 6,890 interview questions and reports from Senior software developer interviews. Prepare for your interview. Get hired. Love your job.