Sterlite Technologies Limited interview experience Real time questions & tips from candidates to crack your interview

Software Engineer Intern

Sterlite Technologies Limited
upvote
share-icon
4 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 4 months
Topics: Analog Electronics, Digital Electronics, Communication Network, Basic Electronics Devices, Data Structures and algorithms
Tip
Tip

Tip 1 : For analog one can refer to Behzad Razavi on YouTube
Tip 2 : Be clear with working of zener diode, rectifier opération and pn junction ideal model
Tip 3 : A project using Arduino Uno is plus, and sufficient knowledge of Python

Application process
Where: Campus
Eligibility: GPA greater than 7.5
Resume Tip
Resume tip

Tip 1 : Be simple and clear in your points. Don't exaggerate
Tip 2 : Be prepare with with hobbies mentioned in resume

Interview rounds

01
Round
Medium
Online Coding Interview
Duration55 mins
Interview date27 Jan 2021
Coding problem0

It was an objective round based on mainly technical stuff consists of two parts. First was cognitive ability and other was domain ability. It was around 4:30 PM. Platform used make us on both camera and screen recording.

02
Round
Medium
Online Coding Interview
Duration60
Interview date29 May 2021
Coding problem2

It was a coding round. Two coding questions.

1. Check if two trees are Mirror

Easy
15m average time
85% success
0/40
Asked in companies
SAP LabsLinkedInGoldman Sachs

You are given two arbitrary binary trees consisting of N and M number of nodes respectively, your task is to check whether the two trees are mirror of each other or not.

Two trees are said to be mirror of each other, if

1. Roots of both the given trees are same.
2. Left subtree of the root of the first tree is the mirror of the right subtree of the root of the second tree.
3. Right subtree of the root of the first tree is the mirror of the left subtree of the root of the second tree.

For example,both the given trees are mirror image of each other: example

Try solving now

2. Partition a set into two subsets such that the difference of subset sums is minimum.

Hard
10m average time
85% success
0/120
Asked in companies
Goldman SachsSterlite Technologies LimitedIntuit

You are given an array 'arr' containing 'n' non-negative integers.


Your task is to partition this array into two subsets such that the absolute difference between subset sums is minimum.


You just need to find the minimum absolute difference considering any valid division of the array elements.


Note:

1. Each array element should belong to exactly one of the subsets.

2. Subsets need not always be contiguous.
For example, for the array : [1, 2, 3], some of the possible divisions are 
   a) {1,2} and {3}
   b) {1,3} and {2}.

3. Subset-sum is the sum of all the elements in that subset. 
Example:
Input: 'n' = 5, 'arr' = [3, 1, 5, 2, 8].

Ouput: 1

Explanation: We can partition the given array into {3, 1, 5} and {2, 8}. 
This will give us the minimum possible absolute difference i.e. (10 - 9 = 1).
Try solving now
03
Round
Medium
Face to Face
Duration45
Interview date3 Feb 2021
Coding problem0

It was around 1:00 PM. It was technical round. Interviewer started with project then tested my basics. Interview overall was good. Interviewer was good too.

04
Round
Medium
Face to Face
Duration60
Interview date3 Feb 2021
Coding problem0

It was HR round. Time was around 4 PM.

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
SDE - 1
3 rounds | 10 problems
Interviewed by Sterlite Technologies Limited
2706 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6451 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3452 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer Intern
4 rounds | 4 problems
Interviewed by Microsoft
1354 views
0 comments
0 upvotes
company logo
Software Engineer Intern
3 rounds | 9 problems
Interviewed by NCR Corporation
1226 views
0 comments
0 upvotes
company logo
Software Engineer Intern
2 rounds | 2 problems
Interviewed by CIS - Cyber Infrastructure
599 views
1 comments
0 upvotes