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 was interviewed in Jan 2022.
Top trending discussions
I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.
Two DSA questions related to Arrays & strings
Design a URL shortener service with features like shortening, redirecting, tracking, handling collisions, and providing analytics.
Use a hashing algorithm to generate unique short URLs from long URLs
Store mappings of short URLs to original URLs in a database
Implement a redirect mechanism to direct users to the original URL when accessing the short URL
Track the number of times each short URL is accessed and store this da...
I applied via Referral and was interviewed before Apr 2022. There were 5 interview rounds.
C, Data structure and networking
2 coding hacker rank questions
I applied via Referral and was interviewed in Jul 2022. There were 4 interview rounds.
posted on 29 Feb 2024
I applied via Company Website and was interviewed before Feb 2023. There were 3 interview rounds.
Discussion about OOPS concepts and String related program
Program on Recursion and Array
based on 4 interviews
Interview experience
based on 42 reviews
Rating in categories
Senior Software Engineer
102
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
81
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
57
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Technical Lead
17
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior TAC Engineer
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Cisco
Juniper Networks
Arista Networks
VMware Software