From aa46666ff1cefb5b4911b1fab3b34a262a0dbba3 Mon Sep 17 00:00:00 2001 From: kirrousel Date: Wed, 3 Sep 2025 14:46:03 +0200 Subject: [PATCH] chore: add questions --- PostSessionQuestions.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 PostSessionQuestions.md diff --git a/PostSessionQuestions.md b/PostSessionQuestions.md new file mode 100644 index 0000000..a12213f --- /dev/null +++ b/PostSessionQuestions.md @@ -0,0 +1,10 @@ +# Additional Post-Session Questions + +1. How would you structure and scale the app as it grows? How do you decide between components, composables, or libraries? +2. How would you test the feature you built? Which types of tests would you prioritize and why? +3. What strategies do you use to optimize rendering and frontend performance in data-heavy UIs? +4. How do you clarify ambiguous requirements? How do you explain technical trade-offs to non-technical stakeholders? Can you give some recent example of such discussion with design/product team? +5. How do you write code that’s easy for teammates to work with? What’s your approach to code reviews? +6. Walk me through how you take a ticket from creation to production. How do you handle blockers? +7. What recent technical challenge did you face and how did you overcome it? +8. What recent integration did you work on? How did you approach it? \ No newline at end of file