Skip to content
TechBlogspot
  • NeetCode 150
  • Java
  • Software Architecture
  • System Design
  • Toggle website search
Menu Close
Type then hit enter to search
  • NeetCode 150
  • Java
  • Software Architecture
  • System Design
  • Toggle website search

System Design Questions

  • Post author:admin
  • Post category:System Design
  • Reading time:2 mins read
  • Post comments:0 Comments

Download E-book : Collection of 21 Articles System Design Fundamentals - System Design Interview Roadmap. SECTION 1: FUNDAMENTALS (Articles 1-20 System Design Interviews: A Visual Roadmap The CAP Theorem Explained…

Continue ReadingSystem Design Questions

Back-of-the-envelope calculation for system design

  • Post author:admin
  • Post category:System Design
  • Reading time:15 mins read
  • Post comments:0 Comments

In system design interviews and real-world architecture planning, the ability to make quick, reasonably accurate estimations—often called "back-of-the-envelope" calculations—is an invaluable skill. These calculations help you determine whether a proposed…

Continue ReadingBack-of-the-envelope calculation for system design

Fault Metrics

  • Post author:admin
  • Post category:System Design
  • Reading time:5 mins read
  • Post comments:0 Comments

Fault metrics provide quantifiable data to assess and track the reliability and stability of systems. Some key fault metrics include MTTF (Mean Time To Failure), MTBF (Mean Time Between Failures), and MTTR…

Continue ReadingFault Metrics

Network Performance Metrics

  • Post author:admin
  • Post category:System Design
  • Reading time:6 mins read
  • Post comments:0 Comments

Network performance metrics are quantitative measurements used to evaluate the health, speed, reliability, and efficiency of a network. Key metrics include bandwidth, latency, throughput, jitter, packet loss, and uptime, which help identify…

Continue ReadingNetwork Performance Metrics

Java Architect Interview

  • Post author:admin
  • Post category:Interview
  • Reading time:10 mins read
  • Post comments:0 Comments

I applied for the role of Software Architect (Java) at a well-known tech company through LinkedIn. In my resume, I highlighted things like this: My experience with microservices and cloud…

Continue ReadingJava Architect Interview

Session vs JWT authentication

  • Post author:admin
  • Post category:Interview
  • Reading time:4 mins read
  • Post comments:0 Comments

Here’s a brief explanation: 1️⃣ Session-Based Authentication Session Creation: When a user logs in, the server authenticates the credentials and creates a unique session ID, usually stored in a server-side…

Continue ReadingSession vs JWT authentication

SQL Interview Questions

  • Post author:admin
  • Post category:DSA
  • Reading time:2 mins read
  • Post comments:0 Comments

1.) Explain order of execution of SQL.2.) What is difference between where and having?3.) What is the use of group by?4.) Explain all types of joins in SQL?5.) What are…

Continue ReadingSQL Interview Questions

Java interview questions

  • Post author:admin
  • Post category:Interview/Java
  • Reading time:34 mins read
  • Post comments:0 Comments

1. Java 8 Features & Functional Programming This is the hottest topic on Java interviews currently and I have increasingly see interviewer looking for candidates who knows how to write…

Continue ReadingJava interview questions

Interview Exp – 3 – Meta

  • Post author:admin
  • Post category:Interview
  • Reading time:9 mins read
  • Post comments:0 Comments

Got offers from Meta and Capital One! My experiences and suggestions. Hello everyone. I've recently wrapped up the interview process for Meta (E4 SWE) and Capital One (Senior Software Engineer)…

Continue ReadingInterview Exp – 3 – Meta

DSA Java methods

  • Post author:admin
  • Post category:DSA/Java
  • Reading time:1 mins read
  • Post comments:0 Comments

Arrays:int[] arr = new int[size];int[] numbers = {1, 2, 3, 4, 5};int[][] matrix = {{1, 2, 3},{4, 5, 6},{7, 8, 9}};for( int num : nums).length Strings:.toCharArray() Hashmap: Map<Character, Integer> count…

Continue ReadingDSA Java methods
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Go to the next page

Recent Posts

  • Java articles:
  • 30 day Java prep guide senior
  • API Interview questions
  • DSA 16 Patterns
  • API Design

Tag cloud

AWS (5) DSA (13) Interview (8) Java (17) Software Architecture (10) System Design (11)

Tags

API Design AWS AWS API Gateway AWS ECS AWS Glue AWS Kinesis AWS Lambda Coding Interview Design Patterns Design Principles DSA Event Driven Achitecture Garbage Collection HLD Interview Interview experience java JVM LLD Microservices Multithreading neetcode REST Software Architecture Software Design streams System Design
  • NeetCode 150
  • Java
  • Software Architecture
  • System Design
TechBlogSpot @2025
Search this website Type then hit enter to search