Upload Button Icon Add office photos

Filter interviews by

Zeel Infotech Interview Questions, Process, and Tips

Updated 20 Jun 2024

Top Zeel Infotech Interview Questions and Answers

View all 6 questions

Zeel Infotech Interview Experiences

Popular Designations

3 interviews 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<String, Integer> 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

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is ftp ?
  • Ans. 

    FTP stands for File Transfer Protocol, a standard network protocol used for transferring files between a client and a server on a computer network.

    • FTP is commonly used to upload and download files from a server.

    • It requires a username and password for authentication.

    • FTP operates on two ports, 20 and 21, for data transfer and control respectively.

  • Answered by AI

Skills evaluated in this interview

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Hardware and networking support
  • Q2. Support Team tasks server and management

Interview Preparation Tips

Interview preparation tips for other job seekers - Support Team, task check server and network connections

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. C++ oop concepts

I applied via Referral and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic data structures questions from bit manipulation, trees, arrays, string
  • Q2. Questions related to previous company work.

Interview Preparation Tips

Interview preparation tips for other job seekers - don't try to elaborate the answer be precise and clear about your answers.

I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. OOPs concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself.

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

Interview Questionnaire 

2 Questions

  • Q1. Basics of Android, Java, Kotlin.
  • Q2. Mvvm architecture, RxJava, jetpack components

Interview Preparation Tips

Interview preparation tips for other job seekers - Had 3 technical round and one HR Round.

I applied via Walk-in and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Most question related to C language.
  • Q2. About working experience and when face difficulties during work.
  • Q3. About environment ,role and responsibility.

Interview Preparation Tips

Interview preparation tips for other job seekers - Asking questions by panel it's very easy compare to other organization. If you have confidence I am sure you will crack the technical interview.

I applied via Naukri.com and was interviewed before May 2017. There were 2 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Based on resume and simple technical questions

Interview Preparation Tips

Check for client and kind of project you get.. get clear idea of nature of work. Else you might be disappointed later

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

Interview Questionnaire 

1 Question

  • Q1. Basics of DS and algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - be thorough in data structures and algorithms

Zeel Infotech Interview FAQs

How many rounds are there in Zeel Infotech interview?
Zeel Infotech interview process usually has 1-2 rounds. The most common rounds in the Zeel Infotech interview process are Technical, Aptitude Test and HR.
How to prepare for Zeel Infotech interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Zeel Infotech. The most common topics and skills that interviewers at Zeel Infotech expect are C++, Delphi, Problem Solving, Software Development and System Programming.
What are the top questions asked in Zeel Infotech interview?

Some of the top questions asked at the Zeel Infotech 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 Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

Teleperformance Interview Questions
3.9
 • 1.8k Interviews
Nagarro Interview Questions
4.0
 • 765 Interviews
FIS Interview Questions
3.9
 • 490 Interviews
Dell Interview Questions
3.9
 • 391 Interviews
Quest Global Interview Questions
3.6
 • 310 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
Qualcomm Interview Questions
3.8
 • 259 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
FactSet Interview Questions
3.9
 • 208 Interviews
View all

Zeel Infotech Reviews and Ratings

based on 17 reviews

4.0/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

4.0

Salary

3.9

Job security

4.1

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 17 Reviews and Ratings
Network Engineer
25 salaries
unlock blur

₹3 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

Optum Global Solutions

4.0
Compare

FIS

3.9
Compare

Nagarro

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