How can you improve the architecture of the application
Lead Software Developer Interview Questions
2,858 lead software developer interview questions shared by candidates
A leading chocolate company recently announced that it has succeeded in creating red chocolate. The company _______ that no food coloring was involved. Instead, they used a ________ type of cacao bean and a unique manufacturing process.
During the final interview with the CEO Fabian Siegel I got asked some stupid questions.
Oops Concept, Some coding questions ,STL,multithreading
Various IT/tech related questions on the entire SDLC, technologies and toolings, business, teamwork, tech stack, automation, projects, cloud computing, SaaS and infrastructure. Many other topics as well.
Questions on your projects you have done. What challenges faced in those project.
What are your plans for the future?
Design and implement a library called my_timer that allows setting multiple timers simultaneously, overcoming the memory limitations of timer. The solution must adhere to the following constraints: No additional threads are allowed (my_timer cannot spawn new threads). Asynchronous operation must be maintained (my_timer must not use "busy wait"). The design can utilize timer, time, and any known software engineering principles.
Demonstrate how to make a HTTP POST to the restful API using just the browser's debugging tools (AKA F12).
1. Interview with VP r&d - general discussion about the company, some questions about how I see the role of a team leader, explanation about how they see the role 2. Technical Interview with tech leads - a (very detailed) drill down on a project/architecture of a feature in which they ask questions. after that a short question regarding something related to what they do - how would you implement their IDE plugin in a high level - say that you want to send the user's input to an LLM, and show the response to the user. the response contains several segments, and each segment can be one of three types: a. actual code suggestion. which will be shown right where the user typed their input, b. a <> tag, which the text between the tags should not be shown at all, and c. suggestions for the user, which should be presented in a chat window. each part of the response has opening and closing tags before and after it. i.e: "thinking...." . ... the LLM response is streamed from a REST call, which means that we read the result in bulks. the order of the parts of the response aren't fixed, but whenever we start to get a specific part, all of the data we'll get later on will be for the same part, until the closing tags will be seen. the question is - how would you implement the reading and processing of the response from the LLM 3. interview with two product managers - one who is the relevant product manager the team is working with, and another that wasn't really listening to the interview. they ask general questions about how you work with product managers. asked about a conflict between my team and a product manager.
Viewing 341 - 350 interview questions