Your question is Non-LeetCode Interview Mix. Start with the requirements on the right.
Run and submit as often as you like. When you're ready, talk me through your approach or go straight to the code.
Describe the non-LeetCode style coding interview with multiple questions and a non-web architecture component.
Implement a function that formats the interview components in order. The input contains at least two coding questions and one architecture component. Return one string listing each question with its number, followed by the architecture component.
Function signature: def format_interview(questions, architecture_component):. questions is a list of strings, and architecture_component is a string.
def format_interview(questions, architecture_component):