I applied through a recruiter. The process took 2 weeks. I interviewed at Marvell Technology (Marlborough, MA) in May 2011
Interview
I got the interview through a recruiter for the Marvell site at Marlborough, MA. I had sent him my resume, and one of the Managers set up a phone interview with in about a week. Phone interview was more or less basic. He asked about pointer based questions, simple C++ concepts (inheritence, virtual destructors et al.). Also asked a few OS based questions (process/ threads) and some comp-arch questions (cache, TLB, Virtual memory). After two weeks, I got another email from one of the HR guys saying they wanted to set up an on-site interview. They flew me down to Boston and set me up in a hotel. I had 5 one-on-one interviews, one of hem being lunch. The interviewers were very friendly, and interviews were all technical in nature (except for the lunch of course). There was a white board and most of them asked me solve some problem or write code on the black board. The last interview was with the team lead, and he showed me around the facilities after asking a few technical questions.
Interview questions [1]
Question 1
What happens in the OS when an interrupt is received?
I applied through an employee referral. I interviewed at Marvell Technology in Mar 2022
Interview
Technical interview, after basic questions like: tell me about yourself and tell me about your projects, came technical questions. Wrote some code on a laptop and some on a whiteboard, got enough time to answer.
Interview questions [1]
Question 1
You got a matrix N*N size and you need to implement in C a rotation (90 degrees) of the matrix clockwise.
I applied through an employee referral. The process took 3 weeks. I interviewed at Marvell Technology (Pune) in Sep 2019
Interview
It consisted of several rounds of technical interviews and a round of HR. All technical interviews happened back to back on the same day. Questions were asked on my Masters project, C programming, and computer networks. Interviewers were helpful and patient. Final round was HR. Overall positive experience.
Interview questions [1]
Question 1
Steps of compilation of c program, linked list, bit operations, questions related to Internet of things
I applied through college or university. The process took 1 day. I interviewed at Marvell Technology (Allahabad) in Jan 2017
Interview
1. Online exam having very difficult aptitude questions and 2 simple programs to code.
2. After that I interviewed Online
3. They started asking questions on c from low level to high
4. Like a pointer to function returning integer, pointer function returning pointer to function returning character, few ques on malloc(), free() and its working