Senior Backend Developer Interview Questions

1,024 senior backend developer interview questions shared by candidates

var trueWords = ["love", "rike", "erik", "foo"] unscramble("ovle") → ["love"] unscramble("reik") → ["erik", "rike"] unscramble("of") → [] unscramble("ffo") → [] unscramble a word - House insurance - Factors - Change in Tax( in future ) - based on country/address prices are decided - flexibility/ availability
avatar

Senior Backend Developer

Interviewed at Forto Logistics GmbH & Co. KG

3.2
Oct 15, 2021

var trueWords = ["love", "rike", "erik", "foo"] unscramble("ovle") → ["love"] unscramble("reik") → ["erik", "rike"] unscramble("of") → [] unscramble("ffo") → [] unscramble a word - House insurance - Factors - Change in Tax( in future ) - based on country/address prices are decided - flexibility/ availability

1. Explain the most technically challenging project that you have worked on. 2. Given a piece of code, with a class having increament and decreament public functions, 2 threads are created which called the respective function, then 2 threads are joined. We need to find the final ouput and make it threadsafe. 3. Multiple reader and single writer problem, reader: multiple reader can read the from the queue/critical section. writer: while writing no other write thread and read thread should be performing the actions. Following 4 functions are given: complete these functions. canRead(){ } readDone(){ } canWrite(){ } writeDone(){ }
avatar

Senior Backend Developer

Interviewed at Hike

3.7
Nov 4, 2022

1. Explain the most technically challenging project that you have worked on. 2. Given a piece of code, with a class having increament and decreament public functions, 2 threads are created which called the respective function, then 2 threads are joined. We need to find the final ouput and make it threadsafe. 3. Multiple reader and single writer problem, reader: multiple reader can read the from the queue/critical section. writer: while writing no other write thread and read thread should be performing the actions. Following 4 functions are given: complete these functions. canRead(){ } readDone(){ } canWrite(){ } writeDone(){ }

Viewing 71 - 80 interview questions

Glassdoor has 1,024 interview questions and reports from Senior backend developer interviews. Prepare for your interview. Get hired. Love your job.