Backend Engineer Interview Questions

14,385 backend engineer interview questions shared by candidates

function main() { const ws = fs.createWriteStream(process.env.OUTPUT_PATH); const sentence = readLine(); // const sentence = "b? Dl )B 4(V! A. MK, YtG ](f 1m )CNxuNUR {PG? " const result = howMany(sentence); ws.write(result + '\n'); ws.end(); }
avatar

Backend Engineer

Interviewed at Vajro

3.7
Dec 28, 2023

function main() { const ws = fs.createWriteStream(process.env.OUTPUT_PATH); const sentence = readLine(); // const sentence = "b? Dl )B 4(V! A. MK, YtG ](f 1m )CNxuNUR {PG? " const result = howMany(sentence); ws.write(result + '\n'); ws.end(); }

Codility assessment: Minimum number of characters to delete from a string so that each character appears unique number of times. Note: You can delete all occurances of characters. eg: "aaaabbbb" -> 1 "a" or 1"b" would make "a" and "b" appear unique number of times. Given number in binary form, if its even -> you can divide it by 2; if its odd -> you can substract 1 from it. You can repeat above steps as many times as you want to reach 0. How many steps it took to reach zero? SQL question to select records from two tables using joins etc.
avatar

Software Engineer, Backend

Interviewed at Tesla

3.5
Dec 8, 2019

Codility assessment: Minimum number of characters to delete from a string so that each character appears unique number of times. Note: You can delete all occurances of characters. eg: "aaaabbbb" -> 1 "a" or 1"b" would make "a" and "b" appear unique number of times. Given number in binary form, if its even -> you can divide it by 2; if its odd -> you can substract 1 from it. You can repeat above steps as many times as you want to reach 0. How many steps it took to reach zero? SQL question to select records from two tables using joins etc.

Viewing 1691 - 1700 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 14,385 interview questions and reports from Backend engineer interviews. Prepare for your interview. Get hired. Love your job.