i
Infosys
Work with us
Filter interviews by
Reverse an array of strings
Create a new array and iterate through the original array in reverse order, adding each element to the new array
Alternatively, swap elements from the beginning and end of the array until reaching the middle
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.
...
Scrum roles are the key positions in a Scrum team responsible for different aspects of the project.
Product Owner: Represents the stakeholders and defines the product vision.
Scrum Master: Facilitates the Scrum process and ensures adherence to Scrum principles.
Development Team: Self-organizing group responsible for delivering the product increment.
Stakeholders: Individuals or groups with an interest in the project's...
A final variable in Java is a variable that cannot be reassigned once it has been initialized.
Final variables are declared using the 'final' keyword.
They can be assigned a value only once.
Final variables are often used to represent constants or values that should not be changed.
They can be declared at the class, method, or block level.
Final variables can be used in method parameters, local variables, instance vari...
Final variables in programming are constants that cannot be reassigned after their initial assignment.
In Java, a final variable is declared using the 'final' keyword, e.g., 'final int x = 10;'.
Once a final variable is assigned, it cannot be changed, e.g., 'x = 20;' will cause a compilation error.
Final variables can be used for constants, like 'final double PI = 3.14;'.
In classes, final variables can be used to def...
Boomi Atomsphere is a cloud-based integration platform that allows businesses to connect applications, data, and devices across on-premises and cloud environments.
Integration platform for connecting applications, data, and devices
Cloud-based solution for on-premises and cloud environments
Supports API management, data integration, and workflow automation
Provides pre-built connectors for popular applications and sys...
Boomi document types include XML, JSON, flat file, and database record.
XML
JSON
Flat file
Database record
Code to check if a string is a palindrome or not.
Create a function that takes a string as input
Remove all non-alphanumeric characters and convert to lowercase
Compare the string with its reverse to check if it's a palindrome
A palindrome is a word, phrase, or sequence that reads the same backward as forward, like 'racecar'.
A simple example is 'madam', which is the same when reversed.
Phrases like 'A man, a plan, a canal, Panama!' ignore spaces and punctuation.
To check if a string is a palindrome, compare it to its reverse.
Performance testing ensures software meets speed, stability, and scalability requirements.
Performance testing identifies bottlenecks and measures response time, throughput, and resource utilization.
It helps optimize system performance, improve user experience, and prevent crashes under high load.
Examples include load testing, stress testing, and endurance testing.
Performance testing should be conducted throughout ...
I appeared for an interview in Feb 2025.
An anagram is a word formed by rearranging the letters of another, while non-repeating characters are unique in a string.
Anagram Check: To determine if two strings are anagrams, sort both strings and compare them. Example: 'listen' and 'silent'.
Character Count: Use a hash map to count occurrences of each character in a string to find the first non-repeating character. Example: 'swiss' returns 'w'.
Case Sensitivity: Cons...
Out is used for returning multiple values from a method, while ref is used for passing a variable by reference.
Out parameters must be assigned a value inside the method before it returns.
Ref parameters must be initialized before passing them to a method.
Out parameters are used when a method needs to return multiple values.
Ref parameters are used when a method needs to modify the value of the parameter.
Example: int.TryP...
Create a global exception handler to manage all unhandled exceptions in the application.
Implement a global exception handler class that extends ExceptionHandler.
Override the uncaughtException method to handle all unhandled exceptions.
Log the exception details and notify the user about the error.
Consider implementing different strategies for handling different types of exceptions.
Test the global exception handler thorou...
I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.
I have worked on a variety of tech stacks including Java Spring, React, Node.js, and MongoDB.
Java Spring
React
Node.js
MongoDB
I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.
Select single retrieves exactly one row, while select single up to 1 row retrieves at most one row.
Select single is used when exactly one row is expected to be retrieved.
Select single up to 1 row is used when at most one row is expected to be retrieved.
Select single throws an error if more than one row is found, while select single up to 1 row does not.
The ideal team size varies, but typically ranges from 5 to 9 members for optimal collaboration and productivity.
Smaller teams (5-7 members) often communicate more effectively, like a startup environment.
Larger teams (8-12 members) can bring diverse skills but may face coordination challenges.
Agile methodologies suggest 7 +/- 2 as the ideal team size for Scrum teams.
Example: Google often uses small teams to foster innov...
What people are saying about Infosys
Some of the top questions asked at the Infosys Senior Software Engineer interview -
The duration of Infosys Senior Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 65 interview experiences
Difficulty level
Duration
based on 424 reviews
Rating in categories
Technology Analyst
54.9k
salaries
| ₹4.8 L/yr - ₹10 L/yr |
Senior Systems Engineer
54.3k
salaries
| ₹2.5 L/yr - ₹6.3 L/yr |
Technical Lead
35.3k
salaries
| ₹9.5 L/yr - ₹16.5 L/yr |
System Engineer
32.6k
salaries
| ₹2.4 L/yr - ₹5.5 L/yr |
Senior Associate Consultant
32.2k
salaries
| ₹8.2 L/yr - ₹15 L/yr |
TCS
Wipro
Cognizant
Accenture