i
Infosys
Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Oracle EBS Finance is a module within Oracle E-Business Suite that focuses on financial management and accounting.
Oracle EBS Finance helps organizations manage their financial processes, including accounts payable, accounts receivable, general ledger, and financial reporting.
It allows for automation of financial tasks, streamlining processes and improving accuracy.
Users can generate financial statements, track expenses...
Aptitude questions and english
DSA and OOPS
Collections
Spring Boot
Hibernate
Junit
HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.
If multiple keys hash to the same index, a linked list is used to handle collisions.
HashMap allows null keys and values, but...
Comparator is used to define custom sorting order for objects, while Comparable is used to define natural ordering of objects.
Comparator is an external class used for custom sorting logic
Comparable is an interface used for natural ordering of objects
Comparator can be used to sort objects based on multiple criteria
Comparable is implemented by the class itself to define default sorting behavior
Infosys interview questions for designations
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 ...
Get interview-ready with Top Infosys Interview Questions
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
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<String> names = new 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
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...
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...
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 197 interviews
5 Interview rounds
based on 5.2k reviews
Rating in categories
Technology Analyst
55.4k
salaries
| ₹3 L/yr - ₹11.2 L/yr |
Senior Systems Engineer
51.2k
salaries
| ₹2.5 L/yr - ₹8 L/yr |
System Engineer
31.7k
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Technical Lead
31k
salaries
| ₹5.1 L/yr - ₹19.6 L/yr |
Senior Associate Consultant
28.8k
salaries
| ₹6.2 L/yr - ₹16.9 L/yr |
TCS
Wipro
Cognizant
Accenture