Add office photos
Ip Infusion Software logo
Engaged Employer

Ip Infusion Software

Verified
4.3
based on 42 Reviews

Ip Infusion Software Interview Questions and Answers

Updated 9 Aug 2024

Q1. 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 of call by value: void swap(int a, int b) { int temp = a; a...read more

Add your answer
right arrow

Q2. 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; }

Add your answer
right arrow

Q3. 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 reference is used for complex data types like arrays, structures,...read more

Add your answer
right arrow

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

Add your answer
right arrow
Discover Ip Infusion Software interview dos and don'ts from real experiences

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

Add your answer
right arrow

Q6. 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 include Windows Server, Linux-based systems like Ubuntu Server,...read more

Add your answer
right arrow

Q7. 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 ensure that data is transmitted reliably and efficiently a...read more

Add your answer
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Ip Infusion Software

based on 4 interviews
Interview experience
4.3
Good
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

NTT Data Logo
3.9
 • 348 Interview Questions
Infosys BPM  Logo
3.6
 • 342 Interview Questions
BNY Logo
3.9
 • 203 Interview Questions
Birlasoft Logo
3.6
 • 195 Interview Questions
MRF Tyres Logo
3.7
 • 139 Interview Questions
ZS Logo
3.4
 • 134 Interview Questions
View all
Recently Viewed
COMPANY BENEFITS
Dilip Buildcon
304 benefits
COMPANY BENEFITS
Dilip Buildcon
304 benefits
COMPANY BENEFITS
IRB Infrastructure
60 benefits
COMPANY BENEFITS
KNR Constructions
20 benefits
JOBS
Browse jobs
Discover jobs you love
LIST OF COMPANIES
HDFC Asset Management Company
Overview
SALARIES
Befree Business Resourceing
SALARIES
HDFC Asset Management Company
SALARIES
Befree Business Resourceing
INTERVIEWS
DXC Technology
No Interviews
Top Ip Infusion Software Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter