i
Infosys
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 2 interview rounds.
Mandatory fields in Swift MT 103 message
Sender's Reference (20)
Sender's Account Number (50K)
Receiver's Account Number (59)
Amount (32A)
Currency (33B)
Value Date (32A)
Sender's Correspondent (53A)
Receiver's Correspondent (54A)
Serial method involves testing one sample at a time, while cover method involves testing multiple samples together.
Serial method tests samples individually in sequence
Cover method tests multiple samples simultaneously
Serial method is time-consuming but more accurate
Cover method is faster but may lead to false negatives
Example: Serial method used in PCR testing, cover method used in pool testing
ISO is a set of international standards for various industries, while Swift is a messaging network used by financial institutions.
ISO stands for International Organization for Standardization, which sets standards for various industries such as quality management (ISO 9001) and information security (ISO 27001).
Swift (Society for Worldwide Interbank Financial Telecommunication) is a messaging network used by financial i...
Waterfall is a linear sequential approach to software development, while Agile is an iterative and incremental approach.
Waterfall follows a sequential process, while Agile allows for flexibility and adaptability.
Waterfall requires all requirements to be defined upfront, while Agile allows for changes throughout the project.
Waterfall has a fixed timeline and budget, while Agile focuses on delivering value in short itera...
Dex configuration setup involves configuring the data exchange between Tosca and external systems.
Dex configuration is done in Tosca Commander under the 'Dex' tab.
You can set up connections to external systems like JIRA, Jenkins, etc.
Configuration includes defining endpoints, authentication details, and data mapping.
Testing the configuration is important to ensure smooth data exchange.
I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.
Securing a web API involves implementing authentication, authorization, and encryption.
Implement authentication to verify the identity of the client accessing the API
Implement authorization to control what actions the client can perform
Use HTTPS to encrypt the communication between the client and the API
Implement rate limiting to prevent abuse and protect against denial-of-service attacks
Apply input validation and outp...
Improving web API performance involves optimizing code, caching, using asynchronous programming, and scaling infrastructure.
Optimize code by reducing unnecessary database queries, using efficient algorithms, and minimizing network calls.
Implement caching to store frequently accessed data and reduce the load on the server.
Use asynchronous programming to handle multiple requests concurrently and improve responsiveness.
Sc...
Delegates are function pointers used to encapsulate methods, while generics are used to create reusable code for different data types.
Delegates are used to create callbacks and event handlers.
Generics allow the creation of classes, methods, and interfaces that can work with different data types.
Delegates can be used to define and invoke methods dynamically at runtime.
Generics provide type safety and eliminate the need ...
Generics can be used in projects to create reusable code that can work with different types.
Generics can be used in data structures like lists, dictionaries, and queues to store and retrieve different types of data.
Generics can be used in algorithms and functions to work with different types of inputs and outputs.
Generics can be used in database operations to handle different types of data.
Generics can be used in user ...
Delegates are used to create references to methods, allowing methods to be passed as parameters or stored as variables.
Delegates provide a way to achieve callback functionality in C#.
Delegates can be used to implement event handling.
Delegates enable loose coupling and separation of concerns.
Delegates can be used to create and invoke anonymous methods.
Delegates can be used to implement the observer pattern.
Join query using Entity Framework
Use the LINQ query syntax to perform joins in Entity Framework
Use the 'join' keyword to specify the join condition
Use 'into' keyword to create a group join
Use 'on' keyword to specify the join condition
Use 'equals' keyword to define the equality condition
Dependency injection is a design pattern that allows objects to be loosely coupled by providing their dependencies externally.
Dependency injection is a way to achieve inversion of control in software development.
It helps in creating loosely coupled and modular code.
In dependency injection, the dependencies of a class are provided externally rather than being created within the class itself.
This allows for easier testin...
To handle large number of records in a web API, you can use pagination, streaming, or compression techniques.
Implement pagination to retrieve records in smaller chunks
Use streaming to process and return records in real-time
Apply compression techniques like GZIP to reduce the size of the response
Consider caching strategies to improve performance
The project structure in Dot Net Core typically consists of folders for source code, configuration files, and dependencies.
The source code is usually organized into folders based on the application's modules or layers, such as Controllers, Models, and Views.
Configuration files like appsettings.json store application settings and connection strings.
Dependencies are managed using a package manager like NuGet, and their v...
Entity Framework provides a higher level of abstraction, simplifies database operations, improves productivity, and reduces code complexity.
Entity Framework abstracts away the underlying database, allowing developers to work with a higher level of abstraction.
It simplifies database operations by providing an object-oriented approach to data access.
Entity Framework improves productivity by reducing the amount of code ne...
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.
Excel workbooks can be used to organize and analyze financial data efficiently.
Excel workbooks allow for the creation of multiple sheets within a single file for organizing different types of financial data.
Formulas and functions can be used in Excel to perform calculations and analysis on financial data.
Excel workbooks can be customized with charts and graphs to visually represent financial data.
Data can be imported a...
Infosys interview questions for popular designations
In 5 years, I aim to be leading a team of software engineers, working on cutting-edge technologies and making a significant impact in the industry.
Lead a team of software engineers
Work on cutting-edge technologies
Make a significant impact in the industry
Get interview-ready with Top Infosys Interview Questions
50 minutes coding round they asked me some theoretical question and machine coding question they asked me DSA question
Joins are used to combine rows from two or more tables based on a related column between them.
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.
INNER JOIN returns rows when there is at least one match in both tables.
LEFT JOIN returns all rows from the left table and the matched rows from the right table.
RIGHT JOIN returns all rows from the right table and the matched rows from the left table.
FULL ...
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.
Types of normalization include 1NF, 2NF, 3NF, BCNF, and 4NF.
Example: 1NF ensures each column contains atomic values, 2NF eliminates partial dependencies, 3NF removes transitive dependencies, BCNF eliminates non-trivial functional dependencies, and 4NF deals with multi-valued dependencies.
The process of testing involves planning, designing, executing, and evaluating tests to ensure software quality.
Planning: Define test objectives, scope, and strategy.
Designing: Create test cases and test data.
Executing: Run tests and record results.
Evaluating: Analyze results and report defects.
Iterating: Repeat process to improve quality.
Example: Testing a login feature by entering valid and invalid credentials.
I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.
1> Write a code of two way data binding .
2>Reverse an array without using reverse()/Builtin method.
NGRX is a state management library for Angular applications.
NGRX is inspired by Redux, a predictable state container for JavaScript apps.
It helps manage the state of an Angular application in a centralized and predictable way.
NGRX consists of actions, reducers, selectors, and effects to manage state changes.
It allows for a unidirectional data flow in Angular applications.
NGRX can be used to handle complex state managem
I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.
Apollo Federation is a way to compose multiple GraphQL services into a single schema
Microservices in Apollo Federation allow for independent development and deployment of services
Each microservice can have its own data source and business logic
Apollo Federation provides a gateway that routes requests to the appropriate microservice
What people are saying about Infosys
Some of the top questions asked at the Infosys interview for experienced candidates -
The duration of Infosys interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 1.2k interviews
Interview experience
based on 40.3k reviews
Rating in categories
Technology Analyst
55.4k
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Systems Engineer
51k
salaries
| ₹2.5 L/yr - ₹7.8 L/yr |
System Engineer
31.6k
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Technical Lead
30.9k
salaries
| ₹5.1 L/yr - ₹19.5 L/yr |
Senior Associate Consultant
28.5k
salaries
| ₹6.2 L/yr - ₹17 L/yr |
TCS
Wipro
Cognizant
Accenture