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
Checkpoint Systems interview questions for popular designations
I applied via LinkedIn and was interviewed in Aug 2023. There were 3 interview rounds.
I applied via Referral and was interviewed before Nov 2023. There were 3 interview rounds.
Hacker rank test, normal DSA
I was interviewed in Aug 2017.
C is a procedural programming language while Java is an object-oriented programming language.
C is a low-level language while Java is a high-level language.
C requires manual memory management while Java has automatic memory management.
C is platform-dependent while Java is platform-independent.
C supports pointers while Java does not.
C has a simpler syntax compared to Java.
final, finally, and finalize are keywords in Java with different meanings.
final is a keyword used to declare a constant value, a variable that cannot be modified.
finally is a block used in exception handling to ensure a piece of code is always executed, whether an exception is thrown or not.
finalize is a method in the Object class that is called by the garbage collector before an object is destroyed.
final and finally a...
Johnson is a reputable company known for its innovative software solutions and collaborative work environment.
Johnson has a strong reputation in the industry for delivering high-quality software solutions.
The company values collaboration and teamwork, which aligns with my own work style.
I admire Johnson's commitment to innovation and staying ahead of technological advancements.
I applied via Campus Placement and was interviewed before Oct 2023. There was 1 interview round.
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