Faster and better experience!
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.
To find the middle of a linked list, use the slow and fast pointer technique.
Initialize two pointers, slow and fast, at the head of the linked list.
Move the slow pointer by one node and the fast pointer by two nodes until the fast pointer reaches the end of the list.
The node pointed to by the slow pointer at this point is the middle of the linked list.
ANR stands for Application Not Responding, it occurs when the main UI thread is blocked for too long.
ANR can be prevented by offloading long-running tasks to background threads or services.
Optimizing code and reducing UI thread workload can also help prevent ANR.
Using tools like StrictMode can help identify potential ANR issues during development.
Threading in Android allows multiple tasks to run concurrently, improving performance and responsiveness.
Threading can be implemented using classes such as AsyncTask, Handler, and Thread.
AsyncTask is used for short background tasks that need to update the UI, while Handler is used for communication between threads.
Thread is a low-level way to create a new thread for longer background tasks.
Care must be taken to avoid m...
ArrayList is faster for accessing elements, while LinkedList is better for frequent insertions and deletions.
ArrayList uses an array to store elements, allowing for fast random access but slower insertions and deletions.
LinkedList uses nodes with references to the next and previous elements, making insertions and deletions faster but access slower.
For example, if you need to frequently add or remove elements in the mid...
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
TCP flow refers to the sequence of packets exchanged between two devices over a TCP connection.
TCP flow involves the establishment, data transfer, and termination of a TCP connection.
It includes the exchange of TCP segments containing data, acknowledgment, and control information.
TCP flow control mechanisms like sliding window and congestion control help regulate the flow of data.
TCP flow can be analyzed using tools li
DNS flow refers to the process of how a DNS query is resolved from start to finish.
Client sends a DNS query to the recursive resolver.
Recursive resolver checks its cache for the answer, if not found, it sends the query to authoritative nameservers.
Authoritative nameservers respond with the IP address of the requested domain.
Recursive resolver caches the response and sends it back to the client.
Client now has the IP add
I applied via LinkedIn and was interviewed in Aug 2023. There were 3 interview rounds.
Checkpoint Systems interview questions for popular designations
I applied via Referral and was interviewed before Nov 2023. There were 3 interview rounds.
Hacker rank test, normal DSA
Top trending discussions
posted on 21 Dec 2024
posted on 11 Nov 2024
During wainad flood rescue operation I have searched and recovered 01 casuality after 08 hrs hard work and in jhansi flood saved 03 personal who were trapped inside temple.
posted on 30 Dec 2024
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.
ETL stands for Extract, Transform, Load. It is a process used to extract data from various sources, transform it into a consistent format, and load it into a target database or data warehouse.
Extract: Involves extracting data from different sources such as databases, files, APIs, etc.
Transform: Data is cleaned, validated, and transformed into a consistent format suitable for analysis.
Load: The transformed data is loade...
The correct structure of a DBMS diagram includes entities, attributes, relationships, and keys.
Entities represent the main objects in the database (e.g. Customer, Product).
Attributes are characteristics of entities (e.g. CustomerID, ProductName).
Relationships show how entities are related to each other (e.g. one-to-many, many-to-many).
Keys uniquely identify each record in a table (e.g. Primary Key, Foreign Key).
based on 6 interviews
Interview experience
based on 37 reviews
Rating in categories
Software Engineer
22
salaries
| ₹4.6 L/yr - ₹15 L/yr |
Software Engineer2
9
salaries
| ₹8 L/yr - ₹15 L/yr |
Area Sales Executive
9
salaries
| ₹3.6 L/yr - ₹4.5 L/yr |
Associate Software Engineer
7
salaries
| ₹2.2 L/yr - ₹4 L/yr |
Application Support Engineer
7
salaries
| ₹4.2 L/yr - ₹7 L/yr |
Avery Dennison
Tyco International
Honeywell International India
Zebra Technologies