Upload Button Icon Add office photos

Sterlite Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Sterlite Technologies Technical Architect Interview Questions and Answers

Updated 26 Nov 2022

Sterlite Technologies Technical Architect Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Nov 2021. There were 2 interview rounds.

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 

(2 Questions)

  • Q1. Questions on basics of Docker and k8s based, scripting and linux only. Mostly they used k8s in all the projects.
  • Q2. This is telecom based if you are from telecom based company so it would be easy to crack interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be simple and reply answers honestly.
This is mid size company and lot of workload no WLB.

Interview questions from similar companies

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

I applied via Walk-in and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Technical round is the first round
Round 2 - Behavioral 

(1 Question)

  • Q1. It covers both technical on high level and scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. Related to NP and CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical is main. If you are good in technical then for other rounds you don’t need to worry
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Good, questions related to regex

Round 2 - Aptitude Test 

General questions about resume and projects

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

Round 1 - Coding Test 

Basics of C, pointer arithmetic, some output prediction mainly focused on pre and post increment operators, write code to print the character with most occurance in a string with count.

Round 2 - Technical 

(1 Question)

  • Q1. Data structures and algorithms, files, sockets, synchronous/asynchronous operations, multithreading concepts, synchronization primitives, memory management, VoIP basics, SIP callflow, SIP registration, sub...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared by updating your knowledge with coding and algorithm.

I applied via Referral and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About cloud, data, language
  • Q2. Current work, scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was taken by juniors for senior position. Even though you are 99% match for the position.. you’re are not taken based on this stupid junior interviewers review saying you more qualified for it. It sounded non sense. They should assign proper interviewers.. Looked like those ladies felt me as a competitor. Worst..
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 hours DSA questions

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

It was in the morning. Because of covid test was from home. We had 50 MCQ and 1 coding question. The coding question was pretty easy. MCQ were mixed, we even had questions from machine learning.

  • Q1. 

    Maximum Path Sum Between Two Leaves

    Given a non-empty binary tree where each node has a non-negative integer value, determine the maximum possible sum of the path between any two leaves of the given tree.

    ...
  • Ans. 

    Find the maximum path sum between two leaf nodes in a binary tree.

    • Traverse the tree to find the maximum path sum between two leaf nodes

    • Consider both cases where the path passes through the root and where it doesn't

    • Keep track of the maximum sum while traversing the tree

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Interview round. Questions were based on projects, database and one coding question

  • Q1. 

    Longest Subarray Zero Sum Problem Statement

    Given an array of integers arr, determine the length of the longest contiguous subarray that sums to zero.

    Input:

    N (an integer, the length of the array)
    arr (...
  • Ans. 

    Find the length of the longest contiguous subarray that sums to zero in an array of integers.

    • Use a hashmap to store the cumulative sum and its corresponding index.

    • Iterate through the array, updating the sum and checking if the current sum exists in the hashmap.

    • If the sum exists in the hashmap, update the maximum length of subarray with sum zero.

    • Return the maximum length of subarray with sum zero.

  • Answered by AI
Round 3 - Telephonic Call 

Round duration - 40 minutes
Round difficulty - Easy

Managerial round. Was asked questions on projects and management

Round 4 - HR 

Round duration - 10 minutes
Round difficulty - Easy

HR just asked about basic stuffs and all. Nothing technical

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaAbove 7 CGOACisco interview preparation:Topics to prepare for the interview - Data structures, Computer Networking, DBMS, College projects, C++Time required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Practice leetcode questions
Tip 2 : Be very well aware of the projects
Tip 3 : Stay calm

Application resume tips for other job seekers

Tip 1 : Don't use fancy colour
Tip 2 : Write more about stuffs which you are confident like projects or any tech

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Why do you want to join this company?
  • Ans. 

    I am excited to join this company because of its reputation for innovation and commitment to employee growth.

    • I am impressed by the company's track record of developing cutting-edge software solutions.

    • I appreciate the emphasis on professional development and growth opportunities for employees.

    • I am excited about the prospect of working with a talented and dedicated team.

    • I believe that this company's values align with my ...

  • Answered by AI
  • Q2. Who is your role model?
  • Ans. 

    My role model is Elon Musk.

    • I admire his innovative thinking and determination to push boundaries.

    • His ability to lead multiple successful companies is inspiring.

    • His focus on sustainable energy and space exploration aligns with my values.

    • I strive to emulate his work ethic and passion for making a positive impact on the world.

  • Answered by AI
  • Q3. What extra-curricular activities have you been involved in?
  • Ans. 

    I have been involved in various extra-curricular activities such as volunteering, sports, and music.

    • Volunteered at local animal shelter

    • Played on intramural basketball team

    • Participated in school choir

    • Attended coding workshops and hackathons

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: I consulted my seniors for preparation of my resume. I believe that seniors provide the best possible insights in this regards. I had a standard resume for all the companies.

Round: Test
Experience: I had prepared for the CAT examination which helped me in these written tests. The first round was the written test. The criterion for the written test was to have a CGPA more than 6.0. There was an aptitude test and a technical test. The technical test consisted of programming questions based on C++ and data structures. From data structures they asked a lot questions based on tree traversals and from C++. A large number of questions from pointers and arrays were also asked.
The aptitude test was slightly easier than the CAT examination standards. Majority of the questions were related to data interpretation and some were of based on logical reasoning. The total duration of the both the tests combined was 90 minutes.

Around 50 people appeared for the first round and nearly 13 got shortlisted for the next round.
Tips: For the written tests, particularly the aptitude section, if would really help if you have prepared for the CAT examination. There is a book written by an author named R.S. Agarwal which would prove to be beneficial from the point of view of these written tests.
Duration: 90 minutes

Round: Group Discussion
Experience: I did not prepare much for the GD’s. However I did keep myself abreast with certain latest happenings.There were no group activities conducted in the recruitment process of Century Link.

Round: HR Interview
Experience: For HR interviews I prepared answers to some frequently asked HR questions. I found these questions on the internet. Generally the questions asked in the interviews are related to the profile on offer; for instance in A2Z interview I was asked a lot of questions from power systems since it was a core company and in Century Links I was asked questions from C++ and data structures since they had come to recruit for a software engineering profile.

Round: Technical Interview
Experience: In this interview I was questioned on my C++ and data structure knowledge. They asked me questions on pointers and further asked me to explain the concept of dangling pointers. They did not want me to write down the complete code with proper syntax's of the problems asked to me. They only asked me to write the algorithms of the various problems.
They also asked me some puzzles. Unfortunately, I was not able to solve any of them. During the course of the interview they asked me to specify the reason for my keen interest in joining an IT company.
At the end of first interview some candidates were shortlisted and called for the second round of interview.

Round: Technical Interview
Experience: The second interview was conducted by a senior company official. He enquired about my project and again, like in the first interview, asked me to state the reason for my interest in joining an IT company.This interview round was an elimination round.

Round: HR Interview
Experience: The interview was an HR interview. Candidates who reached till this interview were all selected; basically this interview was like a formality to check the candidate’s fit with the company.

College Name: IIT ROORKEE
Motivation: I had never heard of the company before the recruitment season. I attended the PPT organised by the company, I found the company to be a well reputed/established company and thus applied to it. The profile was open for Electrical, Computer Science, Mechanical and Electronics engineering students.

I appeared for an interview before Jan 2016.

Interview Questionnaire 

7 Questions

  • Q1. Give a brief description about your education, past job profile and other questions.
  • Q2. Why did you quit your last organization after just 2.5 years?
  • Ans. 

    Seeking new challenges and growth opportunities.

    • I felt that I had reached a plateau in my role and was no longer being challenged.

    • I was interested in exploring new technologies and wanted to work on more innovative projects.

    • I wanted to work in a more collaborative and dynamic environment.

    • I left on good terms and have maintained positive relationships with my former colleagues.

    • I am excited to bring my skills and experie...

  • Answered by AI
  • Q3. Why do you want to join Centurylink?
  • Ans. 

    I am excited to join Centurylink because of their reputation for innovation and commitment to customer satisfaction.

    • Centurylink has a strong focus on developing cutting-edge technology solutions

    • The company values customer feedback and strives to provide excellent service

    • I am impressed by Centurylink's dedication to diversity and inclusion in the workplace

  • Answered by AI
  • Q4. Why did you relocate to Noida?
  • Ans. 

    Relocated to Noida for better career opportunities and growth.

    • Noida is a hub for IT companies and offers a lot of job opportunities in the software development field.

    • The city has a good work-life balance and a lower cost of living compared to other metropolitan cities.

    • I was also attracted to the diverse culture and the opportunity to work with people from different backgrounds.

    • I did my research and found that Noida has...

  • Answered by AI
  • Q5. Are you ok to work in US shift?
  • Ans. 

    Yes, I am comfortable working in US shift.

    • I have prior experience working in US shift.

    • I am flexible with my work timings.

    • I understand the importance of meeting project deadlines.

    • I am willing to adjust my personal schedule to accommodate work requirements.

  • Answered by AI
  • Q6. Where do you put up?
  • Ans. 

    I currently reside in New York City.

    • I live in an apartment in Manhattan.

    • My neighborhood is known for its diverse food options.

    • I have easy access to public transportation.

    • I enjoy exploring the city in my free time.

  • Answered by AI
  • Q7. Solve 12 Mainframe Puzzles

Interview Preparation Tips

Round: Technical + HR Interview
Experience: I told them all about the previous companies and my past job profile as a Mainframe Developer.
I gave a valid reason for quitting the previous company.
I cited that the reason to relocate to Noida was my wedding.
I was not okay to work in shifts, hence I denied.
I was putting up in Noida itself back then.

Round: Puzzle Interview
Experience: I was given a list of 12 Mainframe puzzles with questions from Cobol, DB2 and JCL.

I could solve 8 of them correctly.
Tips: Prepare puzzles as they give just 1 minute per question and not more.

Interview Preparation Tips

General Tips: It was challenging for me to get into this company. I was rejected around 10-11 times before i got placed in this company. So finding out the reason and to overcome it in the next company was the challenging task.
For getting into this company you should have the knowledge of OS, Database,Networks and OOP concepts. "Job profile was software developer.
The questions asked to me were related to OS concepts like deadlocks process and threads n all. From networks they asked me about the wifi drivers installed in your system. They asked about dynamic programming and they gave me one question to solve using dynamic programming. Then they asked me to write two more codes . From database they asked me about the errors which we will get if we do these things in the table. They asked me about the hashmap and how does it work and why it takes constant time in data retrieval. They asked me about the OOPs concepts and the virtual class implementation in detail. In short they asked me questions from every field."
Skill Tips: For the interviews karumanchi is the best book.
Presentation skills matters alot. No matter how much u know, presenating your knowledge in front of the interviewer matters alot. Speaking very fast during an interview may lead you to rejections (personal experience).
Skills:
College Name: NIT Surathkal

Sterlite Technologies Interview FAQs

How many rounds are there in Sterlite Technologies Technical Architect interview?
Sterlite Technologies interview process usually has 2 rounds. The most common rounds in the Sterlite Technologies interview process are Resume Shortlist and Technical.
How to prepare for Sterlite Technologies Technical Architect 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 Sterlite Technologies. The most common topics and skills that interviewers at Sterlite Technologies expect are C++, EJB, Java, Javascript and PLSQL.
What are the top questions asked in Sterlite Technologies Technical Architect interview?

Some of the top questions asked at the Sterlite Technologies Technical Architect interview -

  1. Questions on basics of Docker and k8s based, scripting and linux only. Mostly t...read more
  2. This is telecom based if you are from telecom based company so it would be easy...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Cisco Interview Questions
4.2
 • 375 Interviews
Indus Towers Interview Questions
3.7
 • 186 Interviews
Nvidia Interview Questions
3.6
 • 108 Interviews
BT Business Interview Questions
4.0
 • 81 Interviews
Tejas Networks Interview Questions
4.0
 • 76 Interviews
Arista Networks Interview Questions
4.1
 • 44 Interviews
Redington Interview Questions
4.0
 • 35 Interviews
View all
Sterlite Technologies Technical Architect Salary
based on 12 salaries
₹25.6 L/yr - ₹52.5 L/yr
31% more than the average Technical Architect Salary in India
View more details

Sterlite Technologies Technical Architect Reviews and Ratings

based on 3 reviews

2.9/5

Rating in categories

2.5

Skill development

2.9

Work-life balance

2.9

Salary

2.9

Job security

2.9

Company culture

2.1

Promotions

2.9

Work satisfaction

Explore 3 Reviews and Ratings
Process Associate
652 salaries
unlock blur

₹2 L/yr - ₹5.6 L/yr

Field Engineer
286 salaries
unlock blur

₹2.4 L/yr - ₹6.1 L/yr

Senior Software Engineer
247 salaries
unlock blur

₹4.8 L/yr - ₹16 L/yr

Associate Officer
232 salaries
unlock blur

₹3 L/yr - ₹7.9 L/yr

Technical Lead
215 salaries
unlock blur

₹9.6 L/yr - ₹27.2 L/yr

Explore more salaries
Compare Sterlite Technologies with

Indus Towers

3.7
Compare

Cisco

4.2
Compare

BT Business

4.0
Compare

Lumen Technologies

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview