Upload Button Icon Add office photos

Seagate

Compare button icon Compare button icon Compare

Filter interviews by

Seagate Firmware Engineer Interview Questions and Answers

Updated 15 Mar 2024

Seagate Firmware Engineer Interview Experiences

1 interview found

Firmware Engineer Interview Questions & Answers

user image C_19_AMAN GURUMUKHI

posted on 15 Mar 2024

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

I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic questions on c programming and dsa

Round 2 - Technical 

(3 Questions)

  • Q1. Cquestions and dsa
  • Q2. Ask about my project
  • Q3. Ask about SDLC life cycle and agile methodologies.

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: The first consisted of an online test which had an aptitude section which was pretty simply and then a programming section consisting of three different programs. The programs were logical required basic knowledge of array, sorting and a little bit of data structures.

Round: Technical Interview
Experience: Around 13 of us were shortlisted for the interview round, B.Tech and M.Tech included. The interview round was mostly interactive, where we had to mention about the various interns that we went through. A few programming questions were asked based on topics which we were comfortable with.
Tips: Just get used to coding, data structures and basic aptitude. GRE preparation as such helped me.

Round: HR Interview
Experience: Finally there was a HR round in which I was asked as to why I would like to work in Samsung R&D and general things about interests and future plans. On the whole Samsung took 3 B.Tech students and 2 M.Tech students when they came for placements apart from PPOs.

General Tips: Personally I feel that one should apply in only those companies in which they are sure of having job satisfaction. So don't apply to companies which you are not interested in just for the sake of having a backup because once you are placed you do not have a second chance.
Do not get dejected if you do not get through in the first few tries. Keep your hopes up and be confident when ever you get to interview rounds. Try to be assertive when giving answers. It is some times exhausting to go through placements but the moment you get placed you will have the best feeling ever.
Skill Tips: Just chill and take the test. Once you clear the online test, irrespective of your pointer if you have a good profile you can convince the interviewers.
Skills:
College Name: NIT Surathkal

Software Engineer Interview Questions & Answers

Samsung user image Shubham Srivastava

posted on 5 Feb 2016

Interview Preparation Tips

Round: Test
Experience: Written round: One programming question of 3 hours duration.All test cases were to passed.
Duration: 3 hours minutes
Total Questions: 1

Round: Technical Interview
Experience:
There were two rounds : tech PI and HR round.
A.Tech. PI: Firstly,interviewer went through my whole resume.He started asking questions from project done during summer internship.Questions were:
1.What is he project about?
2.Difference between 3G and 4G.
3.What is the aim of this research internship?
4.How much was i able to complete in two months?(I told that i am continuing as major project,since in two months time i could not get desired result).

Then, he went onto programming language i was comfortable. I answered C.
1.sizeof("shubham")
strlen("shubham")
I was asked to write output.Output would be 8 and 7. He asked why. Basic concepts should be clear.
2.Storage Classes in C-asked me concept and gave some questions to write output.
3.Constant pointers and pointers to constant. Asked to write output of snippets he gave.
4.malloc,caloc,realloc,free-syntax
5.Questions on pointers.

Basic concepts of let us C were asked mostly,that book is enough . Also see, GEEKSFORGEEKS, C section.

Operating System: Mutex and Semaphore,critical Section, Scheduling algorithms, Producer-Consumer Problem.
(Data Structures was not asked to me but others.)

Puzzles:
1. Maximum run a batsman can make in 50 overs.
2.There are 10 coins. 5 face head side and 5 as tail. You are blind folded.Make two piles of equal number of coins such that number of head in equal in both the piles.
Assumption:You can flip coin any number of times.

Question: Why do you want to join Samsung ,though placed in other company?

Questions: Any plans of future studies. I answered 'NO' only job.

Last question: Any question I would like to ask them. I asked what work would be doing in R&D. He explained me a lot of things.
Tips: 1.Be thorough with your project(done during internship or training) . You should be able to answer almost all the questions.
2.Study operating system very well if you plan to sit in samsung R&D.
3.Data structures and any one programming language.
4.Prepare puzzles as it can be asked by anyone. See programmerinterview.com etc.
5.Refer samsung archives of GEEKSFORGEEKS . Interview questions were mostly covering those.

Round: HR Interview
Experience: 1.Introduce yourself.
2.How would your friends describe you?
3.Tell the recent experiences of which makes you initiative.(i told that i am initiative,then he asked that question. So be ready with the examples,when u say any of your qualities.)
4.What is your weakness?
5.Puzzles.He asked me to fill the numbers from 1 to 8 in these 8 boxes, one number exactly once, such that no two consecutive elements are
adjacent(diagonally, horizontally or vertically) to each other.

-----/
6.Which places in India have you been?


Skills: Solving Logic Puzzles, Basic C/C++, Data Structures, Operating Systems
College Name: NIT Raipur

Software Engineer Interview Questions & Answers

Intel user image ESHAN SHEKHAR cs15m018

posted on 2 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Given a blackbox with arithmetic circuits , design the logical circuits
  • Ans. 

    Design logical circuits for arithmetic circuits in a blackbox.

    • Understand the functionality of the arithmetic circuits in the blackbox.

    • Identify the inputs and outputs of the blackbox.

    • Design logical circuits using logic gates to replicate the arithmetic operations.

    • Test the logical circuits to ensure they produce the same outputs as the arithmetic circuits.

  • Answered by AI
  • Q2. Embedded c-code for recursion
  • Ans. 

    Recursion in embedded C-code allows a function to call itself, useful for repetitive tasks or complex algorithms.

    • Ensure proper base case to avoid infinite recursion

    • Use stack space efficiently as embedded systems have limited resources

    • Avoid recursive functions with deep call stacks to prevent stack overflow

    • Example: Recursive function to calculate factorial of a number

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: During this round we had some technical questions and some digital logic questions.
Tips: Please be patient.Interviewers do stress testing. Don't panic even if you don't know any answers.
Duration: 2 hours
Total Questions: 1

Round: Technical Interview
Experience: He asked me questions regarding my project and some coding questions
Tips: Please be patient.Interviewers do stress testing. Don't panic even if you don't know any answers.

Round: Technical + HR Interview
Experience: He asked me questions regarding my project and some coding questions
Tips: Please be patient.Interviewers do stress testing. Don't panic even if you don't know any answers.

College Name: IIT Madras

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Intel user image Niranjhana Narayanan

posted on 2 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.

Interview Preparation Tips

Round: Test
Experience: Questions were based on C concepts, given piece of code, find error, output,etc then data structures, bit manipulation, a few aptitude questions were also there (around 5-7).
Duration: 1 hour
Total Questions: 30

Round: Technical + HR Interview
Experience: I was asked to explain project in detail, I had done projects on embedded, so was asked what fields did you use in that structure, why this implementation and not some related other. Then questions on C concepts, memory allocation, function pointers, data structures, linked lists, then bit manipulation in registers. Then later, why higher studies, would you still go for higher studies if you had a good job at a company, why etc.
Tips: Just be thorough with C (Know your Kernighan Ritchie) and be prepared to go into details about your projects.

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and project management tools like Jira

  • Answered by AI
  • Q2. Questions on gen data structures and basic electrical questions Regards software - Dsa,computer organization,computer networks

Interview Preparation Tips

Round: Test
Experience: I was gen basic analytics questions
Tips: No needforany serious preperation,just be yourself
Duration: 45 minutes
Total Questions: 25

Round: Technical + HR Interview
Experience: I got trough most of dsa and computer network questions but i was notso strong in digital part so i cupped
Tips: Just know the basics of all the areas you are interested in.

Round: HR Interview
Experience: This is the basic question expected i have gone through my family childhood experiences and hobies
Tips: Every person have a unique style of expressing themselves ,so prepare for these kind of questions,dont rise any interest in higher studies

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Question on pointers and concepts based on Resume
  • Q2. Device Drivers, Linux, Firmware and some questions like "how will you handle some scenarios"
  • Q3. Why Intel, Introduce yourself
  • Ans. 

    I am passionate about technology and innovation, and I believe Intel is at the forefront of cutting-edge advancements in the field.

    • I have always been fascinated by the latest advancements in technology and Intel's reputation for innovation drew me to the company.

    • I admire Intel's commitment to pushing the boundaries of what is possible in the tech industry.

    • I am excited about the opportunity to work with a team of talent...

  • Answered by AI

Interview Preparation Tips

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. OS concepts, C programme to convert big endian (int data type) to little endian(short data type)

Interview Preparation Tips

Round: Test
Duration: 1 hour
Total Questions: 25

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About compilers and project
  • Q2. About myself and related to intereset in company

Interview Preparation Tips

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. C, C++, Semaphores
  • Q2. Why Intel?
  • Ans. 

    Intel is a leading technology company known for innovation and cutting-edge products.

    • Intel is a pioneer in the semiconductor industry, known for its advanced technology and high-performance processors.

    • Intel has a strong reputation for innovation and research, constantly pushing the boundaries of technology.

    • Working at Intel provides opportunities to work on cutting-edge projects and collaborate with top talent in the in

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: Questions on project I am working on, languages I know etc.

Round: Technical + HR Interview
Experience: General questions were asked.

Skills: Technical Questions, Technical Questions
College Name: IIT Madras

Seagate Interview FAQs

How many rounds are there in Seagate Firmware Engineer interview?
Seagate interview process usually has 2 rounds. The most common rounds in the Seagate interview process are Aptitude Test and Technical.
What are the top questions asked in Seagate Firmware Engineer interview?

Some of the top questions asked at the Seagate Firmware Engineer interview -

  1. Ask about SDLC life cycle and agile methodologi...read more
  2. Cquestions and ...read more

Tell us how to improve this page.

Seagate Firmware Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
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
 • 398 Interviews
Intel Interview Questions
4.2
 • 223 Interviews
Nvidia Interview Questions
3.7
 • 104 Interviews
Hitachi Interview Questions
4.0
 • 82 Interviews
BT Business Interview Questions
4.0
 • 78 Interviews
View all
Seagate Firmware Engineer Salary
based on 10 salaries
₹8 L/yr - ₹17 L/yr
11% more than the average Firmware Engineer Salary in India
View more details

Seagate Firmware Engineer Reviews and Ratings

based on 2 reviews

3.1/5

Rating in categories

3.1

Skill development

4.0

Work-life balance

3.3

Salary

2.1

Job security

4.1

Company culture

2.7

Promotions

2.6

Work satisfaction

Explore 2 Reviews and Ratings
Staff Engineer
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

L2 Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer 1
21 salaries
unlock blur

₹0 L/yr - ₹0 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