i
Infosys
Work with us
Filter interviews by
Tomcat is an open-source web server and servlet container developed by the Apache Software Foundation.
Tomcat is used to deploy Java servlets and JSPs for web applications.
It provides a pure Java HTTP web server environment for running Java code.
Tomcat can be integrated with Apache HTTP Server to handle static content.
It is widely used for hosting Java-based web applications.
Java syntax includes rules for writing code, such as variable declaration, control structures, and method definitions.
Variables: Declare with type, e.g., int number = 5;
Control Structures: Use if statements, e.g., if (number > 0) { System.out.println('Positive'); }
Loops: Use for loop, e.g., for (int i = 0; i < 5; i++) { System.out.println(i); }
Methods: Define with return type, e.g., public int add(int a, int...
C is a low-level programming language with manual memory management, while Python is a high-level language with automatic memory management.
C is a compiled language, while Python is an interpreted language.
C is statically typed, while Python is dynamically typed.
C requires more lines of code for simple tasks compared to Python.
C is closer to the hardware and allows for more control over system resources.
Python has...
Write a coding in both python & C
Use a simple program like printing 'Hello, World!'
Ensure syntax and formatting are correct in both languages
Test the code in both Python and C environments
Exception handling in Java is a mechanism to handle runtime errors and prevent program crashes.
Exceptions are objects that are thrown at runtime when an error occurs
Try block is used to enclose the code that might throw an exception
Catch block is used to handle the exception and provide a specific response
Finally block is used to execute code regardless of whether an exception is thrown or not
Example: try { // cod...
OOP principles in Java include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the implementation details and showing only the necessar...
A palindrome is a word, phrase, or sequence that reads the same backward as forward, like 'racecar'.
A simple palindrome check can be done by reversing the string and comparing it to the original.
Example: 'madam' is a palindrome because reversing it gives 'madam'.
Consider ignoring spaces and punctuation for phrases, e.g., 'A man, a plan, a canal, Panama!' is a palindrome.
In programming, you can use loops or built-i...
Oops concepts are fundamental concepts in object-oriented programming that help in organizing and designing code efficiently.
Inheritance: A class can inherit properties and behavior from another class.
Polymorphism: Objects can take on multiple forms based on their context.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Abstraction: Hiding complex implementation details and show...
Code for addition of two numbers in Python using simple arithmetic operation.
Declare two variables to store the numbers to be added.
Use the '+' operator to add the two numbers.
Print or return the result of the addition.
Switch case in C is a control statement used to execute a block of code based on the value of a variable.
Switch case evaluates an expression and compares it with multiple values (cases) to determine which block of code to execute.
Each case is followed by a block of code to be executed if the expression matches the case value.
The 'default' case is optional and is executed if none of the cases match the expression.
E...
I appeared for an interview in Jan 2025.
The exam consists of seven sections, and the cutoff score is quite high; it is essential to complete the exam thoroughly.
I completed a 6-month internship at a tech company, where I worked on network infrastructure projects.
Assisted in setting up and configuring network devices such as routers and switches
Troubleshooted network issues and implemented solutions
Collaborated with team members on various IT projects
Participated in meetings with clients to discuss project requirements
I have worked on various major projects including designing and implementing network infrastructure, developing automation scripts, and optimizing system performance.
Designed and implemented a new network infrastructure for a large company, improving network speed and reliability
Developed automation scripts to streamline system monitoring and maintenance tasks, saving time and reducing errors
Optimized system performanc...
The latest news I heard regarding technology is the release of the new iPhone 13 with improved camera features.
Apple recently announced the release of the iPhone 13 series with upgraded camera capabilities.
The new iPhone 13 models come with improved low-light performance and cinematic mode for videos.
Apple also introduced the A15 Bionic chip for enhanced performance and battery life.
There were a total of seven sections: verbal ability, logical reasoning, arithmetic problems, verbal reasoning, puzzles, pseudocodes, and essay writing, with each section having its own cutoff scores.
Use SQL query with MAX function to retrieve person with highest salary.
Use SELECT statement to retrieve data
Use MAX function to find the highest salary
Use WHERE clause to filter out the person with highest salary
I have worked on projects involving network infrastructure upgrades, cloud migration, and cybersecurity enhancements.
Upgraded network infrastructure to improve performance and reliability
Migrated on-premise systems to the cloud for increased scalability and cost savings
Implemented cybersecurity measures such as firewalls and intrusion detection systems
Developed disaster recovery plans to ensure business continuity in c...
Merge 2 tables using SQL query
Use the JOIN keyword to combine rows from both tables based on a related column
Specify the columns to be selected from each table
Use different types of joins like INNER JOIN, LEFT JOIN, RIGHT JOIN, or FULL JOIN based on the requirement
I completed a system engineering internship at XYZ Company, where I worked on designing and implementing network infrastructure.
Worked on configuring routers and switches
Assisted in troubleshooting network issues
Collaborated with team members on project planning and execution
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
Its very easy
Basic maths questions learned up to 10
Basic Apptitude questions
Asking questions in an interview shows your interest and helps clarify the role and company culture.
What does a typical day look like for a System Engineer here?
Can you describe the team I would be working with?
What are the biggest challenges currently facing the team?
How does the company support professional development and growth?
What technologies or tools does the team primarily use?
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
Duration was 1.5 hrs. Questions were asked on topics like aptitude, reasoning , puzzle solving and verbal ability. Also a topic was given on which candidates were expected to write an essay. Overall the difficulty level was easy to medium.
I am a dedicated System Engineer with a passion for optimizing systems and enhancing performance through innovative solutions.
Educational Background: Bachelor's degree in Computer Engineering from XYZ University.
Professional Experience: Over 5 years of experience in system design and implementation at ABC Corp.
Technical Skills: Proficient in Linux, Python, and cloud technologies like AWS and Azure.
Project Example: Led ...
I worked on various projects focusing on system integration, automation, and performance optimization in diverse environments.
Developed a cloud-based monitoring system that reduced downtime by 30%.
Implemented automation scripts using Python to streamline deployment processes.
Collaborated with cross-functional teams to enhance system performance, resulting in a 20% increase in efficiency.
Led a project to migrate legacy ...
Yes, I have certifications in AWS and Azure cloud technologies.
Certified AWS Solutions Architect
Microsoft Certified: Azure Administrator Associate
Completed training courses on Google Cloud Platform
Encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.
Encapsulation helps in hiding the internal state of an object and restricting access to it.
It allows for data hiding, which prevents outside code from directly accessing an object's internal state.
Access to the data is typically controlled through public methods (getters and setters) defined in the cl...
I interned at a tech firm where I developed automation scripts and improved system performance through monitoring tools.
Developed automation scripts using Python to streamline repetitive tasks, reducing processing time by 30%.
Collaborated with a team to implement a new monitoring tool that improved system uptime by 15%.
Participated in troubleshooting sessions, identifying and resolving system issues, which enhanced my ...
I possess a unique ability to connect disparate ideas, fostering innovative solutions that often go unnoticed in team discussions.
I often synthesize information from various fields, leading to creative problem-solving. For example, I combined principles from software engineering and psychology to improve user experience in a project.
During team meetings, I frequently identify underlying patterns in discussions that oth...
Discussing my academic background, including CGPA, highlights my dedication and skills relevant to the System Engineer role.
Graduated with a CGPA of 3.8 in Computer Engineering, demonstrating strong analytical skills.
Participated in various projects during college, such as developing a network simulation tool.
Consistently ranked in the top 10% of my class, reflecting my commitment to academic excellence.
Engaged in extr...
I appeared for an interview in Feb 2025.
Sorting algorithms arrange data in a specific order, crucial for efficient data processing and retrieval.
Types of sorting algorithms include: Bubble Sort, Quick Sort, Merge Sort, and Heap Sort.
Bubble Sort is simple but inefficient for large datasets; it repeatedly steps through the list.
Quick Sort is efficient for large datasets, using a divide-and-conquer approach to sort elements.
Merge Sort divides the array into hal...
The Software Development Lifecycle (SDLC) is a structured process for developing software applications through various stages.
1. Requirements Gathering: Identify user needs and system requirements.
2. Design: Create architecture and design specifications for the software.
3. Implementation: Write and compile the code based on design documents.
4. Testing: Validate the software through various testing methods (e.g., unit t...
I appeared for an interview in Feb 2025.
Questions regarding aptitude, pseudocode, and communication skills.
I was the team leader for our college project on developing a smart home automation system.
Led a team of 5 members in designing and implementing the system
Responsible for project planning, delegating tasks, and ensuring deadlines were met
Implemented features such as voice-controlled lights, temperature control, and security cameras
Presented the project at a college exhibition and received positive feedback
Collaborated ...
It is very easy, questions on all topics are covered.
Abstraction is hiding unnecessary details while encapsulation is bundling data and methods together.
Abstraction focuses on showing only essential features of an object while hiding unnecessary details.
Encapsulation involves bundling the data (attributes) and methods (functions) that operate on the data into a single unit.
Abstraction allows for easier understanding and management of complex systems.
Encapsulation helps i...
SQL query to update a record in a database table
Use the UPDATE statement followed by the table name
Set the column(s) to be updated using SET keyword
Specify the new values for the column(s) to be updated
Use WHERE clause to specify the condition for which record to update
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
General Aptitude , Grammar MCQ and Essay Writing
I am familiar with several programming languages, including Python, Java, and Bash, which I use for automation and system management.
Python: Used for scripting and automation tasks, such as data processing and system monitoring.
Java: Familiar with building cross-platform applications and understanding object-oriented programming principles.
Bash: Proficient in writing shell scripts for automating system administration t...
I applied via Campus Placement
................................................................................
Questions about projects completed in previous roles.
Asked to describe specific projects worked on
Inquired about the technologies used in the projects
Asked about the challenges faced and how they were overcome
Asked about the impact of the projects on the organization
Inquired about the team collaboration and communication during the projects
The project utilized a variety of technologies including cloud computing, virtualization, automation tools, and network protocols.
Cloud computing (e.g. AWS, Azure)
Virtualization (e.g. VMware, Hyper-V)
Automation tools (e.g. Ansible, Puppet)
Network protocols (e.g. TCP/IP, DNS)
Principles of software engineering are guidelines that help in the development of high-quality software.
Requirements gathering and analysis
Design
Implementation
Testing
Maintenance
Documentation
Quality assurance
Version control
Continuous integration
Agile development
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
Basic verbal abilitic and logical reasoning question ,pseudocode and essay writing
My area of interest is in network security and data encryption.
I have experience in implementing firewalls and intrusion detection systems.
I am familiar with encryption algorithms such as AES and RSA.
I enjoy staying up-to-date on the latest security threats and technologies.
I have worked on securing networks for financial institutions and government agencies.
I want to join Infosys for its innovative culture, growth opportunities, and commitment to technology and client success.
Infosys is a leader in technology and consulting, providing a platform for continuous learning and professional growth.
The company's commitment to innovation aligns with my passion for developing cutting-edge solutions, as seen in their work with AI and automation.
Infosys's diverse work environment f...
What people are saying about Infosys
The duration of Infosys System Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 750 interview experiences
Difficulty level
Duration
based on 4k reviews
Rating in categories
Technology Analyst
55k
salaries
| ₹4.8 L/yr - ₹10 L/yr |
Senior Systems Engineer
54.5k
salaries
| ₹2.5 L/yr - ₹6.4 L/yr |
Technical Lead
35.4k
salaries
| ₹9.5 L/yr - ₹16.5 L/yr |
System Engineer
32.7k
salaries
| ₹2.4 L/yr - ₹5.5 L/yr |
Senior Associate Consultant
32.5k
salaries
| ₹8.3 L/yr - ₹15 L/yr |
TCS
Wipro
Cognizant
Accenture