Operations Executive

800+ Operations Executive Interview Questions and Answers

Updated 7 Jul 2025
search-icon

Q. If rs.1,00,000 is total amount of hospital but approved is 88000 . 12000 is diducted for wt?????

Ans.

The approved amount for the hospital is Rs. 88,000, with Rs. 12,000 deducted for an unknown reason.

  • Total amount of the hospital: Rs. 1,00,000

  • Approved amount: Rs. 88,000

  • Deducted amount: Rs. 12,000

  • Reason for deduction is unknown

Asked in Infosys

6d ago

Q. What are the different ways to swap two numbers?

Ans.

Swapping numbers can be done using a temporary variable, arithmetic operations, or XOR bitwise operator.

  • Using a temporary variable: temp = a; a = b; b = temp;

  • Using arithmetic operations: a = a + b; b = a - b; a = a - b;

  • Using XOR bitwise operator: a = a ^ b; b = a ^ b; a = a ^ b;

Asked in AmbitionBox

2w ago

Q. What is the difference between Ambition Box, Glassdoor, and Indeed?

Ans.

Ambition Box, Glassdoor, and Indeed are job search and review websites.

  • Ambition Box is an Indian job search and review website.

  • Glassdoor is a global job search and review website.

  • Indeed is a global job search website that also has company reviews.

  • All three websites allow users to search for jobs and read reviews about companies.

  • Glassdoor and Indeed also offer salary information for specific job titles and locations.

Asked in GMR Group

1w ago

Q. Are you familiar with the 5S methodology?

Ans.

5S is a methodology used to organize and improve workplace efficiency.

  • 5S stands for Sort, Set in Order, Shine, Standardize, and Sustain.

  • It focuses on creating a clean and organized work environment.

  • Sort involves removing unnecessary items from the workplace.

  • Set in Order means arranging necessary items in a logical and efficient manner.

  • Shine refers to cleaning and maintaining the workplace.

  • Standardize involves establishing guidelines and procedures for maintaining the organize...read more

Are these interview questions helpful?

Q. If you have a 1-liter jar and an 18-liter tub, how many times will it take to fill the tub using the jar?

Ans.

To fill an 18L tub using a 1L jar, it will take 18 times to fill it completely.

  • You can fill the 1L jar and pour it into the tub repeatedly.

  • After filling the tub 18 times, it will be completely filled.

  • This is a straightforward calculation: 18L / 1L = 18.

Asked in Infosys

3d ago

Q. What is Overloading and Overriding?

Ans.

Overloading is using the same method name with different parameters. Overriding is replacing a method in a subclass.

  • Overloading is used to have multiple methods with the same name but different parameters.

  • Overriding is used to replace a method in a subclass with a new implementation.

  • Overloading is resolved at compile-time while overriding is resolved at runtime.

  • Example of overloading: public void print(int num) and public void print(String str)

  • Example of overriding: public cl...read more

Operations Executive Jobs

Amazon Development Centre (India) Pvt. Ltd. logo
Operations Executive, EF, External Fullfillment 1-4 years
Amazon Development Centre (India) Pvt. Ltd.
4.0
Gurgaon / Gurugram
Flipkart logo
Hiring For Operations Executive - Flipkart Minutes - Bangalore 2-5 years
Flipkart
3.9
₹ 2 L/yr - ₹ 3 L/yr
Bangalore / Bengaluru
Amazon logo
Job Opening - SellerFlex Operation Executive, EF (Field role) 1-6 years
Amazon
4.0
₹ 3 L/yr - ₹ 7 L/yr
(AmbitionBox estimate)
Navi Mumbai
1w ago

Q. Why is humming noise generated during magnetostriction?

Ans.

Humming noise is generated due to the vibration of magnetic domains in a magnetic material.

  • Magnetostriction is the property of magnetic materials to change their shape or dimensions when subjected to a magnetic field.

  • This change in shape causes the magnetic domains to vibrate, which in turn generates a humming noise.

  • The frequency of the humming noise is directly proportional to the frequency of the magnetic field.

  • Magnetostriction is used in various applications such as in tra...read more

Asked in John Deere

1w ago

Q. What is a PTO shaft and how many types of PTO are there?

Ans.

A P.T.O. shaft is a mechanical component used to transfer power from a tractor or vehicle to an attached implement. There are mainly two types of P.T.O. shafts: transmission P.T.O. and live P.T.O.

  • Transmission P.T.O. shaft is directly connected to the transmission of the vehicle and operates at the same speed as the vehicle's engine.

  • Live P.T.O. shaft is independent of the vehicle's transmission and can be engaged and disengaged while the vehicle is in motion.

  • Other types of P.T...read more

Share interview questions and help millions of jobseekers 🌟

man-with-laptop

Q. what will you do network fails and how will you troubleshoot that in min time. What will be your immediate action if that place catches fire by Short cercuit.

Ans.

In case of network failure or fire due to short circuit, immediate action will be taken to ensure safety and minimize damage.

  • For network failure, check the connections and restart the system if necessary

  • If the issue persists, contact the IT department for further assistance

  • In case of fire, activate the fire alarm and evacuate the building immediately

  • Call the fire department and inform them about the situation

  • Use fire extinguishers if possible to control the fire before the ar...read more

Asked in Tourency

1w ago

Q. What is the current state of the Tourism industry in India?

Ans.

The tourism industry in India is currently facing challenges due to the COVID-19 pandemic, but there are signs of recovery with domestic travel picking up.

  • The COVID-19 pandemic has significantly impacted international tourism in India, with a sharp decline in foreign tourist arrivals.

  • Domestic tourism has shown signs of recovery as people are opting for local travel destinations.

  • The government has introduced various initiatives to boost tourism, such as the 'Atithi Devo Bhava'...read more

Asked in Tourency

1w ago

Q. What software do you use relevant to your job role?

Ans.

I primarily use Microsoft Excel, SAP, and Salesforce for data analysis, reporting, and project management.

  • Microsoft Excel for data analysis and reporting

  • SAP for project management and resource planning

  • Salesforce for customer relationship management

Asked in Startek

2d ago

Q. What do you understand by customer support executive?

Ans.

A customer support executive is a professional who provides assistance and guidance to customers regarding products or services.

  • Customer support executives are responsible for resolving customer queries and complaints.

  • They must possess excellent communication and problem-solving skills.

  • They should be able to handle difficult customers and provide satisfactory solutions.

  • They may work in various industries such as retail, hospitality, healthcare, etc.

  • Examples of customer suppor...read more

Asked in IBM

2w ago

Q. What are inheritance and polymorphism?

Ans.

Inheritance is a mechanism where a new class is derived from an existing class. Polymorphism is the ability of an object to take on many forms.

  • Inheritance allows for code reuse and promotes a hierarchical organization of code.

  • Polymorphism allows for flexibility in code design and enables objects to be used in multiple contexts.

  • Example of inheritance: A class 'Car' can be inherited by a class 'SUV' which adds additional features specific to SUVs.

  • Example of polymorphism: A clas...read more

Asked in Huber India

2w ago

Q. Which programming language do you use regularly in your work?

Ans.

I regularly use Python in my work as an Operations Executive.

  • Python is versatile and easy to learn, making it ideal for automating tasks and data analysis.

  • I use Python for scripting, data manipulation, and creating tools to streamline operations.

  • Some examples of Python libraries I frequently use are Pandas, NumPy, and Matplotlib.

1w ago

Q. How would you handle the store if you were the only person present?

Ans.

To handle a store when only you are present, prioritize tasks, manage customer interactions, handle cash transactions, and ensure store security.

  • Prioritize tasks based on urgency and importance

  • Manage customer interactions by providing assistance and addressing their needs

  • Handle cash transactions accurately and securely

  • Ensure store security by monitoring surveillance cameras and maintaining a safe environment

  • Perform necessary administrative duties such as inventory management ...read more

Q. Many food items and toys are being stolen by the employees. What kind of security measures would you take?

Ans.

Implementing strict access control measures, installing surveillance cameras, conducting regular inventory checks, and implementing employee training programs on ethics and integrity.

  • Implement strict access control measures to limit employee access to sensitive areas where theft can occur.

  • Install surveillance cameras in key areas to monitor employee activities and deter theft.

  • Conduct regular inventory checks to track missing items and identify potential theft patterns.

  • Impleme...read more

1w ago

Q. What will you do when you encounter an irritated customer?

Ans.

I will listen to their concerns, empathize with them, and offer a solution to their problem.

  • Remain calm and professional

  • Listen actively to their concerns

  • Empathize with their situation

  • Offer a solution to their problem

  • Follow up with the customer to ensure their satisfaction

2d ago

Q. How can you increase revenue, how you will be run A Pharmacy Store.

Ans.

To increase revenue in a pharmacy store, focus on expanding product offerings, improving customer service, implementing marketing strategies, and optimizing inventory management.

  • Expand product offerings to include over-the-counter medications, health supplements, beauty products, and medical equipment.

  • Improve customer service by providing personalized recommendations, offering discounts for loyal customers, and ensuring quick and efficient service.

  • Implement marketing strategi...read more

Asked in AmbitionBox

1w ago

Q. How would you respond if the company asked you to delete a negative review?

Ans.

Addressing negative reviews requires transparency, empathy, and a focus on improvement rather than deletion.

  • Acknowledge the review: Respond to the reviewer to show that their feedback is valued.

  • Investigate the issue: Understand the context of the negative review to address any underlying problems.

  • Offer a solution: If possible, provide a resolution to the reviewer, which can help improve their perception.

  • Encourage positive reviews: Ask satisfied customers to share their experi...read more

Asked in AmbitionBox

2w ago

Q. What if an employer threatens to file a police complaint when you deny taking down a negative review?

Ans.

Remain calm and explain the situation, offer to address their concerns in a professional manner.

  • Stay calm and composed during the conversation

  • Explain the reasons for the negative review and offer to address any valid concerns

  • Reiterate your right to express your opinion and experiences

  • Suggest resolving the issue amicably without involving authorities

Q. 1. When vaporisation takes place directly at the heating surface, it is called? 2. Steam consumption in kg/hr in case of an evaporator is given by (where, C & E are capacity the economy of the evaporator respec...

read more
Ans.

1. Direct vaporisation at heating surface is called? 2. Formula for steam consumption in kg/hr in an evaporator?

  • 1. Direct vaporisation at heating surface is called film boiling.

  • 2. Steam consumption formula: (C/E) x (LMTD/1000) x 3600

  • C = capacity of evaporator, E = economy of evaporator, LMTD = log mean temperature difference

Asked in Infosys

1w ago

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

Asked in Flipkart

2w ago

Q. Describe your SIP in detail with the calculations involved.

Ans.

SIP is a systematic investment plan that allows investors to invest a fixed amount at regular intervals.

  • SIP involves investing a fixed amount at regular intervals, usually monthly

  • The investment is made in a mutual fund or other investment vehicle

  • The amount invested is determined by the investor's financial goals and risk tolerance

  • Calculations involve determining the expected return on investment and the time horizon for the investment

  • SIP can help investors achieve their finan...read more

Asked in mPokket

4d ago

Q. We have rotational shift timings. Are you comfortable with occasional overtime?

Ans.

I am fully committed to my responsibilities and can manage overtime as needed, regardless of shift timings.

  • I have experience working in environments with flexible hours, such as during my internship where I often stayed late to meet project deadlines.

  • I understand the importance of teamwork and am willing to adjust my schedule to support my colleagues and the organization's needs.

  • In my previous role, I frequently volunteered for overtime during peak seasons, which helped the t...read more

Asked in Infosys

3d ago

Q. Why doesn't Java support pointers?

Ans.

Java doesn't support pointers for safety and security reasons.

  • Java uses references instead of pointers to avoid memory leaks and null pointer exceptions.

  • Pointers can be used to access memory directly, which can be a security risk.

  • Java's garbage collector manages memory automatically, making pointers unnecessary.

  • Java's design philosophy prioritizes safety and security over low-level control.

  • Pointers can also make code more difficult to read and maintain.

Asked in Infosys

1w ago

Q. What factors should I focus on improving?

Ans.

Focus on factors for improvement

  • Ask for specific examples

  • Be open to constructive criticism

  • Create an action plan for improvement

Asked in Uber

2w ago

Q. What are the responsibilities of an operations executive?

Ans.

An operation executive is responsible for overseeing and managing the day-to-day operations of a company.

  • Responsible for ensuring smooth functioning of operations

  • Developing and implementing operational policies and procedures

  • Managing resources and budgets

  • Ensuring compliance with regulations and standards

  • Analyzing data and making strategic decisions

  • Examples: COO, Operations Manager, Operations Director

Asked in Infosys

3d ago

Q. What is multi threading What is collection What is encapsulation Data abstraction Types of polymorphism What is method overloading What is lamda exp in multi threading What garbage value Static keyword

Ans.

Questions related to programming concepts such as multi-threading, collections, encapsulation, polymorphism, method overloading, lambda expressions, garbage value, and static keyword.

  • Multi-threading is a programming concept that allows multiple threads to run concurrently within a single program.

  • Collections are data structures that allow you to store and manipulate groups of objects.

  • Encapsulation is a programming concept that involves hiding the implementation details of a cl...read more

2w ago

Q. How can eddy current losses be reduced in a transformer?

Ans.

Eddy current losses in transformers can be reduced by using laminated cores, increasing the core resistance, and minimizing the air gap.

  • Use laminated cores to reduce eddy current losses

  • Increase the core resistance by using high resistivity materials

  • Minimize the air gap between the core and windings

  • Use magnetic materials with low hysteresis losses

  • Reduce the frequency of the alternating current

  • Use thicker laminations to reduce eddy current losses

  • Use interleaved winding to reduc...read more

Asked in Groupm Media

6d ago

Q. How does programmatic media buying work?

Ans.

Programmatic media buying is an automated process of buying and selling digital advertising inventory.

  • It uses algorithms and data to make real-time bidding decisions.

  • It allows for precise targeting and optimization of ad campaigns.

  • It can be done through various channels such as display, video, mobile, and social media.

  • Examples of programmatic media buying platforms include Google Ads, Facebook Ads Manager, and The Trade Desk.

Previous
1
2
3
4
5
6
7
Next

Interview Experiences of Popular Companies

Infosys Logo
3.6
 • 7.9k Interviews
Flipkart Logo
3.9
 • 1.5k Interviews
Startek Logo
3.1
 • 535 Interviews
View all
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary

Operations Executive Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits