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 9 Feb 2025

Top Zensar Technologies Interview Questions and Answers

View all 180 questions

Zensar Technologies Interview Experiences

Popular Designations

251 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Roles and responsibleness
  • Q2. Sanity smoke testing

Manual Test Engineer Interview Questions asked at other Companies

Q1. Why choose testing field What is manual testing What is traditional testing What is the difference between functional and non functional testing What is severity and priority in a testing What is smoke or sanity testing What is test case Ho... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Self Introduction
  • Q2. Policy Life Cycle
  • Q3. Insurance Basics
Round 2 - Technical 

(1 Question)

  • Q1. Insurance Basics

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
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Difference in String and String Buffer OOPs concept Exceptional Handling
  • Ans. 

    String is immutable, String Buffer is mutable. OOPs concept focuses on objects and classes. Exception handling is used to handle runtime errors.

    • String is immutable, meaning its value cannot be changed once it is created. String Buffer is mutable, allowing for modifications to the value.

    • OOPs concept revolves around the idea of objects and classes, where objects are instances of classes and encapsulate data and behavior.

    • ...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Backgorund Location preferences Salary Exceptations

Skills evaluated in this interview

Top Zensar Technologies Software Developer Interview Questions and Answers

Q1. Data Warehouse QuestionWhat is a Slowly Changing Dimension (SCD)? What are the different types of SCDs?
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Data Analyst Interview Questions & Answers

user image ankit varu

posted on 26 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About sql, python
Round 2 - HR 

(1 Question)

  • Q1. About family, hobbies

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

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)

 Java Developer

 (4)

 Senior Software Developer

 (4)

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

I applied via Newspaper Ad and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Logic,case study,Scenario based, Just a minute,Group discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard

Senior Business Analyst Interview Questions asked at other Companies

Q1. Difference between annuity and pension, types of annuity and pension, actions done on a policy, policy flow, RI insurance and it’s types and difference between them. Coinsurance, what are the charges when u cancel policy in 1st year vs 3rd ... read more
View answer (1)

Get interview-ready with Top Zensar Technologies Interview Questions

Architect Interview Questions & Answers

user image Sarun Kumar

posted on 26 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design architecture for high volume applications
  • Ans. 

    Designing architecture for high volume applications requires scalable infrastructure, efficient data storage, and optimized performance.

    • Utilize cloud services for scalability and flexibility

    • Implement caching mechanisms to reduce load on servers

    • Use distributed databases for efficient data storage and retrieval

    • Optimize code for performance and minimize latency

    • Consider microservices architecture for modular and scalable d

  • Answered by AI

Skills evaluated in this interview

Architect Interview Questions asked at other Companies

Q1. How do you find the resources available on a server if it is on premise?
View answer (2)

Jobs at Zensar Technologies

View all
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 (170)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I was interviewed 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 (3)

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, SQL, Javascript, Software Configuration Management and Java.
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 193 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 813 Interviews
Mphasis Interview Questions
3.4
 • 810 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
Endpoint Support Tech

Pune

2-5 Yrs

Not Disclosed

Java Engineer - Full Stack

Chennai

4-8 Yrs

Not Disclosed

AES - Python Engineer

Pune

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

₹6 L/yr - ₹23 L/yr

Technical Specialist
1.5k salaries
unlock blur

₹9.5 L/yr - ₹34 L/yr

Softwaretest Engineer
826 salaries
unlock blur

₹2.4 L/yr - ₹9.8 L/yr

Senior Technical Specialist
720 salaries
unlock blur

₹11.5 L/yr - ₹40.2 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