Upload Button Icon Add office photos
Engaged Employer

i

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

Ip Infusion Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ip Infusion Software Interview Questions and Answers

Updated 9 Aug 2024
Popular Designations

6 Interview questions

An Associate Software Engineer was asked
Q. Why do we use call by reference, and what is its main purpose?
Ans. 

Call by reference is used to pass the memory address of a variable to a function.

  • Allows modification of the original variable

  • Saves memory by not creating a copy of the variable

  • Used for large data structures like arrays

  • Example: void swap(int *a, int *b) { int temp = *a; *a = *b; *b = temp; }

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked
Q. How can we find the IP address of a system?
Ans. 

Yes, we can find the IP address of a system.

  • Use command prompt and type 'ipconfig' to find the IP address of the system.

  • Alternatively, use online tools like 'WhatIsMyIP' or 'IP Lookup' to find the IP address.

  • IP addresses can also be found in the network settings of the system.

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked
Q. What is call by value and call by reference? Provide sample code.
Ans. 

Call by value and call by reference are two ways of passing arguments to a function.

  • Call by value passes a copy of the value to the function, while call by reference passes a reference to the original value.

  • In call by value, changes made to the parameter inside the function do not affect the original value, while in call by reference, changes made to the parameter inside the function affect the original value.

  • Exam...

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked
Q. What is the difference between call by value and call by reference?
Ans. 

Call by value passes a copy of the value to the function, while call by reference passes a reference to the original value.

  • Call by value creates a new copy of the variable, while call by reference uses the original variable.

  • Call by value does not modify the original variable, while call by reference can modify the original variable.

  • Call by value is used for simple data types like int, float, etc., while call by re...

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked
Q. What is static?
Ans. 

Static refers to a variable or method that belongs to a class rather than an instance of that class.

  • Static variables are shared across all instances of a class

  • Static methods can be called without creating an instance of the class

  • Static blocks are used to initialize static variables

  • Static import is used to import static members of a class

View all Associate Software Engineer interview questions
A Senior Software Engineer was asked 10mo ago
Q. OSI Layers detail explanation
Ans. 

OSI (Open Systems Interconnection) model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven abstraction layers.

  • The OSI model consists of seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

  • Each layer has specific functions and communicates with the adjacent layers through defined protocols.

  • The layers work togethe...

View all Senior Software Engineer interview questions

Ip Infusion Software Interview Experiences

5 interviews found

I applied via Campus Placement

Interview Questionnaire 

6 Questions

  • Q1. Basics of c and datastructure and about project
  • Q2. What is call by value and call by reference with sample code
  • Ans. 

    Call by value and call by reference are two ways of passing arguments to a function.

    • Call by value passes a copy of the value to the function, while call by reference passes a reference to the original value.

    • In call by value, changes made to the parameter inside the function do not affect the original value, while in call by reference, changes made to the parameter inside the function affect the original value.

    • Example o...

  • Answered by AI
  • Q3. What is static
  • Ans. 

    Static refers to a variable or method that belongs to a class rather than an instance of that class.

    • Static variables are shared across all instances of a class

    • Static methods can be called without creating an instance of the class

    • Static blocks are used to initialize static variables

    • Static import is used to import static members of a class

  • Answered by AI
  • Q4. Y we r using call by reference what is the main purpose of using call by reference
  • Ans. 

    Call by reference is used to pass the memory address of a variable to a function.

    • Allows modification of the original variable

    • Saves memory by not creating a copy of the variable

    • Used for large data structures like arrays

    • Example: void swap(int *a, int *b) { int temp = *a; *a = *b; *b = temp; }

  • Answered by AI
  • Q5. Difference between call by value and call ny by reference
  • Ans. 

    Call by value passes a copy of the value to the function, while call by reference passes a reference to the original value.

    • Call by value creates a new copy of the variable, while call by reference uses the original variable.

    • Call by value does not modify the original variable, while call by reference can modify the original variable.

    • Call by value is used for simple data types like int, float, etc., while call by referen...

  • Answered by AI
  • Q6. Can we find the ip address of a system
  • Ans. 

    Yes, we can find the IP address of a system.

    • Use command prompt and type 'ipconfig' to find the IP address of the system.

    • Alternatively, use online tools like 'WhatIsMyIP' or 'IP Lookup' to find the IP address.

    • IP addresses can also be found in the network settings of the system.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good.. but think 1000 times before joining this organisation....i

Skills evaluated in this interview

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

60 m i n s , c o d i n g

Round 2 - Technical 

(2 Questions)

  • Q1. OSI Layers detail explanation
  • Ans. 

    OSI (Open Systems Interconnection) model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven abstraction layers.

    • The OSI model consists of seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has specific functions and communicates with the adjacent layers through defined protocols.

    • The layers work together to ...

  • Answered by AI
  • Q2. Network operating system architecture in detail
  • Ans. 

    Network operating system architecture involves the design and implementation of software that manages network resources and communication.

    • Network operating systems are designed to facilitate communication and resource sharing among multiple computers in a network.

    • They typically include features such as file sharing, printer sharing, user authentication, and security protocols.

    • Examples of network operating systems inclu...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Personal questions
  • Q2. Family questions

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to BGP -Link state from the networking side. For DS - questions related to linked lists, sorting, etc.
  • Q2. Data structure related questions : linked list, sorting, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever features/protocols you have worked on, revise them properly. Have a good knowledge of DS. If possible, read through OS/Linux, it will be an added advantage.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Data structutes and networking concepts

Round 2 - Technical 

(1 Question)

  • Q1. Regarding networking and the experience we have in project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong what you have mentioned in resume

Interview Questions & Answers

user image kuldeep Sarma

posted on 15 Feb 2022

I appeared for an interview in Jan 2022.

Round 1 - Technical 

(1 Question)

  • Q1. Mpls L2 and L3 vpn related questions. Hardcore BGP...IGP questions.
Round 2 - Behavioral 

(1 Question)

  • Q1. Again technical questions based on networking and managerial based questions
Round 3 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep the basics right and should be able to answer whatever mentioned in the CV

Top trending discussions

View All
Office Jokes
1w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Ip Infusion Software?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Company Website and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Discussion about OOPS concepts and String related program

Round 2 - Coding Test 

Program on Recursion and Array

Round 3 - HR 

(2 Questions)

  • Q1. Strength and Weakness
  • Q2. Reason for joining with company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Logical program on notepad
  • Q2. Problem solving questions
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. To create CI/CD pipeline
  • Ans. 

    A CI/CD pipeline automates code integration, testing, and deployment for efficient software delivery.

    • Define the stages: Build, Test, Deploy, Monitor.

    • Use tools like Jenkins, GitLab CI, or CircleCI for automation.

    • Implement version control with Git for source code management.

    • Automate testing with frameworks like JUnit or Selenium.

    • Deploy using containerization tools like Docker or orchestration with Kubernetes.

  • Answered by AI
  • Q2. Questions related to cloud
  • Q3. Programs like Fibonacci,factorial for Devops engineer
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Hacker rank test. Basic coding questions on arrays, list etc.

Round 2 - Technical 

(1 Question)

  • Q1. Interactive session. Theoritical questions on oops, multithreading, springboot, java8 and few coding questions.
Round 3 - Technical 

(1 Question)

  • Q1. Design round. Questions on system design and best practices to be followed while developing any service. Few managerial questions as well.
Round 4 - HR 

(1 Question)

  • Q1. Profile related questions and salary discussion.

Interview Preparation Tips

Topics to prepare for Bottomline Senior Software Engineer interview:
  • Java8 and above
  • Data structure
  • Springboot
Interview preparation tips for other job seekers - Practice coding questions on java8 functions and few mid level data-structures based questions.
Round 1 - Technical 

(1 Question)

  • Q1. Basics .net , c#, sql
Round 2 - Technical 

(1 Question)

  • Q1. Current Project Details, Roles and some technical questions too
Round 3 - HR 

(1 Question)

  • Q1. Package Discussion and Other basic details

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure your basics are strong and should be confident to explain about the current project and its technical details.

Ip Infusion Software Interview FAQs

How many rounds are there in Ip Infusion Software interview?
Ip Infusion Software interview process usually has 2-3 rounds. The most common rounds in the Ip Infusion Software interview process are Technical, HR and Coding Test.
How to prepare for Ip Infusion Software 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 Ip Infusion Software. The most common topics and skills that interviewers at Ip Infusion Software expect are Bgp, Computer Networking, Linux Administration, OSPF and Analytical Skills.
What are the top questions asked in Ip Infusion Software interview?

Some of the top questions asked at the Ip Infusion Software interview -

  1. What is call by value and call by reference with sample c...read more
  2. Y we r using call by reference what is the main purpose of using call by refere...read more
  3. Difference between call by value and call ny by refere...read more
What are the most common questions asked in Ip Infusion Software HR round?

The most common HR questions asked in Ip Infusion Software interview are -

  1. Why are you looking for a chan...read more
  2. What are your salary expectatio...read more
  3. Share details of your previous j...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 4 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

ZIGRAM Interview Questions
3.4
 • 39 Interviews
RGBSI Interview Questions
3.3
 • 27 Interviews
Fingent Interview Questions
4.2
 • 25 Interviews
ThoughtSpot Interview Questions
4.0
 • 19 Interviews
Bottomline Interview Questions
3.4
 • 19 Interviews
Fourkites Interview Questions
3.7
 • 18 Interviews
Aurigo Interview Questions
4.7
 • 18 Interviews
ValGenesis Interview Questions
3.2
 • 17 Interviews
Yodlee Interview Questions
3.8
 • 17 Interviews
View all

Ip Infusion Software Reviews and Ratings

based on 46 reviews

4.4/5

Rating in categories

4.4

Skill development

4.1

Work-life balance

3.9

Salary

4.4

Job security

4.2

Company culture

3.7

Promotions

4.3

Work satisfaction

Explore 46 Reviews and Ratings
Developer

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

Quality Assurance (QA)

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
95 salaries
unlock blur

₹6.5 L/yr - ₹15.6 L/yr

Software Engineer
84 salaries
unlock blur

₹4.1 L/yr - ₹10 L/yr

Technical Lead
54 salaries
unlock blur

₹11 L/yr - ₹27 L/yr

Senior Technical Lead
18 salaries
unlock blur

₹20 L/yr - ₹33 L/yr

System Administrator
11 salaries
unlock blur

₹3 L/yr - ₹6.3 L/yr

Explore more salaries
Compare Ip Infusion Software with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Yodlee

3.8
Compare

Algonomy

4.0
Compare
write
Share an Interview