Skip to main content

59 docs tagged with "spring-boot"

View all tags

Amazon RDS & Aurora

Amazon RDS and Aurora for DVA-C02. Multi-AZ vs Read Replicas, Aurora Serverless, RDS Proxy, IAM authentication, connection pooling, encryption, and common developer patterns with Java/Spring Boot.

AWS Elastic Beanstalk

Elastic Beanstalk for DVA-C02. Deployment policies (All at once, Rolling, Rolling with additional batch, Immutable, Blue/Green), .ebextensions, .platform, environment tiers, database decoupling, and Java Spring Boot deployment.

AWS SDK for Java v2 — Developer Guide

AWS SDK for Java v2 for DVA-C02. Client initialization patterns, credential providers, default credential chain, pagination, waiters, presigners, and Spring Boot autoconfiguration. Essential for Java developers taking the DVA-C02 exam.

Cognizant 3 Years Interview Experience | Java Spring Boot

A detailed collection of real interview questions and answers from a Cognizant Java Developer interview for a candidate with 3 years of experience. Covers Spring Boot, Microservices, Performance Optimization, and System Migration.

EPAM 3 Years Interview Experience | Java Spring Boot

A comprehensive collection of real interview questions and answers from an EPAM Java Developer interview. Ideal for candidates with 3 years of experience, covering Core Java, Spring Boot, Microservices, and Memory Management.

Exception Handling in Spring Boot

A complete guide to @ControllerAdvice and @RestControllerAdvice — handling checked and unchecked exceptions globally, building consistent error responses, validation errors, and senior-level exception hierarchy design.

HCL 3 Years Interview Experience | Java Spring Boot

A comprehensive collection of real technical interview questions and answers from an HCL Java Developer interview for a candidate with 3 years of experience. Covers JVM Architecture, OOPs, Collections, and Spring Boot Internals.

IBM 3 Years Interview Experience | Java Spring Boot

A comprehensive collection of real interview questions and answers from an IBM Java Developer interview. Ideal for candidates with ~3 years of experience, covering Java 11 features, Microservices (Saga), Spring Boot Internals, and SOLID principles.

IBM Java Developer Interview Experience & Questions

A comprehensive list of technical interview questions and answers from an IBM Java Full Stack Developer interview. Ideal for candidates with 3 to 7 years of experience, covering Java 8, Spring Boot, REST APIs, and AWS basics.

Session Management

Managing distributed sessions with Redis and Spring Session, including security best practices and programmatic control.

Spring Boot — Advanced Topics

Advanced Spring Boot topics covering security, performance tuning, reactive systems, deployment, and production-ready design.

Spring Boot: Interview Questions

Curated Spring Boot interview questions and answers spanning fundamentals, advanced topics, and real-world production scenarios.

Spring Data JPA: Custom Queries with @Query

A complete guide to custom JPQL, Native SQL, SpEL, projections, and senior-level internals — persistence context mechanics, N+1 prevention, memory optimization, and connection pool management.

Spring Security — Complete Guide

Comprehensive guide to Spring Security, including authentication, authorization, filter chains, exception handling, and common application security patterns.

TCS 3 Years Interview Experience | Java Spring Boot

A comprehensive collection of real interview questions and answers from a TCS Java Developer interview. Ideal for candidates with ~3 years of experience, covering Core Java, API Security, Spring Boot, and Microservices.

Understanding bootstrap.yml in Spring Boot

A comprehensive guide to bootstrap.yml in Spring Boot — covering the bootstrap context lifecycle, configuration server integration, spring.config.import evolution in Spring Boot 2.4+, and senior deep dives on pitfalls.

Wipro 3 Years Interview Experience [Java Springboot]

A detailed collection of real interview questions and answers from a Wipro Java Developer interview. Ideal for candidates with ~3 years of experience, covering JVM Internals, Memory Management, Spring Boot, and Core Java snippets.

WireMock

WireMock creates a real HTTP server for stubbing and mocking external APIs in tests. This guide covers setup, advanced stubs, fault simulation, contract testing, and production-grade patterns for Java/Spring engineers.

Writing Dockerfiles

Complete guide to writing Dockerfiles — all instructions explained, multi-stage builds, layer caching optimisation, security hardening, and production-ready Spring Boot examples.