Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Zensar Technologies Team. If you also belong to the team, you can get access from here

Zensar Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Zensar Technologies Interview Questions, Process, and Tips

Updated 1 Apr 2025

Top Zensar Technologies Interview Questions and Answers

View all 180 questions

Zensar Technologies Interview Experiences

Popular Designations

255 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Need to create a todolist list and some programming question as well

Round 2 - Technical 

(1 Question)

  • Q1. Performance wise for the application
  • Ans. 

    Performance of the application is crucial for user satisfaction and efficiency.

    • Optimize code for faster execution

    • Reduce unnecessary network calls

    • Implement caching mechanisms

    • Use efficient data structures and algorithms

    • Monitor and analyze performance metrics regularly

  • Answered by AI

Skills evaluated in this interview

Technical Specialist Interview Questions asked at other Companies

Q1. What are the features of Solar wind which you are aware of?
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

As fresher the question revolve around basic data structures and algorithms

Round 2 - Technical 

(1 Question)

  • Q1. They ask all about your resume and the projects mentioned in the resume.
Round 3 - HR 

(1 Question)

  • Q1. Test your vocabulary and active behaviour.

Top Zensar Technologies Software Engineer Interview Questions and Answers

Q1. Feature of oop, difference between function overloading and overriding, constructor, how to delete constructor, explain your projects, link list, algorithm of binary search, polymorphism and types, etc
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (220)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I appeared for an interview in Apr 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What is minus query.
  • Ans. 

    A minus query is a type of SQL query that retrieves records from one table that do not have a corresponding record in another table.

    • Minus query is used to find records in one table that do not exist in another table.

    • It is similar to the 'EXCEPT' keyword in some SQL databases.

    • Example: SELECT * FROM table1 MINUS SELECT * FROM table2;

  • Answered by AI

Skills evaluated in this interview

Specialist Testing Interview Questions asked at other Companies

Q1. Write a program for highest odd number from 1 - 100 in java
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Rest API, JAVA 8, Design Patterns

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)

Zensar Technologies interview questions for popular designations

 Software Engineer

 (32)

 Senior Software Engineer

 (29)

 Junior Software Engineer

 (26)

 Software Developer

 (16)

 Technical Specialist

 (9)

 Senior Technical Specialist

 (5)

 Senior Software Developer

 (4)

 Java Developer

 (4)

Interview Questions & Answers

user image suchit kapale

posted on 20 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1.check palindrom
2.reverse array without using any in build metthiods
3.deep flattingng of arrray

Get interview-ready with Top Zensar Technologies Interview Questions

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Cop oops sdlc mysql
Round 2 - Coding Test 

So bad management very poor

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this organisation

Top Zensar Technologies Software Developer Interview Questions and Answers

Q1. Which computer languages are you comfortable with?
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Jobs at Zensar Technologies

View all

Intern Interview Questions & Answers

user image Tejas Desale

posted on 18 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dsa ,java, cpp, problem solving

Round 2 - HR 

(5 Questions)

  • Q1. Give offer and ask about college project
  • Q2. Get offer and give joining date
  • Q3. Reverse array program
  • Ans. 

    Reverse an array of strings

    • Create a new array to store the reversed strings

    • Iterate through the original array in reverse order and add each element to the new array

    • Return the new array with reversed strings

  • Answered by AI
  • Q4. Linked list problem
  • Ans. 

    A linked list problem involves manipulating a data structure where each element points to the next one.

    • Understand the basic concept of linked lists and how nodes are connected.

    • Practice common operations like insertion, deletion, and traversal.

    • Consider edge cases like handling empty lists or loops in the linked list.

  • Answered by AI
  • Q5. About approch question

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It is very easy and well known topics

Round 2 - HR 

(2 Questions)

  • Q1. What is your skills
  • Ans. 

    I have strong programming skills in languages like Java, Python, and C++, as well as experience with databases and web development.

    • Proficient in Java, Python, and C++ programming languages

    • Experience with databases such as MySQL and MongoDB

    • Familiarity with web development technologies like HTML, CSS, and JavaScript

  • Answered by AI
  • Q2. Tell something about object oriented concepts
  • Ans. 

    Object oriented concepts are programming principles that revolve around objects and classes.

    • Objects: Instances of classes that encapsulate data and behavior

    • Classes: Blueprint for creating objects with attributes and methods

    • Inheritance: Allows a class to inherit attributes and methods from another class

    • Polymorphism: Ability for objects to take on different forms or behaviors

    • Encapsulation: Bundling data and methods that

  • Answered by AI

Top Zensar Technologies Junior Software Engineer Interview Questions and Answers

Q1. What are active and passive transformations
View answer (1)

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2023. There were 4 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. Introduction to your self
  • Q2. What is your roles and responsibilities in previous organisation
Round 3 - Technical 

(2 Questions)

  • Q1. Troubleshooting for vpn , office , outlook, incident management , change management.
  • Q2. Everything about troubleshooting
Round 4 - One-on-one 

(2 Questions)

  • Q1. What is your salary expectations
  • Q2. Why you want to join Zensar

Interview Preparation Tips

Interview preparation tips for other job seekers - You can apply for any profile you should have knowledge about it .if you want to switch the profile zensar is good company.

Senior Systems Engineer Interview Questions asked at other Companies

Q1. 2. Explain COMP, COMP-2, COMP-3 and Display. What are the difference between Continue and Next Sentence? Why does SOC7 occur?
View answer (4)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. 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 - Technical 

(1 Question)

  • Q1. General questions related to technologies you have worked on in past experiences.
Round 3 - Coding Test 

Create a function to work as editor feature to justify and center the paragraph.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have other offers please go with those, here there are no clients and all the commitments made during hiring won’t be the same after joining the company not even 10% will meet.

Top Zensar Technologies Senior Software Engineer Interview Questions and Answers

Q1. What are the different types of severity that can be assigned to a bug?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Zensar Technologies Interview FAQs

How many rounds are there in Zensar Technologies interview?
Zensar Technologies interview process usually has 2-3 rounds. The most common rounds in the Zensar Technologies interview process are Technical, HR and Coding Test.
How to prepare for Zensar Technologies 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 Zensar Technologies. The most common topics and skills that interviewers at Zensar Technologies expect are Agile Coaching, Software Configuration Management, Technology Consulting, Javascript and SQL.
What are the top questions asked in Zensar Technologies interview?

Some of the top questions asked at the Zensar Technologies interview -

  1. Feature of oop, difference between function overloading and overriding, constru...read more
  2. What are pseudo classes and pseudo elements in C...read more
  3. Which computer languages are you comfortable wit...read more
How long is the Zensar Technologies interview process?

The duration of Zensar Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Zensar Technologies Interview Process

based on 197 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

DXC Technology Interview Questions
3.7
 • 802 Interviews
Nagarro Interview Questions
4.0
 • 763 Interviews
NTT Data Interview Questions
3.8
 • 627 Interviews
Publicis Sapient Interview Questions
3.5
 • 621 Interviews
GlobalLogic Interview Questions
3.6
 • 593 Interviews
UST Interview Questions
3.8
 • 518 Interviews
CGI Group Interview Questions
4.0
 • 493 Interviews
View all

Zensar Technologies Reviews and Ratings

based on 2.6k reviews

3.7/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.4

Salary

3.4

Job security

3.6

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 2.6k Reviews and Ratings
Dot Net FS Developer

Hubli,

Mangaluru

+3

5-6 Yrs

Not Disclosed

ESaaS - Oracle - Technical - EBS/Apps HRMS Development

Kolkata,

Mumbai

+5

5-9 Yrs

Not Disclosed

DOTNET LEAD

Kolkata,

Mumbai

+5

7-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
3.8k salaries
unlock blur

₹2 L/yr - ₹10.4 L/yr

Senior Software Engineer
3.8k salaries
unlock blur

₹7 L/yr - ₹26 L/yr

Technical Specialist
1.5k salaries
unlock blur

₹9.6 L/yr - ₹35 L/yr

Softwaretest Engineer
827 salaries
unlock blur

₹2.4 L/yr - ₹9.8 L/yr

Senior Technical Specialist
727 salaries
unlock blur

₹11.5 L/yr - ₹40.2 L/yr

Explore more salaries
Compare Zensar Technologies with

DXC Technology

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

FIS

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