Senior Platform Associate L1

Senior Platform Associate L1 Interview Questions and Answers

Updated 30 Sep 2024

Q1. Explain bean Lifecyle and scope in SpringBoot.

Ans.

Bean Lifecycle and scope in SpringBoot refers to the creation, initialization, and destruction of beans along with their visibility and accessibility.

  • Bean Lifecycle consists of bean creation, initialization, and destruction phases.

  • Bean Scope determines the visibility and accessibility of beans within the application context.

  • Common bean scopes in SpringBoot include Singleton, Prototype, Request, Session, and Application.

Q2. Write a program to remove duplicate from an array

Ans.

Program to remove duplicates from an array of strings

  • Iterate through the array and store unique elements in a new array

  • Use a set data structure to efficiently remove duplicates

  • Return the new array without duplicates

Q3. You hashmap works internally in Java 8

Ans.

HashMap in Java 8 uses an array of linked lists to store key-value pairs.

  • HashMap uses an array of linked lists to handle collisions

  • Each key-value pair is stored in a Node object within the linked list

  • Hashing algorithm is used to determine the index of the array where the key-value pair is stored

Q4. Microservices in depth

Ans.

Microservices are a software architecture pattern where applications are built as a collection of small, loosely coupled services.

  • Microservices promote modularity and scalability.

  • Each microservice is responsible for a specific business capability.

  • Communication between microservices is typically done through APIs.

  • Microservices can be developed and deployed independently.

  • Examples of microservices include Netflix, Amazon, and Uber.

Senior Platform Associate L1 Jobs

0
Are these interview questions helpful?
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Interview experiences of popular companies

View all

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary

Senior Platform Associate L1 Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter