Senior Developer Interview Questions

30,108 senior developer interview questions shared by candidates

Microservices Run-length encoding ( "aaabb" => "a3b2" ) Path simplifier ( "/home/user1/..//user2/./dog/" => "/home/user2/dog" ) Scala future convertion ( def convert(input: List[Future[Int]]): Future[List[Int]] = ??? ) Pascal triangle ( def pascal(size: Int): List[List[Int]] = ??? )
avatar

Senior Software Developer

Interviewed at Zalando

3.6
Feb 8, 2017

Microservices Run-length encoding ( "aaabb" => "a3b2" ) Path simplifier ( "/home/user1/..//user2/./dog/" => "/home/user2/dog" ) Scala future convertion ( def convert(input: List[Future[Int]]): Future[List[Int]] = ??? ) Pascal triangle ( def pascal(size: Int): List[List[Int]] = ??? )

Algoritm test Assume you are working at a newspaper. Your task is to prepare a page with titles that writers send you. Your cat was walking over your keyboard and accidentally added characters. Now you need to filter out the titles and prepare them for publishing Assume that the tiles are in an array of strings. You need to do the following procedures on it: – Create a single string by concatenating the strings in the array. – Delete all numerical symbols from the string. – Capitalise the first character of each word in the string. Don't forget to think through any corner cases.
avatar

Senior IOS Developer

Interviewed at bunq

3.6
Jan 13, 2023

Algoritm test Assume you are working at a newspaper. Your task is to prepare a page with titles that writers send you. Your cat was walking over your keyboard and accidentally added characters. Now you need to filter out the titles and prepare them for publishing Assume that the tiles are in an array of strings. You need to do the following procedures on it: – Create a single string by concatenating the strings in the array. – Delete all numerical symbols from the string. – Capitalise the first character of each word in the string. Don't forget to think through any corner cases.

Viewing 2441 - 2450 interview questions

Glassdoor has 30,108 interview questions and reports from Senior developer interviews. Prepare for your interview. Get hired. Love your job.