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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Operations Executive Interview Questions and Answers for Freshers

Updated 14 May 2025

29 Interview questions

🔥 Asked by recruiter 5 times
An Operations Executive was asked
Q. What is a database?
Ans. 

A database is a structured collection of data that is organized in a way that allows for easy access, management, and retrieval.

  • Database stores data in tables, with each table consisting of rows and columns.

  • It allows for efficient querying and retrieval of specific data.

  • Examples of databases include MySQL, Oracle, and MongoDB.

An Operations Executive was asked
Q. What are joins?
Ans. 

Joins are used in databases to combine rows from two or more tables based on a related column between them.

  • Joins are used to retrieve data from multiple tables based on a related column between them

  • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

  • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

Operations Executive Interview Questions Asked at Other Companies for Fresher

asked in Flipkart
Q1. What is the electric current? How is works ?
Q2. Why is high voltage preferred for the transmission of electrical ... read more
asked in AmbitionBox
Q3. If a company asks to take down a review, claiming it was not post ... read more
asked in Flipkart
Q4. What is ms office? What is vlookup?
asked in John Deere
Q5. What are the differences between 2-stroke and 4-stroke engines? P ... read more
An Operations Executive was asked
Q. Which programming language are you currently working with?
Ans. 

I am currently working on Python.

  • I have experience in developing automation scripts using Python.

  • I have also worked on building web applications using Django framework.

  • I am familiar with data analysis and visualization using Python libraries like Pandas and Matplotlib.

🔥 Asked by recruiter 9 times
An Operations Executive was asked
Q. What are the concepts of OOPs?
Ans. 

OOPs concepts are the fundamental principles of Object-Oriented Programming.

  • Abstraction

  • Encapsulation

  • Inheritance

  • Polymorphism

  • Classes and Objects

  • Methods and Properties

  • Message Passing

  • Dynamic Binding

An Operations Executive was asked
Q. Can you explain the purpose of #include stdio.h?
Ans. 

The #include stdio.h is a preprocessor directive that includes the standard input/output library in C programming language.

  • stdio.h stands for standard input/output header file.

  • It contains functions like printf() and scanf() for input/output operations.

  • It is included at the beginning of a C program using #include directive.

  • It allows the program to use the standard input/output functions without having to write them...

An Operations Executive was asked
Q. Do you have experience with MS Excel and MS PowerPoint?
Ans. 

Yes, I have experience with MS Excel and MS PowerPoint.

  • Proficient in creating and managing spreadsheets in MS Excel

  • Skilled in using formulas, functions, and data analysis tools in Excel

  • Experienced in creating professional presentations in MS PowerPoint

  • Knowledgeable in using slide layouts, animations, and transitions

  • Familiar with creating charts, graphs, and visual representations of data

An Operations Executive was asked
Q. May I see your identification card?
Ans. 

I don't have my identity card with me at the moment.

  • I apologize for not having my identity card with me.

  • I can provide a copy of my identity card at a later time.

  • I can provide other forms of identification if needed.

Are these interview questions helpful?
An Operations Executive was asked
Q. What is the first line in coding?
Ans. 

The first line in coding is typically the declaration of the programming language being used.

  • The first line is also known as the 'shebang' or 'hashbang' line.

  • It specifies the interpreter or compiler to be used for the code.

  • For example, in Python, the first line would be '#!/usr/bin/env python'.

An Operations Executive was asked
Q. What is JVM and how does it work?
Ans. 

JVM stands for Java Virtual Machine. It is an abstract machine that enables a computer to run Java programs.

  • JVM is responsible for interpreting the compiled Java code and executing it on the computer.

  • It provides a platform-independent environment for Java programs to run on different operating systems.

  • JVM has various components like class loader, bytecode verifier, interpreter, and just-in-time compiler.

  • Class load...

An Operations Executive was asked
Q. Explain the public and protected modifiers.
Ans. 

Public and protected are access modifiers in object-oriented programming.

  • Public allows unrestricted access to a class member from any part of the program.

  • Protected allows access to a class member within the class and its subclasses.

  • Public members are accessible outside the class, while protected members are not.

  • Public members can be accessed by any object, while protected members can only be accessed by the class ...

Infosys Operations Executive Interview Experiences for Freshers

42 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed before Dec 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. Data types ,tokens, oops concept
  • Q2. List ,int ,float, complex
  • Q3. Function, string,
  • Q4. List comprehension
  • Q5. Operators, lambda function

Interview Preparation Tips

Interview preparation tips for other job seekers - update your resume

Operations Executive Interview Questions & Answers

user image Priyanka chinni

posted on 27 Oct 2022

I applied via Campus Placement and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Arithmetics-Number system,ratio and proportion sums,partnership,problem on ages,clock,calender.
Reasoning-series,coding and decoding,puzzles,blood relations,directions and distance sums

Round 2 - Technical 

(7 Questions)

  • Q1. Self introduction- name,area,study,family
  • Q2. About project which you have done in your graduation that you are submitted in college.
  • Q3. Any touch in ms excel,ms powerpoint
  • Ans. 

    Yes, I have experience with MS Excel and MS PowerPoint.

    • Proficient in creating and managing spreadsheets in MS Excel

    • Skilled in using formulas, functions, and data analysis tools in Excel

    • Experienced in creating professional presentations in MS PowerPoint

    • Knowledgeable in using slide layouts, animations, and transitions

    • Familiar with creating charts, graphs, and visual representations of data

  • Answered by AI
  • Q4. What is the first line in coding
  • Ans. 

    The first line in coding is typically the declaration of the programming language being used.

    • The first line is also known as the 'shebang' or 'hashbang' line.

    • It specifies the interpreter or compiler to be used for the code.

    • For example, in Python, the first line would be '#!/usr/bin/env python'.

  • Answered by AI
  • Q5. Can you explain about #include stdio.h
  • Ans. 

    The #include stdio.h is a preprocessor directive that includes the standard input/output library in C programming language.

    • stdio.h stands for standard input/output header file.

    • It contains functions like printf() and scanf() for input/output operations.

    • It is included at the beginning of a C program using #include directive.

    • It allows the program to use the standard input/output functions without having to write them from...

  • Answered by AI
  • Q6. Is Anyone helping you in this interview
  • Q7. Show me your identycard
  • Ans. 

    I don't have my identity card with me at the moment.

    • I apologize for not having my identity card with me.

    • I can provide a copy of my identity card at a later time.

    • I can provide other forms of identification if needed.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Operations Executive interview:
  • C
  • C++
  • Java
  • DBMS
  • Coding
Interview preparation tips for other job seekers - 1.You need to know more about C,C++,java
2. Be confident don't feel like stress
3. Keep a smiley face
4. Wish them
5. You need identy card, government proof.
6.if you are facing any network issue please tell them before only otherwise they will that other person is helping us in interview.

Skills evaluated in this interview

Round 1 - Aptitude Test 

Logical problems, quantative problems, Basic IT questions regarding:
Dbms, oops, python, c++, core java, sql

Round 2 - Technical 

(2 Questions)

  • Q1. Why python is much more convenient?
  • Ans. 

    Python is more convenient due to its simplicity, versatility, and vast community support.

    • Python has a simple and easy-to-learn syntax, making it accessible to beginners.

    • Python is versatile and can be used for a wide range of applications, from web development to data analysis.

    • Python has a vast community of developers who contribute to its libraries and frameworks, making it easier to find solutions to problems.

    • Python h...

  • Answered by AI
  • Q2. Why c is the mother of all other languages?
  • Ans. 

    C is considered the mother of all other languages due to its influence on modern programming languages.

    • C was developed in the 1970s and was the first high-level programming language to be widely used.

    • Many modern programming languages, such as Java, Python, and C++, were influenced by C.

    • C is known for its efficiency, portability, and low-level memory manipulation capabilities.

    • C is still widely used today in operating sy...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. What made you choose IT
  • Q2. Who is the one you are most inspired from?
  • Q3. Talk about yourself and final year project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident:)
And if you don't know any of the answer just dont be clueless
Try and frame your answer precisely

Skills evaluated in this interview

I applied via Freshers voice and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Reasoning, Vocabulary, Basic Maths like profit and loss.

Round 3 - Technical 

(6 Questions)

  • Q1. How many types of Modifier?
  • Ans. 

    There are two types of modifiers: adjectives and adverbs.

    • Adjectives modify nouns or pronouns, e.g. 'red apple', 'happy child'.

    • Adverbs modify verbs, adjectives, or other adverbs, e.g. 'quickly ran', 'very happy', 'extremely slowly'.

  • Answered by AI
  • Q2. Explain public and protected modifier?
  • Ans. 

    Public and protected are access modifiers in object-oriented programming.

    • Public allows unrestricted access to a class member from any part of the program.

    • Protected allows access to a class member within the class and its subclasses.

    • Public members are accessible outside the class, while protected members are not.

    • Public members can be accessed by any object, while protected members can only be accessed by the class and i...

  • Answered by AI
  • Q3. What is method overloading ?
  • Ans. 

    Method overloading is a feature in object-oriented programming where a class can have multiple methods with the same name but different parameters.

    • Method overloading allows for more flexibility in programming by allowing methods with the same name to perform different tasks based on the parameters passed to them.

    • The methods must have different parameter lists, which can differ in the number, type, or order of parameter...

  • Answered by AI
  • Q4. What is jvm and how it works?
  • Ans. 

    JVM stands for Java Virtual Machine. It is an abstract machine that enables a computer to run Java programs.

    • JVM is responsible for interpreting the compiled Java code and executing it on the computer.

    • It provides a platform-independent environment for Java programs to run on different operating systems.

    • JVM has various components like class loader, bytecode verifier, interpreter, and just-in-time compiler.

    • Class loader lo...

  • Answered by AI
  • Q5. Explain college project ?
  • Q6. Give a brief introduction about yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - Choose a single programming language and focused on it. During the college try to solve questions on DSA it will helps alot to get into jobs.

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Round 1 i.e Aptitude test, is all about General Intelligence, Quantitative Aptitude and English .
It's not that hard and not that easy, one have to practice the topic once.

Round 2 - Technical 

(2 Questions)

  • Q1. The second round is interview which contain both technical and HR round. There was only one interviewer. This round is all about your resume and your communication skills.
  • Q2. Mandatory one- Tell me about yourself. Your Hobbies then some cross question from hobbies. Have you ever participated in any extra- curricular activities? Now Technical one- Which language you are familiar...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just join 10 minute before the scheduled time.
Be Confident!

I applied via Company Website and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. All questions about java
  • Q2. Building blocks of java
  • Ans. 

    Building blocks of Java include variables, data types, operators, control structures, and classes.

    • Variables are used to store data

    • Data types define the type of data that can be stored in a variable

    • Operators are used to perform operations on data

    • Control structures are used to control the flow of a program

    • Classes are used to define objects and their behavior

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - U need to know basic fundamentals in java and also u must have goos comm skills

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy level, game based

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is database?
  • Ans. 

    A database is a structured collection of data that is organized in a way that allows for easy access, management, and retrieval.

    • Database stores data in tables, with each table consisting of rows and columns.

    • It allows for efficient querying and retrieval of specific data.

    • Examples of databases include MySQL, Oracle, and MongoDB.

  • Answered by AI
  • Q2. What are joins?
  • Ans. 

    Joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column between them

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI

Skills evaluated in this interview

I appeared for an interview in Jun 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

Apti, reasoning and communication questions

Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself, basic c, c++, Java like oops. Other questions like strength, difference between confidence and over confidence
  • Q2. About final year project

Interview Preparation Tips

Interview preparation tips for other job seekers - You'll eventually get job don't worry just keep trying
Round 1 - Aptitude Test 

3 levels Quants,Logical and verbal easy

Round 2 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. What are your strength and weakness??
  • Q3. Why did you join BCA?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try and Try but never lose hope..... you will succeed one day

I applied via Naukri.com and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Is there any career gap? If yes, why?
  • Ans. Yes, I have 1year of gap, because I prepared for post graduation Entrance Exam test. After that, I tried for MNC's opportunity. Finally I got offer letter.
  • Answered by sheik anesh
  • Q2. Are you willing to relocation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Mainly Concentrate on Self Intro.
Maintain Good Communication
If you don't know the answer of Interviewer question Then try to convey the related.

What people are saying about Infosys

View All
schedule2
Verified Icon
3d
works at
Cognizant
Salary expectation
I have 5+ years of experience in springboot microservices, currently working in CTS and having 10L CTC , wanted to switch in Infosys or Accenture like companies, how much should I ask for 15L-18L ? Just worried if I ask more they can reject my application, please help me with some numbers
Got a question about Infosys?
Ask anonymously on communities.

Infosys Interview FAQs

How many rounds are there in Infosys Operations Executive interview for freshers?
Infosys interview process for freshers usually has 2-3 rounds. The most common rounds in the Infosys interview process for freshers are Aptitude Test, Resume Shortlist and Technical.
How to prepare for Infosys Operations Executive interview for freshers?
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 Selection Process.
What are the top questions asked in Infosys Operations Executive interview for freshers?

Some of the top questions asked at the Infosys Operations Executive interview for freshers -

  1. Why java language is platform-independe...read more
  2. Tell me the different logic for swapping numbe...read more
  3. what are inheritance and polymorphi...read more
What are the most common questions asked in Infosys Operations Executive HR round for freshers?

The most common HR questions asked in Infosys Operations Executive interview are for freshers -

  1. Tell me about yourse...read more
  2. What are your strengths and weakness...read more
  3. Where do you see yourself in 5 yea...read more
How long is the Infosys Operations Executive interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 6 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 80%
4-6 weeks 20%
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Operations Executive Salary
based on 2.8k salaries
₹1.6 L/yr - ₹4 L/yr
13% less than the average Operations Executive Salary in India
View more details

Infosys Operations Executive Reviews and Ratings

based on 349 reviews

3.9/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

3.1

Salary

4.1

Job security

4.0

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 349 Reviews and Ratings
Technology Analyst
54.7k salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Senior Systems Engineer
53.7k salaries
unlock blur

₹2.5 L/yr - ₹6.3 L/yr

Technical Lead
35k salaries
unlock blur

₹7.3 L/yr - ₹20 L/yr

System Engineer
32.5k salaries
unlock blur

₹2.4 L/yr - ₹5.3 L/yr

Senior Associate Consultant
31k salaries
unlock blur

₹8.1 L/yr - ₹14 L/yr

Explore more salaries
Compare Infosys with

TCS

3.6
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare
write
Share an Interview