i
Infosys
Filter interviews by
What people are saying about Infosys
I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.
C language is a general-purpose, procedural computer programming language.
Developed by Dennis Ritchie at Bell Labs in 1972
Used for system programming, embedded systems, and application software
Influenced many other programming languages such as C++, Java, and Python
I applied via Recruitment Consultant and was interviewed in May 2020. There were 3 interview rounds.
Abstract class is a class that cannot be instantiated and is used as a base class for other classes.
An abstract class can have abstract and non-abstract methods.
Abstract methods have no implementation and must be implemented by the derived class.
An abstract class can have constructors and fields.
An abstract class can be used to define a common interface for a group of related classes.
Example: Animal is an abstract clas...
I applied via Campus Placement and was interviewed in Sep 2020. There were 4 interview rounds.
I am a software developer with experience in various programming languages and a passion for creating innovative solutions.
Proficient in Java, C++, and Python
Experience with web development using HTML, CSS, and JavaScript
Familiarity with agile development methodologies
Strong problem-solving and analytical skills
Excellent communication and teamwork abilities
Array is a collection of elements of same data type. Linked list is a data structure where each element points to the next one.
Arrays have fixed size, linked lists can grow dynamically
Accessing elements in an array is faster than in a linked list
Inserting or deleting elements in a linked list is faster than in an array
Arrays are stored in contiguous memory locations, linked lists are not
Arrays are used for random acces
The OSI model is a conceptual model that describes the communication functions of a telecommunication or computing system.
The OSI model has 7 layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.
Each layer has a specific function and communicates with the layers above and below it.
The Physical layer deals with the physical transmission of data, while the Application layer deals with u...
The OSI model is a conceptual model that characterizes and standardizes the communication functions of a telecommunication or computing system.
The OSI model has 7 layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.
Each layer has a specific function and communicates with the layers above and below it.
The Physical layer deals with the physical transmission of data, while the Applicati...
I appeared for an interview before Sep 2020.
Round duration - 30 Minutes
Round difficulty - Easy
There were two questions one from arrays and other one from linked list.
You are provided with an array 'ARR' consisting of 'N' positive integers. Your task is to determine the length of the longest contiguous subarray that is switc...
Find the length of the longest contiguous subarray where elements at even indices are equal and elements at odd indices are equal.
Iterate through the array and keep track of the length of the current switching subarray.
Update the length when the switching condition is broken.
Return the maximum length found for each test case.
Determine if a given singly linked list of integers forms a cycle or not.
A cycle in a linked list occurs when a node's next
points back to a previous node in the ...
Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.
Use Floyd's Cycle Detection Algorithm to determine if there is a cycle in the linked list.
Maintain two pointers, one moving at twice the speed of the other, if they meet at some point, there is a cycle.
If one of the pointers reaches the end of the list (null), there is no cycle.
Round duration - 30 Minutes
Round difficulty - Easy
The interviewer was quite friendly. Asked general HR questions .
Tip 1 : Practice at-least 300-350 questions from different topics.
Tip 2 : Practice aptitude from different topics be it arithmetical ability, logical reasoning.
Tip 1 : Resume should be one pager.
Tip 2 : The projects mentioned should be job specific.
I appeared for an interview before Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
CodeVita: CodeVita is an online coding contest that is conducted by TCS every year across the whole world for coders to showcase their programming skills. There are three rounds in CodeVita:
Pre Qualifier: Conducted Online
Qualifier: Conducted Online
Grand Finale: Conducted in India (offline) in TCS centers
In the Pre Qualifier round, there are 6 questions, and if you are able to solve at least 1 question and clear it’s all the test cases, there is a chance that you will get an interview call from TCS. For the safe side try to solve 2 questions or more completely.
Given a Singly Linked List of integers, remove all the alternate nodes from the list.
The first and the only line of input will contain the elemen...
Remove alternate nodes from a singly linked list of integers.
Traverse the linked list and skip every alternate node while connecting the previous node to the next node.
Update the next pointers accordingly to remove the alternate nodes.
Ensure to handle edge cases like empty list or list with only one node.
Given an array of integers ARR
of length N
and an integer Target
, your task is to return all pairs of elements such that they add up to the Target
.
The first line ...
Given an array of integers and a target, find all pairs of elements that add up to the target.
Iterate through the array and for each element, check if the target minus the element exists in a hash set.
If it exists, add the pair to the result. If not, add the element to the hash set.
Handle cases where the same element is used twice in a pair.
Return (-1, -1) if no pair is found.
Round duration - 60 minutes
Round difficulty - Easy
We were informed by the TCS a day before the interview about the time of our interview and all. As this year the whole process was online so a bunch of instructions was mentioned by TCS like the internet connectivity, important documents to present, and all. I joined the virtual lobby on time and my slot was from 3:30 PM to 6:30 PM, there were a few more candidates in the virtual lobby, and a lady started to speak. I was the first to give the interview and all other candidates were given different slots by that lady for their interviews.
Round duration - 90 minutes
Round difficulty - Easy
This interview directly started with questions.
The COVID-19 pandemic has significantly impacted the IT industry, leading to remote work, increased demand for digital solutions, and delays in projects.
Transition to remote work for many IT companies
Increased demand for digital solutions such as online collaboration tools, e-commerce platforms, and telehealth services
Delays in projects due to disruptions in supply chains and workforce availability
Shift towards cloud c...
TATA group has made significant contributions to the nation through various industries and philanthropic initiatives.
TATA Steel is one of the largest steel producers in India, contributing to infrastructure development.
TATA Motors is a leading automobile manufacturer, driving innovation in the automotive sector.
TATA Consultancy Services (TCS) is a global IT services company, creating job opportunities and boosting the ...
Round duration - 90 minutes
Round difficulty - Easy
First, she introduced herself and then asked me to give my introduction. Then she asked behavorial and general questions.
Tip 1: Practice at least 300 coding questions.
Tip 2: Be confident.
Tip 3: Don't tell lies in interviews.
Tip 1: Mention some good projects.
Tip 2: Don't put any false things.
based on 1 interview
Interview experience
Technology Analyst
55.3k
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Systems Engineer
51.1k
salaries
| ₹2.5 L/yr - ₹8 L/yr |
System Engineer
31.6k
salaries
| ₹2.5 L/yr - ₹5.6 L/yr |
Technical Lead
30.9k
salaries
| ₹5.1 L/yr - ₹19.5 L/yr |
Senior Associate Consultant
28.7k
salaries
| ₹6.2 L/yr - ₹16.6 L/yr |
TCS
Wipro
Cognizant
Accenture