Filter interviews by
I appeared for an interview in Mar 2025, where I was asked the following questions.
Robots can have various axes, typically ranging from 3 to 7, depending on their design and application.
A 3-axis robot can move in X, Y, and Z directions, suitable for simple tasks.
6-axis robots offer more flexibility, allowing for rotation and complex movements, ideal for assembly lines.
7-axis robots provide even greater range and can reach around obstacles, useful in intricate tasks like surgery.
Top trending discussions
Range based map iteration can be done using a for-each loop or iterators.
Use a for-each loop to iterate over the map elements.
Alternatively, use iterators to traverse the map.
The range-based for loop is preferred for its simplicity and readability.
Example: for(auto const& [key, value] : myMap) { //do something with key and value }
Detached threads are independent threads that run separately from the main thread. Joined threads are threads that wait for the main thread to finish.
Detached threads are created using pthread_detach() function
Joined threads are created using pthread_join() function
Detached threads do not need to be explicitly terminated
Joined threads must be explicitly terminated using pthread_exit() or return statement
Detached thread...
Static code analysis tools are software programs that analyze source code to find potential issues and improve code quality.
Static code analysis tools scan code without executing it
They can detect issues such as security vulnerabilities, coding errors, and performance problems
Examples of static code analysis tools include SonarQube, ESLint, and Checkstyle
Command to list currently running threads in linux
Use the 'ps' command with the 'H' option to display threads in a hierarchy
Use the 'top' command to display threads in real-time
Use the 'htop' command for an interactive display of threads
No, arithmetic operations cannot be performed on unique pointers.
Unique pointers are used to manage the lifetime of dynamically allocated objects.
They cannot be copied or assigned, only moved.
Arithmetic operations are not defined for pointers, including unique pointers.
I applied via Referral and was interviewed before May 2020. There were 4 interview rounds.
I have extensive experience in RTR, focusing on financial reporting, reconciliations, and compliance with accounting standards.
Managed month-end closing processes, ensuring timely and accurate financial reporting.
Performed account reconciliations, identifying discrepancies and implementing corrective actions.
Collaborated with cross-functional teams to streamline reporting processes, reducing closing time by 20%.
Ensured...
Accruals are expenses incurred but not yet paid or recorded in the books.
Accrued salaries and wages
Accrued interest
Accrued taxes
Accrued rent
Accrued utilities
Accrued warranty expenses
I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.
based on 1 interview experience
Difficulty level
Engineer
4
salaries
| ₹2.2 L/yr - ₹3.4 L/yr |