Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso IBM (Bengaluru) nel mese di mag 2021
Colloquio
A WebEx interview was scheduled by Mindtec Technologies with IBM
A reminder call was given half an hour before the interview
Interviewer was friendly, it was a positive experience.
Provided feedback and suggestions
Domande di colloquio [1]
Domanda 1
-Briefly explain your work experience
-rate yourself in C++ expertise
-OOPS concepts
-shallow v/s deep copy
-what is malloc
-malloc v/s new
-Compare Union, Structure, Class
-Access specifiers
-what is the default access specifier in a class
-Types of constructors
-how a copy constructor works
-what are provided by default in a class (constructor,...)
-Can a constructor be private
-Purpose of singleton class
-Friend class & function
-virtual class & function
-Sizeof( class A{} )
-How to find number of objects created so far
-static member
-what are vectors
-data structures
-did you have to create & implement any data structure
-Linux/Scripting
-how to list hidden files
-how to find a file
-touch command
-what happens if touch is used on existing file
-vtable
-are you familiar with debugging tools like GDB
-are you familiar with versioning tools like git
Ho presentato la mia candidatura tramite segnalazione di un dipendente. Ho sostenuto un colloquio presso IBM (Bengaluru) nel mese di giu 2023
Colloquio
Started with what is current project and role and what type of work done. Then C++ advanced concepts asked like multi-threading, smart pointers, design patterns with hands on code during the interview. Make files, static and dynamic libraries were asked.
Domande di colloquio [1]
Domanda 1
Implement the shared smart pointer. Write copy constructor and assignement operator overloaded. Write Singleton class.