|
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, I am sending out my newsletter on Saturday, instead of usual Friday, because I am currently returning from world's biggest cloud conference, AWS Re:Invent, from Las Vegas USA. It wrapped up Friday evening, and I am literally typing this newsletter on the plane, please forgive any typos. Now, while a lot of new announcements were made, you don't need to know all of them. There are selective ones that are impactful for interviews, and most real-world projects. We will break those...
Hello Reader, In today’s post, let’s look at another correct but average answer and a great answer that gets you hired to common cloud interview questions. This question is critical because everyone uses this service in almost every project! Question - How will you secure your S3 bucket? Common but average answer I will use KMS so bucket objects are not unencrypted I will use Bucket Policy and IAm roles for least privilege to secure my bucket What the interviewer is looking for is you...
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...