Jr Developer Interview Questions

21,315 jr developer interview questions shared by candidates

q1. find the character in a string with maximum no of consecutive repetitions. q2. there are three streams(unlimited in size). each returns an integer which is greater than the last integer from its own stream and each stream is independent of the other stream print the values in an increasing order from the all the streams combined. eg stream.read() // returns ant int. The next time read() is called, it will return an integer >= to the previous value s1 1, 3, 8, 10 ... s2 1, 4, 5, 6, 12 ... s3 3, 7, 8, 9 ... 1, 1, 3, 3, 4, 5, 6, 7
avatar

Junior Developer

Interviewed at Datadog

4
Mar 6, 2014

q1. find the character in a string with maximum no of consecutive repetitions. q2. there are three streams(unlimited in size). each returns an integer which is greater than the last integer from its own stream and each stream is independent of the other stream print the values in an increasing order from the all the streams combined. eg stream.read() // returns ant int. The next time read() is called, it will return an integer >= to the previous value s1 1, 3, 8, 10 ... s2 1, 4, 5, 6, 12 ... s3 3, 7, 8, 9 ... 1, 1, 3, 3, 4, 5, 6, 7

You have a weight device that can compare 2 sizes at a time. And you have a stone divided into 5 pieces. The size of each piece is integer. And need to know what the weight of each piece is. Is this possible with up to 4 times use of the weight device?
avatar

Junior Software Engineer

Interviewed at Microsoft

4
Jan 5, 2022

You have a weight device that can compare 2 sizes at a time. And you have a stone divided into 5 pieces. The size of each piece is integer. And need to know what the weight of each piece is. Is this possible with up to 4 times use of the weight device?

Viewing 701 - 710 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 21,315 interview questions and reports from Jr developer interviews. Prepare for your interview. Get hired. Love your job.