i
Infosys
Filter interviews by
I applied via Naukri.com and was interviewed in Feb 2024. There were 4 interview rounds.
Questions related my project in my current company
Its java and spring based assessment
MVC stands for Model-View-Controller, a software design pattern for organizing code. MVC life cycle involves request handling and response generation.
Model represents the data and business logic
View displays the data to the user
Controller handles user input and updates the model
MVC life cycle involves routing the request to the appropriate controller, processing the request, updating the model, rendering the view, and
ASP.NET is a framework for building web applications on the .NET platform, while ASP.NET Core is a cross-platform, high-performance framework for building modern, cloud-based, internet-connected applications.
ASP.NET is Windows-only, while ASP.NET Core is cross-platform and can run on Windows, macOS, and Linux.
ASP.NET Core is open-source and modular, allowing developers to include only the necessary components in their ...
I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.
ArrayList is a dynamic array in Java that can grow or shrink in size.
ArrayList is part of Java's Collection framework.
It allows for easy insertion, deletion, and retrieval of elements.
Example: ArrayList
Example: names.add("John"); names.remove(0); String firstElement = names.get(0);
ArrayList is a resizable array implementation while HashMap is a key-value pair storage with constant time complexity for basic operations.
ArrayList stores elements in an ordered sequence and allows duplicate values.
HashMap stores key-value pairs and does not allow duplicate keys.
Accessing elements in ArrayList is done by index, while accessing elements in HashMap is done by key.
ArrayList is not synchronized by default...
Stream methods are used in Java to perform operations on a sequence of elements.
forEach() - performs an action for each element in the stream
filter() - filters elements based on a given predicate
map() - transforms elements using a given function
reduce() - combines elements into a single result
collect() - accumulates elements into a collection
flatMap() - transforms each element into zero or more elements
I remain calm, analyze the issue, prioritize tasks, collaborate with team members, and work towards a resolution.
Remain calm and composed to think clearly
Analyze the issue to identify root cause
Prioritize tasks based on impact and urgency
Collaborate with team members for input and support
Work towards a resolution efficiently
Infosys interview questions for designations
I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.
OIC stands for Oracle Integration Cloud, a platform that enables users to integrate applications, automate processes, and manage APIs.
Oracle Integration Cloud (OIC) is a cloud-based integration platform offered by Oracle.
It allows users to connect applications, automate processes, and create APIs.
OIC provides pre-built integrations for popular applications like Salesforce, NetSuite, and ServiceNow.
Users can also create...
Get interview-ready with Top Infosys Interview Questions
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
OOPS principles refer to Object-Oriented Programming concepts like Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation detail
Routing in Angular is the process of navigating between different components based on the URL.
Angular uses the Angular Router module to handle routing in applications.
Routes are defined in the app-routing.module.ts file using the RouterModule.forRoot() method.
Routes can have path, component, redirectTo, pathMatch, and children properties.
RouterOutlet directive is used in the main app component to display the routed com...
Dependency Injection in Angular allows for providing dependencies to a class without creating them inside the class.
In Angular, Dependency Injection is used to provide dependencies to a class instead of creating them inside the class.
It helps in making classes more modular, reusable, and easier to test.
Dependencies are typically provided in the constructor of a class using TypeScript.
Example: @Injectable() decorator is...
HTTP methods are used to indicate the desired action to be performed on a resource.
GET - retrieve data from a server
POST - submit data to be processed by a server
PUT - update a resource on the server
DELETE - remove a resource from the server
PATCH - partially update a resource on the server
Unique data in a record can be selected by using a combination of data analysis techniques and algorithms.
Identify key fields or attributes that can be used to uniquely identify each record
Use data profiling to understand the distribution of values in the dataset
Implement data cleansing techniques to remove duplicates
Utilize data matching algorithms to identify and select unique records
Consider using machine learning m
I applied via Indeed and was interviewed in Dec 2023. There were 2 interview rounds.
slice() returns a shallow copy of a portion of an array into a new array, while split() splits a string into an array of substrings based on a specified separator.
slice() does not modify the original array, while split() returns a new array of substrings
slice() can take two parameters for start and end index, while split() takes a separator as a parameter
Example: var arr = [1, 2, 3, 4, 5]; arr.slice(1, 3) returns [2, 3...
What people are saying about Infosys
Some of the top questions asked at the Infosys Senior Systems Engineer interview -
The duration of Infosys Senior Systems Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 188 interviews
5 Interview rounds
based on 5k reviews
Rating in categories
Technology Analyst
55.7k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Systems Engineer
50.6k
salaries
| ₹0 L/yr - ₹0 L/yr |
System Engineer
39.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
30.8k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Associate Consultant
28k
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Wipro
Cognizant
Accenture