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 Senior Software Engineer Interview Questions and Answers

Updated 10 Mar 2025

31 Interview questions

A Senior Software Engineer was asked
Q. Explain the SOLID principles.
Ans. 

SOLID is a set of five design principles to make software designs more understandable, flexible, and maintainable.

  • S - Single Responsibility Principle: A class should have only one reason to change.

  • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

  • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses withou...

A Senior Software Engineer was asked
Q. Explain what SDLC is.
Ans. 

SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.

  • SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

  • Each phase has its own set of activities and deliverables that contribute to the overall success of the software project.

  • SDLC...

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more
A Senior Software Engineer was asked
Q. What is a test scenario?
Ans. 

A test scenario is a detailed description of a specific test case that outlines the conditions, actions, and expected results.

  • Test scenarios are used to ensure that the software functions correctly under various conditions.

  • They include details such as input data, actions taken by the user, and expected outcomes.

  • Examples of test scenarios include logging into a website, adding items to a shopping cart, and submitti...

A Senior Software Engineer was asked
Q. Why Zensar Technologies?
Ans. 

Zensar Technologies is a leading global digital solutions and technology services company with a strong reputation in the industry.

  • Strong reputation in the industry

  • Global presence with a focus on digital solutions

  • Opportunities for growth and learning

  • Innovative projects and technologies

A Senior Software Engineer was asked
Q. What is the difference between severity and priority?
Ans. 

Severity refers to the impact of a bug on the system while Priority refers to the order in which bugs should be fixed.

  • Severity is the measure of how much a bug affects the system's functionality

  • Priority is the measure of how soon a bug should be fixed

  • Severity can be classified as high, medium, or low

  • Priority can be classified as high, medium, or low

  • A high severity bug may not necessarily have a high priority

  • For ex...

A Senior Software Engineer was asked
Q. What are the things to keep in mind when you raise a Bug/defect?
Ans. 

Things to keep in mind when raising a bug/defect

  • Provide a clear and concise description of the bug

  • Include steps to reproduce the bug

  • Provide screenshots or videos if possible

  • Assign the bug to the appropriate team member

  • Set the priority and severity of the bug

  • Track the bug until it is resolved

A Senior Software Engineer was asked
Q. What are the testing challenges and how can they be overcome?
Ans. 

Testing challenges include lack of resources, time constraints, and communication issues. Overcoming them requires proper planning and collaboration.

  • Lack of resources, such as hardware or software, can hinder testing efforts

  • Time constraints may lead to rushed testing and incomplete coverage

  • Communication issues between team members can result in misunderstandings and errors

  • Proper planning and collaboration can help...

Are these interview questions helpful?
A Senior Software Engineer was asked
Q. What are the different types of Black Box Testing?
Ans. 

Black Box Testing includes functional, non-functional, regression, usability, and exploratory testing.

  • Functional Testing: verifies the functionality of the software

  • Non-functional Testing: verifies the non-functional aspects like performance, security, etc.

  • Regression Testing: verifies that changes made to the software do not affect the existing functionality

  • Usability Testing: verifies the ease of use of the softwar...

A Senior Software Engineer was asked
Q. What is the difference between Compatibility Testing and Cross Browser Testing?
Ans. 

Compatibility testing checks if software works on different platforms, while cross-browser testing checks if it works on different browsers.

  • Compatibility testing ensures software works on different operating systems, hardware, and software configurations.

  • Cross-browser testing ensures software works on different web browsers and their versions.

  • Compatibility testing is broader in scope than cross-browser testing.

  • Exa...

A Senior Software Engineer was asked
Q. What are the phases of STLC?
Ans. 

STLC stands for Software Testing Life Cycle which consists of several phases.

  • STLC is a process followed by software testers to ensure the quality of the software.

  • The phases of STLC are - Requirement Analysis, Test Planning, Test Case Development, Test Environment Setup, Test Execution, and Test Closure.

  • Each phase has its own set of objectives and deliverables.

  • STLC helps in identifying defects early in the software...

Zensar Technologies Senior Software Engineer Interview Experiences

29 interviews found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Android interview asked about coroutines, flow, why we use MVVM instead of MVP, viewmodel pros and cons, security and how to hide keys in package
Round 2 - Group Discussion 

2nd round was about again Android but more focused on security features of android

Round 3 - Coding Test 

3rd round was live coding . I was asked to make an app from scratch in 1 hour without even using google.

Interview Preparation Tips

Interview preparation tips for other job seekers - Even after clearing all rounds I was rejected by HR because of salary issue. HR didn't communicated this before interviews and wasted our time and kept me as a backup plan. It is painful to get rejected after clearing all rounds and putting soo much efforts.

Senior Software Engineer Interview Questions & Answers

user image Shreyansh Srivastava

posted on 26 Nov 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Job Fair and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Implement Microservice for inserting record
  • Ans. 

    Implement a microservice to handle record insertion using RESTful API principles.

    • Choose a programming language (e.g., Node.js, Python, Java) for the microservice.

    • Use a framework (e.g., Express for Node.js, Flask for Python) to simplify API creation.

    • Define a RESTful endpoint (e.g., POST /records) for inserting records.

    • Implement data validation to ensure the integrity of incoming data.

    • Connect to a database (e.g., MongoDB...

  • Answered by AI
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

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. SOLID principle, Design patterns, OOPs concept and Project overview, and Microservice workflow of working project
  • Q2. Explain SOLID principle
  • Ans. 

    SOLID is a set of five design principles to make software designs more understandable, flexible, and maintainable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses without aff...

  • Answered by AI
  • Q3. Abstract Factory, Singleton Design pattern.
  • Q4. OOP's Concept? and Microservice pattern (Gateway patter, CQRS, )
  • Q5. Azure Used Service in your previous project
  • Ans. 

    Azure Cognitive Services for image recognition and text analysis

    • Used Azure Computer Vision API for image recognition

    • Utilized Azure Text Analytics API for sentiment analysis

    • Integrated Azure Speech to Text API for transcribing audio

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zensar Technologies Senior Software Engineer interview:
  • C#.Net
  • .Net Core
  • React
  • Azure
  • SQL
  • Microservices
  • ASP.Net MVC
  • solid
  • Design Patterns
Interview preparation tips for other job seekers - Never trust until you get an offer letter in your hand, and never keep hope that you will get the offer letter after all tech and HR discussion. very bad experience. I have wasted 25 days. trusting this company. The manager and HR are not clear on hiring candidates. they kill you time when you are pressured and looking for a change. never trust, never join this kind of company.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

A Coding Challenge(Take Home) will be shared and upon successful completion will make you to second round that is Technical Round

Round 2 - Technical 

(4 Questions)

  • Q1. .NET Core questions,OOPS Concepts,SOLID Principles,Design Patterns And one live coding problem on screen sharing.
  • Q2. .NET Core vs .NET
  • Ans. 

    .NET Core is a cross-platform, open-source framework for building modern applications, while .NET refers to the traditional framework for Windows applications.

    • .NET Core is lightweight and modular, allowing for faster performance and easier deployment.

    • .NET Core supports cross-platform development, enabling applications to run on Windows, macOS, and Linux.

    • .NET Core has a smaller footprint and can be used for microservice...

  • Answered by AI
  • Q3. OOPS Concepts & Solid Principles
  • Q4. Design Patterns and Azure Service Bus,Azure Storage Account
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussions

Interview Preparation Tips

Topics to prepare for Zensar Technologies Senior Software Engineer interview:
  • .Net Core
  • SOlid principles
  • Design Patterns
  • OOPS
  • C#
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

In this local manager will test your knowledge.

Round 2 - Coding Test 

In this you have to interact with client team and they will ask questions

Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation
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:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
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.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic Plsql questions related to Cursor types etc
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. React basics and javascript basics

Senior Software Engineer Interview Questions & Answers

user image RAGHAVENDRA RONGALI

posted on 22 Jan 2025

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

I appeared for an interview before Jan 2024.

Round 1 - Aptitude Test 

Aptitude test consists of basic aptitude questions and pseudo code questions in Java.

Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a seasoned Senior Software Engineer with over 10 years of experience in developing and implementing software solutions.

    • Over 10 years of experience in software development

    • Proficient in multiple programming languages such as Java, Python, and C++

    • Strong background in designing and implementing scalable and efficient software solutions

    • Experience working in Agile development environments

    • Excellent problem-solving and co...

  • Answered by AI
  • Q2. Questions about databases and computer fundamentals.
  • Q3. Technical questions based on Oops concepts and their real world scenarios.
Round 3 - HR 

(4 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a Senior Software Engineer with 8 years of experience in developing scalable and efficient software solutions.

    • 8 years of experience in software development

    • Specialize in developing scalable and efficient software solutions

    • Proficient in programming languages such as Java, Python, and JavaScript

    • Experience with cloud technologies like AWS and Azure

    • Strong problem-solving and analytical skills

  • Answered by AI
  • Q2. What are your strengths and weakness
  • Ans. 

    Strengths: Problem-solving, teamwork, adaptability. Weakness: Impatience.

    • Strengths: Problem-solving - I excel at analyzing complex issues and finding efficient solutions. Teamwork - I work well with others and value collaboration. Adaptability - I can easily adjust to new technologies and environments.

    • Weakness: Impatience - I sometimes struggle with waiting for processes to unfold naturally, but I am actively working o...

  • Answered by AI
  • Q3. What are the emerging technologies
  • Ans. 

    Emerging technologies include AI, blockchain, IoT, 5G, quantum computing, and AR/VR.

    • Artificial Intelligence (AI) - machine learning, deep learning, natural language processing

    • Blockchain - decentralized digital ledger technology

    • Internet of Things (IoT) - interconnected devices and sensors

    • 5G - next-generation wireless technology for faster connectivity

    • Quantum Computing - using quantum-mechanical phenomena for computation

    • ...

  • Answered by AI
  • Q4. Explain your projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on resume and prepare well.

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Zensar Technologies?
Ask anonymously on communities.

Zensar Technologies Interview FAQs

How many rounds are there in Zensar Technologies Senior Software Engineer 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 Senior Software Engineer 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 Java, Spring Boot, Computer Science, Gaming and JDE.
What are the top questions asked in Zensar Technologies Senior Software Engineer interview?

Some of the top questions asked at the Zensar Technologies Senior Software Engineer interview -

  1. What are the Testing challenges and how to overcome the...read more
  2. What are the things to keep in mind when you raise a Bug/defec...read more
  3. What is difference between Compatibility Testing and Cross Browser Testin...read more
What are the most common questions asked in Zensar Technologies Senior Software Engineer HR round?

The most common HR questions asked in Zensar Technologies Senior Software Engineer interview are -

  1. why are you looking for a chan...read more
  2. Tell me about yourse...read more
How long is the Zensar Technologies Senior Software Engineer interview process?

The duration of Zensar Technologies Senior Software Engineer interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.1/5

based on 21 interview experiences

Difficulty level

Easy 33%
Moderate 58%
Hard 8%

Duration

Less than 2 weeks 45%
2-4 weeks 45%
4-6 weeks 9%
View more
Zensar Technologies Senior Software Engineer Salary
based on 3.9k salaries
₹9.5 L/yr - ₹23.4 L/yr
At par with the average Senior Software Engineer Salary in India
View more details

Zensar Technologies Senior Software Engineer Reviews and Ratings

based on 400 reviews

3.7/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

3.5

Salary

3.4

Job security

3.5

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 400 Reviews and Ratings
Senior Software Engineer
3.9k salaries
unlock blur

₹9.5 L/yr - ₹23.5 L/yr

Software Engineer
3.8k salaries
unlock blur

₹3.5 L/yr - ₹9.4 L/yr

Technical Specialist
1.6k salaries
unlock blur

₹16.7 L/yr - ₹29.5 L/yr

Softwaretest Engineer
833 salaries
unlock blur

₹3.1 L/yr - ₹7.5 L/yr

Senior Technical Specialist
794 salaries
unlock blur

₹21 L/yr - ₹35.9 L/yr

Explore more salaries
Compare Zensar Technologies with

DXC Technology

3.6
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare

Virtusa Consulting Services

3.7
Compare
write
Share an Interview