Interview

24 articles
Interview Preparation Intermediate

11.15 Interview Questions

Conceptual Questions What’s the difference between a tuple and a list? Why does (1) not create a tuple, but (1,) does? Why are tuples …

Jan 20, 2026 Read more
Interview Preparation Intermediate

10.18 Interview Questions

Conceptual Questions What’s the difference between a list and a tuple? Why is list.append() O(1) amortized but list.insert(0, x) O(n)? …

Jan 20, 2026 Read more
Interview Preparation Intermediate

9.15 Interview Questions

Conceptual Questions Why are Python strings immutable, and what does that mean for methods like .replace()? What’s the difference …

Jan 20, 2026 Read more
Interview Preparation Intermediate

8.16 Interview Questions

Conceptual Questions What’s the difference between implicit and explicit type conversion? Why does int(3.9) return 3 instead of 4? …

Jan 20, 2026 Read more
Interview Preparation Intermediate

7.18 Interview Questions

Conceptual Questions What is the difference between == and is? What is short-circuit evaluation, and why does it matter? Explain operator …

Jan 20, 2026 Read more
Interview Preparation Intermediate

6.14 Interview Questions

Frequently Asked Questions What is the difference between a variable and an object in Python? Explain the difference between is and == with …

Jan 20, 2026 Read more
Interview Preparation Intermediate

5.17 Interview Questions

Frequently Asked Questions What is the difference between a list and a tuple? Why is bool considered a subclass of int? What’s the …

Jan 20, 2026 Read more
Interview Preparation Beginner

4.20 Interview Questions

Frequently Asked Syntax Questions What is the difference between a keyword and an identifier? Why does Python use indentation instead of …

Jan 20, 2026 Read more
Interview Preparation All Levels

CI/CD Interview Questions & Answers

Q1 What is DevOps and why is it important? Basic Ans: DevOps is a culture and set of practices that brings together software Development …

Apr 26, 2025 Read more
Interview Preparation All Levels

Interview Q&A Part 03

Q1 You cannot SSH into your EC2 instance. How do you systematically troubleshoot? Basic Ans: Work through each layer from outside in: Layer …

Apr 26, 2025 Read more
Interview Preparation All Levels

Interview Q&A Part 02

A comprehensive guide covering real-world scenarios for Linux, Ubuntu, and AWS EC2 interviews. Q1 You launched an EC2 instance but cannot …

Apr 26, 2025 Read more
Interview Preparation All Levels

Interview Q&A Part 01

Q1 Explain the booting process of Linux. Basic Ans: BIOS/UEFI - Hardware runs Power-On Self Test (POST). BIOS/UEFI finds the bootable …

Apr 26, 2025 Read more
Interview Preparation All Levels

AWS Interview Questions & Answers

Q1 What is cloud computing? Explain IaaS, PaaS, and SaaS. Basic Ans: Cloud computing delivers computing resources (servers, storage, …

Jan 1, 0001 Read more
Interview Preparation intermediate

EC2 Interview Questions Part 02

Q1 What is Amazon EC2 and what are its main use cases? Basic Ans: Amazon EC2 (Elastic Compute Cloud) is a cloud service provided by Amazon …

Jan 1, 0001 Read more
Interview Preparation Intermediate

EC2 Interview Questions and Answers

Q1 What is Amazon EC2 and what are its main use cases? Basic Ans: Amazon EC2 (Elastic Compute Cloud) is a cloud service provided by Amazon …

Jan 1, 0001 Read more