Filter interviews by
I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.
Spring is a popular Java framework used for building enterprise applications.
Spring provides comprehensive infrastructure support for developing Java applications.
It simplifies the development of Java applications by providing ready-to-use components.
Spring enables developers to focus on business logic rather than boilerplate code.
Examples: Spring Boot, Spring MVC, Spring Security.
Spring is a framework for building Java applications, while Spring Boot is a tool for quickly creating standalone Spring-based applications.
Spring is a comprehensive framework for building Java applications, providing support for dependency injection, aspect-oriented programming, and more.
Spring Boot is an opinionated tool that simplifies the setup and configuration of Spring applications, allowing for quick developmen...
Database connection can be established using JDBC or ORM frameworks like Hibernate.
Use JDBC to establish a connection by loading the driver, creating a connection object, and executing SQL queries.
Use ORM frameworks like Hibernate to map Java objects to database tables and handle database operations through object-oriented programming.
Ensure proper configuration of database connection parameters such as URL, username, ...
Spring Boot microservices are small, independent, loosely coupled services built using the Spring Boot framework.
Microservices are small, independent services that work together to form a larger application.
Spring Boot is a framework that simplifies the development of Java-based applications.
Spring Boot microservices are designed to be easily deployable and scalable.
Each microservice typically handles a specific busine...
I used microservices in my last project to break down a monolithic application into smaller, independent services.
Implemented microservices architecture using Spring Boot and Docker
Separated functionalities like user management, payment processing, and inventory management into individual services
Used RESTful APIs for communication between microservices
Deployed microservices on Kubernetes for scalability and fault tole...
Top trending discussions
I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.
I appeared for an interview in Dec 2020.
Round duration - 40 minutes
Round difficulty - Easy
Given an integer array ARR
of size N
, your task is to find the total number of subsequences in which all elements are equal.
A subsequence of an array i...
Count the total number of subsequences in which all elements are equal in an integer array.
Iterate through the array and count the frequency of each element.
Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).
Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.
Tip 1 : Do practice as much as you can
Tip 2 : Coding is key to crack
Tip 1 : It should look nice
Tip 2 : Skills should be mentioned properly
I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.
I applied via Referral and was interviewed in Apr 2021. There were 5 interview rounds.
I am currently working on developing a mobile application for a client in the hospitality industry.
The application will allow users to make reservations and order food and drinks from their mobile devices.
We are using React Native for the front-end and Node.js for the back-end.
We are also implementing a payment gateway to allow for secure transactions.
The client has requested that the app be available in both iOS and A...
I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 3 interview rounds.
based on 1 interview experience
Difficulty level
Duration
based on 1 review
Rating in categories
TCS
Accenture
Wipro
Cognizant