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 for Experienced

Updated 9 Feb 2025

Top Zensar Technologies Interview Questions and Answers for Experienced

View all 42 questions

Zensar Technologies Interview Experiences for Experienced

Popular Designations

113 interviews found

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. CI / CD with GitHub Process and also your project related question
  • Q2. Memory Management like Arc
Round 2 - HR 

(1 Question)

  • Q1. Simple why looking for change and Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn only basic
SOLID Principle
DESIGN PATTERN

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. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

I applied via Company Website and was interviewed in Dec 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Simple Aptitude MCQ questions

Round 2 - Coding Test 

Not that much tough

Round 3 - Technical 

(3 Questions)

  • Q1. Which language comfortable
  • Ans. 

    I am comfortable with multiple programming languages, including Java, Python, and C++.

    • Proficient in Java, Python, and C++

    • Experience with JavaScript, HTML, and CSS

    • Familiarity with SQL and NoSQL databases

    • Comfortable with object-oriented programming and design patterns

  • Answered by AI
  • Q2. Some basics about C language
  • Q3. Frequently asked questions like name hobbies etc
Round 4 - HR 

(2 Questions)

  • Q1. Tell me something About yourself
  • Q2. Then some hobbies are you interested in

Interview Preparation Tips

Interview preparation tips for other job seekers - Please focus on training very seriously and keep searching the content which is taught to you in training

Software Design Engineer Interview Questions asked at other Companies

Q1. Explain about Exception Handling and how many types of Exceptions and we can handle Exception
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Agile methodologies and trello workflow
  • Q2. Requirement gathering

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be honest with your years of experience. All information you share will be verified at the time of joining.
View all tips
Round 2 - Coding Test 

Two java programming questions

Round 3 - One-on-one 

(3 Questions)

  • Q1. Core Java questions with examples
  • Q2. Explain about exception
  • Ans. 

    An exception is an event that disrupts the normal flow of a program's execution.

    • Exceptions are used to handle errors and other exceptional events in a program.

    • They can be caught and handled using try-catch blocks.

    • Common types of exceptions include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.

  • Answered by AI
  • Q3. Inheritance concepts
Round 4 - HR 

(1 Question)

  • Q1. Casual discussion about salary and location

Skills evaluated in this interview

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)

Zensar Technologies interview questions for popular designations

 Software Engineer

 (32)

 Senior Software Engineer

 (28)

 Junior Software Engineer

 (26)

 Software Developer

 (15)

 Technical Specialist

 (9)

 Senior Technical Specialist

 (5)

 Senior Software Developer

 (4)

 Java Developer

 (4)

I applied via Recruitment Consultant and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Question from .net Question from SQL Question from react Question about working process like jira agile methodology & got etc.
  • Q2. 1) GC in depth like all phases & machanism of BFS. 2) finalized and dispose difference. State management. DI etc
  • Q3. Strickmode in react ,redux life cycle , components life cycle. 2nd parameters in useeffect. Css box model etc
  • Q4. Union and union all drop and trancate etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Zensar interview questions are standard.
However client interview is one level up ...

Technical Specialist Interview Questions asked at other Companies

Q1. What are the features of Solar wind which you are aware of?
View answer (4)

Get interview-ready with Top Zensar Technologies Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 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 - Technical 

(3 Questions)

  • Q1. Technical Questions related to the Job position depending upon the profile.
  • Q2. Technical Selenium, Java related questions as well as the Agile, Jira, manu testing related questions were there.
  • Q3. Explain Selenium Locators, Explain X-Path in detail.
  • Ans. 

    Selenium Locators are used to identify web elements on a webpage. X-Path is a language used to navigate XML documents.

    • Selenium Locators include ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, CSS Selector, and X-Path

    • X-Path is a syntax used to navigate through elements and attributes in an XML document

    • X-Path expressions can be used to locate elements on a webpage based on their attributes or hierarchy

    • Examp...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Salary Expectation.
  • Q2. Salary Negotiation.
  • Q3. Any specific domain in which you want to work with.

Skills evaluated in this interview

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. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Jobs at Zensar Technologies

View all
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. OOPS concepts , selenium basic question, Framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare basic really well and about your framework

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. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Director Interview Questions & Answers

user image Anonymous

posted on 4 Jul 2022

I applied via Referral and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How do you keep up with the industry trend?
  • Q2. What is the toughest decision you have made in your career?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with open mind and understand the client and project better

Director Interview Questions asked at other Companies

Q1. On what basis would you enhance the pipeline products of the company?
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Technical as well as quantitative test

Round 2 - Technical 

(2 Questions)

  • Q1. Asked Core java questions
  • Q2. What is destructor
  • Ans. 

    Destructor is a special member function in C++ that is called automatically when an object is destroyed.

    • Destructors have the same name as the class preceded by a tilde (~).

    • They are used to release resources allocated by the object during its lifetime.

    • Example: ~ClassName() { // destructor code }

  • Answered by AI

Skills evaluated in this interview

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)

I applied via Recruitment Consultant and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Some find elements techniques used in selenium
  • Q2. 2 Java program
  • Q3. API testing basic
  • Q4. Postman related questions
  • Q5. JMeter , samplers, listener, type of HTML codes etc. Thread group..
  • Q6. Interface, polymorphism
  • Q7. Different waits used in selenium
  • Ans. 

    Different waits used in Selenium

    • Implicit Wait

    • Explicit Wait

    • Fluent Wait

    • Thread.sleep()

    • WebDriverWait

  • Answered by AI
  • Q8. TestNG nd reports
  • Q9. POM framework in detail
  • Ans. 

    POM is a design pattern used in Selenium for creating object repositories and organizing test code.

    • POM stands for Page Object Model

    • It separates the test code from the page objects

    • Each page is represented as a class and contains its own methods and locators

    • It improves code reusability and maintainability

    • It helps in reducing code duplication

    • It is widely used in Selenium automation testing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well enough of Every segments related to Testing.

Skills evaluated in this interview

Senior Software Engineer Testing Interview Questions asked at other Companies

Q1. Sorting Characters by Frequency Given a string S, sort this string in increasing order based on the frequency of its characters. If two characters have the same frequency, the character with a lesser ASCII value should appear first. Return ... read more
View answer (1)

Zensar Technologies Interview FAQs

How many rounds are there in Zensar Technologies interview for experienced candidates?
Zensar Technologies interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Zensar Technologies interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for Zensar Technologies interview for experienced candidates?
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, SQL, Javascript, Java and Software Configuration Management.
What are the top questions asked in Zensar Technologies interview for experienced candidates?

Some of the top questions asked at the Zensar Technologies interview for experienced candidates -

  1. Which computer languages are you comfortable wit...read more
  2. What are the software you know? How you use ...read more
  3. Are you aware of cross platform migration in oracle apps ie. Linux to solar...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 for Experienced

based on 55 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 795 Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
View all

Zensar Technologies Reviews and Ratings

based on 2.5k 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.5

Work satisfaction

Explore 2.5k Reviews and Ratings
ESaaS - MSD -Functional - D365 CE Functional Associate

Kolkata,

Mumbai

+5

3-6 Yrs

Not Disclosed

Network SME Engineer III

Kolkata,

Mumbai

+5

5-9 Yrs

Not Disclosed

Windows Engineer III

Kolkata,

Mumbai

+5

4-7 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
3.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
3.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Specialist
1.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
830 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Specialist
720 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Zensar Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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