Upload Button Icon Add office photos

Filter interviews by

Zeel Infotech Java Developer Interview Questions, Process, and Tips

Updated 18 Mar 2024

Zeel Infotech Java Developer Interview Experiences

1 interview found

Interview experience
4
Good
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 3 interview rounds.

Round 1 - Aptitude Test 

Round 1 is aptitude test mostly 30 questions they give questions are based on patterns like what will be the next pattern

Round 2 - HR 

(5 Questions)

  • Q1. What is abstraction?
  • Ans. 

    Abstraction is the concept of hiding complex implementation details and showing only the necessary features to the outside world.

    • Abstraction allows developers to focus on what an object does rather than how it does it

    • It helps in reducing complexity and improving maintainability of code

    • Example: In Java, abstract classes and interfaces are used to achieve abstraction

  • Answered by AI
  • Q2. Difference between delete and truncate?
  • Ans. 

    Delete removes rows one by one, while truncate removes all rows at once.

    • Delete is a DML command, while truncate is a DDL command.

    • Delete operation can be rolled back, while truncate operation cannot be rolled back.

    • Delete operation fires triggers, while truncate operation does not fire triggers.

    • Delete operation is slower as it removes rows one by one, while truncate operation is faster as it removes all rows at once.

  • Answered by AI
  • Q3. What do you mean by primary key?
  • Ans. 

    Primary key is a unique identifier for each record in a database table.

    • Primary key ensures each record in a table is unique

    • It can be a single column or a combination of columns

    • Primary key constraints prevent duplicate or null values

  • Answered by AI
  • Q4. What is inheritance ?
  • Ans. 

    Inheritance is a mechanism in Java where a new class inherits properties and behaviors from an existing class.

    • Allows for code reusability

    • Establishes a parent-child relationship between classes

    • Derived class can access methods and fields of the base class

    • Can create a hierarchy of classes

  • Answered by AI
  • Q5. What is hashmap
  • Ans. 

    HashMap is a data structure in Java that stores key-value pairs and allows fast retrieval of values based on keys.

    • HashMap implements the Map interface in Java

    • It allows one null key and multiple null values

    • Keys in a HashMap must be unique

    • Example: HashMap map = new HashMap<>()

  • Answered by AI
Round 3 - Coding Test 

To swap two numbers in an array

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and try to give answers even if you don't know try to answer what you know about it instead of being quite.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Hashset and Treeset
  • Q2. Final Finally and finalize difference

Java Developer Interview Questions & Answers

ValueLabs user image syed gajini ahmed

posted on 18 Nov 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. Spring Security Implementation
  • Q2. Api design Implementation
  • Ans. 

    API design implementation involves creating a well-structured and user-friendly interface for interacting with software applications.

    • Understand the requirements and use cases for the API

    • Design clear and consistent endpoints with proper documentation

    • Implement secure authentication and authorization mechanisms

    • Follow RESTful principles for creating APIs

    • Consider scalability and performance optimizations

  • Answered by AI
  • Q3. Stream API coding question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basics of java like string ,string builder ,Buffer,scp
  • Q2. Spring boot annotaions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain how hashmap internally works
  • Ans. 

    HashMap internally uses an array of linked lists to store key-value pairs.

    • HashMap uses hashing to determine the index of the key in the array.

    • If multiple keys hash to the same index, a linked list is used to store them.

    • When retrieving a value, the key is hashed to find the index and then the linked list is searched for the key.

  • Answered by AI
  • Q2. Difference between vector and Arraylist
  • Ans. 

    Vector is synchronized and slower, ArrayList is unsynchronized and faster.

    • Vector is synchronized, ArrayList is not.

    • Vector is slower due to synchronization, ArrayList is faster.

    • Vector is legacy class, ArrayList is part of Java Collections framework.

    • Vector doubles its size when full, ArrayList increases by 50%.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Not Selected

I applied via Company Website

Round 1 - Aptitude Test 

Very difficult aptitude questions

Round 2 - Coding Test 

Resources coding round

Round 3 - Technical 

(2 Questions)

  • Q1. Very difficult questions
  • Q2. Coding program is very difficult
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Java progaming, coding

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

3 coding questions were given and to be solved only in java

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops, polymorphism
Round 2 - Coding Test 

Find the 2nd highest number

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Job Fair and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Reasoning topics,Java logica programming

Round 3 - Technical 

(3 Questions)

  • Q1. Oops concepts java Database in SQL
  • Q2. Introduction your self
  • Ans. 

    I am a Java Developer with 5 years of experience in developing web applications.

    • I have a strong understanding of Java programming language and its frameworks like Spring and Hibernate.

    • I have experience in developing RESTful APIs and working with databases like MySQL and Oracle.

    • I am familiar with front-end technologies like HTML, CSS, and JavaScript.

    • I have worked on projects that involved integrating third-party APIs an...

  • Answered by AI
  • Q3. Oops concepts java College academy project

Interview Preparation Tips

Interview preparation tips for other job seekers - So,i am fresher I need to improve my skills and build my currier give me one chance.

Zeel Infotech Interview FAQs

How many rounds are there in Zeel Infotech Java Developer interview?
Zeel Infotech interview process usually has 3 rounds. The most common rounds in the Zeel Infotech interview process are Aptitude Test, HR and Coding Test.
What are the top questions asked in Zeel Infotech Java Developer interview?

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

  1. What do you mean by primary k...read more
  2. What is inheritanc...read more
  3. Difference between delete and trunca...read more

Tell us how to improve this page.

Zeel Infotech Java Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Network Engineer
26 salaries
unlock blur

₹3.1 L/yr - ₹7.5 L/yr

Software Developer
19 salaries
unlock blur

₹3.1 L/yr - ₹12 L/yr

Network Support Engineer
6 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

System Administrator
5 salaries
unlock blur

₹3.4 L/yr - ₹4.7 L/yr

Technical Support Engineer
5 salaries
unlock blur

₹3.6 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Zeel Infotech with

Teleperformance

3.9
Compare

FIS

3.9
Compare

Nagarro

4.0
Compare

Optum

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