Upload Button Icon Add office photos

Sterlite Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Sterlite Technologies Interview Questions, Process, and Tips

Updated 2 Mar 2025

Top Sterlite Technologies Interview Questions and Answers

View all 91 questions

Sterlite Technologies Interview Experiences

Popular Designations

165 interviews found

Software Developer Interview Questions & Answers

user image Amol Kailas Gadage

posted on 1 Feb 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(12 Questions)

  • Q1. Find the min and max from List of Integers using java 8 streams.
  • Ans. 

    Find min and max from List of Integers using Java 8 streams.

    • Use the `stream()` method on the List to create a stream of integers.

    • Use the `min()` method to find the minimum value.

    • Use the `max()` method to find the maximum value.

  • Answered by AI
  • Q2. Find 2nd largest element using java 8 streams from list of integers.
  • Ans. 

    Find 2nd largest element using Java 8 streams from a list of integers.

    • Sort the list of integers in descending order using streams.

    • Skip the first element to get the second largest element.

  • Answered by AI
  • Q3. Given a Product class and some ArrayList data Find which products has price greater than 200 using java 8 streams?. Find which products having maximum price?
  • Q4. Increase a value of List of Integers by *2 and written new list.
  • Ans. 

    Increase the values of a list of integers by 2 and create a new list.

    • Iterate through the list of integers

    • For each integer, add 2 to its value

    • Create a new list with the updated values

  • Answered by AI
  • Q5. What are the java new features?
  • Ans. 

    Java has introduced several new features in recent versions.

    • Java 8 introduced lambda expressions, which allow for functional programming.

    • Java 8 also introduced the Stream API for processing collections of data.

    • Java 9 introduced the module system, which provides better encapsulation and modularity.

    • Java 10 introduced local variable type inference, allowing the omission of explicit type declarations.

    • Java 11 introduced the...

  • Answered by AI
  • Q6. @Components vs @Repository
  • Ans. 

    The @Component and @Repository annotations are used in Spring Framework for different purposes.

    • Both annotations are used to define beans in the Spring container.

    • @Component is a generic stereotype annotation for any Spring-managed component.

    • @Repository is a specialization of @Component used for DAO classes.

    • The @Repository annotation provides additional exception translation for data access exceptions.

    • Using @Repository i...

  • Answered by AI
  • Q7. @SpringBootApplication
  • Q8. @Entity explain?
  • Ans. 

    The @Entity annotation is used in Java to mark a class as an entity, which represents a table in a relational database.

    • The @Entity annotation is part of the Java Persistence API (JPA) and is used in object-relational mapping (ORM) to map Java objects to database tables.

    • It is typically used in conjunction with other JPA annotations like @Table, @Column, and @Id.

    • The @Entity annotation is used to define the entity name, s...

  • Answered by AI
  • Q9. How the database is configure?
  • Ans. 

    The database is configured by setting up the necessary parameters and configurations to ensure proper functioning and performance.

    • Database configuration involves defining the database schema, tables, and relationships.

    • It includes setting up indexes and constraints for data integrity.

    • Configuring database security measures like user access control and permissions.

    • Tuning database performance by optimizing query execution ...

  • Answered by AI
  • Q10. What is Dockerfile?
  • Ans. 

    Dockerfile is a text file that contains instructions to build a Docker image.

    • Dockerfile is used to automate the creation of Docker images.

    • It specifies the base image, dependencies, environment variables, and commands to run.

    • Each instruction in the Dockerfile creates a new layer in the image.

    • Dockerfile can be version controlled and shared to ensure consistent builds.

    • Example: FROM ubuntu:latest RUN apt-get update && apt-...

  • Answered by AI
  • Q11. Explain CI CD and your project deployment.
  • Ans. 

    CI/CD is a software development practice that enables frequent and automated code integration, testing, and deployment.

    • CI/CD stands for Continuous Integration and Continuous Deployment.

    • It involves automating the process of integrating code changes, running tests, and deploying the application.

    • CI/CD helps in reducing manual errors, improving code quality, and increasing development speed.

    • Tools like Jenkins, GitLab CI/CD...

  • Answered by AI
  • Q12. What is mutable classes in java? How to create?
  • Ans. 

    Mutable classes in Java are classes whose state can be modified after creation.

    • Mutable classes allow changing their internal state

    • They can have mutable fields or methods that modify their state

    • To create a mutable class, define fields with non-final modifiers

    • Provide public methods to modify the state of the class

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Yet to sChedule

Skills evaluated in this interview

Top Sterlite Technologies Software Developer Interview Questions and Answers

Q1. Find the min and max from List of Integers using java 8 streams.
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

General Knowledge About Company, Maths.

Round 2 - Technical 

(2 Questions)

  • Q1. All About Education
  • Q2. Basic Details about Project.
Round 3 - HR 

(1 Question)

  • Q1. Background details.

Quality Assurance Officer Interview Questions asked at other Companies

Q1. What are various challenge test during primary packing?
Add answer

Interview Questions & Answers

user image SANTOSH RAGHUNATH PATIL

posted on 2 Dec 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How BGP select best path
  • Q2. Is RD same or different on different routers
Round 2 - Technical 

(2 Questions)

  • Q1. Traffic engineering
  • Q2. Path switching process
Round 3 - HR 

(1 Question)

  • Q1. HR general questions

Interview Preparation Tips

Topics to prepare for Sterlite Technologies interview:
  • MPLS VPN
  • Bgp
  • Segment Routing
Interview preparation tips for other job seekers - Anyone should technicaly sound while giving interview
Prepare for what you mentioned in your resume
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are the international patient goals?
  • Q2. What do you meant by end of life care?

Interview Preparation Tips

Topics to prepare for Sterlite Technologies ICU Staff Nurse interview:
  • End patient care

ICU Staff Nurse Interview Questions asked at other Companies

Q1. pH in blood value how many bone what is the sign of drain whooshing care of ventilator patients
Add answer

Sterlite Technologies interview questions for popular designations

 Graduate Engineer Trainee (Get)

 (15)

 Field Engineer

 (11)

 Technical Lead

 (6)

 Senior Software Engineer

 (6)

 Project Engineer

 (4)

 Process Associate

 (4)

 Diploma Trainee Engineer

 (3)

 Graduate Engineer

 (3)

Interview Questions & Answers

user image Anonymous

posted on 2 Oct 2024

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 in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Which types of moulding machine
  • Ans. 

    There are various types of moulding machines used in operations support, including injection moulding machines, blow moulding machines, and compression moulding machines.

    • Injection moulding machines are commonly used for producing plastic parts by injecting molten material into a mould.

    • Blow moulding machines are used to create hollow objects such as bottles by blowing air into a heated plastic tube.

    • Compression moulding ...

  • Answered by AI
  • Q2. About plastic materials

Get interview-ready with Top Sterlite Technologies Interview Questions

Team Lead Interview Questions & Answers

user image Dimpesh Silarpuriya

posted on 21 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How you will get admission
  • Q2. What is your caarer expectations

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Jobs at Sterlite Technologies

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Technical routing switch and mpls or more questions
  • Q2. What is bgp, bgp is exchanging the routing information and prefix amoung the as number, bgp is border getaway protocol
  • Ans. 

    BGP (Border Gateway Protocol) is a routing protocol used to exchange routing information between different autonomous systems (AS).

    • BGP is used to exchange routing information and prefixes between different AS numbers.

    • BGP helps in determining the best path for data to travel between networks.

    • BGP operates on TCP port 179.

    • BGP uses attributes like AS path, next hop, and local preference to make routing decisions.

    • Example: B...

  • Answered by AI

Skills evaluated in this interview

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)

Production Manager Interview Questions & Answers

user image ANDHALE PRADIP BHASKAR

posted on 22 Oct 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is product management
  • Ans. 

    Product management involves overseeing the development, marketing, and production of a product from start to finish.

    • Involves identifying market needs and opportunities

    • Includes developing product strategies and roadmaps

    • Requires coordinating cross-functional teams such as engineering, marketing, and sales

    • Involves managing the product lifecycle from concept to end-of-life

    • Includes analyzing market trends and competition

  • Answered by AI

Production Manager Interview Questions asked at other Companies

Q1. Production, Maintenance, Quality and Safety. Out of four, tell me the most important and least important thing for you and why?
View answer (10)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. DEFINE BENDING MOMENT?
  • Ans. 

    Bending moment is a measure of the bending effect on a beam or structural element.

    • Bending moment is the algebraic sum of moments about the neutral axis of a section of a beam or structural element.

    • It is caused by external forces acting on the beam, resulting in a bending or flexural deformation.

    • Bending moment is calculated using the formula: M = F * d, where M is the bending moment, F is the force applied, and d is the...

  • Answered by AI
  • Q2. DIFFERENCE BETWEEN STRAIN AND STRESS?
  • Ans. 

    Strain is the deformation of a material under load, while stress is the force applied to a material per unit area.

    • Strain is a measure of how much a material deforms under stress.

    • Stress is the force applied to a material per unit area.

    • Strain is a dimensionless quantity, while stress is measured in units of force per unit area (such as N/m^2 or Pa).

    • Strain can be either tensile (stretching) or compressive (squeezing), whi...

  • Answered by AI
  • Q3. DEFINE THE HEAT TREATMENT
  • Ans. 

    Heat treatment is a process used to alter the physical and sometimes chemical properties of a material through heating and cooling.

    • Heat treatment involves heating a material to a specific temperature, holding it at that temperature for a certain amount of time, and then cooling it at a controlled rate.

    • The purpose of heat treatment is to improve the material's hardness, strength, toughness, ductility, and other properti...

  • Answered by AI
  • Q4. DIFFERENCE BETWEEN STRUCTURE AND LINKS
  • Ans. 

    Structures are rigid bodies that support loads, while links are flexible elements that connect structures.

    • Structures are typically made of rigid materials like steel or concrete

    • Links are often made of flexible materials like cables or chains

    • Structures provide support and stability to a system

    • Links allow for movement or flexibility within a system

    • Example: A bridge is a structure that supports loads, while the cables con

  • Answered by AI
  • Q5. THERMODYNAMICS LAWS

Interview Preparation Tips

Topics to prepare for Sterlite Technologies Diploma Mechanical Engineer interview:
  • Fluid Mechanics
  • Thermal Engineering
  • thermal power plant
  • THEORY OF MACHINE
  • MECHANICS OF SOLID
  • ENGINEERING MATERIAL
  • WORKSHOP TECHNOLOGY
  • MTROLOGY
  • Project Planning
Interview preparation tips for other job seekers - YOU NHAVE TO STUDY ONLY BASIC CONCEPT WHICH IS VERY HELPFUL.

Skills evaluated in this interview

Diploma Mechanical Engineer Interview Questions asked at other Companies

Q1. What is the second law of thermodynamics?
View answer (14)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Genral test , and HR discussion on work profile

Round 2 - One-on-one 

(1 Question)

  • Q1. PLC , pneumatic, hydraulic,

Project & Maintenance Engineer Interview Questions asked at other Companies

Q1. Freedom of speech 14+*-552455544
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Can you provide a self-introduction?

Maintenance Associate Interview Questions asked at other Companies

Q1. If 4 ac bulb connect series bulbs ar glowing or not
View answer (1)

Sterlite Technologies Interview FAQs

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

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

  1. Is that you know Digital Multimeter? Show me how to use for different component...read more
  2. Tell me about proximity sensors & their types with working principa...read more
  3. If I provide you two 8pin relay, SMPS, DC motor, two push button so how you wil...read more
How long is the Sterlite Technologies interview process?

The duration of Sterlite Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Sterlite Technologies Interview Process

based on 139 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.5k 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
Bharti Airtel Interview Questions
4.0
 • 843 Interviews
Vodafone Idea Interview Questions
4.1
 • 553 Interviews
View all

Sterlite Technologies Reviews and Ratings

based on 2.2k reviews

3.8/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.7

Salary

3.3

Job security

3.6

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 2.2k Reviews and Ratings
BNG Integration Engineer

Navi Mumbai,

Pune

+1

4-9 Yrs

Not Disclosed

State Head - Network Deployment

Pune

15-18 Yrs

Not Disclosed

Product Security Manager

Bangalore / Bengaluru

8-12 Yrs

₹ 25-30 LPA

Explore more jobs
Process Associate
662 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Field Engineer
300 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Officer
246 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
241 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
230 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Sterlite Technologies with

Bharti Airtel

4.0
Compare

Tata Communications

4.0
Compare

Vodafone Idea

4.1
Compare

Tech Mahindra

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