Filter interviews by
I applied via Recruitment Consulltant
To solve problems in robots and detect faults, various techniques can be used such as monitoring sensors, analyzing error logs, conducting regular maintenance, and implementing diagnostic algorithms.
Monitor sensors to detect any abnormal readings or malfunctions.
Analyze error logs generated by the robot to identify recurring issues or patterns.
Perform regular maintenance checks to ensure all components are functioning ...
The 3 basic elements of fire are fuel, heat, and oxygen.
Fuel: Any material that can burn, such as wood, paper, or gasoline.
Heat: The energy required to raise the temperature of the fuel to its ignition point.
Oxygen: The presence of oxygen in the air, which supports the combustion process.
Fire is a chemical reaction that produces heat, light, and flames.
Fire is a rapid oxidation process that releases energy in the form of heat and light.
It requires three elements to sustain: fuel, oxygen, and heat.
Fire can be classified into different types based on the fuel source, such as wood, gas, or electrical fires.
Examples of fire include a burning candle, a campfire, or a house fire.
Mass production involves producing large quantities of identical products, while batch production involves producing smaller quantities of customized products.
Mass production focuses on efficiency and high volume production.
Batch production allows for customization and flexibility.
Mass production typically uses assembly lines and standardized processes.
Batch production often requires more manual labor and specialized e...
Top trending discussions
I applied via Walk-in and was interviewed in Sep 2021. There were 2 interview rounds.
posted on 14 Oct 2024
I applied via Campus Placement and was interviewed before Oct 2023. There were 2 interview rounds.
General Aptitude test
General coding test c SQL
60 mins of aptitude test
60 mins of coding round
OOPs concepts revolve around classes, objects, inheritance, polymorphism, and encapsulation.
Classes are blueprints for objects, defining their properties and behaviors.
Objects are instances of classes, representing real-world entities.
Inheritance allows a class to inherit properties and methods from another class.
Polymorphism enables objects to be treated as instances of their parent class.
Encapsulation restricts acces...
I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.
I got 60 min test with basic Q of shell script and python
I appeared for an interview in Oct 2024.
I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.
• Are you responsible for your own life?
I applied via Walk-in and was interviewed in Sep 2021. There were 2 interview rounds.
I applied via Company Website and was interviewed in Oct 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
A mutex is a synchronization primitive used to control access to shared resources in a multi-threaded environment.
Mutex is typically used to protect critical sections of code to prevent race conditions.
Syntax for using mutex in C++: std::mutex myMutex;
To lock a mutex: myMutex.lock();
To unlock a mutex: myMutex.unlock();
A goroutine is a lightweight thread managed by the Go runtime. It allows concurrent execution of functions.
Goroutines are created using the 'go' keyword followed by a function call.
They are used for concurrent programming in Go, allowing multiple functions to run simultaneously.
Goroutines are more efficient than traditional threads as they have lower memory overhead and can be multiplexed onto fewer OS threads.
Example:...
DSA, Queries and logical coding
based on 2 interviews
Interview experience
TCS
Accenture
Wipro
Cognizant