Filter interviews by
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
git pull fetches changes and merges them with the current branch, while git fetch only fetches changes without merging.
git pull fetches changes from the remote repository and merges them with the current branch.
git fetch only fetches changes from the remote repository without merging.
git pull is a combination of git fetch and git merge.
git fetch is useful for reviewing changes before merging.
Data injection in Java refers to the process of inserting data into a program or system.
Data injection can occur through user input, API calls, or external sources.
It can lead to security vulnerabilities such as SQL injection or cross-site scripting.
Prevent data injection by validating and sanitizing input, using parameterized queries, and implementing security measures.
Top trending discussions
Apttitude and Basic of CPP
A program to reverse a string in Java.
Use StringBuilder class to reverse the string.
Convert the string to a StringBuilder object, call reverse() method, and convert back to string.
Example: String str = "hello"; StringBuilder sb = new StringBuilder(str); sb.reverse(); String reversed = sb.toString();
I applied via Referral
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.
Logical reasoning and Aptitude
Functions with Pointers and strings concepts
I applied via Referral and was interviewed in Sep 2023. There were 4 interview rounds.
Spring is a framework for building Java applications, while Spring Boot is a tool that simplifies the setup and configuration of Spring applications.
Spring is a comprehensive framework that provides support for various functionalities like dependency injection, aspect-oriented programming, and more.
Spring Boot is an opinionated tool that simplifies the setup and configuration of Spring applications by providing default...
Spring Boot annotations are used to simplify the development process by providing shortcuts for common configurations and functionalities.
Annotations like @SpringBootApplication, @RestController, @Autowired, @ComponentScan are commonly used in Spring Boot applications.
Annotations help in reducing boilerplate code and configuring various aspects of the application.
For example, @SpringBootApplication is used to mark the ...
I use JPA in my project by defining entity classes, annotating them with JPA annotations, creating repositories, and using JPQL queries.
Define entity classes with @Entity annotation
Annotate fields with @Column, @Id, @GeneratedValue, etc.
Create repositories by extending JpaRepository interface
Use JPQL queries for custom database operations
Microservices communicate through REST APIs and messaging queues in our project.
Microservices communicate with each other using REST APIs for synchronous communication.
Messaging queues like Kafka or RabbitMQ are used for asynchronous communication between microservices.
Service discovery tools like Eureka or Consul are used to locate and communicate with other microservices.
Microservices may also use gRPC for communicat
Emtec is a global IT consultancy that provides technology solutions and services to help organizations drive digital transformation.
Provides IT consultancy services
Specializes in technology solutions
Helps organizations with digital transformation
I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.
OOPs concepts in Java include inheritance, polymorphism, encapsulation, and abstraction.
Inheritance allows a subclass to inherit properties and methods from a superclass.
Polymorphism allows objects to take on multiple forms and behave differently based on their context.
Encapsulation hides the implementation details of an object and only exposes necessary information.
Abstraction allows for the creation of abstract class...
Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.
Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.
Inheritance allows for code reuse and extension of existing classes, reducing code duplication.
Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i
SQL query for joining tables
Use JOIN keyword to combine two or more tables based on a related column
Specify the columns to be selected using SELECT keyword
Use ON keyword to specify the condition for joining the tables
Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN
Used Java concepts such as inheritance, polymorphism, and exception handling in my project.
Implemented inheritance to create a base class and derived classes with specific functionalities.
Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.
Implemented exception handling to handle errors and prevent program crashes.
Used interfaces to define a set of methods that a ...
Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.
Overloading is used to provide different ways to call a method with different parameters
Overriding is used to provide a specific implementation of a method in a subclass
Overloading is resolved at compile-time while overriding is r...
I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.
Apttitude and Basic of CPP
A program to reverse a string in Java.
Use StringBuilder class to reverse the string.
Convert the string to a StringBuilder object, call reverse() method, and convert back to string.
Example: String str = "hello"; StringBuilder sb = new StringBuilder(str); sb.reverse(); String reversed = sb.toString();
based on 1 interview
Interview experience
Consultant
68
salaries
| ₹4.3 L/yr - ₹12.4 L/yr |
Senior Associate
62
salaries
| ₹2.5 L/yr - ₹5.7 L/yr |
Financial Analyst
28
salaries
| ₹2.5 L/yr - ₹6.5 L/yr |
Assistant Manager
18
salaries
| ₹6.2 L/yr - ₹22.8 L/yr |
Senior Financial Analyst
14
salaries
| ₹3.2 L/yr - ₹6 L/yr |
Fractal Analytics
Mu Sigma
LatentView Analytics
Tiger Analytics