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

Updated 28 Oct 2024

Zensar Technologies Senior Software Developer Interview Experiences

4 interviews found

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

(1 Question)

  • Q1. Truncate vs Delete
  • Ans. 

    Truncate removes all data from a table quickly, while delete removes specific rows one by one.

    • Truncate is faster than delete as it does not log individual row deletions.

    • Truncate resets identity columns, while delete does not.

    • Truncate cannot be rolled back, while delete can be.

    • Truncate is a DDL operation, while delete is a DML operation.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. SQL basics and project level usage
Round 3 - One-on-one 

(1 Question)

  • Q1. Query writing and execution plan
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and company policy

Senior Software Developer Interview Questions Asked at Other Companies

asked in Freshworks
Q1. Intersection of Linked ListYou are given two Singly Linked List o ... read more
asked in Freshworks
Q2. Middle Of Linked ListGiven the head node of the singly linked lis ... read more
asked in Freshworks
Q3. Overlapping IntervalsYou have been given the start and end times ... read more
asked in SAP
Q4. Sum Of Max And MinYou are given an array “ARR” of size N. Your ta ... read more
asked in Freshworks
Q5. Cube Sum PairsYou are given a positive integer N, and you have to ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to AWS Lambda, API Gateway. Indexing and Aggregation pipeline in MongoDB
  • Q2. NodeJS Events, event-loop

Interview Questionnaire 

1 Question

  • Q1. Writing Rest API for the real time example
  • Ans. 

    Writing a REST API for a real-time example

    • Choose a real-time example, such as a chat application or a stock market tracker

    • Design the API endpoints and their corresponding HTTP methods

    • Implement the API using a framework like Express.js or Django

    • Use WebSockets or long-polling for real-time updates

    • Ensure authentication and authorization mechanisms are in place

    • Handle error cases and provide appropriate error responses

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My two rounds of interview happened to be an technical interview only, it was good and sort of easy going discussion of technologies and the programming which are I worked.

Skills evaluated in this interview

Zensar Technologies interview questions for designations

 Software Developer

 (15)

 Junior Software Developer

 (2)

 Software Developer Intern

 (1)

 Java Software Developer

 (1)

 Senior Software Engineer

 (26)

 Senior Java Developer

 (2)

 Senior .NET Developer

 (1)

 Senior IOS Developer

 (1)

Senior Software Developer Jobs at Zensar Technologies

View all

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

One question related to string manipulation which is of medium level difficulty.

Round 2 - Technical 

(2 Questions)

  • Q1. Asked questions related to Java and Spring Boot.
  • Q2. They also asked questions related to previous projects.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. React questions
  • Q2. JavaScript questions
Round 2 - Technical 

(2 Questions)

  • Q1. React questions
  • Q2. JavaScript questions
Round 3 - HR 

(2 Questions)

  • Q1. Company related questions
  • Q2. Questions based on previous experience
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Microservice Architecture
  • Q2. Rest api vs soap api
  • Ans. 

    REST API is lightweight, flexible, and widely used, while SOAP API is more rigid and heavy.

    • REST API uses standard HTTP methods like GET, POST, PUT, DELETE, while SOAP API uses XML for communication.

    • REST API is stateless and can be cached, making it faster, while SOAP API is stateful and requires more bandwidth.

    • REST API is easier to implement and understand, while SOAP API has more built-in security features.

    • Examples: R

  • Answered by AI

Skills evaluated in this interview

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

Questions from Resume, solving code snippets, DSA Algo

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain GCD, Core Data, Higher Order Functions, ARC
  • Ans. 

    GCD, Core Data, Higher Order Functions, ARC are key concepts in iOS development.

    • GCD (Grand Central Dispatch) is a technology for managing concurrent operations.

    • Core Data is a framework for managing the model layer objects in an application.

    • Higher Order Functions are functions that operate on other functions, taking them as arguments or returning them.

    • ARC (Automatic Reference Counting) is a memory management technology

  • Answered by AI
  • Q2. Weak Unowned, iOS App States
Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Regarding SQL i Cleared my Test
  • Q2. What is CTE ? And Write a Sample Query ?
  • Ans. 

    CTE stands for Common Table Expressions, used to create temporary result sets within a SQL query.

    • CTE is defined using the WITH keyword in SQL.

    • It helps in simplifying complex queries by breaking them into smaller, more manageable parts.

    • CTEs can reference themselves recursively, making them useful for hierarchical data.

    • Example: WITH cte AS (SELECT * FROM table_name) SELECT * FROM cte;

  • Answered by AI
  • Q3. Print Numbers between 1 to 20 , even/odd numbers
  • Ans. 

    Print even and odd numbers between 1 to 20.

    • Iterate from 1 to 20 and check if the number is even or odd.

    • Use a conditional statement to determine if the number is even or odd.

    • Print the number along with its type (even or odd).

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

(1 Question)

  • Q1. Max of the Questions which interviewer was asked i answered well

Interview Preparation Tips

Topics to prepare for GlobalLogic Senior Software Developer interview:
  • SQL Server
  • Performance Tuning

Skills evaluated in this interview

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

1 hr coding round, mostly JAVA questions

Round 2 - Technical 

(1 Question)

  • Q1. Mostly Design related questions. AWS, Cloud etc.
Round 3 - HR 

(1 Question)

  • Q1. Normal Salary discussions, joining date discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your mind calm, and things will good smooth

Zensar Technologies Interview FAQs

How many rounds are there in Zensar Technologies Senior Software Developer interview?
Zensar Technologies interview process usually has 2 rounds. The most common rounds in the Zensar Technologies interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Zensar Technologies Senior Software Developer 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 Azure Functions.
What are the top questions asked in Zensar Technologies Senior Software Developer interview?

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

  1. Writing Rest API for the real time exam...read more
  2. Truncate vs Del...read more
  3. Questions related to AWS Lambda, API Gateway. Indexing and Aggregation pipeline...read more

Tell us how to improve this page.

Zensar Technologies Senior Software Developer Salary
based on 201 salaries
₹8 L/yr - ₹27.5 L/yr
28% more than the average Senior Software Developer Salary in India
View more details

Zensar Technologies Senior Software Developer Reviews and Ratings

based on 23 reviews

3.4/5

Rating in categories

3.6

Skill development

3.9

Work-Life balance

3.0

Salary & Benefits

3.3

Job Security

3.2

Company culture

2.5

Promotions/Appraisal

3.2

Work Satisfaction

Explore 23 Reviews and Ratings
Sr software Developer

Pimpri-Chinchwad,

Pune

+1

5-10 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

₹5.2 L/yr - ₹22.9 L/yr

Technical Specialist
1.5k salaries
unlock blur

₹9.4 L/yr - ₹33 L/yr

Softwaretest Engineer
833 salaries
unlock blur

₹2.6 L/yr - ₹9.5 L/yr

Senior Technical Specialist
704 salaries
unlock blur

₹11.5 L/yr - ₹40.2 L/yr

Explore more salaries
Compare Zensar Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview