i
Danlaw Inc
Filter interviews by
Aptitude Test and Coding test of 2 hours.
Aptitude and coding round of medium difficulty.
posted on 11 Feb 2025
A linked list is a linear data structure where elements are stored in nodes with each node pointing to the next node in the sequence.
Consists of nodes connected by pointers
Can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)
Allows for dynamic size and efficient insertion/deletion operations
I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.
Full c concept MCQ with IQ and Computaional Thinking
Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.
Use functions like itoa() to convert integers to strings in different bases
Use strtol() to convert strings to integers in different bases
Remember to specify the base when converting numbers
I appeared for an interview in Dec 2022.
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
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.
I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.
Normal apptitude queations were asked in this round
I applied via Campus Placement and was interviewed before Oct 2023. There was 1 interview round.
based on 1 interview
Interview experience
based on 15 reviews
Rating in categories
Software Engineer
59
salaries
| ₹3 L/yr - ₹10 L/yr |
Senior Software Engineer
39
salaries
| ₹5.2 L/yr - ₹17.5 L/yr |
Embedded Software Engineer
35
salaries
| ₹3 L/yr - ₹12.6 L/yr |
Validation Engineer
26
salaries
| ₹4.5 L/yr - ₹6.4 L/yr |
Senior Engineer
16
salaries
| ₹5 L/yr - ₹13.8 L/yr |
Pitney Bowes
Dataflow Group
Sagitec Solutions
Continuum Managed Services