Software Developer Ii Interview Questions

3,998 software developer ii interview questions shared by candidates

One of the questions in the cultural interview was about a past failure I had experienced and what concrete steps I would take to prevent a similar situation in the future. They really wanted to understand how I reflect on mistakes and turn them into learning points.
avatar

Software Developer II

Interviewed at Lightspeed

3.5
Nov 10, 2025

One of the questions in the cultural interview was about a past failure I had experienced and what concrete steps I would take to prevent a similar situation in the future. They really wanted to understand how I reflect on mistakes and turn them into learning points.

In the first technical, they asked a question related to closure and capture values which was something like: var string = "car" let closure = { [string] in print("I'm driving \(string)") } string = "truck" closure() Then a question related to lazy keyword whether lazy stuff is thread safe or not. Then a question where there's a kingdom in which there is a king. If the king dies, his child becomes the king otherwise the dead king's sibling becomes the next king. Write a function or computed property to get the currentHeir. (Had to use tree with depth first search to do this.)
avatar

Software Engineer II - IOS

Interviewed at Careem

3.7
May 22, 2022

In the first technical, they asked a question related to closure and capture values which was something like: var string = "car" let closure = { [string] in print("I'm driving \(string)") } string = "truck" closure() Then a question related to lazy keyword whether lazy stuff is thread safe or not. Then a question where there's a kingdom in which there is a king. If the king dies, his child becomes the king otherwise the dead king's sibling becomes the next king. Write a function or computed property to get the currentHeir. (Had to use tree with depth first search to do this.)

Viewing 2331 - 2340 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 3,998 interview questions and reports from Software developer ii interviews. Prepare for your interview. Get hired. Love your job.