💻 Software Engineer Interview Questions -Day 13
❓ Today’s question comes from a live coding interview.
You are given a pricing service with an intermittent bug that only appears during peak traffic.
A product normally shows the correct price, but sometimes it shows the price and promotion of a different product.
The problem cannot be reproduced with a single request or in the low-traffic acceptance environment.
Your task is to:
-find and explain the root cause
-identify possible edge cases
-investigate whether concurrency is involved
fix the bug
-consider whether your solution will scale under high traffic
The interesting part isn’t just fixing the code, it’s how you investigate and reason about the problem.
💭 If you got a live coding question like this, how would you start thinking about it?
Position: Medior Backend Developer
📍 Location: Netherlands
#mediorBackendDeveloper #InterviewJourney
I’m so excited! 🫣✨
This week, I have interviews with two of my dream companies in the Netherlands. The interview processes include live coding and system design. 🚀💻
Once the entire interview process is complete, I’ll share my experience and all the details here. 📝
Wish me luck! 🍀🤞
Stay tuned! 👀
💻 Software Engineer Interview Questions-Day 12
Let’s talk about failure scenarios. 👀
❓ What happens if your message broker goes down?
Imagine your service needs to publish an event, but the broker is temporarily unavailable.
How would you handle it without losing data or processing the same message twice?
Position: Backend Software Engineer
📍 Location: Netherlands
Let’s see your answers 👇
Next week, I have another interview in the Netherlands. 🇳🇱
The company invited me to a face-to-face session, which will include live coding and system design.
I’m already excited! 👍😬
After the sessions, I’ll share the details here.
If you’ve had a similar interview, I’d love to hear your experience and advice. 🤝
#InterviewJourney #LiveCoding #SystemDesign
Big Tech interviews don't test 500 completely different DSA ideas. 📌
The same patterns keep coming back in different disguises.
If you're preparing for software engineering interviews, learn to recognise these patterns instead of memorising solutions.
Here are the ones I'd master first 🧵👇
I have a question for you ❔
How do you stay calm and avoid blanking out during interviews, especially during live coding WITHOUT AI ? 👀💻
What helps you manage your nerves and think clearly under pressure?
I’m curious to hear what works for you. 🧠✨
#InterviewJourney #LiveCoding #TechnicalInterview #SoftwareEngineering
💻 Software Engineer Interview Questions -Day 11
Today’s coding question is about Java Streams 👩💻
❓ How would you find duplicate characters in a string using Java Streams?
Example:
Input: "programming"
Output: r, g, m
How would you solve it?
Position: Senior Software Architect
📍 Location: Netherlands
#codingtest #Interview
💻 Software Engineer Interview Questions- Day 10
Today, let’s do some LeetCode! 👩💻
🧩 Longest Substring Without Repeating Characters-Medium 😬😬
Given a string s, find the length of the longest substring without repeating characters.
Example:
Input: s = "abcabcbb"
Output: 3
Explanation:The answer is "abc", with a length of 3.
How would you solve it? 👀
Position: Software Engineer
📍 Location: Netherlands
Let’s see your solutions 👇
#codingchallenge #LeetCode
💻 Software Engineer Interview Questions -Day 9
❓ How did you manage data consistency in your last job?
What challenges did you face, and how did you make sure the data stayed correct across services or transactions?
Position: Backend Software Engineer
📍 Location: Netherlands-Fintech
This is such an important topic in the fintech domain. I’ve come across this question many times.
Do you have any examples from your current project or system? 👩💻
#netherlands #fintech #interview