Filter interviews by
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
I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.
It was an easy level coding round with basic 2 dsa questions.
2 coding hacker rank questions
I applied via Naukri.com and was interviewed in Apr 2022. There were 6 interview rounds.
F5 Networks interview questions for popular designations
I was interviewed in Jan 2022.
Round duration - 90 minutes
Round difficulty - Medium
Determine if a given singly linked list of integers forms a cycle or not.
A cycle in a linked list occurs when a node's next
points back to a previous node in the ...
The task is to determine if a given singly linked list forms a cycle or not.
A cycle occurs when a node's next points back to a previous node in the list.
To solve this problem, we can use the Floyd's Cycle-Finding Algorithm.
The algorithm uses two pointers, one moving at a normal pace and the other moving twice as fast.
If there is a cycle, the fast pointer will eventually catch up to the slow pointer.
If the fast pointer ...
Round duration - 60 minutes
Round difficulty - Medium
Determine the minimum depth of an integer-based binary tree. The minimum depth is defined as the number of nodes present along the shortest path from the root node down to t...
The minimum depth of a binary tree is the number of nodes along the shortest path from the root node down to the nearest leaf node.
The minimum depth can be found by performing a breadth-first search (BFS) traversal of the binary tree
During the BFS traversal, keep track of the current level and increment the depth by 1 for each level
Stop the BFS traversal when a leaf node is encountered and return the depth as the minim
Given two arrays A
and B
with sizes N
and M
respectively, both sorted in non-decreasing order, determine their intersection.
The intersection of two arrays in...
The problem is to find the intersection of two sorted arrays.
Use two pointers to iterate through the arrays.
Compare the elements at the current pointers and move the pointers accordingly.
If the elements are equal, add it to the intersection array and move both pointers.
If the element in the first array is smaller, move the first pointer.
If the element in the second array is smaller, move the second pointer.
Repeat until...
A mutex is a binary semaphore used for mutual exclusion, while a semaphore is a generalized synchronization primitive.
Mutex is used to protect a critical section of code, allowing only one thread to access it at a time.
Semaphore is used to control access to a shared resource, allowing multiple threads to access it simultaneously.
Mutex has ownership, meaning the thread that locks it must unlock it.
Semaphore does not hav...
Round duration - 60 minutes
Round difficulty - Easy
Round duration - 25 minutes
Round difficulty - Easy
Tip 1 : Practice a lot of DSA questions on various online platforms.
Tip 2 : Regularly go back to some of the typical DSA questions.
Tip 3 : Give equal importance to OS, OOPS, and CN subjects.
Tip 1 : Be thorough with your resume to answer anything and everything from your resume.
Tip 2 : Do not put false information on your resume.
I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 5 interview rounds.
Technical interview on different types of routing paths
I applied via LinkedIn and was interviewed in Jul 2022. There were 3 interview rounds.
Simple coding problems- python and go
Terraform, ansible, AWS
I applied via Company Website and was interviewed in Dec 2021. There was 1 interview round.
Calculate average, top 10 and bottom 10 elements of a given stream of integers.
Create a variable to store the sum of integers and another variable to store the count of integers.
Use a loop to read the integers from the stream and update the sum and count variables.
Calculate the average by dividing the sum by the count.
Sort the integers in ascending order and print the first 10 elements for bottom 10.
Sort the integers i...
I applied via Referral and was interviewed before Nov 2022. There were 6 interview rounds.
3 coding questions haker rank test
I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.
Logic design question
Top trending discussions
Some of the top questions asked at the F5 Networks interview -
The duration of F5 Networks interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 18 interviews
Interview experience
based on 114 reviews
Rating in categories
Software Engineer III
130
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
114
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
87
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer2
82
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer II
50
salaries
| ₹0 L/yr - ₹0 L/yr |
Cisco
Juniper Networks
Palo Alto Networks
Fortinet