i
Ip Infusion
Software
Filter interviews by
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; }
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.
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...
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...
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
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...
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
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.
I appeared for an interview in Jan 2022.
Top trending discussions
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
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
I appeared for an interview before Mar 2024.
SQL code development
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
based on 4 interview experiences
Difficulty level
Duration
based on 46 reviews
Rating in categories
Senior Software Engineer
95
salaries
| ₹6.5 L/yr - ₹15.6 L/yr |
Software Engineer
84
salaries
| ₹4.1 L/yr - ₹10 L/yr |
Technical Lead
54
salaries
| ₹11 L/yr - ₹27 L/yr |
Senior Technical Lead
18
salaries
| ₹20 L/yr - ₹33 L/yr |
System Administrator
11
salaries
| ₹3 L/yr - ₹6.3 L/yr |
Aurigo
Prime Focus Technologies
Yodlee
Algonomy