Interview plan template

Use Template
to edit & run interviews

Software Engineer

Click "Use template" to edit
Introduction
5 min
Hi, I’m [YOUR_NAME], and I’m a [YOUR_TITLE] at [COMPANY_NAME]. I’m excited to learn more about your experience today.
Could you briefly introduce yourself and share what attracted you to apply for this position?
Great, thank you for sharing! In the next 50 minutes, we’ll focus on a problem-solving challenge. After that, you can ask any questions you have about the role or the company.
Problem-Solving Challenge
50 min
Implement a function to find the longest substring without repeating characters in a given string. Given a string, find the length of the longest substring without repeating characters. Examples: Input: "abcabcbb" Output: 3 Explanation: The answer is "abc", with the length of 3. Input: "bbbbb" Output: 1 Explanation: The answer is "b", with the length of 1. Follow-Ups: - What is the time complexity of your solution? - How would you optimize your solution?
If you had more time, what would you change in your solution?
Great job on the problem-solving challenge!
Closing
5 min
Do you have any questions for me about the team or the company?
Thank you for your time today. We’ll be in touch soon regarding the next steps.
Use Template
to edit & run interviews
Interview Template
Position
Software Engineer
Round
Problem-solving Assessment for 60 min
Key skills
Problem Solving, Logical Reasoning, Analytical Thinking, Debugging, Optimization