Upload Button Icon Add office photos

Filter interviews by

Epps Infotech Java Developer Trainee Interview Questions and Answers

Updated 3 Mar 2024

Epps Infotech Java Developer Trainee Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

30 mcq questions based on Core Java ,Spring annotation ,Spring MVC and Servelet,Hibernate

Round 2 - Technical 

(5 Questions)

  • Q1. Core Java questions,Hibernate Mappings ,collections questions,Logical basic questions
  • Q2. Hashmap Put and retrive element
  • Q3. How to compare objects in java
  • Ans. 

    Objects in Java can be compared using the equals() method or by implementing the Comparable interface.

    • Use the equals() method to compare objects for equality.

    • Implement the Comparable interface and override the compareTo() method to define custom comparison logic.

    • For comparing custom objects, override the equals() and hashCode() methods for proper comparison.

  • Answered by AI
  • Q4. Annotations in Hibernate
  • Ans. 

    Annotations in Hibernate are used to provide metadata about the entity class and its properties.

    • Annotations are used to map Java classes to database tables and properties to columns.

    • Annotations reduce the need for XML configuration files in Hibernate.

    • Examples of annotations in Hibernate include @Entity, @Table, @Column, @Id, @GeneratedValue, etc.

  • Answered by AI
  • Q5. How Hashmap works internally
  • Ans. 

    HashMap in Java uses hashing to store key-value pairs and provides constant-time performance for basic operations.

    • HashMap uses an array of buckets to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where the pair will be stored.

    • If multiple keys hash to the same index (collision), a linked list or balanced tree is used to store multiple entries at that index.

    • Ha...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between abstract class and an interface in Java?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, member variables, and methods, while interface cannot.

    • A class can implement multiple interfaces but can only extend one abstract class.

    • Abstract classes are used to define a common behavior among subclasses, while interfaces are used to define a contract for classes to impl...

  • Answered by AI
  • Q2. An abstract class can have method implements and abstract method, while an interface only contains abstract method (before Java 8) . Abstract classes support single inheritance, whereas interfaces support ...
  • Ans. 

    Abstract classes can have both implemented and abstract methods, while interfaces can only have abstract methods. Abstract classes support single inheritance, interfaces support multiple inheritance.

    • Abstract classes can have both implemented and abstract methods, providing more flexibility in design.

    • Interfaces can only have abstract methods, promoting a more strict contract for implementing classes.

    • Abstract classes sup...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Questions on string and arrays both are moderate level questions on hacherrank type for 20 marks

Round 2 - Technical 

(2 Questions)

  • Q1. Constructor chaining
  • Q2. Hasmap and treemap
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Write a program for factorial of a number using for loop?
  • Ans. 

    Program to calculate factorial of a number using for loop

    • Initialize a variable to store the factorial result

    • Use a for loop to iterate from 1 to the given number

    • Multiply the current value with the factorial result in each iteration

    • Return the factorial result

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Scenario based questions asked
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

There were 5 questions and we need to solve 4 questions in java. Mostly Array and string based.

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

30 min aptitude quetiobs

Round 2 - Coding Test 

2 coding questions where asked i simple logics

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical interview
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is method overloading?
  • Q2. Defining multiple methods with the same name but different parameters.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oops Concepts ,Absrtraction,Polymorphism
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Debugging Techniques, Types of Logs
  • Ans. 

    Debugging techniques involve using logs to identify and fix issues in code.

    • Types of logs include console logs, file logs, event logs, and trace logs.

    • Debugging techniques include using breakpoints, stepping through code, and analyzing error messages.

    • Logging frameworks like log4net and NLog can be used to generate logs for debugging purposes.

  • Answered by AI
  • Q2. Aptitude type questions
  • Q3. Basic sql queries, sql injection
  • Q4. Sessions and cookies

Interview Preparation Tips

Topics to prepare for ClaySys DOT NET Developer interview:
  • MySQL
  • .Net
  • Debugging
  • aptitude
Interview preparation tips for other job seekers - I was a 1 yr experienced candidate interviewed for dot net developer position. Practise your sql skills and overall the interviwer was very friendly and it was good

Epps Infotech Interview FAQs

How many rounds are there in Epps Infotech Java Developer Trainee interview?
Epps Infotech interview process usually has 2 rounds. The most common rounds in the Epps Infotech interview process are Aptitude Test and Technical.
What are the top questions asked in Epps Infotech Java Developer Trainee interview?

Some of the top questions asked at the Epps Infotech Java Developer Trainee interview -

  1. How to compare objects in j...read more
  2. How Hashmap works interna...read more
  3. Annotations in Hibern...read more

Tell us how to improve this page.

Epps Infotech Java Developer Trainee Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Software Engineer
29 salaries
unlock blur

₹2.4 L/yr - ₹8.3 L/yr

Software Developer
23 salaries
unlock blur

₹1.8 L/yr - ₹7.2 L/yr

Associate Software Engineer
21 salaries
unlock blur

₹2.4 L/yr - ₹4 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹5.5 L/yr - ₹11.5 L/yr

Java Developer
16 salaries
unlock blur

₹1.4 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Epps Infotech with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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