Fiz uma entrevista na empresa Truminds Software Systems (Gurgaon, Haryana).
Entrevista
It was a smooth process and questions asked were of average difficulty. Focus was also kept on the core computer science subjects along with basics of DSA. Aptitude/general questions were asked as part of the HR round.
Candidatei-me por meio de uma faculdade ou universidade. Fui entrevistado pela Truminds Software Systems (Rānchī) em set. de 2023
Entrevista
During my technical interview at TruMinds Software Systems for the SDE role, the interview began with a brief introduction about myself. I highlighted my recent graduation in Computer Science, emphasizing my strong foundation in data structures and algorithms. The technical portion of the interview included questions about C++ data structures, where I was asked to explain the differences between vectors and maps. For the coding assessment, I was tasked with finding the second minimum element in an array using C++. I provided a solution that involved iterating through the array to identify both the first and second minimum values, ensuring that the second minimum was unique and not a duplicate of the first. Later I gave the optimal solution using the partitioning algorithm. The interview concluded with a discussion about my resume, during which I had the opportunity to elaborate on my software development experience and relevant projects. Additionally, there was a mention of machine learning from my resume, and we had a discussion on the same. Overall, the interview process at TruMinds Software Systems provided an opportunity to showcase my technical knowledge and problem-solving skills, and it was a positive experience.
Perguntas de entrevista [1]
Pergunta 1
Tell me about yourself. Discuss the basics of OOPS. What do you understand by vectors? How are maps different? How will you find the 2nd minimum value in an array, without sorting the elements? What do you know about machine learning in general? (from resume)
Candidatei-me por meio de uma faculdade ou universidade. O processo levou 1 dia. Fui entrevistado pela Truminds Software Systems em set. de 2023
Entrevista
Aptitude and technical written test . QUALITATIVE AND QUANTITATIVE ALTITUDE. MCQ on codes , oops , DBMS , operating systems etc 2 rounds of interview about basics of programming, DBMS , Operating Systems,Web technologies.
Perguntas de entrevista [1]
Pergunta 1
Output of code snippet. Explain Inheritance, polymorphism in oops