Filter interviews by
I applied via Campus Placement
90 min MCQ +coding test on hackerrank.
Use Floyd's Tortoise and Hare algorithm to detect cycle in a linked list.
Initialize two pointers, slow and fast, at the head of the linked list.
Move slow pointer by one step and fast pointer by two steps.
If they meet at some point, there is a cycle in the linked list.
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
2 easy to moderate questions and 20 multiple choice questions related to C/C++/Netowking/System Calls/OS
Global variables are accessible throughout the program, while static variables are limited to the scope in which they are defined.
Global variables are declared outside of any function and can be accessed by any function in the program.
Static variables are declared within a function and retain their value between function calls.
Example: int globalVar = 10; static int staticVar = 5;
Example: Global variable can be accesse...
Processes are independent instances of a program, while threads are smaller units within a process sharing resources.
Processes have their own memory space, while threads share the same memory space within a process.
Processes are heavyweight, requiring more resources, while threads are lightweight.
Processes communicate with each other through inter-process communication mechanisms, while threads can communicate directly...
Segmentation fault occurs when a program tries to access memory it doesn't have permission to access.
Segmentation fault occurs when a program tries to access memory outside of its allocated space.
Compiler detects segmentation faults by checking memory access permissions during compilation.
Segmentation faults are typically caused by dereferencing a null pointer or accessing an out-of-bounds array element.
I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.
To get the right and left view of a binary tree, perform a level order traversal and keep track of the first node encountered at each level.
Perform a level order traversal of the binary tree
Keep track of the first node encountered at each level for both left and right views
Store the first node encountered at each level in separate arrays for left and right views
F5 Networks interview questions for popular designations
Coding test consisted of 2 coding questions and mcqs
In 5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.
Continuing to enhance my technical skills and knowledge through ongoing learning and certifications
Taking on more leadership responsibilities and mentoring junior team members
Contributing to the development of cutting-edge software solutions for the company
Possibly pursuing a higher position such as a technical ar
I applied via LinkedIn and was interviewed in Aug 2023. There were 3 interview rounds.
I applied via LinkedIn and was interviewed in Oct 2023. There was 1 interview round.
Two coding and some aptitiude questions
I applied via Naukri.com and was interviewed before Oct 2022. There were 3 interview rounds.
Automation queries - framework designing experience, Python programs, classes, objects inheritance, write code, share code, concepts of coding
Top trending discussions
Interview experience
based on 106 reviews
Rating in categories
Software Engineer III
129
salaries
| ₹18.9 L/yr - ₹49 L/yr |
Software Engineer
104
salaries
| ₹10.5 L/yr - ₹30.8 L/yr |
Software Engineer2
74
salaries
| ₹15 L/yr - ₹28 L/yr |
Senior Software Engineer
69
salaries
| ₹25 L/yr - ₹64 L/yr |
Software Engineer II
58
salaries
| ₹12.2 L/yr - ₹26 L/yr |
Cisco
Juniper Networks
Palo Alto Networks
Fortinet