Filter interviews by
I applied via Walk-in and was interviewed before Jan 2021. There were 3 interview rounds.
Top trending discussions
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
Creating a new Android service
Define a class that extends Service class
Override onStartCommand() method to handle service logic
Register the service in AndroidManifest.xml file
Managing gralloc buffers involves allocating, locking, and freeing memory for graphics rendering in Android.
Allocate gralloc buffer using gralloc_alloc() function
Lock buffer for reading or writing using gralloc_lock() function
Free buffer using gralloc_free() function
Example: gralloc_alloc(usage, width, height, format, &handle)
Example: gralloc_lock(handle, usage, left, top, width, height, &vaddr)
HIDL stands for Hardware Interface Definition Language and is used for communication between HAL and framework. AIDL stands for Android Interface Definition Language and is used for inter-process communication in Android.
HIDL is used for communication between Hardware Abstraction Layer (HAL) and framework in Android
AIDL is used for inter-process communication in Android
HIDL is more efficient and faster than AIDL
Android buffers are passed from application to drivers through shared memory and buffer queues.
Android applications communicate with drivers through the HAL (Hardware Abstraction Layer)
Buffers are typically passed using shared memory regions
Buffer queues are used to manage the flow of data between application and driver
Example: Camera application passing image data to camera driver for processing
When LINUX faces a hardware interrupt, it stops executing the current code and jumps to a specific interrupt handler.
LINUX stops executing the current code and jumps to a specific interrupt handler
The interrupt handler processes the interrupt and resumes normal execution afterwards
Different hardware interrupts are handled by different interrupt handlers
The challenge while creating multiple services in Android is managing communication between services and ensuring proper synchronization.
Managing communication between services can be complex and error-prone.
Ensuring proper synchronization between services to avoid race conditions and data inconsistencies.
Handling dependencies between services and coordinating their interactions.
Testing and debugging multiple services ...
The Android boot up sequence involves several stages including power on, bootloader, kernel initialization, system server startup, and app launch.
Power on the device
Bootloader loads the Android OS kernel
Kernel initializes the system and drivers
System server starts up and launches essential services
Apps are launched and user interface becomes accessible
Permission files/SE Linux policy control access to resources based on rules set by administrators.
Permission files define who can access a file or directory and what actions they can perform.
SE Linux policy is a security mechanism that enforces rules on how processes interact with resources.
SE Linux policy is based on labels assigned to processes and resources, determining access permissions.
SE Linux policy can be cust...
A manifestation file is a configuration file used to define the properties and settings of a software application.
Manifestation files typically include information such as the application's name, version, dependencies, and permissions.
They are commonly used in software development to ensure that the application runs correctly and has access to necessary resources.
Examples of manifestation files include AndroidManifest....
Broadcast receiver is a component in Android that allows the system to deliver events to the app.
Component in Android system
Receives and handles broadcast messages
Used to respond to system-wide events
Registered in the AndroidManifest.xml file
IntentService is a class in Android that performs long-running operations in the background without blocking the main thread.
IntentService is a subclass of Service that handles asynchronous requests (expressed as Intents) on demand.
It is typically used for tasks like downloading files, syncing data, or performing any other background task.
IntentService runs on a separate worker thread, so it does not interfere with the...
I am passionate about developing innovative software solutions and believe this company aligns with my career goals.
Excited about the opportunity to work on cutting-edge technologies
Impressed by the company's reputation for fostering a collaborative work environment
Seeking a challenging role that allows for professional growth and development
Master's degree in Computer Science
Master's degree in Computer Science
Specialization in software engineering
Thesis on machine learning algorithms
Graduated with honors
Trees, Arrays, DP, Graphs, Leetcode Questions
posted on 13 Sep 2024
I applied via campus placement at National Institute of Technology (NIT), Hamirpur and was interviewed before Sep 2023. There were 5 interview rounds.
It had aptitude questions related tk dsa, dbms and os.
There were 3 coding question with different leetcode level. (Medium, medium. Hard(
I am impressed by the company's innovative projects and collaborative work culture.
Impressed by innovative projects
Attracted to collaborative work culture
Excited about potential for growth and learning opportunities
The company expects a Senior Software Engineer to have strong technical skills, problem-solving abilities, teamwork, and a commitment to continuous learning.
Strong technical skills in programming languages and software development tools
Ability to solve complex problems efficiently and effectively
Collaboration and teamwork with other team members
Commitment to continuous learning and staying updated with industry trends
E...
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.
Basic and medium level coding questions.
Write a code to fill the water tank
The slope of a random voltage waveform can be measured by calculating the rate of change of voltage over time.
Calculate the difference in voltage between two points on the waveform
Divide the voltage difference by the time interval between the two points to get the slope
Repeat this process for multiple points on the waveform to get an average slope
Design a circuit for Water Tank Filling
Use a float switch to detect water level in the tank
Connect the float switch to a relay to control the water flow
Include a solenoid valve to regulate the water flow
Use a microcontroller to monitor the water level and control the relay and solenoid valve
based on 2 reviews
Rating in categories
Software Engineer
15
salaries
| ₹6 L/yr - ₹15 L/yr |
Softwaretest Engineer
14
salaries
| ₹4 L/yr - ₹10.2 L/yr |
Senior Specialist
12
salaries
| ₹24 L/yr - ₹37 L/yr |
System Software Engineer
9
salaries
| ₹10 L/yr - ₹26 L/yr |
Specialist
9
salaries
| ₹15.6 L/yr - ₹29.3 L/yr |
IBM
Microsoft Corporation
Oracle
SAP