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
A pointer to pointer is a variable that stores the memory address of another pointer variable.
It is used to create dynamic data structures like linked lists and trees.
It allows multiple levels of indirection.
It is denoted by ** in C and C++.
Example: int **ptr;
Example: ptr = &p; where p is a pointer variable.
posted on 2 Jul 2024
Main principles of Java include object-oriented programming, platform independence, and automatic memory management.
Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.
Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.
Automatic memory management: Java uses garbage collection to automatically m
The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.
The == operator is used to compare the memory addresses of two objects in Java.
The equals method is used to compare the content of two objects in Java.
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true
I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.
Normal apptitude queations were asked in this round
based on 6 interviews
Interview experience
based on 37 reviews
Rating in categories
Software Engineer
22
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer2
10
salaries
| ₹0 L/yr - ₹0 L/yr |
Area Sales Executive
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Application Support Engineer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Avery Dennison
Tyco International
Honeywell International India
Zebra Technologies