Zensar technology limited interview experience Real time questions & tips from candidates to crack your interview

Junior Software Engineer

Zensar technology limited
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: DSA, OOPS, Database Management System, Operating System, Aptitude
Tip
Tip

Tip 1 : Hold good problem-solving skills and knowledge of the core subjects mentioned above.
Tip 2 : Stay calm during the interview
Tip 3 : Solve 2-3 coding problems consistently on any platform

Application process
Where: Campus
Eligibility: 8 CGPA
Resume Tip
Resume tip

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration60 minutes
Interview date13 Dec 2021
Coding problem1

1. Sum Of Infinite Array

Moderate
35m average time
70% success
0/80
Asked in company
Deloitte

Given an array “A” of N integers and you have also defined the new array “B” as a concatenation of array “A” for an infinite number of times.

For example, if the given array “A” is [1,2,3] then, infinite array “B” is [1,2,3,1,2,3,1,2,3,.......].

Now you are given Q queries, each query consists of two integers “L“ and “R”(1-based indexing). Your task is to find the sum of the subarray from index “L” to “R” (both inclusive) in the infinite array “B” for each query.

Note :

The value of the sum can be very large, return the answer as modulus 10^9+7.
Problem approach

Step 1 : Fist give a simple brute-force approach 
Step 2 : And then optimize it by applying the prefix sum

Try solving now
02
Round
Easy
Video Call
Duration50 minutes
Interview date9 Dec 2021
Coding problem1

1. SQL Queries

  • Write a query to find the 3rd highest salary from a table without top or limit keyword.
  • Fetch employee names and salaries even if the salary value is not present for the employee.
  • SQL query to fetch all the Employees from EmployeeDetails who joined in the Year 2020.
Problem approach

Tip 1 : Practice some SQL Queries to get a better understanding
 

03
Round
Medium
HR Round
Duration50 minutes
Interview date12 Dec 2021
Coding problem1

1. Basic HR Questions

  • Introduce yourself
  • Why did you choose Zensar?
  • What do you think makes you a better choice than others?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Amazon
961 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3452 views
0 comments
0 upvotes