Upload Button Icon Add office photos

Filter interviews by

eG Innovations Java Developer Interview Questions and Answers

Updated 15 Sep 2024

eG Innovations Java Developer Interview Experiences

2 interviews found

Java Developer Interview Questions & Answers

user image nivetha annadurai

posted on 15 Sep 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Aptitude Test 

It was a Java Basic MCQ round with15 questions in 20 minutes.

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic java questions

Round 2 - Technical 

(1 Question)

  • Q1. Core java, hashmap,arraylist,string concepts, exception handling and a problem to solve in java
Round 3 - HR 

(1 Question)

  • Q1. Basic questions about company

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on Java basics and coding..

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in LTIMindtree
Q3. Longest Harmonious Subsequence Problem Statement Determine the lo ... read more
asked in Deloitte
Q4. Convert BST to Greater Sum Tree Given a Binary Search Tree (BST) ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Apttitude and Basic of CPP

Round 2 - Technical 

(3 Questions)

  • Q1. String reverse program
  • Ans. 

    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();

  • Answered by AI
  • Q2. Logical questions
  • Q3. Project Information

I applied via Referral

Interview Questionnaire 

1 Question

  • Q1. Basic Oops Concept And SQL Queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company.and nice Interview Experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Basic behavioural and Technical questions
  • Q2. What are the differences between Python 2 and Python 3, and how are comments used in Python? Additionally, can you describe your personal projects and group projects during your college studies?
Round 2 - Technical 

(2 Questions)

  • Q1. Taken by Senior AI developer and CTO. It was an hour interview where they asked scenario based questions on RAG. And simple questions on ML and CNN too.
  • Q2. Vector databases

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the fundamentals of your field, as others will recognize your attitude and behavior, often favoring those who possess a willingness to learn.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Linked list question to detect cycle
  • Q2. Basic questions from JS
Round 2 - Technical 

(2 Questions)

  • Q1. Some questions related to my projects
  • Q2. Some Questions related to my past experience
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning and Aptitude

Round 2 - Coding Test 

Functions with Pointers and strings concepts

Round 3 - Technical 

(2 Questions)

  • Q1. Mainly on Pointers and Dynamic Memory Allocation of 2-D Array
  • Q2. Structure Padding and Packing

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in depth in C and mainly on Bit-Manipulation.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is difference between springboot and spring
  • Ans. 

    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...

  • Answered by AI
  • Q2. Explaing springboot annotation
  • Ans. 

    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 ...

  • Answered by AI
  • Q3. How do you use JPA in your project write it
  • Ans. 

    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

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How microservices communicate in your project
  • Ans. 

    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

  • Answered by AI
  • Q2. Which design pattern used in your last project
Round 3 - Behavioral 

(2 Questions)

  • Q1. Asked about all projects
  • Q2. Team size and agile methodology
Round 4 - HR 

(2 Questions)

  • Q1. Why are you leaving current organization
  • Q2. What do you know about Emtec
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waist time , just take interviews and won't release offer after clearing all round and HR discussion. Just HR discussed salary and tried to negotiate even though I was ready for attend the hybrid mode and negotiated salary and all things ,still offer not released and didn't hear back from HR

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Experience in domains
  • Q2. Previous companies
Round 2 - Technical 

(2 Questions)

  • Q1. SQL basic questions
  • Q2. .net and OOP basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Hindustan College of Science and Technology, Agra and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

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

eG Innovations Interview FAQs

How many rounds are there in eG Innovations Java Developer interview?
eG Innovations interview process usually has 2 rounds. The most common rounds in the eG Innovations interview process are Aptitude Test, Technical and HR.

Tell us how to improve this page.

eG Innovations Java Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
eG Innovations Java Developer Salary
based on 4 salaries
₹4.5 L/yr - ₹7.5 L/yr
At par with the average Java Developer Salary in India
View more details
Software Engineer
47 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Programmer
34 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Technical Consultant
21 salaries
unlock blur

₹7 L/yr - ₹20.8 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹7.2 L/yr - ₹15.5 L/yr

Software Developer
11 salaries
unlock blur

₹2.6 L/yr - ₹10.4 L/yr

Explore more salaries
Compare eG Innovations with

Nutanix

3.7
Compare

Zoho

4.3
Compare

Freshworks

3.5
Compare

LTIMindtree

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview