Filter interviews by
I applied via Job Portal and was interviewed in Nov 2024. There were 2 interview rounds.
3 questions
1. Check the given string is reversed?
input: "worldhello" output: "true"
2. Check the given string is permutation of palindrome?
3. Sort a stack using an empty stack
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
GO uses goroutines and channels to handle concurrency efficiently.
GO uses goroutines to achieve concurrency. Goroutines are lightweight threads managed by the Go runtime.
Channels are used to communicate between goroutines. They provide a safe way to pass data between concurrent processes.
GO also has a built-in 'sync' package for synchronization primitives like mutexes and wait groups.
GO's 'select' statement allows for ...
defer in Go is used to delay the execution of a function until the surrounding function returns.
Defer is used to ensure that a function call is performed at the end of the surrounding function, regardless of where the defer statement is located.
If there are multiple defers in a function, they will be executed in Last In, First Out (LIFO) order.
Example: func exampleFunc() { defer fmt.Println('First defer'); defer fmt.Pr...
Memory leak in Android refers to a situation where an application uses memory inefficiently, causing unused memory to accumulate and not be released.
Memory leaks can occur when objects are not properly released after use, leading to a buildup of unused memory.
Common causes of memory leaks in Android include holding onto references to objects that are no longer needed, using static variables in a way that prevents them ...
Use ViewModel to share data between fragments in Android
Create a ViewModel class to hold the data to be shared
Observe the ViewModel in each fragment to receive updates
Use LiveData to ensure data is updated in real-time
A Hash Map is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.
Use an array to store the key-value pairs
Implement a hash function to map keys to indices in the array
Handle collisions by using techniques like chaining or open addressing
Activity lifecycle in Android refers to the different states an activity goes through during its lifetime.
There are several states in the activity lifecycle, including onCreate, onStart, onResume, onPause, onStop, and onDestroy.
Activities can transition between these states based on user interactions or system events.
Understanding the activity lifecycle is crucial for managing resources and maintaining a smooth user ex...
QBurst Technologies interview questions for popular designations
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
Get interview-ready with Top QBurst Technologies Interview Questions
Swap number, sql queries
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
I applied via Campus Placement and was interviewed in Jan 2024. There were 4 interview rounds.
Global warming at morning 9:00 with 10 people
There are lot question in aptitude
I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.
It was an aptitude test with some pseudocode and algorithm questions
A braking system works by converting kinetic energy into heat energy through friction to slow down or stop a vehicle.
When the brake pedal is pressed, hydraulic fluid is sent to the brake calipers or drums
The calipers squeeze the brake pads against the rotor, creating friction and slowing down the vehicle
In disc brakes, the rotor is attached to the wheel, while in drum brakes, the brake shoes press against the inside of...
Mechanical engineering is evolving with advancements in technology like automation, robotics, and additive manufacturing.
Automation and robotics are transforming manufacturing processes and increasing efficiency.
Additive manufacturing, such as 3D printing, is revolutionizing prototyping and production.
Integration of IoT and AI is enabling predictive maintenance and optimization of mechanical systems.
Green technologies ...
Stress is a psychological response to external pressures, while pressure is the external force or demand placed on an individual.
Stress is the body's response to a perceived threat, while pressure is the external force or demand placed on an individual.
Stress can be caused by various factors such as work deadlines, relationship issues, or financial problems.
Pressure can come from external sources like work responsibili...
Mechanical engineers play a crucial role in designing by applying principles of physics and materials science to create functional and efficient products.
Mechanical engineers work on the structural design of products, ensuring they are strong and durable.
They also focus on the mechanical systems within a product, such as engines or HVAC systems.
Mechanical engineers collaborate with other engineers, such as electrical a...
Input a number and print all odd numbers up to one in decreasing order.
Create a loop to iterate from the input number down to 1
Check if the current number is odd before printing it
Decrement the current number in each iteration
Top trending discussions
Interview experience
based on 254 reviews
Rating in categories
Senior Software Engineer
240
salaries
| ₹5.1 L/yr - ₹15.1 L/yr |
Senior Engineer
216
salaries
| ₹6 L/yr - ₹15.6 L/yr |
Lead Engineer
190
salaries
| ₹7.2 L/yr - ₹24 L/yr |
Software Engineer
157
salaries
| ₹3.8 L/yr - ₹14 L/yr |
Senior QA Engineer
73
salaries
| ₹5.5 L/yr - ₹12.5 L/yr |
TCS
Infosys
Wipro
HCLTech