Junior Software Engineer Interview Questions

21,797 junior software engineer interview questions shared by candidates

The method, formatString, should determine and set the value of myResult for each test. For each test, myResult will be similar to the input string, myString, but with certain characters removed. formatString is going to remove characters from consecutive runs of the same character, where the length of the run is greater than the test parameter, maxRepeat. Ex: "xxxy", 2 => "xxy" Ex: "xxyy", 1 => "xy" Ex: "xxxxyyyyxx", 1 => "xyx"
avatar

Junior Software Engineer

Interviewed at CharterUP

4.3
Oct 30, 2022

The method, formatString, should determine and set the value of myResult for each test. For each test, myResult will be similar to the input string, myString, but with certain characters removed. formatString is going to remove characters from consecutive runs of the same character, where the length of the run is greater than the test parameter, maxRepeat. Ex: "xxxy", 2 => "xxy" Ex: "xxyy", 1 => "xy" Ex: "xxxxyyyyxx", 1 => "xyx"

Viewing 5831 - 5840 interview questions

Glassdoor has 21,797 interview questions and reports from Junior software engineer interviews. Prepare for your interview. Get hired. Love your job.