i
Infosys
Work with us
Filter interviews by
Print a given pattern using array of strings
Use nested loops to iterate through rows and columns
Build the pattern by adding characters based on the row and column indices
Example: For a pattern like '12345', the first row would be '1', second row '12', and so on
Find two numbers in an array that add up to a specific target value.
Use a hashmap to store the difference between the target value and each element in the array.
Iterate through the array and check if the current element's complement exists in the hashmap.
Return the indices of the two numbers that add up to the target value.
Projects are specific tasks or assignments that require a team to work together to achieve a common goal.
Projects involve a defined scope, timeline, and budget.
They require a team of individuals with different skills and expertise.
Examples include developing a new software application, implementing a new system, or conducting a research study.
I have worked on a variety of tech stacks including Java Spring, React, Node.js, and MongoDB.
Java Spring
React
Node.js
MongoDB
Data fragmentation refers to the scattering of data across different locations or storage devices, making it difficult to access or manage.
Data fragmentation can occur when data is stored in multiple databases or servers.
It can also happen when data is divided into smaller pieces and stored in different locations.
Fragmented data can lead to slower access times and increased complexity in managing data.
Examples inc...
A record type is a data type that represents a structured collection of fields or attributes.
Record types are used to define structured data in programming languages.
Each field in a record type has a name and a data type.
Record types are commonly used in database systems to represent rows in tables.
Examples of record types include structs in C, classes in Java, and tuples in Python.
Understanding basic database concepts is crucial for software engineering roles.
Databases store, retrieve, and manage data efficiently.
SQL (Structured Query Language) is commonly used for relational databases.
NoSQL databases like MongoDB are used for unstructured data.
Normalization reduces data redundancy in relational databases.
Indexes improve query performance but can slow down write operations.
Use a publish-subscribe pattern to call from one upstream to several downstream
Implement a publish-subscribe pattern where the upstream component publishes events and the downstream components subscribe to those events
Use a message broker or event bus to facilitate communication between the upstream and downstream components
Ensure that the events published by the upstream component are received by all the subscrib...
Kafka is a distributed streaming platform used for building real-time data pipelines and streaming applications.
Kafka uses topics to organize and store data streams.
Producers publish messages to topics.
Consumers subscribe to topics to read messages.
ZooKeeper is used for managing Kafka brokers and maintaining metadata.
Kafka Connect is used for integrating Kafka with external systems.
Kafka Streams API allows for bui...
A stream is a sequence of data elements made available over time.
Streams are used for processing large amounts of data efficiently.
They can be infinite or finite in nature.
Examples include reading data from a file or network, or generating data dynamically.
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