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 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 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... 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 experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the different sizes available for a virtual warehouse in Snowflake, and which sizes are currently being utilized in your current project?
  • Q2. What are stored procedures in Snowflake, and how did you utilize them?
Round 2 - Technical 

(2 Questions)

  • Q1. How did you verify the data after transferring it from one database to another?
  • Q2. What are the different types of duplicate checks that can be performed using SQL queries?
Round 3 - HR 

(2 Questions)

  • Q1. Are you open to relocating to Hyderabad?
  • Q2. What information do you have about ValueLabs?

Interview Preparation Tips

Topics to prepare for ValueLabs Senior Software Engineer interview:
  • Snowflake
  • SQL
  • Python
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Basic quant and reasoning questions
Selenium MCQ
Java programs with MCQ

Round 2 - Technical 

(23 Questions)

  • Q1. Tell me about yourself
  • Q2. Where you initialise driver
  • Q3. Driver is static or non static
  • Q4. Difference between static and non static
  • Q5. Disadvantages of static and non static
  • Q6. Parallel execution in TestNG
  • Q7. Write the code for Parallel testing in TestNG
  • Q8. Difference between parallel methods and parallel tests
  • Q9. Upload file using rest assured
  • Q10. Postman basic questions
  • Q11. Parameter for post method in postman
  • Q12. BDD Framework cucumber
  • Q13. Cucumber execution process
  • Q14. How cucumber know step defination file placed
  • Q15. Parameters used in cucumber
  • Q16. Datatable in cucumber
  • Q17. Have u created the testplan document when porject was started
  • Q18. Testing cycle when project was on initial level
  • Q19. Risk management and risk based testing
  • Q20. Which estimate technique you follow , if fibonacci then why it is in 1 2 3 5 8 13 ?? Not in 12345678
  • Q21. What is testing matrix and automation ROI
  • Q22. Cicd tool
  • Q23. Handle team ?
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself.?
Round 2 - Aptitude Test 

They did not take the aptitude test because they had already hired individuals at the beginning.

Round 3 - One-on-one 

(1 Question)

  • Q1. Stroke and dibatetes
Round 4 - HR 

(1 Question)

  • Q1. It didnot happen for the last few candidates .

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid attending their events, as they treat candidates poorly and waste their time. They initially reach out to hundreds of candidates but hire only a select few at the start. There were supposed to be four rounds of interviews, yet they conducted only one. They then suggested returning another time, leaving candidates in a difficult position with no clear answers; they have the worst hiring system.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

Process planning refers to the methodical approach of determining the best possible way to manufacture a product or deliver a service by considering various aspects such as resources, timelines, and methodologies involved in production or execution.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Explain about previous process
  • Ans. 

    Implemented a new chemical process to increase efficiency and reduce waste.

    • Researched and analyzed current process to identify areas for improvement

    • Designed and tested new process using simulation software

    • Collaborated with production team to implement changes and monitor results

    • Achieved 20% increase in production output and 15% reduction in waste

    • Continuously monitored and optimized process for further improvements

  • Answered by AI
  • Q2. Explain about my work experience
  • Q3. Explain about my work standard
  • Q4. Explain about my managing method
  • Ans. 

    I utilize a combination of project management tools and communication strategies to effectively manage my team and projects.

    • I prioritize tasks based on deadlines and importance

    • I regularly communicate with team members to ensure everyone is on the same page

    • I use project management software such as Trello or Asana to track progress and assign tasks

    • I adapt my management style to fit the needs and preferences of individual

  • Answered by AI
  • Q5. Explain about my working style
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are the key topics related to Generative AI, specifically focusing on Retrieval-Augmented Generation (RAG) and Large Language Models (LLM)?
  • Q2. What is your understanding of the existing project and the technology stacks used?
Round 2 - Technical 

(3 Questions)

  • Q1. What has been your contribution to existing work and the technologies used in that context?
  • Q2. ML, DL, Gen AI implementation and flow
  • Q3. Python Coding logic and semantics
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are the existing work challenges you face, and what solutions have you implemented to address them?
  • Q2. What is your understanding of Generative AI and Natural Language Processing (NLP), and can you provide examples of their use cases?

Interview Preparation Tips

Interview preparation tips for other job seekers - Genuinely communicate your skills and contributions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Group Discussion 

Difference between soft skills and hard skills

Round 2 - Technical 

(2 Questions)

  • Q1. What is manual testing
  • Q2. What is defect life cycleif
Round 3 - Technical 

(2 Questions)

  • Q1. What is the main thing should have for a test engineer
  • Q2. What's your opinion on testing
Round 4 - HR 

(2 Questions)

  • Q1. Are you ok with rotational shifts?
  • Q2. Are you ok with the work location?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism,generator,decorator? List vs tuple?
  • Ans. 

    Polymorphism allows objects of different classes to be treated as objects of a common superclass. Generators produce items one at a time. Decorators add functionality to existing functions or methods.

    • Polymorphism: Enables objects of different classes to be treated as objects of a common superclass. Example: Animal superclass with Dog and Cat subclasses.

    • Generator: Produces items one at a time, allowing for efficient mem...

  • Answered by AI
  • Q2. TFIDF, BOW What is embedding why important how to craete embeddings?
  • Ans. 

    Embeddings are a way to represent words or phrases as vectors in a high-dimensional space, capturing semantic relationships.

    • Embeddings are important for tasks like natural language processing, where words need to be represented in a meaningful way.

    • They can be created using techniques like Word2Vec, GloVe, or using neural networks like Word Embeddings.

    • Embeddings help in capturing semantic relationships between words, al...

  • Answered by AI
  • Q3. What is Encoder decoder explain with example?
  • Ans. 

    Encoder-decoder is a neural network architecture used for tasks like machine translation.

    • Encoder processes input data and generates a fixed-length representation

    • Decoder uses the representation to generate output sequence

    • Example: Seq2Seq model for translating English to French

  • Answered by AI
  • Q4. What is stop word? We need to remove in every application or not tell me example when stop words are importan?

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 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Teleperformance Interview Questions
3.9
 • 1.7k Interviews
Nagarro Interview Questions
4.0
 • 776 Interviews
FIS Interview Questions
3.9
 • 477 Interviews
Optum Interview Questions
4.0
 • 417 Interviews
Dell Interview Questions
4.0
 • 391 Interviews
Quest Global Interview Questions
3.6
 • 295 Interviews
Qualcomm Interview Questions
3.8
 • 273 Interviews
NeoSOFT Interview Questions
4.0
 • 260 Interviews
Episource Interview Questions
3.9
 • 221 Interviews
FactSet Interview Questions
3.9
 • 207 Interviews
View all

Zeel Infotech Reviews and Ratings

based on 15 reviews

4.0/5

Rating in categories

3.1

Skill development

3.6

Work-life balance

3.8

Salary

3.8

Job security

4.0

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 15 Reviews and Ratings
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