i
Apple
Filter interviews by
First a basic app was conducted
Then a AI Coding in Python Language
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
PPT working relatives
PPT as per working and feedback to team leader and manignent side.
I applied via Walk-in and was interviewed in Oct 2024. There was 1 interview round.
Manpower handling refers to the management and coordination of employees to ensure efficient workflow and productivity.
Manpower handling involves assigning tasks to employees based on their skills and capabilities.
It also includes monitoring and evaluating the performance of employees to ensure they are meeting expectations.
Effective manpower handling requires good communication and leadership skills.
Examples: scheduli...
Failure analysis involves investigating the root cause of a failure in a system or component.
Identifying the symptoms of the failure
Collecting data and evidence related to the failure
Analyzing the data to determine the root cause
Developing recommendations to prevent future failures
uph.upph.cycle time refers to the time taken to complete one cycle of a process in units per hour.
uph stands for units per hour
upph stands for units per person per hour
Cycle time is the time taken to complete one cycle of a process
It is used to measure the efficiency and productivity of a process
For example, if a team of 5 people can produce 100 units in 1 hour, the uph.upph.cycle time would be 20 units per person per
Kaizen roots cause continuous improvement and efficiency in processes.
Kaizen roots cause a culture of continuous improvement within an organization
It leads to increased efficiency and productivity in processes
Kaizen roots encourage employee involvement and empowerment in making small, incremental changes
It focuses on eliminating waste and optimizing resources
Examples include implementing 5S methodology, setting up regu...
posted on 30 Dec 2024
I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.
It was very good actually but time duration is very less.
Steel weight can be calculated by multiplying the volume of steel by its density.
Calculate the volume of steel (length x width x height)
Determine the density of the specific type of steel being used
Multiply the volume by the density to get the weight
Example: For a steel plate with dimensions 2m x 1m x 0.1m and density of 7850 kg/m^3, weight = 2 x 1 x 0.1 x 7850 = 1570 kg
I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.
Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: Inheritance allows a child class to override a method from its parent class, exhibiting polymorphic b
Abstraction is implemented in software engineering by hiding unnecessary details and exposing only relevant information.
Abstraction is achieved through the use of abstract classes and interfaces in object-oriented programming.
It allows developers to focus on the essential aspects of a concept without getting bogged down in implementation details.
For example, in a car simulation program, the Car class may have abstract ...
Abstraction is hiding the implementation details while Interface is a contract that defines the methods that a class must implement.
Abstraction focuses on hiding the internal implementation details of a class, allowing the user to only see the necessary details.
Interface defines a contract that specifies the methods a class must implement, without providing the implementation details.
Abstraction can be achieved through...
My motivation when working on a project alone for a long period is the satisfaction of seeing my hard work come to fruition.
Setting small achievable goals to keep myself motivated
Taking breaks to avoid burnout and maintain productivity
Seeking feedback from others to stay motivated and improve my work
Reminding myself of the end goal and the impact my project will have
My salary expectation is based on my experience, skills, and the market rate for Software Engineers in this region.
Research the average salary range for Software Engineers in the specific region or industry
Consider your level of experience, skills, and qualifications when determining your salary expectation
Be prepared to negotiate based on the company's offer and benefits package
Questions related to Tree and stack
Questions related to Binary search
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
Any one technical questions from Electrical branch.
Current is the flow of electric charge in a circuit.
Current is measured in Amperes (A)
It is the rate of flow of electric charge through a conductor
There are two types of current - AC (alternating current) and DC (direct current)
Example: A light bulb connected to a battery has current flowing through it
Voltage is the difference in electric potential between two points in a circuit, measured in volts.
Voltage is the driving force that pushes electric current through a circuit
It is measured in volts (V)
Voltage can be positive or negative, depending on the direction of current flow
Higher voltage means more energy available to push current through a circuit
Examples: A battery provides voltage to power a flashlight, a wall...
Resistance is the opposition to the flow of electric current in a circuit.
Resistance is measured in ohms (Ω).
It is caused by the collisions of electrons with atoms in a material.
Higher resistance means lower current flow.
Examples of materials with high resistance include rubber and glass.
Examples of materials with low resistance include copper and silver.
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
posted on 24 Apr 2024
I applied via Job Fair and was interviewed in Mar 2024. There were 2 interview rounds.
Technical or aptitude
based on 1 interview
Interview experience
Software Engineer
171
salaries
| ₹17 L/yr - ₹61.4 L/yr |
Ipro
111
salaries
| ₹2 L/yr - ₹5.1 L/yr |
Sales Executive
103
salaries
| ₹1.6 L/yr - ₹4.8 L/yr |
Software Developer
91
salaries
| ₹12.9 L/yr - ₹50 L/yr |
Senior Software Engineer
71
salaries
| ₹13.7 L/yr - ₹53.7 L/yr |
Amazon
Microsoft Corporation
Samsung