Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en Synopsys en ene 2015
Entrevista
After applying via LinkedIn, I received a phone call. The person told me that they were interested on my profile and right away asked me a few technical questions.
After a week, I was invited to do an onsite interview. I lasted all morning, from 9am till 12pm.
First I talked to the manager about the position and my CV, and then I went through a series of technical questions with two different people.
After a few days, I received an email notifying me that they wanted to hire me.
After a round of negotiations, I accepted the offer.
Preguntas de entrevista [1]
Pregunta 1
By phone: hash tables, their implementation, worst-time complexity, when does it happen; balanced trees, what are they used for, details about their implementation; plus some basic questions about C++ (virtual functions, inheritance...)
Onsite: the questions began easy and at the end thew ware difficult.
I could use Phyton/C++ to answer them.
Fibonacci (recursive + iterative), some other questions of the type: "compute the result of an operation X using only divisions by Y", and then about graphs, traversals, computing all paths, complexity; and finally some brain teasers, not easy but with their help I managed to solve them.
One telephonic phone interview, followed by two technical and one manergial plus one HR round. Technical rounds were mostly easy. More focus was on overall knowledge and design. Most of the people working were veterans, and had indepth knowledge of their expertise area.
Preguntas de entrevista [1]
Pregunta 1
What was the most challenging problem you solved on your current job
Me postulé a través de una recomendación de un empleado. El proceso tomó 4 días. Acudí a una entrevista en Synopsys (Noida) en abr 2024
Entrevista
There were 4 interview rounds, and based on the teams work mostly questions were asked around C++ and OOPS.
They focused on trees and linked list in problem solving DSA.
Preguntas de entrevista [6]
Pregunta 1
Merge 2 sorted linked lists into a single sorted linked list in place.
Me postulé a través de un reclutador. El proceso tomó 4 semanas. Acudí a una entrevista en Synopsys en oct 2023
Entrevista
five virtual technical rounds on zoom call. one face to face HR round. Process took almost a month time. good experience. smooth process. revolved around C++ and DSA questions mainly.
Preguntas de entrevista [1]
Pregunta 1
I was interviewed for a C++ role. Many ques regarding the same were asked example virtual functions, pointers, dynamic memory allocation etc. For DSA, medium level leetcode questions. Focused more on Binary Search Trees and little bit on Graph traversals also.