I applied online. I interviewed at Seagate Technology (Longmont, CO) in Aug 2012
Interview
After graduating with an Electrical Engineering degree, I found it very difficult to even be acknowledged by a company. At Seagate however, I almost immediately received an interview request after submitting my resume via their online application process. My interview was scheduled at 9am, and when I showed up, they put me in a small meeting room. A specific group within the Firmware Engineers (Optimization) was interested in expanding, so I met with each of the senior firmware engineers that were in the group. Each person took about 20 minutes & asked relatively simple questions.
The last person to come in was the manager of the group, and he spent about an hour talking to me about my background, and then he asked me to solve C code problems that he wrote on the blackboard.
Interview questions [1]
Question 1
How could the following be refactored to reduce the amount of memory used by this C code?
int nFirstOne =1, nSecondOne=2;
int nTemp = nFirstOne;
nFirstOne = nSecondOne;
nSecondOne = nTemp;
I applied online. I interviewed at Seagate Technology
Interview
Went to their office, where I was asked about some projects that I did. They cared quite deeply about the process in which I arrived at my conclusion, how the data was gathered, even more so than the result of the project.
I applied through university. I interviewed at Seagate Technology (Pune) in Oct 2023
Interview
Going so deep for just simple things and behavior is not also acceptable. just stick to one topic and ask about many question on OS and C++ and also ask on bit manipulation
Interview questions [1]
Question 1
in bit manipulation they ask how to toggle given bit
I applied through university. I interviewed at Seagate Technology (Pune) in Mar 2023
Interview
one hour offline interview. mostly they will hire as an intern and then based on performance and requirements will convert. C C++ coding skills are required. Problem solving, operating systems knowledge will be helpful.