Candidatei-me online. O processo levou 1 semana. Fui entrevistado pela Marvell Technology em fev. de 2017
Entrevista
two technical interviews, the first interview with team leaders, and the second with the managers. over the average questions, all new.
First, couple of questions about personality, the the technical part
Perguntas de entrevista [1]
Pergunta 1
what does the following code print ?
Class X {
void print(){
cout << "This is X" << endl;
}
}
Class Y : public X{
void print(){
cout << "This is Y" << endl;
}
}
void main()
{
X* xPtr = new X;
X* yPtr = new Y;
X-> print();
Y->print();
}
Fiz uma entrevista na empresa Marvell Technology (Santa Clara, CA).
Entrevista
The first-round interview was conducted by a Senior Director. The interview process was relatively informal and less structured than interviews at larger technology companies. During the technical portion, the interviewer used an older-style development environment and asked many questions across different areas rather than focusing on one specific topic.
Perguntas de entrevista [1]
Pergunta 1
Can you introduce yourself and describe your technical background?
Candidatei-me por indicação de um funcionário. O processo levou 2 semanas. Fui entrevistado pela Marvell Technology (San Jose, CA) em fev. de 2025
Entrevista
2nd round interviewer (1 on 1) was blunt and inquisitive, not very friendly in tone, abruptly interrupts when I was in the middle of my sentence. Not turning on camera so I had no visual cue of whether my answer addressed the question or not. Felt like being interrogated. One of the more unprofessional interviews I have for this hiring season, frankly I consider this to be the worst interview I had.
Perguntas de entrevista [1]
Pergunta 1
Resume question, firmware related. Went in depth on one of the older experiences(6+ years ago).
Candidatei-me por meio de recrutador(a). O processo levou 2 semanas. Fui entrevistado pela Marvell Technology (Petah Tikva) em set. de 2021
Entrevista
This interview gets a speical spot for me atleast, First you have a zoom interview with the team leader.
Asks a simple question in python and 15 general question in python.
In the second phase you get an interview in the company with a little show of the lab and the work zone.
After that two questions but for me the interview was not relevant.
the team leader was very not professional and not nice in his tone of voice and .
At the end of the interview he thought I was other candidate which is very not professional.
Perguntas de entrevista [3]
Pergunta 1
Find how much substrings you have in an Input string using python.