Premium Employer

i

This company page is being actively managed by Infoblox Team. If you also belong to the team, you can get access from here

Infoblox Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infoblox Interview Questions, Process, and Tips

Updated 13 Feb 2025

Top Infoblox Interview Questions and Answers

View all 9 questions

Infoblox Interview Experiences

Popular Designations

18 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Your current project related questions
Round 2 - Technical 

(1 Question)

  • Q1. Technical questions related to the Spark, data pipeline design, python.
Round 3 - Technical 

(1 Question)

  • Q1. Questions on Spark and python
Round 4 - Coding Test 

Technical questions and Python coding rounds on lists and dictionary

Round 5 - Aptitude Test 

Preparation materials were provided for the aptitude and cognitive skills test.

Round 6 - Coding Test 

Pyspark technical questions and coding rounds related to Python and complexity queries.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview rounds were easy to moderate as they progressed. The panelists were supportive.

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General quantitative, qualitative and common sense questions.

Round 2 - Coding Test 

2 coding questions in whatever language you feel comfortable. Medium to difficult level of coding questions.

Round 3 - Technical 

(5 Questions)

  • Q1. OOPS and DSA related questions
  • Q2. Database management questions.
  • Q3. Networking related questions.
  • Q4. General coding questions with difficulty level of easy to medium
  • Q5. Some HR questions along with the technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Since this is a networking related company, good knowledge of CN will be an added advantage.

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Goroutine and its usage with channel
  • Q2. Select and its use in GO

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

UCAT test was scheduled

Round 2 - One-on-one 

(1 Question)

  • Q1. Kubernetes, Kafka and Golang discussion
Round 3 - One-on-one 

(1 Question)

  • Q1. High level Design round

Interview Preparation Tips

Interview preparation tips for other job seekers - They didn't have any idea about what next round will be. I was told 2nd round will be about Golang database. Turned out to be kubernetes design round. That's okay but process is not streamline across candidates and questions level, feedback differ candidate to candidate.

Thay first didn't gave any feedback after 2 round for 10-15 days then said we are not going forward.
I don't think they consider level of questions asked in rounds are fair for all not. (Given that HLD round is open ended discussion ) Because had connected multiple people selected before sitting for interview.

You might get frustrated with randomness of their tech interview or maybe ghost job hosted by them

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Infoblox interview questions for popular designations

 Technical Support Engineer

 (2)

 Software Developer

 (2)

 Senior Software Engineer

 (2)

 Senior Security Engineer

 (1)

 Customer Support Executive

 (1)

 Analyst

 (1)

 Senior Data Engineer

 (1)

 Software Engineer Intern

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Pseudo code writing and discussion for problems related to stacks and queues

Round 2 - Technical 

(2 Questions)

  • Q1. AWS specific questions
  • Q2. Https protocol related discussion

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Can we use current.update() in BR?
  • Ans. 

    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);

  • Answered by AI
  • Q2. What is cascading variables?
  • Ans. 

    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 ...

  • Answered by AI
  • Q3. How many types of conditions are there in a workflow?
  • Ans. 

    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

  • Answered by AI
  • Q4. Lifecycle of problem management?
  • Ans. 

    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...

  • Answered by AI
  • Q5. Types of change? And explain each.
  • Ans. 

    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

  • Answered by AI

Skills evaluated in this interview

Servicenow Developer Interview Questions asked at other Companies

Q1. How to calculate timing of Incident which assigned to multiple group
View answer (3)

Interview Questions & Answers

user image Anonymous

posted on 5 Sep 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Dns deep-dive like records and some scenario based
  • Q2. DHCP deep-dive including NAK and scenarios
  • Q3. DNS Flow and troubleshooting as per the scenario shared
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion with HR

Interview Preparation Tips

Topics to prepare for Infoblox interview:
  • DNS
  • DHCP
Interview preparation tips for other job seekers - Not a good place if you don't like micro-management and to survive don't say no to manager specially if you are from north. 🙂
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Balanced search tree implementation and related traversal problems
  • Ans. 

    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...

  • Answered by AI
  • Q2. OS, DBMS, SQL and related questions

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Basic networking Questions From OSI layers Basics questions from DNS and DHCP.
  • Ans. Read OSI model Read packet flow DNS and DHCP
  • Answered Anonymously
  • Q2. Packet flow questions
  • Q3. Read from any source - Within network and outside the network
  • Q4. Scenario based questions
  • Q5. Based on how good you are with basic networking knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - If they ask you some basic questions try to put all the information in it

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

Interview Questions & Answers

user image Anonymous

posted on 19 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Give me quick introduction about yourself
  • Ans. 

    I am a dedicated and experienced SaaS professional with a strong background in sales and customer success.

    • Over 5 years of experience in the SaaS industry

    • Proven track record of exceeding sales targets

    • Strong focus on customer satisfaction and retention

    • Excellent communication and interpersonal skills

    • Proficient in CRM software such as Salesforce

  • Answered by AI

Infoblox Interview FAQs

How many rounds are there in Infoblox interview?
Infoblox interview process usually has 2-3 rounds. The most common rounds in the Infoblox interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for Infoblox interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Infoblox. The most common topics and skills that interviewers at Infoblox expect are Linux, DNS, Python, Networking and Automation.
What are the top questions asked in Infoblox interview?

Some of the top questions asked at the Infoblox interview -

  1. How many types of conditions are there in a workfl...read more
  2. Can we use current.update() in ...read more
  3. Balanced search tree implementation and related traversal probl...read more

Tell us how to improve this page.

Infoblox Interview Process

based on 13 interviews

Interview experience

4.2
  
Good
View more
Join Infoblox Infoblox is the company that unites networking and security

Interview Questions from Similar Companies

Cisco Interview Questions
4.1
 • 371 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
F5 Networks Interview Questions
3.8
 • 23 Interviews
Gen Interview Questions
4.0
 • 17 Interviews
Splunk Interview Questions
4.4
 • 12 Interviews
Fortinet Interview Questions
4.2
 • 11 Interviews
FireEye Interview Questions
4.3
 • 5 Interviews
View all

Infoblox Reviews and Ratings

based on 119 reviews

4.2/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

4.0

Salary

4.1

Job security

4.2

Company culture

3.9

Promotions

4.1

Work satisfaction

Explore 119 Reviews and Ratings
Technical Support Engineer
57 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
43 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Enterprise Technical Support Engineer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Operations Analyst
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Infoblox with

Palo Alto Networks

3.9
Compare

F5 Networks

3.8
Compare

Cisco

4.1
Compare

Juniper Networks

4.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview