Candidatei-me por indicação de um funcionário. O processo levou 4 meses. Fui entrevistado pela Digicon Technologies (Daca) em ago. de 2023
Entrevista
The overall experience was highly positive and truly productive. During the session, I was asked fundamental questions related to both React and object-oriented programming (OOP). In React, the discussion covered essential concepts such as state management, and common array methods like map, filter, and find, which are frequently used for handling dynamic data and rendering lists. On the OOP side, I was asked to explain core principles including encapsulation, inheritance, polymorphism, and abstraction, which form the foundation for writing structured and maintainable code. The entire process was very smooth, and the seniors conducting the session were exceptionally supportive, approachable, and encouraging, which made the environment very comfortable and stress-free.
Perguntas de entrevista [1]
Pergunta 1
In OOP, the core principles are encapsulation, inheritance, polymorphism, and abstraction, which help make code modular and reusable. In React, I was asked about basic concepts like using states to manage dynamic data, and array methods like map for rendering lists, filter for selecting specific items, and find for locating a single item in an array.