Me postulé a través de una agencia de empleos. El proceso tomó 6 días. Acudí a una entrevista en Graebert India (Noida) en jul 2020
Entrevista
The worst Interview Experience i ever had. First we had a technical round of discussion and it was simple only. Then they gave me a work sample(UI in react + spring boot backend) which I competed and submitted on time. After a few days I sent a mail asking for a feedback, they replied it is not selected due to one missing requirement.
For me , I spent 3 days in that project and completed all the requirements, but they did not even bother asking me whether i have completed that requirement or not. WTF!!
Preguntas de entrevista [1]
Pregunta 1
Description
The goal is to provide RESTful API (written in Java) and some UI (React.js is a plus) that will
allow users to collaborate on text files (*.txt) in a way similar to how VCS (git/svn) works. You
can use any libraries to create the application.
Functional requirements
Here is the list of operations that user should be able to perform:
Upload new *.txt file (max 5MB)
Update the content of any txt file uploaded to the service
View history of changes for the particular file
Revert file back to some revision
All API endpoints should return JSON data in response
Other requirements
After revert - file’s revisions should be cleared until the current one (e.g. if file has
revisions: 1,2,3,4,5 and user reverts to revision 3, new “revision tree” should look like:
1,2,3)
● Tests and input data validation are welcome, but not required
Files’ and users’ data should be stored in the database (NoSQL DBs are welcome)
No need to create any access restrictions - all users can access all files and perform all
operations
Results
Send an archive or link to the git/svn with the source code and how to start your application.
Me postulé en línea. Acudí a una entrevista en Graebert India (Noida) en ene 2023
Entrevista
Two technical rounds. All c++ , C++11, STL related questions. Some question based on mathematics. Some questions based on qt. First round will be online interview and second is F2F.
Preguntas de entrevista [1]
Pregunta 1
1. Virtual keyword 2. Const members in class 3. Smart Pointer 4. Type Casting 5. Map