Upload Button Icon Add office photos

Filter interviews by

Zenith Infotech Interview Questions and Answers

Updated 30 Jan 2021

Zenith Infotech Interview Experiences

1 interview found

Interview Questionnaire 

4 Questions

  • Q1. HOW MANY CLIENTS YOU CAN HANDLE ?
  • Ans. 

    The number of clients I can handle depends on various factors such as workload, complexity, and team size.

    • The number of clients I can handle effectively will vary depending on the specific circumstances.

    • Factors that can affect the number of clients include workload, complexity of issues, and team size.

    • It is important to prioritize quality service over quantity of clients.

    • I believe in maintaining a manageable workload t...

  • Answered by AI
  • Q2. HOW YOU PLAN AS A MANAGER TO FULFILL THE TASKS & FINISH IT ON PRIORITY ?
  • Q3. WHAT YOU CAN RETURN COST TO COMPANY ?
  • Ans. 

    Reducing costs through efficient customer service operations.

    • Implementing cost-saving measures in customer service operations

    • Reducing customer complaints and returns through effective communication and problem-solving

    • Streamlining processes and procedures to increase efficiency

    • Training and developing staff to improve productivity and reduce turnover

    • Negotiating better deals with suppliers and vendors

    • Utilizing technology

  • Answered by AI
  • Q4. IN THE MINIMUM RESOURCES & GIVE MAXIMUM OUTPUT CAN MATCH THE MANAGEMENT EXPECTATIONS.

Interview Preparation Tips

Interview preparation tips for other job seekers - MY BASIC ADVICE IS , STUCK TO WHAT YOU PROVE AS YOURSELF IN WORDS BY FOLLOWING WAY
SMART
PRACTICAL
ENTHUSIASTIC
KNOWLEDGE & MORE GAIN OF KNOWLEDGE
PUNCTUAL
RESULT ORIENTED
MANAGEMENT SKILLS FOR ANY KIND OF CATEGORY AS THE ABOVE ALL POINTS OR MORE POINTS CAN COVERS THE WORD MANAGEMENT.

Customer Service Manager Interview Questions asked at other Companies

Q1. How you will deal a Customer when our service regarding his car was poor and he doesn't want to come back in the workshop?
View answer (8)

Interview questions from similar companies

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Complex sql scenarios and their results
  • Ans. 

    Complex SQL scenarios and their results

    • Using subqueries to filter data

    • Joining multiple tables with complex conditions

    • Using window functions to calculate running totals

    • Pivoting data to transform rows into columns

    • Using recursive queries to traverse hierarchical data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have strong knowledge in SQL, ETL & DWH concepts

Skills evaluated in this interview

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

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

I applied via Referral and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Moderate difficult with business reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Prior work Ex mostly and a case study

Interview Preparation Tips

Interview preparation tips for other job seekers - Know SAS products and it's implementation use cases in detail with statistical knowledge

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test are just basic Array and linkedList question

Round 2 - Technical 

(3 Questions)

  • Q1. Explain 4 pillar of oops
  • Ans. 

    The 4 pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain components of an object, protecting its integrity.

    • Abstraction hides complex implementation details and only shows the necessary features.

    • Polymorphism allows objects of different classes to be treated as objects of a

  • Answered by AI
  • Q2. Internal working of Hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

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

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

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

    • Retrieving a value involves hashing the ...

  • Answered by AI
  • Q3. Crud operation implementation
  • Ans. 

    Implementation of Create, Read, Update, and Delete operations in a software system.

    • Use SQL queries for database operations

    • Create separate functions for each operation

    • Handle errors and exceptions properly

    • Test thoroughly to ensure functionality

    • Consider security measures to prevent unauthorized access

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why are you chaning the organisation?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for a new environment to learn and develop new skills

    • Interested in working on different projects and technologies

    • Seeking better career advancement opportunities

    • Wanting to work in a more collaborative team environment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium level

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 mins Aptitude Question

Round 2 - Coding Test 

30 mins - 3 Coding Question

Round 3 - Technical 

(2 Questions)

  • Q1. Describe Rest API
  • Ans. 

    Rest API is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • Rest API stands for Representational State Transfer Application Programming Interface.

    • It uses standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations.

    • RESTful APIs use URLs to access resources, and return data in JSON or XML format.

    • Stateless communication allows for scalability and flexibilit...

  • Answered by AI
  • Q2. What is various Response code. Diffenrence b/w 200 & 201, 400 & 403
  • Ans. 

    Response codes indicate the status of a HTTP request. 200 & 201 are success codes, while 400 & 403 are client error codes.

    • 200 - OK: Request was successful

    • 201 - Created: Request was successful and a new resource was created

    • 400 - Bad Request: The server cannot process the request due to a client error

    • 403 - Forbidden: The server understood the request, but refuses to authorize it

  • Answered by AI

Skills evaluated in this interview

Round 1 - Aptitude Test 

Math , gk, english

Round 2 - Group Discussion 

AI

Round 3 - One-on-one 

(1 Question)

  • Q1. Ai questions , java questions , coding questions
Round 4 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - none , not difficult to get into equifax
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. What is Tuples? How do you convert a string to a tuple?
  • Ans. 

    Tuples are immutable sequences of elements. A string can be converted to a tuple using the tuple() function.

    • Tuples are similar to lists but are immutable

    • Elements of a tuple are enclosed in parentheses ()

    • A string can be converted to a tuple using the tuple() function

    • Each character in the string becomes an element in the tuple

  • Answered by AI
  • Q2. What is Left Join? Show one Left join for 2 data frames on Python
  • Ans. 

    Left join is a type of join operation in SQL that returns all the rows from the left table and matching rows from the right table.

    • Left join is performed using the 'left join' keyword in SQL

    • In Python, left join can be performed using the 'merge' function from the pandas library

    • Syntax: pd.merge(left_dataframe, right_dataframe, how='left', on='key_column')

    • Example: pd.merge(df1, df2, how='left', on='id')

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prep the Basics of Python, as most questions are on the basics concepts.

Skills evaluated in this interview

Zenith Infotech Interview FAQs

How to prepare for Zenith 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 Zenith Infotech. The most common topics and skills that interviewers at Zenith Infotech expect are .Net, Android Studio, Automation Testing, C# and Cics.
What are the top questions asked in Zenith Infotech interview?

Some of the top questions asked at the Zenith Infotech interview -

  1. HOW MANY CLIENTS YOU CAN HANDL...read more
  2. WHAT YOU CAN RETURN COST TO COMPAN...read more
  3. IN THE MINIMUM RESOURCES & GIVE MAXIMUM OUTPUT CAN MATCH THE MANAGEMENT EXPECTA...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Equifax Interview Questions
3.3
 • 32 Interviews
VDart Interview Questions
4.1
 • 28 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
EagleView Interview Questions
3.3
 • 20 Interviews
Apptio Interview Questions
3.9
 • 19 Interviews
SAS Interview Questions
4.3
 • 19 Interviews
View all

Zenith Infotech Reviews and Ratings

based on 34 reviews

4.0/5

Rating in categories

3.4

Skill development

4.5

Work-life balance

3.8

Salary

3.4

Job security

3.9

Company culture

3.5

Promotions

4.1

Work satisfaction

Explore 34 Reviews and Ratings
Hardware & Networking Engineer
10 salaries
unlock blur

₹3.5 L/yr - ₹3.5 L/yr

System Analyst
5 salaries
unlock blur

₹20 L/yr - ₹51 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹5.2 L/yr - ₹20 L/yr

Software Engineer
3 salaries
unlock blur

₹2.4 L/yr - ₹5.5 L/yr

Software Developer
3 salaries
unlock blur

₹4.2 L/yr - ₹20 L/yr

Explore more salaries
Compare Zenith Infotech with

Saama Technologies

3.7
Compare

DISYS

3.0
Compare

Data-Core Systems

3.2
Compare

Arvato

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