i
Ip Infusion Software
Filter interviews by
I applied via Campus Placement
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...
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
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; }
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...
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.
60 m i n s , c o d i n g
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 ...
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...
I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.
I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.
Data structutes and networking concepts
Ip Infusion Software interview questions for popular designations
I appeared for an interview in Jan 2022.
I applied via Walk-in and was interviewed before Oct 2021. There were 2 interview rounds.
Good technical round, you can manage, mainly Java questions used to come
Find duplicate elements in array
Iterate through array and compare each element with all other elements
Use a hash table to keep track of seen elements
Sort the array and compare adjacent elements
Remove duplicate elements in array
Use a hash table to keep track of elements already seen
Sort the array and remove adjacent duplicates
Use a Set to store unique elements
I applied via Job Portal and was interviewed before May 2023. There were 4 interview rounds.
Hacker rank test. Basic coding questions on arrays, list etc.
based on 4 interviews
Interview experience
based on 43 reviews
Rating in categories
Senior Software Engineer
99
salaries
| ₹6.5 L/yr - ₹14.9 L/yr |
Software Engineer
79
salaries
| ₹4.1 L/yr - ₹10 L/yr |
Technical Lead
55
salaries
| ₹11 L/yr - ₹27 L/yr |
Senior Technical Lead
17
salaries
| ₹21 L/yr - ₹33 L/yr |
Senior TAC Engineer
9
salaries
| ₹8.5 L/yr - ₹13.5 L/yr |
Aurigo
Prime Focus Technologies
Yodlee
Algonomy