Candidatei-me online. O processo levou 4 semanas. Fui entrevistado pela Meta (Oslo) em jan. de 2024
Entrevista
First hr call on phone then 1st round with hiring manager. next is technical and behavioural round where in technical round they ask me about sv and uvm, gave a problem to code based on sv.
One basic round the 5-6 loop interviews.if we qualify 1 round loops interviews will be there.all questions are basis.mostly about sv constraints. Last round will be focused on test plan creation.
Candidatei-me por indicação de um funcionário. O processo levou 2 semanas. Fui entrevistado pela Meta (Bengaluru) em jul. de 2025
Entrevista
1 screening round of 45 minutes if thorugh then ,3 technical rounds of 45 mins each and atlast 1 HR round of 45 mins. Screening for basic knowledge and coding. Three technical where in depth knowledge and coding will be tested.
Perguntas de entrevista [1]
Pergunta 1
Constraint randomization based question linking to AXI and memory filling
Candidatei-me online. O processo levou 5 dias. Fui entrevistado pela Meta (Bengaluru) em fev. de 2025
Entrevista
45 mins technical online interview. Interviewer was in PST timezone. Interview on coderpad. The interviewer asked about my professional journey so far and got started with coding interview. An initial document was shared with me prior to setting up the interview that listed the topics they can possibly ask in the interview for preparation. They asked me to fill up 4-5 timeslots where I can take an interview and in about 1-2 days the interview slot was finalized.
Perguntas de entrevista [3]
Pergunta 1
Write an SV constraint to generate 4 non-overlapping memory regions of size 32,64,128,256 in 4k memory region.
Write a uvm driver for a simple valid-ready protocol.
- When data is available assert the valid
- Keep the data stable and valid high until ready is asserted
- De-assert the valid once ready is asserted
interface if
input clk;
logic [15:0] Data;
logic Valid;
logic Ready;
endinterface