Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Interview Questions, Process, and Tips

Updated 6 Mar 2025

Top Infosys Interview Questions and Answers

View all 4.5k questions

Infosys Interview Experiences

Popular Designations

7.5k interviews found

Interview Questionnaire 

5 Questions

  • Q1. What is a dataframe and how it differs from dataset ?
  • Ans. 

    A dataframe is a two-dimensional tabular data structure in which data is organized in rows and columns. It differs from a dataset in terms of structure and functionality.

    • A dataframe is a data structure in which data is organized in a tabular format with rows and columns.

    • It is commonly used in data analysis and manipulation tasks.

    • Dataframes can handle both structured and semi-structured data.

    • They provide a convenient wa...

  • Answered by AI
  • Q2. Finding first 3 highest student record from a class of student .
  • Ans. 

    To find the first 3 highest student records from a class of students.

    • Sort the student records in descending order based on their scores.

    • Select the top 3 records from the sorted list.

    • If there are ties, include all students with the same score in the top 3.

    • Consider edge cases such as empty records or less than 3 records.

  • Answered by AI
  • Q3. An atomic spark job runs for 15 mins everyday ,one day it is running for more than an hour what might be the issue ?
  • Ans. 

    Possible reasons for an atomic spark job running for more than an hour.

    • Data size may have increased beyond the capacity of the cluster

    • Issues with network connectivity or hardware failure

    • Inefficient code or poorly optimized queries

    • Resource contention with other jobs running on the cluster

    • Data skew or data imbalance

    • Incorrect configuration settings

  • Answered by AI
  • Q4. Why caching all dataframe sometime can slow the whole execution.?
  • Ans. 

    Caching all dataframe can slow execution due to memory constraints and increased I/O operations.

    • Caching all dataframes can lead to memory constraints as all data is stored in memory.

    • Increased I/O operations can also slow down execution as data is constantly being read and written to disk.

    • Caching should be used judiciously and only for frequently accessed data.

    • Partitioning data can also help in reducing memory constrain

  • Answered by AI
  • Q5. Scala patterns, monoids

Interview Preparation Tips

Interview preparation tips for other job seekers - This interviews will be like a techno behavioural but more focus on technology . Few advice
1. Have confidence while speaking and try to relate answers as much as possible with your projects or realtime . Lesser theory better it is

2. Try to explain your current project in simple words , no one wants to be expert in your current project . Stress on the part which you are working on and pull the interviewer to your zone of comfort . Else interviewer can pull you .

3. Don't lie on resume , and don't add all technology under the sky as your skill as ppl can put you under spot .

4. It's ok to say I don't know rather fumbling continuosly . That actually shows clarity of thoughts .

5. At the end of interview always ask something about the work (apart from result)
6. Keep your basics very clear , you can build most of your answers on them .

7. Don't show any arrogance in the interview keep it cool and try to have a rapot with interviewer at the start of the interview , this can be done just by keeping a smile and confidence in face and make interviewer also comfortable with you .

8. If your interview is for 40 mins make sure it lasts that long.

9. Make sure of mentioning any automation you did in your last organisation/projects . That helps interviewer to distinguish you from rest of the lot

Skills evaluated in this interview

Top Infosys Technology Analyst Interview Questions and Answers

Q1. An atomic spark job runs for 15 mins everyday ,one day it is running for more than an hour what might be the issue ?
View answer (4)

Technology Analyst Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    My salary expectations are in line with industry standards and based on my experience and qualifications.

    • Research industry standards for Infrastructure Management Consultant salaries

    • Consider my level of experience and qualifications

    • Be prepared to negotiate based on the specific job responsibilities and benefits package

  • Answered by AI
  • Q2. What has been your experience in each of the companies you have worked for?
  • Ans. 

    I have worked for three companies with varying sizes and industries, gaining experience in infrastructure management, project planning, and team leadership.

    • Managed infrastructure projects for a large tech company, overseeing network upgrades and server migrations

    • Led a team of IT professionals in a medium-sized financial institution, implementing disaster recovery plans and security protocols

    • Worked as a consultant for a...

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Could you briefly describe the companies you have worked for?
  • Ans. 

    I have worked for a variety of companies in the technology and infrastructure sector.

    • Worked for a multinational IT consulting firm

    • Managed infrastructure projects for a Fortune 500 company

    • Consulted for a government agency on infrastructure upgrades

  • Answered by AI
  • Q3. What technologies have you worked with, and what was your role in each?
  • Ans. 

    I have worked with various technologies such as cloud computing, virtualization, network management, and cybersecurity.

    • Cloud computing - Managed AWS infrastructure for scalability and cost-efficiency.

    • Virtualization - Implemented VMware solutions to optimize server resources.

    • Network management - Configured Cisco routers and switches for efficient data flow.

    • Cybersecurity - Conducted vulnerability assessments and implemen

  • Answered by AI
  • Q4. What are some use case studies related to the technologies you have worked with?
  • Ans. 

    Implemented a cloud migration project for a large financial institution

    • Led a team to assess current infrastructure and develop a migration plan

    • Utilized AWS services to migrate applications and data to the cloud

    • Ensured minimal downtime and optimized performance post-migration

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Inquire with HR about the variable pay and ask about the percentage of quarterly bonuses or compensation. It is unfair that if you leave the company, they will provide you with 0% variable pay, as other companies do not operate in this manner.

Infrastructure Management Consultant Interview Questions asked at other Companies

Q1. What are some use case studies related to the technologies you have worked with?
View answer (1)
Infosys Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(11 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated and detail-oriented business analyst with a strong background in data analysis and problem-solving.

    • Experienced in conducting market research and analyzing trends

    • Skilled in creating detailed reports and presentations for stakeholders

    • Proficient in using data analysis tools such as Excel and SQL

  • Answered by AI
  • Q2. Defference between Implicit And Explicit enhancement
  • Ans. 

    Implicit enhancements are enhancements that are automatically applied to a program without any explicit coding, while explicit enhancements are enhancements that are manually added to a program through coding.

    • Implicit enhancements are activated by SAP without any additional coding from the developer.

    • Explicit enhancements require the developer to manually add code to enhance the program.

    • Implicit enhancements are often u...

  • Answered by AI
  • Q3. What defferet type of enhancement and explain each
  • Ans. 

    Different types of enhancements include functional, performance, security, and usability enhancements.

    • Functional enhancements improve the core functionality of a system or product.

    • Performance enhancements focus on improving speed, efficiency, and scalability.

    • Security enhancements aim to protect the system from potential threats and vulnerabilities.

    • Usability enhancements enhance the user experience and make the system m

  • Answered by AI
  • Q4. How to debug backgroud job
  • Ans. 

    Debugging background jobs involves checking logs, monitoring job status, and using debugging tools.

    • Check the logs for any error messages or warnings

    • Monitor the job status to see if it is running or stuck

    • Use debugging tools like debugger or profiler to analyze the code execution

    • Check for any dependencies or external factors affecting the job

  • Answered by AI
  • Q5. How debug smartforms
  • Ans. 

    Debugging smartforms involves identifying and fixing errors in the form design or code.

    • Check for syntax errors in the smartform code

    • Verify data binding and field mappings

    • Use debugging tools like breakpoints and watchpoints

    • Test the smartform with sample data to identify issues

    • Consult documentation or seek help from experienced developers

  • Answered by AI
  • Q6. Which bapi you have used
  • Ans. 

    I have used the BAPI_MATERIAL_GET_DETAIL to retrieve material details in SAP system.

    • BAPI_MATERIAL_GET_DETAIL is used to fetch material master data in SAP

    • It can be used to retrieve information such as material description, unit of measure, and plant data

    • Example: BAPI_MATERIAL_GET_DETAIL('MaterialNumber')

  • Answered by AI
  • Q7. What is file handling
  • Ans. 

    File handling is the process of managing and manipulating files on a computer system.

    • File handling involves tasks such as creating, reading, writing, and deleting files.

    • It also includes operations like opening and closing files, as well as moving and copying files.

    • Examples of file handling functions include fopen(), fread(), fwrite(), and fclose() in programming languages like C or Python.

  • Answered by AI
  • Q8. Which FM is used to upload data
  • Ans. 

    The FM used to upload data is 'UPLOAD_DATA'

    • The FM 'UPLOAD_DATA' is commonly used in SAP systems to upload data from external sources

    • It is often used in data migration projects or when bulk data needs to be imported into the system

    • The 'UPLOAD_DATA' FM typically requires input parameters such as file path, data format, and target table

  • Answered by AI
  • Q9. TMG events senario question
  • Q10. How ro make table feild case sensitive
  • Ans. 

    To make a table field case sensitive, you can change the collation of the column to a case-sensitive collation.

    • Change the collation of the column to a case-sensitive collation like Latin1_General_CS or SQL_Latin1_General_CP1_CS_AS

    • For example, ALTER TABLE table_name ALTER COLUMN column_name COLLATE Latin1_General_CS_AS

  • Answered by AI
  • Q11. Why we need to use BSPI instead od Update qury
  • Ans. 

    BSPI is used instead of Update query for real-time data processing and to ensure data consistency.

    • BSPI (Business Service Provider Interface) is used for real-time data processing in SAP systems.

    • BSPI ensures data consistency by providing a standardized way to update data across different systems.

    • Update queries can be risky for real-time data processing as they may lead to data inconsistencies.

    • BSPI allows for better erro...

  • Answered by AI
Round 2 - Technical 

(12 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a detail-oriented business analyst with experience in data analysis and process improvement.

    • Experienced in data analysis and reporting

    • Skilled in process improvement and optimization

    • Strong attention to detail and problem-solving skills

  • Answered by AI
  • Q2. What is the defference between Explicit and implicit enhancement
  • Ans. 

    Explicit enhancements are modifications made directly to a standard SAP object, while implicit enhancements are modifications made using enhancement points provided by SAP.

    • Explicit enhancements involve directly modifying the standard SAP object code.

    • Implicit enhancements involve using enhancement points provided by SAP to add custom code.

    • Explicit enhancements can be risky as they may be overwritten during system upgrad...

  • Answered by AI
  • Q3. Explain Customer Exit requirements on which u worked
  • Ans. 

    Customer Exit requirements involve defining conditions under which a customer can end their relationship with a company.

    • Identifying reasons why customers may want to exit the relationship

    • Defining the process for customers to formally request an exit

    • Determining any penalties or fees associated with exiting

    • Ensuring data privacy and security during the exit process

    • Developing strategies to retain customers before they exit

  • Answered by AI
  • Q4. Different type of FM
  • Ans. 

    FM stands for Facilities Management, which includes various types such as Hard FM and Soft FM.

    • Hard FM involves physical assets like buildings and equipment maintenance.

    • Soft FM focuses on non-physical assets like cleaning, security, and catering services.

    • Other types include Integrated FM, Total FM, and Strategic FM.

    • Examples: Hard FM - HVAC maintenance, Soft FM - janitorial services.

  • Answered by AI
  • Q5. How to create BAPI
  • Ans. 

    BAPIs are created using transaction code BAPI in SAP system.

    • BAPIs are created using transaction code BAPI in SAP system.

    • BAPIs are defined using Function Modules in SAP.

    • BAPIs are used to integrate SAP systems with external systems.

    • BAPIs can be created for both standard SAP functions and custom functions.

  • Answered by AI
  • Q6. Tcode for code optimization
  • Ans. 

    Tcode for code optimization is SE30 in SAP

    • SE30 is a transaction code in SAP used for performance trace and analysis

    • It helps in identifying performance bottlenecks in ABAP code

    • SE30 provides detailed analysis of runtime, database, and memory consumption

  • Answered by AI
  • Q7. How to optimize code
  • Ans. 

    Code optimization involves improving code efficiency and performance.

    • Identify and remove unnecessary code

    • Use efficient data structures and algorithms

    • Minimize the number of function calls

    • Optimize loops and conditional statements

    • Use caching and memoization techniques

    • Profile and analyze code for bottlenecks

  • Answered by AI
  • Q8. Tcode for ADOBE Form
  • Ans. 

    The Tcode for ADOBE Form is SFP.

    • Tcode SFP is used to create and maintain Adobe Forms in SAP systems.

    • Adobe Forms are used for designing and formatting business documents like invoices, purchase orders, etc.

  • Answered by AI
  • Q9. Have you worked on Module Pool
  • Ans. 

    Yes, I have worked on Module Pool in SAP ABAP development.

    • I have experience creating interactive screens using Module Pool programming in SAP ABAP.

    • I have worked on designing screens with input fields, buttons, and logic to process user input.

    • I have implemented navigation between screens and data validation in Module Pool.

    • I have integrated Module Pool programs with backend ABAP logic for data processing.

    • I have experienc...

  • Answered by AI
  • Q10. Tcodes related to IDOC
  • Q11. What is the use of Commite statement
  • Ans. 

    Commit statement is used to permanently save changes made in a transaction in a database.

    • Commits all changes made in a transaction to the database

    • Permanently saves the changes

    • Ends the transaction and makes the changes visible to other transactions

  • Answered by AI
  • Q12. On which repprys u have worked
Round 3 - HR 

(3 Questions)

  • Q1. Why there is gap of 1 year after completing your graduation to getting job
  • Ans. 

    To gain practical experience and skills through internships, certifications, and volunteer work before securing a full-time job.

    • Took time to gain practical experience through internships, certifications, and volunteer work

    • Focused on developing skills and knowledge in relevant areas

    • Used the gap year to explore different career options and industries

    • Took time to travel or pursue personal interests before committing to a

  • Answered by AI
  • Q2. Preferred location
  • Ans. 

    I am open to relocation for the right opportunity.

    • Open to relocation for career growth

    • Interested in exploring new cities

    • Flexible with location preferences

  • Answered by AI
  • Q3. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on basics. They ask only besics questions and whenever you answer give the example your requirements on which you worked, be confident.

Top Infosys Associate Business Analyst Interview Questions and Answers

Q1. Multiple inheritance in Java is possible?
View answer (1)

Associate Business Analyst Interview Questions asked at other Companies

Q1. problem identification - how to reduce per delivery cost from Rs. 75 (hypothetical value).
View answer (1)

Python Software Developer Interview Questions & Answers

user image Prerana Vijay Bendale

posted on 3 Mar 2025

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is paython
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability.

    • Python is an interpreted language, meaning code is executed line by line.

    • It supports multiple programming paradigms like object-oriented, imperative, and functional programming.

    • Python has a large standard library and a thriving community with numerous third-party libraries.

    • Popular frameworks like Django and Flask are built using Python...

  • Answered by AI
  • Q2. What is oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on classes and objects.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the necessary features.

  • Answered by AI
Round 2 - Aptitude Test 

Aptitude test questions

Round 3 - Technical 

(2 Questions)

  • Q1. What is machine learning
  • Ans. 

    Machine learning is a branch of artificial intelligence that involves developing algorithms and models that can learn from and make predictions or decisions based on data.

    • Machine learning is a subset of artificial intelligence that focuses on developing algorithms that can learn from and make predictions or decisions based on data.

    • It involves training models on large datasets to recognize patterns and make predictions ...

  • Answered by AI
  • Q2. Machine learning example
  • Ans. 

    An example of machine learning is training a model to predict customer churn in a telecom company.

    • Collect and preprocess data on customer behavior and churn

    • Split data into training and testing sets

    • Choose a machine learning algorithm (e.g. logistic regression)

    • Train the model on the training data

    • Evaluate the model's performance on the testing data

    • Use the model to predict customer churn in the future

  • Answered by AI
Round 4 - Aptitude Test 

Aptitude test questions

Round 5 - One-on-one 

(2 Questions)

  • Q1. What is artificial intelligence
  • Ans. 

    Artificial intelligence is the simulation of human intelligence processes by machines, especially computer systems.

    • AI involves machines performing tasks that typically require human intelligence, such as visual perception, speech recognition, decision-making, and language translation.

    • Machine learning is a subset of AI that allows machines to learn from data and improve their performance over time.

    • Examples of AI include...

  • Answered by AI
  • Q2. Type of artificial intelligence
  • Ans. 

    There are three types of artificial intelligence: narrow AI, general AI, and superintelligent AI.

    • Narrow AI, also known as weak AI, is designed for a specific task or set of tasks, such as facial recognition or language translation.

    • General AI, also known as strong AI, is able to perform any intellectual task that a human can do.

    • Superintelligent AI is hypothetical and would surpass human intelligence in every way.

    • Example...

  • Answered by AI

Top Infosys Python Software Developer Interview Questions and Answers

Q1. Can you write a Python program to determine whether two given words are anagrams of each other without using built-in functions?
View answer (1)

Python Software Developer Interview Questions asked at other Companies

Q1. What is the purpose of using the super keyword, Inheritance in Python
View answer (1)

Infosys interview questions for popular designations

 System Engineer

 (1.1k)

 Software Engineer

 (307)

 Technology Analyst

 (277)

 Associate Consultant

 (271)

 Senior Systems Engineer

 (267)

 Software Developer

 (260)

 Business Analyst

 (240)

 Senior Associate Consultant

 (178)

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Feb 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Some deep question on stream API of Java8
  • Q2. Two program questions -> Anagram String and find first non repeating character from a string
Round 2 - Technical 

(2 Questions)

  • Q1. Questions on Product development phases
  • Q2. Questions on Agile methodologies

Top Infosys Senior Software Engineer Interview Questions and Answers

Q1. When an int is declare with 0 value and passed as an out parameter to a method what will be the output
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Get interview-ready with Top Infosys Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. How snowflake differs from industry competetors? What is the extra edge?
  • Ans. 

    Snowflake offers a unique architecture that separates storage and compute, providing scalability, flexibility, and cost-effectiveness.

    • Snowflake's architecture separates storage and compute, allowing for independent scaling of each component.

    • Snowflake uses virtual warehouses to allocate compute resources on-demand, optimizing performance and cost.

    • Snowflake's multi-cluster shared data architecture enables seamless collab...

  • Answered by AI
  • Q2. 3 Sql problem statements with basic problem statement. Concepts like view table, window function, sequence generation, Rank transformation.
  • Q3. Difference between time travel and fail safe.
  • Ans. 

    Time travel refers to the ability to query historical data in Snowflake, while fail safe refers to the system's ability to maintain data integrity and availability in case of failures.

    • Time travel allows users to query data as it existed at a specific point in the past, using the TIMESTAMP parameter in queries.

    • Fail safe mechanisms in Snowflake ensure data integrity and availability by automatically handling system failu...

  • Answered by AI
  • Q4. Difference between live feed and extract.
  • Ans. 

    Live feed is real-time data while extract is historical data.

    • Live feed is data that is constantly updated in real-time.

    • Extract is historical data that is extracted at a specific point in time.

    • Live feed is commonly used for monitoring real-time events, while extract is used for analysis of past data.

    • Examples: Twitter feed is live data, while a monthly sales report is an extract.

  • Answered by AI
  • Q5. Difference between Join and data Blending
  • Ans. 

    Join combines data from two or more tables based on a related column, while data blending combines data from different sources without a direct relationship.

    • Join is used to combine data from multiple tables based on a common column.

    • Data blending is used to combine data from different sources without a direct relationship.

    • Join requires a common column to match records, while data blending does not require a common colum...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Confirm the round 2 details clearly with HR. HR and social media usually throw r2 as manegerial round, but if hiring expectation is of some lead role, you might get "cautch off guard".
So better be prepared.

Snowflake Developer Interview Questions asked at other Companies

Q1. While creating a custom role which role should have the access to it
View answer (1)

Jobs at Infosys

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Technical 

(4 Questions)

  • Q1. What is the difference between static and dynamic calls?
  • Ans. 

    Static calls are resolved at compile time, while dynamic calls are resolved at runtime.

    • Static calls are resolved at compile time based on the declared type of the object being called.

    • Dynamic calls are resolved at runtime based on the actual type of the object being called.

    • Static calls are faster but less flexible, while dynamic calls are slower but more flexible.

    • Example: In a static call, the method to be called is det...

  • Answered by AI
  • Q2. How to get control over job execution?
  • Ans. 

    Control over job execution can be achieved through job scheduling, monitoring, and automation.

    • Use job scheduling tools like Control-M or CA Workload Automation to manage job execution.

    • Monitor job progress and status using tools like IBM Tivoli Monitoring or Nagios.

    • Automate job execution and error handling with scripts or custom programs.

    • Implement job dependencies to ensure proper sequencing and execution.

    • Set up alerts

  • Answered by AI
  • Q3. What is a cursor in the context of databases, and what purposes does it serve?
  • Ans. 

    A cursor in databases is a pointer that allows for traversal and manipulation of query results.

    • A cursor is used to retrieve and process individual rows returned by a query.

    • It allows for sequential access to query results, enabling operations like fetching, updating, and deleting rows.

    • Cursors are commonly used in programming languages like SQL to work with result sets.

    • For example, in a banking application, a cursor can ...

  • Answered by AI
  • Q4. How can null variables be handled in COBOL DB2 programs?
  • Ans. 

    Null variables in COBOL DB2 programs can be handled using NULL indicators and COALESCE function.

    • Use NULL indicators to check if a variable is null before processing it.

    • Use COALESCE function to replace null values with a default value.

    • Handle null variables carefully to avoid runtime errors.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is the waterfall model in software development?
  • Ans. 

    The waterfall model is a linear sequential software development process where progress flows in one direction like a waterfall.

    • Involves distinct phases such as requirements, design, implementation, testing, and maintenance.

    • Each phase must be completed before moving on to the next phase.

    • Changes are difficult to implement once a phase is completed.

    • Example: Traditional software development approach where requirements are ...

  • Answered by AI
  • Q2. What is the Agile framework?
  • Ans. 

    Agile framework is a project management approach that emphasizes flexibility, collaboration, and incremental development.

    • Agile framework involves breaking down projects into smaller tasks called sprints

    • It promotes frequent communication and collaboration among team members

    • Allows for flexibility and adaptability to changes in requirements

    • Examples of Agile frameworks include Scrum, Kanban, and Extreme Programming

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Discussion on CTC, work location and project.

Top Infosys Mainframe Developer Interview Questions and Answers

Q1. What is the difference between comp comp3
View answer (4)

Mainframe Developer Interview Questions asked at other Companies

Q1. How will you use NULL indicator in your program? How will you use VSAM file in program?SOC7 abend reason and resolution.
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

The exam consists of seven sections, and the cutoff score is quite high; it is essential to complete the exam thoroughly.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Can you provide details about your internship experience?
  • Ans. 

    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

  • Answered by AI
  • Q3. Given a puzzle to solve
  • Q4. What can you tell me about your major projects?
  • Ans. 

    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...

  • Answered by AI
  • Q5. What is the latest news you have heard regarding technology?
  • Ans. 

    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.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay composed, exhibit confidence, and ensure effective communication.

Top Infosys System Engineer Interview Questions and Answers

Q1. Count Ways to Reach the N-th Stair Problem Statement You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or two steps at a time. Your task is to d... read more
View answer (5)

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

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.

Round 2 - One-on-one 

(5 Questions)

  • Q1. What is the SQL query to retrieve the person with the highest salary?
  • Ans. 

    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

  • Answered by AI
  • Q2. Can you describe the projects you have worked on?
  • Ans. 

    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

  • Answered by AI
  • Q3. Write a query to merge 2 tables?
  • Ans. 

    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

  • Answered by AI
  • Q4. Tell me about the internship that you have done?
  • Ans. 

    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

  • Answered by AI
  • Q5. Behavioural questions

Top Infosys System Engineer Interview Questions and Answers

Q1. Count Ways to Reach the N-th Stair Problem Statement You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or two steps at a time. Your task is to d... read more
View answer (5)

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - HR 

(4 Questions)

  • Q1. Tell me about yourself. Why do you want to work here? What are your strengths and weaknesses? Why did you leave your previous job (or why are you looking for a new one)? Where do you see yourself in 5 year...
  • Ans. 

    I am a passionate software developer with a strong desire to continuously learn and grow in my career.

    • I have a solid background in programming languages such as Java, Python, and JavaScript.

    • I have experience working on various projects, including developing web applications and mobile apps.

    • I am a quick learner and enjoy tackling new challenges in the tech industry.

    • I am detail-oriented and strive for excellence in my wo...

  • Answered by AI
  • Q2. These questions help HR gauge how well you would fit into the company culture and how your experience aligns with the role. It's a good idea to prepare for them with specific examples from your past experi...
  • Q3. What are your strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving skills and attention to detail. My weaknesses include a tendency to overthink and difficulty delegating tasks.

    • Strengths: problem-solving skills, attention to detail

    • Weaknesses: tendency to overthink, difficulty delegating tasks

  • Answered by AI
  • Q4. What motivates you to perform at your best?
  • Ans. 

    I am motivated to perform at my best by the desire to continuously improve, achieve goals, and make a positive impact.

    • Setting challenging goals for myself keeps me motivated to push my limits and strive for excellence.

    • Seeing the impact of my work on others, whether it's improving efficiency or solving a problem, drives me to perform at my best.

    • Continuous learning and growth in my skills and knowledge motivates me to st...

  • Answered by AI
Round 2 - Group Discussion 

Any one tell in gd in 5 minutes in english

Round 3 - Aptitude Test 

1. Numerical Reasoning
- Example: "If a car travels 60 km in 1 hour, how long will it take to travel 150 km at the same speed?"

2. **Verbal Reasoning**
- Example: "Which of the following words is most similar in meaning to 'elated'? (a) Sad (b) Happy (c) Angry (d) Tired"

3. **Logical Reasoning**
- Example: "If all cats are animals, and all animals are living beings, are all cats living beings? (True/False)"

4. **Data Interpretation**
- Example: "Given a graph showing sales data over the past 12 months, what was the highest monthly sales figure?"

5. **Pattern Recognition**
- Example: "What comes next in the series: 2, 4, 8, 16, __?"

6. **Mathematical Reasoning**
- Example: "If 3x + 4 = 19, what is the value of x?"

7. **Spatial Reasoning**
- Example: "Which shape is different from the others: Square, Circle, Triangle, Rectangle?"

8. **Time and Work Problems**
- Example: "If A can finish a task in 5 days and B can finish the same task in 10 days, how long will it take for both A and B to complete the task together?"

Round 4 - Case Study 

Tell me about yourself.
Why do you want to work here?
What are your strengths and weaknesses?
Why did you leave your previous job (or why are you looking for a new one)?
Where do you see yourself in 5 years?
Can you describe a time when you faced a challenge at work and how you handled it?
How do you prioritize your tasks?
What motivates you?
How do you handle working under pressure or tight deadlines?
What are your salary expectations?
How do you deal with conflict in the workplace?
Do you prefer working independently or as part of a team?
These questions help HR gauge how well you would fit into the company culture and how your experience aligns with the role. It's a good idea to prepare for them with specific examples from your past experie
The Aptitude test typically includes questions that assess your logical reasoning, problem-solving skills, and ability to think critically. It can cover a wide range of topics depending on the job you're applying for, but here are some common types of questions you might encounter:

Numerical Reasoning

Example: "If a car travels 60 km in 1 hour, how long will it take to travel 150 km at the same speed?"
Verbal Reasoning

Example: "Which of the following words is most similar in meaning to 'elated'? (a) Sad (b) Happy (c) Angry (d) Tired"
Logical Reasoning

Example: "If all cats are animals, and all animals are living beings, are all cats living beings? (True/False)"
Data Interpretation

Example: "Given a graph showing sales data over the past 12 months, what was the highest monthly sales figure?"
Pattern Recognition

Example: "What comes next in the series: 2, 4, 8, 16, __?"
Mathematical Reasoning

Example: "If 3x + 4 = 19, what is the value of x?"
Spatial Reasoning

Example: "Which shape is different from the others: Square, Circle, Triangle, Rectangle?"
Time and Work Problems

Example: "If A can finish a task in 5 days and B can finish the same task in 10 days, how long will it take for both A and B to complete the task together?"
To prepare, it's helpful to practice problems in these areas. Many online platforms offer free aptitude tests to help you improve your skills before the actual test.


Case study
In a case study interview, you'll be given a real-world business problem and asked to analyze the situation and come up with solutions or recommendations. The goal is to evaluate your problem-solving, analytical thinking, and decision-making abilities.

Round 5 - Coding Test 

**Coding tests** are commonly used in technical interviews to evaluate your programming skills. These tests usually involve solving algorithmic problems, debugging code, or writing efficient code to handle certain tasks. Here are the general types of coding tests you might encounter:

### 1. **Algorithm and Data Structure Questions:**
These focus on your ability to use algorithms and data structures to solve problems efficiently.
- **Sorting and Searching**
Example: Implement a sorting algorithm like QuickSort or MergeSort, or write a binary search function.
- **Linked Lists**
Example: Reverse a linked list or detect a cycle in a linked list.
- **Trees and Graphs**
Example: Find the height of a binary tree, or perform a breadth-first search (BFS) or depth-first search (DFS) on a graph.
- **Dynamic Programming**
Example: Solve problems like the Fibonacci sequence, the knapsack problem, or longest common subsequence.
- **Recursion**
Example: Write a function that calculates factorials or solves the Towers of Hanoi problem.

### 2. **String Manipulation:**
These problems test your ability to handle and manipulate strings efficiently.
- Example: Write a function to check if a string is a palindrome, or find the longest substring without repeating characters.

### 3. **Mathematical Problems:**
These involve solving problems with mathematical concepts.
- Example: Check if a number is prime, or find the greatest common divisor (GCD) of two numbers.

### 4. **Array and Matrix Problems:**
These involve operations and algorithms on arrays or matrices.
- Example: Rotate a matrix, find the maximum sum subarray (Kadane’s algorithm), or merge two sorted arrays.

### 5. **Problem Solving with Constraints:**
In some cases, you may be given a problem where you need to optimize for time or space complexity.
- Example: Write an algorithm that finds the shortest path in a maze with obstacles, and ensure that it runs in O(n log n) time.

### 6. **Debugging:**
In some coding tests, you might be asked to debug a given piece of code that’s producing errors or incorrect output.

### 7. **Object-Oriented Design:**
These questions test your ability to design systems and classes using object-oriented principles.
- Example: Design a class to represent a library system, or implement a parking lot with multiple types of vehicles.

---

### Tips for Coding Tests:

1. **Understand the Problem:**
- Read the problem statement carefully before jumping into writing code.
- Clarify the input, output, and constraints with the interviewer (if needed).

2. **Plan Your Approach:**
- Before writing code, think about the algorithm you’ll use and the time/space complexity.
- Break down the problem into smaller steps and outline your solution.

3. **Write Clean, Efficient Code:**
- Focus on writing readable and efficient code.
- Optimize your solution to handle edge cases and large input sizes.

4. **Test Your Solution:**
- Test your code with sample inputs, including edge cases (empty input, large numbers, etc.).

5. **Communicate Your Thought Process:**
- As you write your code, explain your approach to the interviewer. This shows your problem-solving process.

### Example Coding Problem:

**Problem:**
Write a function to find the "Nth" Fibonacci number.

**Solution:**
```python
def fibonacci(n):
if n <= 1:
return n
a, b = 0, 1
for i in range(2, n+1):
a, b = b, a + b
return b
```

**Explanation:**
- The Fibonacci sequence starts with 0 and 1, and each subsequent number is the sum of the two preceding ones.
- We use an iterative approach to calculate the Fibonacci number at the nth position.

### Practice Platforms:
To prepare for coding tests, you can practice on the following platforms:
- **LeetCode**
- **HackerRank**
- **CodeSignal**
- **Codewars**
- **Exercism**

These platforms provide a wide variety of problems to improve your coding skills and familiarize yourself with common interview questions.

Round 6 - Assignment 

An **assignment** in the context of a job or academic setting is typically a task or project that you're asked to complete as part of your evaluation. The nature of the assignment will depend on the type of role or course you're involved with. Below are a few types of assignments you might encounter, along with how you can approach them:

### 1. **Technical Assignment (for a tech role)**
If you're applying for a technical position (like software engineering or data science), you might be given a coding or algorithm-based task. This could include:
- **Building a program or web app**: You might be asked to create a simple application, implement an algorithm, or design a feature based on the company’s needs.
- **Data Analysis**: Given a dataset, you may be required to clean, analyze, and extract insights from it using tools like Excel, SQL, Python, or R.
- **Problem-Solving Tasks**: Solve algorithmic problems or complete coding challenges (similar to those in a coding interview).

**Approach:**
- **Understand the requirements**: Read the assignment carefully, understand the scope, and ask any questions if something isn’t clear.
- **Plan your solution**: Break down the task into smaller steps. Plan your code, database queries, or analysis method.
- **Test thoroughly**: Ensure your code or solution works with a variety of inputs, including edge cases.
- **Document your work**: Include comments in your code, and provide a brief explanation of your approach and thought process.

---

### 2. **Business Assignment (for a business role)**
In a business-related position, the assignment could involve:
- **Case Studies**: You may be given a hypothetical business problem, like a company facing challenges in sales or operations. You'll need to analyze the issue, suggest solutions, and present them clearly.
- **Market Research**: Conduct research about an industry or competitors, analyze trends, and compile a report with insights and recommendations.
- **Business Strategy**: Devise a strategy to help a company grow, expand its market, or improve operations.

**Approach:**
- **Identify key issues**: Make sure to fully understand the business problem, and highlight any key challenges.
- **Gather data**: Use relevant data, facts, or market trends to support your arguments.
- **Develop a solution**: Propose actionable solutions with clear reasoning, potential risks, and benefits.
- **Present your findings**: Structure your report or presentation logically, and be ready to defend your solution.

---

### 3. **Design or Creative Assignment**
For roles in design (graphic design, UX/UI, etc.), the assignment may involve:
- **Creating visual designs**: You could be tasked with designing logos, web pages, or app interfaces.
- **Developing a brand concept**: Designing a complete branding package, such as a logo, color scheme, and typography.
- **Wireframing or Prototyping**: Designing a prototype for a mobile or web application.

**Approach:**
- **Understand the brand or problem**: Research the company or product and ensure your design aligns with its values, audience, and goals.
- **Sketch or wireframe first**: Create initial mock-ups or wireframes before jumping into the final design.
- **Seek feedback**: If possible, get feedback from others to improve your design.
- **Present your design**: Provide context on how your design decisions align with the brand or project goals.

---

### 4. **Writing Assignment**
In fields like marketing, journalism, or academia, writing assignments are common. These might include:
- **Content creation**: Write a blog post, article, or social media content.
- **Research paper or essay**: You may be asked to write a research paper, analysis, or essay on a particular topic.
- **Copywriting**: Write persuasive copy for advertisements, websites, or product descriptions.

**Approach:**
- **Research thoroughly**: Understand the topic you're writing about, and gather credible sources or data.
- **Create an outline**: Organize your thoughts logically before writing the full content.
- **Write and revise**: Draft the assignment, then revise it for clarity, conciseness, and flow.
- **Proofread**: Make sure your writing is free of grammar or spelling errors.

---

### General Tips for Completing an Assignment:

- **Time Management**: Plan your time carefully. Break down the assignment into smaller tasks and set deadlines for each task.
- **Quality over Quantity**: Focus on providing a well-thought-out solution rather than rushing to complete a lot of work.
- **Seek Feedback**: If you're unsure about your approach, don't hesitate to ask for feedback from colleagues, peers, or mentors.
- **Polish Your Presentation**: Whether it's a report, code, or design, make sure your final deliverable is polished and easy to understand.

---

Would you like more specific guidance on a particular type of assignment you're working on?

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. **Customize Your Resume and Cover Letter**: Tailor your resume and cover letter for each job you apply to. Highlight relevant skills and experiences that align with the job description.

2. **Network**: Connect with professionals in your industry, attend events, and use platforms like LinkedIn. Networking can open doors to unadvertised opportunities.

3. **Research Employers**: Before applying, research the company’s culture, values, and work environment. This will help you tailor your application and perform better in interviews.

4. **Stay Organized**: Keep track of the jobs you've applied to, the deadlines, and any follow-up actions. A job search can get overwhelming, so organization is key.

5. **Prepare for Interviews**: Practice common interview questions, research the company thoroughly, and have questions ready for the interviewer. Confidence and preparedness go a long way.

6. **Stay Persistent and Positive**: Job hunting can be tough, and rejection is part of the process. Stay motivated, keep improving your skills, and remain positive.

7. **Develop New Skills**: If you’re not landing the roles you want, consider taking online courses or certifications that can boost your qualifications and make you more marketable.

8. **Leverage Social Media**: Showcase your expertise by sharing articles, insights, or personal projects on LinkedIn. Employers sometimes use social media to find candidates.

Is there a particular area of the job search you’re focusing on? I can offer more targeted advice!

Top Infosys Software Developer Interview Questions and Answers

Q1. 1. what is the difference between exception and error. How did u solve the errors in the code deployment?
View answer (16)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(6 Questions)

  • Q1. Write a code for febonacci series
  • Ans. 

    Code to generate Fibonacci series

    • Use a loop to generate Fibonacci numbers

    • Start with 0 and 1 as the first two numbers

    • Add the previous two numbers to get the next number

    • Repeat until desired number of Fibonacci numbers are generated

  • Answered by AI
  • Q2. Dynamic webElements handling using Xpath?
  • Ans. 

    Dynamic webElements can be handled using Xpath by using relative Xpath expressions to locate elements based on their attributes or position in the DOM.

    • Use Xpath expressions to locate webElements based on their attributes such as id, class, name, etc.

    • Use Xpath functions like contains(), starts-with(), and text() to locate elements based on their text content.

    • Use Xpath axes like following-sibling, preceding-sibling, pare...

  • Answered by AI
  • Q3. What is spike in agile?
  • Ans. 

    A spike in agile is a time-boxed research or investigation task to gather information or explore potential solutions for a specific problem.

    • Spike is a temporary activity to reduce uncertainty or risk in a project.

    • It is time-boxed, meaning it has a fixed duration.

    • Spike is not a regular user story but a task to gather information or explore solutions.

    • Examples of spikes include researching a new technology, exploring a co...

  • Answered by AI
  • Q4. Difference between agile and waterfall based model?
  • Ans. 

    Agile is iterative and flexible, while waterfall is sequential and rigid.

    • Agile focuses on delivering working software in short iterations, while waterfall follows a linear approach with distinct phases.

    • Agile allows for changes and adaptations throughout the project, while waterfall requires detailed planning upfront.

    • Agile promotes collaboration and communication within teams, while waterfall relies on strict documentat...

  • Answered by AI
  • Q5. Sprint point system? Explain?
  • Ans. 

    Sprint point system is a method used in Agile project management to measure the amount of work completed in a sprint.

    • Sprint points are used to estimate the effort required to complete a task or user story.

    • Points are assigned based on complexity, effort, and risk involved in completing the task.

    • Common point systems include Fibonacci sequence (1, 2, 3, 5, 8, 13, etc.) or t-shirt sizes (XS, S, M, L, XL).

  • Answered by AI
  • Q6. Payment failure by debit card in e-commerce site? Make test scenarios?
  • Ans. 

    Test scenarios for payment failure by debit card in e-commerce site

    • Attempt payment with insufficient funds in the account

    • Attempt payment with expired debit card

    • Attempt payment with incorrect CVV code

    • Attempt payment with incorrect card details

    • Attempt payment while the bank's server is down

  • Answered by AI

Top Infosys Automation Test Engineer Interview Questions and Answers

Q1. Introduce yourself 1.What is STLC 2. difference between Test plan,test case,test scanario 3.Positive and negative scanarion on pen. 4.selenium framework. 5.how to write selenium test cases.
View answer (2)

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

Infosys Interview FAQs

How many rounds are there in Infosys interview?
Infosys interview process usually has 2-3 rounds. The most common rounds in the Infosys interview process are Technical, HR and Aptitude Test.
How to prepare for Infosys interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Infosys. The most common topics and skills that interviewers at Infosys expect are SDLC, Java, Agile, Project Management and Performance Engineering.
What are the top questions asked in Infosys interview?

Some of the top questions asked at the Infosys interview -

  1. What is your strong point in terms of technical knowledge? Like JAVA, C, C++. ...read more
  2. 1. what is the difference between exception and error. How did u solve the erro...read more
  3. 1. Journal entry for Purchase with GST 2. Explain any one Ind AS 3. What is SAP...read more
How long is the Infosys interview process?

The duration of Infosys interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

REVIEWS

The New India Assurance Co.

No Reviews

REVIEWS

The New India Assurance Co.

No Reviews

INTERVIEWS

Flipkart

No Interviews

COMPANY BENEFITS

Flipkart

No Benefits

LIST OF COMPANIES

The New India Assurance Co.

Overview

JOBS

Infosys

No Jobs

REVIEWS

Flipkart

No Reviews

REVIEWS

Flipkart

No Reviews

REVIEWS

Flipkart

No Reviews

Tell us how to improve this page.

Infosys Interview Process

based on 4.9k interviews

Interview experience

4.1
  
Good
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all

Infosys Reviews and Ratings

based on 39.4k reviews

3.6/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

2.7

Salary

4.1

Job security

3.7

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 39.4k Reviews and Ratings
Mainframe Developer - {PAN INDIA}

Pune,

Chennai

+1

3-8 Yrs

Not Disclosed

Mainframe Developer - {PAN INDIA}

Hyderabad / Secunderabad,

Chennai

+1

2-6 Yrs

Not Disclosed

Mainframe Developer-(Hyderabad)

Ahmedabad,

Chennai

+1

2-6 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
30.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
28k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview