Filter interviews by
I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.
Used Java 8 features like lambda expressions, streams, and optional in my project.
Utilized lambda expressions to write concise and readable code.
Made use of streams for processing collections in a functional style.
Implemented optional to handle potentially null values more effectively.
HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.
HashMap uses hashing to store and retrieve key-value pairs.
It uses an array of linked lists to handle collisions.
The internal working involves calculating the hash code of keys to determine the index in the array.
REST API principles are a set of guidelines for designing APIs that adhere to the principles of REST.
Use HTTP methods (GET, POST, PUT, DELETE) to perform CRUD operations
Use resource URIs to represent entities
Statelessness - each request from a client must contain all the information necessary to process the request
Use hypermedia links to allow clients to navigate the API dynamically
POST is used to create a new resource, PUT is used to update an existing resource, and PATCH is used to partially update an existing resource.
POST is used to create a new resource on the server.
PUT is used to update an existing resource on the server. It replaces the entire resource with the new one.
PATCH is used to partially update an existing resource on the server. It only updates the specified fields.
posted on 9 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Primitive data types are basic data types provided by the programming language, while non-primitive data types are created by the programmer.
Primitive data types include int, float, double, char, boolean, etc.
Non-primitive data types include arrays, classes, interfaces, etc.
Primitive data types store actual values, while non-primitive data types store references to objects.
Access modifiers control the visibility of classes, methods, and variables. Non-access modifiers provide additional functionality.
Access modifiers: public, private, protected, default
Non-access modifiers: static, final, abstract, synchronized
Example: public class MyClass { private int myVar; }
Java 8 features include lambda expressions, functional interfaces, streams, and more.
Lambda expressions allow concise syntax for defining anonymous functions.
Functional interfaces can have only one abstract method and are used for lambda expressions.
Streams provide a way to process collections of objects in a functional style.
Optional class helps to avoid NullPointerException by wrapping a value that may be null.
CICD tools automate the process of building, testing, and deploying code changes.
Popular CICD tools include Jenkins, GitLab CI/CD, CircleCI, and Travis CI
These tools help in automating the software development lifecycle
They enable continuous integration, continuous delivery, and continuous deployment
CICD tools help in improving code quality, reducing manual errors, and increasing development speed
Containerization is a lightweight, portable, and self-sufficient way to package and run applications.
Containerization involves encapsulating an application and its dependencies into a container image.
Containers are isolated from each other and share the host OS kernel.
Popular containerization platforms include Docker and Kubernetes.
Containerization allows for easy deployment and scaling of applications.
Indexing in SQL is a technique used to improve the performance of queries by creating a data structure that allows for faster retrieval of data.
Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition in a query.
They work similar to the index in a book, allowing the database to quickly locate the rows that satisfy the query.
Indexes can be created using a single...
I applied via Recruitment Consulltant
Online coding test with spring boot rest API and a java problem solving.
Design a REST API for a backend Java developer
Define the resources and endpoints
Use HTTP methods like GET, POST, PUT, DELETE
Implement authentication and authorization
Use JSON for data exchange
Include error handling and status codes
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
They asked question about myself
Gave codeing in advance java concepts
I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.
Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured settings and tools.
Spring Boot eliminates the need for manual configuration by providing defaults for most settings.
It allows developers to quickly set up and run standalone Spring-based applications.
Spring Boot includes embedded servers like Tomcat, Jetty, or Undertow for easy deployment.
It promotes convention o...
Good coding questions related array and string
I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.
Spring is a framework for building Java applications, while Spring Boot is a tool that simplifies the setup and configuration of Spring applications.
Spring provides a comprehensive framework for building Java applications, including features like dependency injection, AOP, and MVC.
Spring Boot is built on top of Spring and provides auto-configuration, which reduces the boilerplate code required to set up a Spring applic...
Map applies a function to each element of a stream and returns a new stream of the results. FlatMap applies a function to each element and flattens the results into a single stream.
Map transforms each element of a stream independently.
FlatMap transforms each element of a stream and flattens the results into a single stream.
Map is useful when you want to transform each element of a stream into another type.
FlatMap is us...
posted on 24 Jun 2024
I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.
1. Basic Java
2. Code Snippet
3. Microservices
API gateway acts as a single entry point for all client requests, routing them to the appropriate microservices.
API gateway handles authentication and authorization for client requests.
It can perform load balancing and routing of requests to different microservices.
API gateway can also handle caching, logging, and monitoring of requests.
Examples of API gateways include Kong, Apigee, and AWS API Gateway.
Senior Software Engineer
2.6k
salaries
| ₹15 L/yr - ₹42.7 L/yr |
Software Engineer
1.7k
salaries
| ₹6.9 L/yr - ₹24 L/yr |
Lead Software Engineer
831
salaries
| ₹18 L/yr - ₹52 L/yr |
Senior Systems Engineer
304
salaries
| ₹12 L/yr - ₹36.3 L/yr |
Software Test Automation Engineer
267
salaries
| ₹7 L/yr - ₹20 L/yr |
TCS
Infosys
Wipro
HCLTech