Filter interviews by
I applied via Company Website and was interviewed in Jan 2022. There were 2 interview rounds.
OOPs concepts are the fundamental principles of object-oriented programming.
Encapsulation: bundling of data and methods that operate on that data within a single unit
Inheritance: ability of a class to inherit properties and methods from a parent class
Polymorphism: ability of objects to take on multiple forms or have multiple behaviors
Abstraction: hiding of complex implementation details and providing a simplified inter
String is a sequence of characters. Types include immutable and mutable strings.
String is a class in Java used to represent a sequence of characters.
Immutable strings cannot be modified once created, while mutable strings can be modified.
Examples of immutable strings include String literals and String objects created using the String constructor.
Examples of mutable strings include StringBuilder and StringBuffer.
Java supports immutable strings which cannot be changed once created.
Immutable strings are created using the String class in Java.
Any operation that modifies a string actually creates a new string object.
Immutable strings are thread-safe and can be safely shared among multiple threads.
Examples of immutable strings in Java include string literals and strings created using the String constructor.
I am a Junior Java Developer with a strong passion for coding and problem-solving.
I have a Bachelor's degree in Computer Science.
I have completed several Java projects during my studies, including a web application for managing student records.
I am familiar with object-oriented programming principles and have experience with Java frameworks like Spring and Hibernate.
I am a quick learner and enjoy staying up-to-date wit...
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 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 Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.
I applied via Referral
Software Developer
36
salaries
| ₹1.5 L/yr - ₹8 L/yr |
Software Engineer
17
salaries
| ₹4.2 L/yr - ₹9 L/yr |
Information Technology Recruiter
13
salaries
| ₹1.8 L/yr - ₹3.5 L/yr |
DOT NET Developer
10
salaries
| ₹2 L/yr - ₹4.2 L/yr |
Quality Analyst
10
salaries
| ₹1.8 L/yr - ₹7.5 L/yr |
TCS
Infosys
Wipro
HCLTech