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
3.7

based on 2.4k Reviews

Filter interviews by

Zensar Technologies Interview Questions, Process, and Tips

Updated 22 Jan 2025

Top Zensar Technologies Interview Questions and Answers

View all 180 questions

Zensar Technologies Interview Experiences

Popular Designations

259 interviews found

Power Automate Architect Interview Questions & Answers

user image Anonymous

posted on 13 Jan 2025

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. API related questions. focused on RPA
  • Q2. POwer Automate best practice
  • Q3. Deployment related questions
  • Q4. Diff types of API
  • Q5. Multiple datasource use in PA

Interview Preparation Tips

Interview preparation tips for other job seekers - Moderate difficult. Asked about API, custom connector, high level qus related to power automate.
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.

Top Zensar Technologies Senior Software Engineer Interview Questions and Answers

Q1. Software Testing QuestionWhat are the different types of severity you can assign to a bug?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Fullstack Java Developer Interview Questions & Answers

user image Sagar kumar singh

posted on 26 Nov 2024

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

(2 Questions)

  • Q1. Java and angular
  • Q2. Coding questions
Round 2 - Technical 

(2 Questions)

  • Q1. Again coding and your FE Skills
  • Q2. Some questins from Spring & other

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't go for this company as they will conduct the interview process and once you clear everything then they will ask you for HR Discussions then after the they will send you email that they have not considered your profile .this is hell and fully waste of time.

Fullstack Java Developer Interview Questions asked at other Companies

Q1. If needed, will you work on the older technology stack?
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Java Developer with a passion for creating efficient and scalable applications.

    • Over 5 years of experience in Java development

    • Strong knowledge of object-oriented programming principles

    • Proficient in Spring framework and Hibernate

    • Experience with RESTful web services and microservices architecture

    • Familiar with Agile methodologies and version control systems like Git

  • Answered by AI
  • Q2. Explain Spring Boot flow in your project
  • Ans. 

    Spring Boot simplifies the development of Java applications by providing a set of tools and conventions.

    • Spring Boot eliminates the need for manual configuration by providing defaults and auto-configuration.

    • It includes embedded servers like Tomcat, Jetty, or Undertow for easy deployment.

    • Spring Boot starters help in quickly setting up dependencies and configurations.

    • Annotations like @SpringBootApplication and @RestContro

  • Answered by AI
  • Q3. Explain Spring Security flow in your project
  • Ans. 

    Spring Security is used for authentication and authorization in Java projects.

    • Spring Security provides authentication and authorization support out of the box.

    • It can be configured using XML or Java configuration.

    • It supports various authentication mechanisms like form-based, basic, and OAuth.

    • Roles and permissions can be defined using annotations or configuration.

    • Example: @EnableWebSecurity annotation enables Spring Secu

  • Answered by AI
  • Q4. What is @SpringBootApplication
  • Ans. 

    Annotation used to mark a class as a Spring Boot application

    • Main annotation in Spring Boot to indicate the starting point of the application

    • Combines @Configuration, @EnableAutoConfiguration, and @ComponentScan annotations

    • Used to enable the auto-configuration feature in Spring Boot

    • Reduces the need for XML configuration in Spring applications

  • Answered by AI
  • Q5. Coding Question - Find frequency of all the all the elements in Given String
  • Ans. 

    Find frequency of all elements in a given string

    • Create a HashMap to store the frequency of each element in the string

    • Iterate through the string and update the frequency in the HashMap

    • Convert the HashMap to an array of strings for the final result

  • Answered by AI
Round 2 - HR 

(5 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a Java Developer with 5 years of experience in developing web applications and implementing software solutions.

    • 5 years of experience in Java development

    • Proficient in developing web applications

    • Skilled in implementing software solutions

  • Answered by AI
  • Q2. What is Success according to you
  • Ans. 

    Success is achieving personal goals, feeling fulfilled, and making a positive impact on others.

    • Success is subjective and can vary from person to person.

    • It is not just about achieving wealth or fame, but also about personal growth and happiness.

    • Success can be measured by the impact one has on others and the legacy they leave behind.

    • Examples of success include reaching career milestones, maintaining healthy relationships...

  • Answered by AI
  • Q3. What are your strengths and weekness
  • Ans. 

    My strengths include strong problem-solving skills and attention to detail. My weakness is sometimes being too critical of my own work.

    • Strength: Strong problem-solving skills - I enjoy tackling complex problems and finding efficient solutions.

    • Strength: Attention to detail - I take pride in producing high-quality work and ensuring accuracy.

    • Weakness: Being too critical of my own work - I strive for perfection and sometim...

  • Answered by AI
  • Q4. Tell me about your Family Background
  • Ans. 

    I come from a close-knit family with a strong emphasis on education and hard work.

    • Family is supportive and values education

    • Parents are both professionals

    • Have a sibling who is also in the tech industry

  • Answered by AI
  • Q5. How do you solve any problem
  • Ans. 

    I approach problem-solving by breaking down the issue, researching possible solutions, and testing different approaches.

    • Identify the problem and gather all relevant information

    • Brainstorm potential solutions and evaluate their feasibility

    • Implement the chosen solution and test it to ensure it resolves the problem

    • Iterate on the solution if needed to improve its effectiveness

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Zensar Technologies interview questions for popular designations

 Software Engineer

 (38)

 Junior Software Engineer

 (27)

 Senior Software Engineer

 (27)

 Software Developer

 (15)

 Technical Specialist

 (9)

 Senior Technical Specialist

 (5)

 Java Developer

 (4)

 Senior Software Developer

 (4)

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

(2 Questions)

  • Q1. What is the difference between volatile and atomic variables?
  • Q2. How can caching be implemented?

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

Get interview-ready with Top Zensar Technologies Interview Questions

Intern Interview Questions & Answers

user image Anonymous

posted on 1 Jan 2025

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

I applied via Campus Placement and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The coding test consisted of easy to medium difficulty questions: 1. Find the Kth largest element. 2. Print an array based on the sequence specified in a different array. Additionally, there was a classical stack problem involving valid parentheses.

Round 2 - Hackathon 

(1 Question)

  • Q1. Build web app, inventory management

Interview Preparation Tips

Topics to prepare for Zensar Technologies Intern interview:
  • Javascript
  • recat

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)

Jobs at Zensar Technologies

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

(1 Question)

  • Q1. Question on Spark and python and sql
Round 2 - Technical 

(1 Question)

  • Q1. Questions on sql and python and spark
Round 3 - HR 

(1 Question)

  • Q1. General HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on spark more

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

Software Engineer interview

user image P G Dastoorkar Dnyan Prabodhini

posted on 9 Mar 2022

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

MCQ'S on Core Java, Java8, SQL, Microservices and Coding question in Java.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Java 8 concepts, Multi threading, Collections, Microservices, SOLID PRINCIPLES, Design Patterns and Java 8 coding and SQL queries
  • Q2. Take a list and find the list containing prime numbers in list, Find the highest salary of employees using streams and also basic SQL queries on joins
  • Ans. 

    Use Java streams to filter prime numbers from a list, find highest employee salary, and demonstrate basic SQL joins.

    • Use Java streams to filter prime numbers from the list

    • Use streams to find the highest salary of employees

    • Demonstrate basic SQL queries for joins

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on Java 8, Multi threading, Core Java, Solid principles and Design patterns.
Anyhow how much you prepare they will reject straight away by finding some silly reasons they don't have intentions to hire just conducting interviews for sake and publicity, finally ghosting candidates.
Don't attend and apply for this company

Skills evaluated in this interview

Backend Java Developer Interview Questions asked at other Companies

Q1. Take a list and find the list containing prime numbers in list, Find the highest salary of employees using streams and also basic SQL queries on joins
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How you differentiate authorization and authentication ?
  • Ans. 

    Authorization determines what a user can access, while authentication verifies the user's identity.

    • Authorization controls access to resources based on user permissions

    • Authentication verifies the user's identity through credentials like passwords or biometrics

    • Authorization comes after authentication in the access control process

    • Example: After logging into a system (authentication), a user is authorized to view certain f

  • Answered by AI
  • Q2. What is SSO ?
  • Ans. 

    SSO stands for Single Sign-On, a method of access control that allows a user to log in with a single ID and password to access multiple applications.

    • SSO eliminates the need for users to remember multiple passwords for different applications.

    • It improves user experience by reducing the number of times a user has to log in.

    • SSO can be implemented using technologies like SAML, OAuth, or OpenID Connect.

    • Example: A user logs i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - very easy questions on IAM in general.

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

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, Java, Javascript, SQL and Software Configuration Management.
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 192 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.6k 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
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 805 Interviews
Mphasis Interview Questions
3.4
 • 800 Interviews
View all

Zensar Technologies Reviews and Ratings

based on 2.4k 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.4k Reviews and Ratings
Guidewire PC or BC or CC or APD Developer

Kolkata,

Pune

+1

5-10 Yrs

Not Disclosed

DIGITAL SECURITY - IAM - Azure AD

Pune

5-9 Yrs

Not Disclosed

Fin Ops

Pune

3-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
3.9k salaries
unlock blur

₹2.4 L/yr - ₹10 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
829 salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

Senior Technical Specialist
712 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