i
Infoblox
Filter interviews by
I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.
No, current.update() cannot be used in Business Rules (BR).
current.update() is not supported in Business Rules as it can lead to infinite loops.
Use current.setValue() or current.setAbortAction(true) instead in Business Rules.
Example: current.setValue('state', 2);
Cascading variables are variables that are dependent on other variables and change dynamically based on the values of those variables.
Cascading variables are commonly used in forms to show or hide certain fields based on the selection of other fields.
They help in creating dynamic and interactive forms that adapt to user input.
For example, in a form for selecting a country, the list of states or provinces available for ...
There are two types of conditions in a workflow: condition builder and script condition.
Condition builder allows for creating conditions using a visual interface
Script condition allows for writing conditions using scripting languages like JavaScript
Problem management lifecycle involves identification, logging, categorization, prioritization, investigation, diagnosis, resolution, and closure of problems.
Identification of a problem
Logging the problem in a system
Categorizing the problem based on impact and urgency
Prioritizing the problem for resolution
Investigating the root cause of the problem
Diagnosing the problem and finding a solution
Resolving the problem and im...
Types of change include standard, normal, emergency, and major. Each type has different levels of impact and urgency.
Standard change: Pre-approved, low-risk changes that follow a documented process.
Normal change: Changes that are not standard but do not require immediate implementation.
Emergency change: Changes that must be implemented immediately to resolve a critical issue.
Major change: High-impact changes that requi
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 LinkedIn
To create a RESTful API, define endpoints, use HTTP methods, handle requests and responses, and follow REST principles.
Define endpoints for different resources (e.g. /users, /products)
Use HTTP methods (GET, POST, PUT, DELETE) for CRUD operations
Handle requests and responses in JSON format
Follow REST principles like statelessness, uniform interface, and client-server architecture
Pagination in JPA allows fetching a subset of results from a query.
Use the setFirstResult() method to set the starting index of the results to retrieve
Use the setMaxResults() method to set the maximum number of results to retrieve
Combine setFirstResult() and setMaxResults() to implement pagination
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.
posted on 11 Apr 2024
I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.
They majorly focused in confidence.
Basic level aptitude question but time is the key to success.
Interview experience
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
34
salaries
| ₹6.1 L/yr - ₹10.2 L/yr |
Software Engineer2
20
salaries
| ₹13.5 L/yr - ₹30.3 L/yr |
Palo Alto Networks
F5 Networks
Cisco
Juniper Networks