Hello Reader, In today's post, let's look at a correct but average answer and a great answer that gets you hired to common cloud interview questions. This should give you pointers on how to improve your interview answers. Also Lambda turned 10 years, should you still learn it? We got a packed newsletter, let's get started. Interview question - Can you tell me about a microservice you have designed on AWS? Common but average answer - I will use ALB with EC2 with Auto Scaling Group, ALB with EKS, or API Gateway with Lambda. Why is it average - What the interviewer is looking for is how the microservice design works. Even a monolith can be run using ALB with EC2 with ASG, ALB with EKS etc. Just saying those doesn’t mean it’s a microservice design. You need to highlight microservice characteristics in the design. Sample good answer - There are many ways to implement a microservice, but the most common pattern is the one below, with Application Load Balancer (ALB). Then explain the core concepts:
If you get this question in your interview, make sure to knock it out of the park! Now, let's introspect Lambda's Big Birthday. Lambda turned 10 years 🍰When AWS Lambda was announced in 2014, it created lot of buzz. But where are we now, after 10 years. As always, we take a pragmatic look to maximize your preparation for SA interview and real-world projects. Just for reference, I have been working with Serverless for a very long time, since 2016. I deployed a Serverless application in production at a large enterprise company, Verizon. Whatever I am sharing is based on my actual experience and from working with actual customers, and not just theory crafting.
I want to end this newsletter with some fun memories. After I deployed a Lambda application in Prod in 2017, my talk was selected for a conference in San Francisco. This was my very first conference talk! I became so passionate about Lambda, that I created a Serverless course on 2018, and also put a Lambda light on my home office wall! It's still shines brightly today and present on my videos and customer calls. Here's to next 10 years of AWS Lambda 🙌🚀 If you have found this newsletter helpful, and want to support me 🙏: Checkout my bestselling courses on AWS, System Design, Kubernetes, DevOps, and more: Max discounted links AWS SA Bootcamp with Live Classes, Mock Interviews, Hands-On, Resume Improvement and more: https://www.sabootcamp.com/
Keep learning and keep rocking 🚀, Raj |
Free Cloud Interview Guide to crush your next interview. Plus, real-world answers for cloud interviews, and system design from a top AWS Solutions Architect.
Hello Reader, Recently, I had the privilege of speaking to the Computer Science and Business Club at Rutgers University - ranked #1 in New Jersey for Engineering and Computer Science by U.S. News & World Report. It was incredible to see how driven and curious these students were. Many already had offers from Amazon, JPMorgan, and other top companies. Talking with them took me right back to my college days - studying for exams, chasing grades, and trying to figure out how to land that first...
Hello Reader, Another week, another AI announcement. But this one is worth studying because this one will become the defacto standard of running agents on AWS. I am talking about newly released Amazon AgentCore. Let's dive in. 🧩 The Big Picture: Why Agents Exist Let’s break it down using a practical example: What happens when a user asks an LLM app: What’s the time in New York? What’s the weather there? List my S3 buckets The LLM don't have these information, hence it needs to invoke tools...
Hello Reader, Often I hear this - API Gateway is Serverless, hence it's better than Application Load Balancer (ALB). In todays newsletter edition, we will take an objective look at both, consider pros and cons, and more importantly how to tackle this in system design or tech interview. Remember our guiding principle - to get the job, or to excel at the job - you need to DELIGHT and not just MEET the standard. Let's get started. Both can route traffic to backends, both are managed by AWS, and...