i
Infosys
Filter interviews by
I applied via Campus Placement
I applied via Infosys and was interviewed before Mar 2023. There were 3 interview rounds.
General Aptitude test, logical and reasoning
A pointer is a variable that stores the memory address of another variable.
Pointers are used to indirectly access and manipulate data in memory.
They are commonly used in programming languages like C and C++.
Example: int *ptr; // declares a pointer to an integer variable
OSI (Open Systems Interconnection) model consists of 7 layers, each responsible for different functions in network communication.
Physical layer - deals with physical connection of devices (e.g. cables)
Data link layer - responsible for error detection and correction (e.g. Ethernet)
Network layer - handles routing and addressing (e.g. IP)
Transport layer - ensures reliable data transfer (e.g. TCP)
Session layer - manages se...
Cpp programs can use static, stack, or heap memory allocation for variables and objects.
Static memory allocation is done at compile time and is used for variables declared outside functions.
Stack memory allocation is done at runtime and is used for variables declared inside functions.
Heap memory allocation is done at runtime and is used for dynamic memory allocation using new and delete operators.
I applied via Company Website and was interviewed in Jun 2022. There were 2 interview rounds.
3 questions were asked again, 1 easy 1 medium-difficult and 1 difficult.
What people are saying about Infosys
posted on 24 Jan 2024
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.
posted on 19 Feb 2023
posted on 31 Dec 2022
I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 4 interview rounds.
Coding questions will be in data structures and algorithms. Mostly from binary tree, linked list, and tree map. Interviewer will ask depth about space and time complexity
posted on 6 Jun 2024
I applied via Naukri.com and was interviewed before Jun 2023. There were 2 interview rounds.
Given some JavaScript program to solve
Pure pipes do not have any side effects and always return the same output for the same input, while impure pipes can have side effects and may not return the same output for the same input.
Pure pipes are stateless and deterministic.
Impure pipes can have side effects like modifying global variables or making network requests.
Pure pipes always return the same output for the same input.
Impure pipes may not return the same...
Angular life cycle hooks are methods that allow you to tap into specific points in a component's life cycle.
ngOnChanges: called when an input property changes
ngOnInit: called once after the first ngOnChanges
ngDoCheck: called during every change detection run
ngAfterContentInit: called after content is projected into the component
ngAfterContentChecked: called after every check of projected content
ngAfterViewInit: called ...
An interceptor is a software component that intercepts incoming and outgoing requests, allowing for manipulation or monitoring of the data.
Interceptors are commonly used in web development frameworks to add cross-cutting concerns such as logging, authentication, or caching.
They can be used to modify the request or response before it reaches the intended destination.
Examples include HTTP interceptors in AngularJS or req
posted on 22 Mar 2023
I applied via Approached by Company and was interviewed in Oct 2022. There were 4 interview rounds.
Axios is a third-party library that provides more features and flexibility than the fetch API.
Axios allows for easy cancellation of requests.
Axios has built-in support for handling request and response interceptors.
Axios can handle request and response transformations.
Axios has a larger community and more documentation than fetch API.
Fetch API is built into modern browsers and requires no additional installation or set
HOC stands for Higher Order Component in React.
HOC is a function that takes a component and returns a new component with additional functionality.
It is used for code reuse, logic abstraction, and render hijacking.
Examples of HOCs are connect() and withRouter() in React-Redux and React-Router respectively.
Map, filter and reduce are higher-order functions in JavaScript used to manipulate arrays.
Map transforms each element of an array into a new array based on a provided function.
Filter creates a new array with all elements that pass a test implemented by a provided function.
Reduce applies a function to each element of an array and reduces the array to a single value.
These functions are commonly used in functional program...
posted on 20 May 2022
I applied via Naukri.com and was interviewed before May 2021. There were 3 interview rounds.
posted on 23 Dec 2022
I applied via Naukri.com and was interviewed in Nov 2022. There were 3 interview rounds.
Routing, hooks, service, and directives are all important concepts in software engineering.
Routing refers to the process of determining how an application responds to a client request.
Hooks are functions that allow developers to tap into the lifecycle of a component or application.
Services are reusable pieces of code that provide functionality to an application.
Directives are markers on a DOM element that tell AngularJ...
based on 2 interviews
Interview experience
based on 8 reviews
Rating in categories
Technology Analyst
55.8k
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Systems Engineer
50.6k
salaries
| ₹2.8 L/yr - ₹9 L/yr |
System Engineer
39.5k
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Technical Lead
30.8k
salaries
| ₹5.2 L/yr - ₹19.5 L/yr |
Senior Associate Consultant
27.8k
salaries
| ₹4.5 L/yr - ₹17 L/yr |
TCS
Wipro
Cognizant
Accenture