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
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Solid Principal
  • Q2. OOP concept in C#
  • Ans. 

    OOP concept in C# involves creating classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are blueprints for objects, containing properties and methods.

    • Objects are instances of classes, representing real-world entities.

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

    • Polymorphism enables objects to be treated as instances of their parent class.

    • Encapsulation restricts acce...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Different types of design principles based questions
  • Q2. Microservices questions

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)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(8 Questions)

  • Q1. What are common data connectivity modes?
  • Ans. 

    Common data connectivity modes include DirectQuery, Import, Live Connection, and Composite models.

    • DirectQuery allows querying data directly from the data source in real-time.

    • Import mode imports data into Power BI for faster performance but may not reflect real-time data.

    • Live Connection connects Power BI to a data source without importing data.

    • Composite models combine DirectQuery and Import modes for flexibility.

  • Answered by AI
  • Q2. Components of Power BI
  • Ans. 

    Power BI components include Power Query, Power Pivot, Power View, and Power Map.

    • Power Query: Used for data extraction, transformation, and loading (ETL)

    • Power Pivot: Used for data modeling and analysis

    • Power View: Used for data visualization and interactive reports

    • Power Map: Used for geospatial data visualization

  • Answered by AI
  • Q3. Difference between Power Query and Power view
  • Ans. 

    Power Query is used for data transformation and Power View is used for data visualization in Power BI.

    • Power Query is used to extract, transform, and load data from different sources.

    • Power View is used to create interactive visualizations and reports based on the transformed data.

    • Power Query is more focused on data preparation and cleaning, while Power View is focused on data visualization.

    • Power Query can be used to mer...

  • Answered by AI
  • Q4. What are relationship cardinality
  • Ans. 

    Relationship cardinality defines the number of instances of one entity that can be associated with the number of instances of another entity.

    • One-to-One: Each record in the first entity is associated with only one record in the second entity.

    • One-to-Many: Each record in the first entity can be associated with multiple records in the second entity.

    • Many-to-Many: Multiple records in the first entity can be associated with m

  • Answered by AI
  • Q5. Difference between having and where clause
  • Ans. 

    Having clause is used with aggregate functions while where clause is used to filter rows

    • Having clause is used with GROUP BY to filter groups based on conditions

    • Where clause is used to filter rows based on conditions

    • Having clause is applied after grouping while where clause is applied before grouping

    • Example: SELECT department, AVG(salary) FROM employees GROUP BY department HAVING AVG(salary) > 50000

    • Example: SELECT * FRO

  • Answered by AI
  • Q6. Find the 4th highest salary from the SQL table
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the 4th highest salary

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT 3,1 to skip the first 3 highest salaries and get the 4th highest salary

  • Answered by AI
  • Q7. What is RLS and explain in detail
  • Ans. 

    RLS stands for Row-Level Security, a feature in Power BI that restricts data access based on user roles.

    • RLS allows you to control which rows of data a user can access in a Power BI report or dashboard

    • You can define security roles and rules to filter data based on user attributes or roles

    • RLS helps in ensuring data privacy and compliance with regulations

    • For example, you can use RLS to restrict a sales manager to only see

  • Answered by AI
  • Q8. Write Dax for total sales of a product
  • Ans. 

    Use SUMX function in DAX to calculate total sales of a product

    • Use SUMX function to iterate over each row in the sales table

    • Filter the table to include only the specific product

    • Sum up the sales amount for each row to get the total sales

  • Answered by AI

Skills evaluated in this interview

Top Zensar Technologies Power BI Developer Interview Questions and Answers

Q1. Difference between having and where clause
View answer (1)

Power BI Developer Interview Questions asked at other Companies

Q1. Types of joins in power Bi & SQL and how it works?
View answer (7)
Zensar Technologies Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Verbal Logical Reasoning

Round 2 - Coding Test 

3 codes we have to solve them

Round 3 - Technical 

(4 Questions)

  • Q1. Question based on resume
  • Q2. Based on resume
  • Q3. Problem Solving Skills
  • Q4. Core Competencies
Round 4 - HR 

(1 Question)

  • Q1. General HR Questions

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 (197)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Imtroduce your self
  • Q2. Last project role on which role you worked
  • Ans. 

    I worked as a backend developer on a project for a financial services company.

    • Developed RESTful APIs using Node.js and Express

    • Implemented data processing and storage using MongoDB

    • Collaborated with frontend developers to integrate backend functionality

  • Answered by AI

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 (197)

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)

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Not applicable for this.
  • Q2. Not applicable for this
Round 2 - HR 

(2 Questions)

  • Q1. Not applicable for this
  • Q2. No question asked by interviewer

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't want to give single star, but there is no option of zero.
Rude interviewer.

Compliance Executive Interview Questions asked at other Companies

Q1. Can you handle and operate the PF, ESIC of more than 1000 workers?
View answer (2)

Get interview-ready with Top Zensar Technologies Interview Questions

Senior Lead Interview Questions & Answers

user image Anonymous

posted on 24 Oct 2024

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Soc operations based questions
  • Q2. Scenarios handled
Round 2 - Technical 

(1 Question)

  • Q1. Manager technical session
Round 3 - Client Interview 

(2 Questions)

  • Q1. About professional journey and diff technology handled in the past
  • Q2. Team lead skills and some tech scenarioa
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Be realistic and authentic, stick to the points you have written in resume and try to say No when its No instead of makeup story.

Senior Lead Interview Questions asked at other Companies

Q1. What are all the other languages apart from English & mother language?
View answer (1)

Jobs at Zensar Technologies

View all

Interview Questions & Answers

user image Anonymous

posted on 17 Oct 2024

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

(2 Questions)

  • Q1. Self Introduction and Daily job activities
  • Q2. Technical skills evaluation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About my experience, knowledge, processes and Procedures followed in implementing my Projects
  • Q2. Technologies, frameworks and tools for planning RAID and RACI Matrix.
  • Ans. 

    Technologies, frameworks, and tools for planning RAID and RACI Matrix

    • RAID Matrix: Risk Assessment and Identification Matrix used for project risk management

    • RACI Matrix: Responsible, Accountable, Consulted, and Informed Matrix used for defining roles and responsibilities in a project

    • Tools: Microsoft Excel, Google Sheets, Smartsheet, Trello, Asana

    • Frameworks: Agile, Scrum, Waterfall

  • Answered by AI

Transitions Project Manager Interview Questions asked at other Companies

Q1. Technologies, frameworks and tools for planning RAID and RACI Matrix.
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics core concepts of sap abap
  • Q2. New syntaxes in sap s4 hana
  • Ans. 

    New syntaxes in SAP S4 HANA include CDS views, AMDP, and SQLScript enhancements.

    • Core Data Services (CDS) views allow for defining data models and database views in a single language.

    • ABAP Managed Database Procedures (AMDP) enable the execution of database procedures within ABAP code.

    • SQLScript enhancements provide improved performance and flexibility for database operations.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Managerial round mostly discussed about roles and responsibilities
  • Q2. Relocation and work timings
Round 3 - HR 

(1 Question)

  • Q1. Package discussion on how much I am expecting

Senior Software Development Engineer Interview Questions asked at other Companies

Q1. Level order traversal of a binary search tree from leaf to root? Print in a single line or Print new line for every level.
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - HR 

(2 Questions)

  • Q1. Introduction about experience, self skills, education
  • Q2. Salary exceptions
Round 2 - Aptitude Test 

English grammer
Mathematics
Logical

Data Entry Operator Interview Questions asked at other Companies

Q1. What is skills matrix of Return center Department?
View answer (44)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

JOBS

Zensar Technologies

No Jobs

INTERVIEWS

Zensar Technologies

No Interviews

SALARIES

Deep Auto Electricals

INTERVIEWS

Diffusion Engineers

No Interviews

SALARIES

Diffusion Engineers

INTERVIEWS

Flex

No Interviews

SALARIES

Softenger

SALARIES

Deep Auto Electricals

INTERVIEWS

Novel Office

No Interviews

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.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
Hexaware Technologies Interview Questions
3.5
 â€˘ 708 Interviews
Persistent Systems Interview Questions
3.5
 â€˘ 596 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
PreSales Consultant - Data Practise

Hyderabad / Secunderabad,

Pune

+1

12-22 Yrs

â‚ı 30-45 LPA

Claims Center Dev Lead

Kolkata,

Mumbai

+5

5-8 Yrs

Not Disclosed

Network SME Engineer III

Kolkata,

Mumbai

+5

5-9 Yrs

Not Disclosed

Explore more jobs
Software Engineer
3.8k salaries
unlock blur

â‚ı0 L/yr - â‚ı0 L/yr

Senior 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