Upload Button Icon Add office photos

Seagate

Compare button icon Compare button icon Compare

Filter interviews by

Seagate Interview Questions, Process, and Tips

Updated 17 Dec 2024

Top Seagate Interview Questions and Answers

View all 9 questions

Seagate Interview Experiences

Popular Designations

17 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (176)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Strivers list Leetcode easy and medium questions

Round 2 - Technical 

(2 Questions)

  • Q1. Storage related systems question
  • Q2. Cloud related system design question
Round 3 - One-on-one 

(1 Question)

  • Q1. Why would you like to join Seagate
Round 4 - HR 

(1 Question)

  • Q1. Career snapshot related questions

Senior Staff Engineer Interview Questions asked at other Companies

Q1. Design Memory allocator for user space programs like malloc.
View answer (1)

lithography process development Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Dec 2024

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

(2 Questions)

  • Q1. Tell me about the photolithography process
  • Ans. 

    Photolithography is a process used in microfabrication to transfer patterns onto a substrate using light-sensitive materials.

    • Photolithography involves coating a substrate with a photoresist material

    • A mask containing the desired pattern is placed over the photoresist-coated substrate

    • The substrate is exposed to light, which passes through the mask and selectively exposes the photoresist

    • After exposure, the photoresist is ...

  • Answered by AI
  • Q2. Tell me an experience when you made a mistake
  • Ans. 

    I once made a mistake in a lithography process by using the wrong exposure settings.

    • Accidentally set the exposure time too long, resulting in overexposed patterns

    • Realized the mistake during post-exposure inspection

    • Learned to double-check settings before starting a process

  • Answered by AI

Intern Interview Questions & Answers

user image Anonymous

posted on 4 Dec 2024

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude was quite easy with simple python questions

Round 2 - Coding Test 

Asked basic questions on numpy and pandas

Interview Preparation Tips

Topics to prepare for Seagate Intern interview:
  • Python
  • SQL
Interview preparation tips for other job seekers - Prepare for basic questions dont stress too much

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Seagate interview questions for popular designations

 Intern

 (5)

 Senior Staff Engineer

 (2)

 Software Engineer

 (2)

 Analyst 1

 (1)

 Firmware Engineer

 (1)

 Sdet Automation Test Engineer

 (1)

 Staff Engineer

 (1)

 Web Developer

 (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 24 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is hyperparameter tuning?
  • Ans. 

    Hyperparameter tuning is the process of selecting the best set of hyperparameters for a machine learning model.

    • Hyperparameters are parameters that are set before the learning process begins.

    • Hyperparameter tuning involves adjusting hyperparameters to optimize the model's performance.

    • Common techniques for hyperparameter tuning include grid search, random search, and Bayesian optimization.

  • Answered by AI
  • Q2. How do we train neural networks?
  • Ans. 

    Neural networks are trained using algorithms that adjust the weights and biases of the network based on the input data and desired output.

    • Neural networks are trained using a process called backpropagation, where the error between the predicted output and the actual output is used to adjust the weights and biases of the network.

    • Training data is fed into the neural network, and the network's output is compared to the des...

  • Answered by AI
  • Q3. What is overfitting?
  • Ans. 

    Overfitting occurs when a machine learning model learns the training data too well, including noise and outliers, leading to poor generalization on new data.

    • Overfitting happens when a model is too complex and captures noise in the training data.

    • It can be identified when a model performs well on training data but poorly on unseen data.

    • Techniques to prevent overfitting include cross-validation, regularization, and early ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join. Too much politics and racism. They only prefer regional candidates.

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

vlsi intern Interview Questions & Answers

user image Anonymous

posted on 28 Sep 2024

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

(1 Question)

  • Q1. Core MCQs on Embedded systems and VLSI

Interview Preparation Tips

Interview preparation tips for other job seekers - consisted of 2 technical rounds, asked about projects in depth and C programmimg

Jobs at Seagate

View all

Intern Interview Questions & Answers

user image Shivani Mukunde

posted on 1 Aug 2024

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

(2 Questions)

  • Q1. Python program questions
  • Q2. OOPS based programming questions

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Intern Interview Questions & Answers

user image Anonymous

posted on 25 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. DSA - Linked List, Array and Strings
Round 2 - HR 

(1 Question)

  • Q1. Why should we hire you

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Web Developer Interview Questions & Answers

user image Anonymous

posted on 24 Apr 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java basic knowledge and deep knowledge
  • Q2. Java, theory, oops, dbms

Interview Preparation Tips

Topics to prepare for Seagate Web Developer interview:
  • OOPS
  • Fuctiion overloading
Interview preparation tips for other job seekers - Have to have basic knowledge of any programming language they prefer, Basic concepts such as oops, what is a class, what are objects. What are errors

Web Developer Interview Questions asked at other Companies

Q1. Check Indices With Given DifferenceYou are given an integer array 'ARR' of size ‘N’ and two integers ‘A’ and ‘B’. You need to find if there are two distinct indices in the array, such that the absolute difference of values on those indices ... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. 1. Linklist intersection
  • Q2. About older project, OS concept, semaphore, mutex, spinlock

Staff Engineer Interview Questions asked at other Companies

Q1. Swap Adjacent Bit PairsYou are given an integer 'N'. Your task is to find the number formed after swapping each even bit of 'N' in its binary representation with its adjacent bit on the right, assuming that the least significant bit is an o... read more
View answer (2)

Seagate Interview FAQs

How many rounds are there in Seagate interview?
Seagate interview process usually has 1-2 rounds. The most common rounds in the Seagate interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for Seagate 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 Seagate. The most common topics and skills that interviewers at Seagate expect are RSS, Python, Linux, Silicon and Perl.
What are the top questions asked in Seagate interview?

Some of the top questions asked at the Seagate interview -

  1. Describe how you would approach a system design probl...read more
  2. Tell me about the photolithography proc...read more
  3. How do we train neural networ...read more
How long is the Seagate interview process?

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

Tell us how to improve this page.

Seagate Interview Process

based on 13 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.4k Interviews
Samsung Interview Questions
3.9
 • 561 Interviews
Cisco Interview Questions
4.1
 • 397 Interviews
Intel Interview Questions
4.2
 • 223 Interviews
Hitachi Interview Questions
4.0
 • 82 Interviews
Western Digital Interview Questions
3.5
 • 49 Interviews
Toshiba Interview Questions
4.0
 • 28 Interviews
View all

Seagate Reviews and Ratings

based on 95 reviews

3.3/5

Rating in categories

3.1

Skill development

3.9

Work-life balance

3.5

Salary

2.5

Job security

3.4

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 95 Reviews and Ratings
Engineer- Data Science

Pune

2-5 Yrs

Not Disclosed

Intern- Firmware

Pune

0-1 Yrs

Not Disclosed

Intern-Firmware

Pune

0-1 Yrs

Not Disclosed

Explore more jobs
Senior Analyst
45 salaries
unlock blur

₹10.1 L/yr - ₹33.5 L/yr

Staff Engineer
45 salaries
unlock blur

₹23.5 L/yr - ₹40 L/yr

Senior Engineer
42 salaries
unlock blur

₹14 L/yr - ₹35 L/yr

Engineer 1
23 salaries
unlock blur

₹8 L/yr - ₹12.2 L/yr

L2 Engineer
21 salaries
unlock blur

₹10.9 L/yr - ₹20 L/yr

Explore more salaries
Compare Seagate with

Western Digital

3.5
Compare

Toshiba

4.0
Compare

Samsung

3.9
Compare

Micron Technology

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