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
4.3

based on 115 Reviews

Filter interviews by

Infoblox Software Engineer Intern Interview Questions and Answers

Updated 11 Jul 2024

Infoblox Software Engineer Intern Interview Experiences

1 interview found

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.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Coding on oops multiple choice questions

Round 2 - Technical 

(3 Questions)

  • Q1. Find leaf node of binary tree
  • Ans. 

    To find leaf node of binary tree, traverse the tree and check if node has no children.

    • Traverse the binary tree using depth-first search or breadth-first search

    • Check if a node has no left or right child, then it is a leaf node

    • Repeat the process for all nodes until all leaf nodes are found

  • Answered by AI
  • Q2. How to get left view right view top view of binary tree
  • Ans. 

    To get left view, right view, and top view of a binary tree, perform level order traversal and keep track of the first node encountered at each level.

    • Perform level order traversal of the binary tree

    • Keep track of the first node encountered at each level for left view

    • Keep track of the last node encountered at each level for right view

    • For top view, use a map to store horizontal distance and node pairs

  • Answered by AI
  • Q3. Some of the puzzle questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough in OOPS and concepts related to OS and memory.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

90 min MCQ +coding test on hackerrank.

Round 2 - Technical 

(2 Questions)

  • Q1. Sort colors DSA question
  • Q2. Detect cycle in a linked list
  • Ans. 

    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.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Was asked about why you want to join the company,my experience etc.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell us about your experience.
  • Q2. In english, give me a feedback you received lately.
Round 2 - Technical 

(2 Questions)

  • Q1. Brief explanation of SOLID principles
  • Q2. Ref vs out arguments
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Do you have working experience of SwiftUI
  • Q2. Have you ever implemented or worked with server driven UIs
  • Ans. 

    Yes, I have experience implementing server driven UIs.

    • Implemented server driven UIs using JSON responses to dynamically update UI elements

    • Worked with frameworks like React and Angular to handle server driven UI updates

    • Used server driven UIs to efficiently manage and display large amounts of data

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is closure and types?
  • Ans. 

    Closure is a function that captures variables from its surrounding scope, allowing it to access those variables even after the scope has closed.

    • Closure allows a function to access variables from its lexical scope even after the function has finished executing.

    • Types of closures include lexical closures, which capture variables from the surrounding lexical scope, and function closures, which capture variables from the fu...

  • Answered by AI
  • Q2. What is Core data and all operations with example/scenarios
  • Ans. 

    Core Data is a framework provided by Apple for managing the model layer objects in an iOS application.

    • Core Data is used for storing, retrieving, and managing data in an iOS app.

    • It provides an object-oriented interface to work with data.

    • Operations include creating, reading, updating, and deleting data.

    • Example: Creating a new record in Core Data for a user profile.

    • Example: Fetching a list of items from Core Data to displ

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join the company?
  • Q2. Why should we hire you

Interview Preparation Tips

Topics to prepare for Collabera Technologies Senior Software Engineer interview:
  • Core Data
  • SwiftUI
  • GCD
  • Memory Management
Interview preparation tips for other job seekers - Good inteview

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - Coding Test 

I was given a test which was not that difficult

Round 2 - Behavioral 

(2 Questions)

  • Q1. Why are you leaving the current job
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Looking for new challenges and opportunities for growth

    • Interested in working in a more innovative environment

    • Seeking a change in company culture or work-life balance

  • Answered by AI
  • Q2. What's the driving factor for you to join Altair
  • Ans. 

    The innovative projects and collaborative work environment at Altair are the driving factors for me to join.

    • Innovative projects: I am excited about the opportunity to work on cutting-edge projects that push the boundaries of technology.

    • Collaborative work environment: I value teamwork and believe that working with talented individuals at Altair will help me grow professionally.

    • Company culture: I have heard great things ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

Ge general attitude and HTML CSS JavaScript Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Am site for experience is needed
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Normal apti reasoning test checking normal intelligence with some basic technical questions.

Round 2 - Group Discussion 

Topic was physical cash V/s Digital cash.

Round 3 - Technical 

(1 Question)

  • Q1. About project in detail
Round 4 - Technical 

(1 Question)

  • Q1. About project in detail
Round 5 - HR 

(1 Question)

  • Q1. Intro,family background,ready to locate
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Adesh Institute of Engineering and Technology, Faridkot and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Apti , html , linux ,sql, java

Round 2 - Group Discussion 

They give topics and we have to speak for 30 sec

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java 8, Stream API
  • Q2. Dependency Injection in Spring
  • Ans. 

    Dependency Injection in Spring is a design pattern where objects are passed their dependencies rather than creating them internally.

    • In Spring, dependencies are injected into a class through constructor injection, setter injection, or field injection.

    • This helps in achieving loose coupling between classes and makes the code more testable and maintainable.

    • Example: @Autowired annotation in Spring is used for dependency inj

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. My Experience in IT
  • Ans. 

    I have over 8 years of experience in IT, specializing in software development and project management.

    • Developed web applications using Java, Spring, and AngularJS

    • Led a team of developers in implementing a new CRM system for a large client

    • Managed multiple projects simultaneously, ensuring on-time delivery and client satisfaction

  • Answered by AI

Skills evaluated in this interview

Infoblox Interview FAQs

How many rounds are there in Infoblox Software Engineer Intern interview?
Infoblox interview process usually has 3 rounds. The most common rounds in the Infoblox interview process are Technical, Aptitude Test and Coding Test.
What are the top questions asked in Infoblox Software Engineer Intern interview?

Some of the top questions asked at the Infoblox Software Engineer Intern interview -

  1. General coding questions with difficulty level of easy to med...read more
  2. OOPS and DSA related questi...read more
  3. Database management questio...read more

Tell us how to improve this page.

Join Infoblox Infoblox is the company that unites networking and security

Interview Questions from Similar Companies

Cisco Interview Questions
4.2
 • 390 Interviews
VMware Software Interview Questions
4.4
 • 152 Interviews
Apisero Interview Questions
4.3
 • 72 Interviews
TestingXperts Interview Questions
4.1
 • 38 Interviews
Stefanini Interview Questions
3.0
 • 33 Interviews
TA Digital Interview Questions
4.0
 • 32 Interviews
NTT Data Interview Questions
4.0
 • 30 Interviews
View all
Infoblox Software Engineer Intern Salary
based on 4 salaries
₹1 L/yr - ₹8 L/yr
32% less than the average Software Engineer Intern Salary in India
View more details

Infoblox Software Engineer Intern Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

4.1

Skill development

5.0

Work-Life balance

4.9

Salary & Benefits

3.1

Job Security

5.0

Company culture

3.3

Promotions/Appraisal

4.9

Work Satisfaction

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

₹4.5 L/yr - ₹9.2 L/yr

Software Engineer
45 salaries
unlock blur

₹7 L/yr - ₹21 L/yr

Senior Software Engineer
44 salaries
unlock blur

₹19.5 L/yr - ₹37 L/yr

Enterprise Technical Support Engineer
32 salaries
unlock blur

₹6.1 L/yr - ₹10.2 L/yr

Business Operations Analyst
20 salaries
unlock blur

₹4.7 L/yr - ₹15.6 L/yr

Explore more salaries
Compare Infoblox with

Palo Alto Networks

3.8
Compare

F5 Networks

3.8
Compare

Cisco

4.2
Compare

Juniper Networks

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview