i
Infoblox
Filter interviews by
I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.
Balanced search trees are data structures that maintain a balanced height to ensure efficient search operations.
Balanced search trees like AVL trees and Red-Black trees ensure O(log n) time complexity for search, insert, and delete operations.
Traversal problems in balanced search trees include in-order, pre-order, and post-order traversal.
In-order traversal of a balanced search tree will result in a sorted list of elem...
Top trending discussions
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.
Aptitude,reasoning,verbal,C language,Java,C++
I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.
To connect to the backend, you can use APIs, database connections, or web services.
Use APIs to send and receive data between the frontend and backend
Establish database connections to retrieve and store data
Utilize web services for communication between different systems
posted on 12 Jan 2024
I applied via Campus Placement and was interviewed in Dec 2023. There was 1 interview round.
A class is a blueprint for creating objects, while an object is an instance of a class. Private, protected, public, and default are access modifiers in object-oriented programming.
A class is a template or blueprint that defines the properties and behaviors of objects.
An object is an instance of a class, created using the class blueprint.
Private access modifier restricts access to class members within the same class.
Pro...
An object is a self-contained entity that consists of both data and behavior.
Objects are instances of classes in object-oriented programming.
They encapsulate data and provide methods to manipulate that data.
Objects can interact with each other through method calls and message passing.
Examples of objects include a car, a person, or a bank account.
Public is a keyword in programming languages that denotes the accessibility of a class, method, or variable.
Public is one of the access modifiers in object-oriented programming.
It allows the class, method, or variable to be accessed from any other class or package.
Public members are part of the public API of a software component.
Example: public class MyClass { ... }
Example: public void myMethod() { ... }
Example: public
In programming, private is an access modifier that restricts the visibility of a class member to within its own class.
Private is used to encapsulate data and prevent direct access from outside the class.
Private members can only be accessed through public methods or properties.
Private variables are often used to store internal state or implementation details.
Private methods are used for internal logic and are not meant
protected is an access modifier in object-oriented programming that restricts access to members within the same package or subclasses.
protected is one of the four access modifiers in Java, along with public, private, and default.
Members declared as protected can be accessed within the same package or by subclasses.
Protected members are not accessible outside the package unless accessed through inheritance.
Example: prot...
posted on 8 Aug 2024
They asked from all the concepts wer have covered till now in Engineering.
I applied via Approached by Company
posted on 13 Jun 2024
How to reverse linked list.
Dynamic memory allocation is the process of allocating memory during program execution.
Allows programs to request memory at runtime
Helps in efficient memory management
Commonly used in languages like C and C++
Example: using malloc() function in C to allocate memory for an array
based on 1 review
Rating in categories
Technical Support Engineer
57
salaries
| ₹4.5 L/yr - ₹9.2 L/yr |
Software Engineer
45
salaries
| ₹7 L/yr - ₹21 L/yr |
Senior Software Engineer
44
salaries
| ₹19.5 L/yr - ₹37 L/yr |
Enterprise Technical Support Engineer
32
salaries
| ₹6.1 L/yr - ₹10.2 L/yr |
Business Operations Analyst
20
salaries
| ₹4.7 L/yr - ₹15.6 L/yr |
Palo Alto Networks
F5 Networks
Cisco
Juniper Networks