Filter interviews by
I have extensive experience in software engineering, specializing in full-stack development and cloud computing solutions.
Proficient in programming languages such as Java, Python, and JavaScript.
Experienced in developing RESTful APIs and microservices architecture.
Skilled in front-end frameworks like React and Angular for dynamic web applications.
Familiar with cloud platforms like AWS and Azure for deploying scalable a...
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.
based on 1 interview experience
Senior Software Engineer
21
salaries
| ₹10.2 L/yr - ₹18.8 L/yr |
Software Engineer
12
salaries
| ₹3.5 L/yr - ₹5 L/yr |
Senior Engineer
11
salaries
| ₹15 L/yr - ₹17 L/yr |
Vlsi Design Engineer
8
salaries
| ₹14.2 L/yr - ₹20.5 L/yr |
Devops Engineer
7
salaries
| ₹10.3 L/yr - ₹16.9 L/yr |