Filter interviews by
I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.
Technical coding round with normal java and MySQL question
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
posted on 8 Feb 2025
I was interviewed before Feb 2024.
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
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
First round is online test of 3 virtual rounds consist of aptitude , and coding
A singly linked list is a data structure where each element points to the next element in the list.
Each node in the list contains data and a reference to the next node
Traversal starts from the head node and follows the next pointers until the end
Insertion and deletion can be done efficiently at the beginning or end of the list
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
posted on 1 Jul 2024
I applied via campus placement at Hindustan College of Science and Technology, Agra and was interviewed before Oct 2023. There was 1 interview round.
1 round is coding round in pan paper test atleast 5 coding questions and some multiple questions and 1 DSA questions and 4 coding questions correct and dsa correct than interview
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Software Developer
12
salaries
| ₹3 L/yr - ₹6 L/yr |
Software Engineer
7
salaries
| ₹3 L/yr - ₹7 L/yr |
Java Developer
6
salaries
| ₹3 L/yr - ₹6.8 L/yr |
Business Analyst
5
salaries
| ₹3 L/yr - ₹4.5 L/yr |
Devops Engineer
5
salaries
| ₹3.2 L/yr - ₹11 L/yr |
Talview
Mettl
iMocha
HackerRank