Upload Button Icon Add office photos

Genpact

Compare button icon Compare button icon Compare

Filter interviews by

Genpact Computer Operator Interview Questions and Answers

Updated 7 Jan 2025

Genpact Computer Operator Interview Experiences

3 interviews found

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

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude refers to a person's natural ability to learn or excel in a specific area. It is often used in job interviews as a way to assess a candidate's skills and determine if they are a good fit for the role.

Round 2 - Assignment 

Assignment is a task or project related to the position you're applying for. Many hiring managers use these assignments in addition to a traditional interview to learn more about your skills and work ethic and evaluate how your abilities align with the job requirements.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should ask questions that will help you gauge an applicant's interest in the job and company, enlighten you about their work history and career plans, shed light on their values and work habits, and reveal their strengths, weaknesses, knowledge and skills.

Computer Operator Interview Questions & Answers

user image Santosh Yadav

posted on 2 Mar 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. What type of hardwork you do to achieve your prospective dream?
  • Ans. I keep studying to achieve my goal
  • Answered by Santosh Yadav
  • Q2. I keep studying to achieve my goal

Computer Operator Interview Questions Asked at Other Companies

asked in Amazon
Q1. Which program language do you use regularly in your work
asked in Wipro
Q2. A procedure that uses standards, rules and techniques to compare ... read more
Q3. Did you complete any analytic testing or debugging services at yo ... read more
asked in Amazon
Q4. What is your experience with feeding your body via
Q5. What is Database? 2. What is DBMS? 3. What is RDBMS? 4. What is S ... read more

I applied via Naukri.com and was interviewed in Apr 2022. There were 3 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 - Aptitude Test 
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself. Why do you want to work for our company? What are your greatest strengths and weaknesses? Why are you looking for a change? What is your biggest achievement so far?

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply even if you're not fully qualified.
Job search like it's your job.
Use informational interviews to network.
Set yourself apart with letters of recommendation.
Know yourself and what you want.
Pump yourself up and stay positive.

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(6 Questions)

  • Q1. Constellation Given a matrix ‘UNIVERSE’ with 3 rows and ‘N’ columns, with ..
  • Ans. 

    The question is about working with a matrix named 'UNIVERSE' with 3 rows and 'N' columns.

    • The matrix 'UNIVERSE' has 3 rows and 'N' columns.

    • The question likely involves performing operations or calculations on the matrix.

    • Example: UNIVERSE = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]

  • Answered by AI
  • Q2. Constellation Given a matrix ‘UNIVERSE’ with 3 rows and ‘N’ columns, with ..
  • Ans. 

    The question is about working with a matrix named 'UNIVERSE' with 3 rows and 'N' columns.

    • The matrix 'UNIVERSE' has 3 rows and 'N' columns.

    • The question likely involves performing operations or calculations on the matrix.

    • Example: UNIVERSE = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]

  • Answered by AI
  • Q3. What is FDS , did you
  • Ans. 

    FDS stands for File Descriptor System, a method used in operating systems to manage files and input/output devices.

    • FDS is a system used by operating systems to keep track of open files and input/output devices.

    • It assigns a unique number to each open file or device, known as a file descriptor.

    • File descriptors are used to perform read, write, and other operations on files and devices.

    • FDS helps in efficient management of ...

  • Answered by AI
  • Q4. What is FDS , did you
  • Ans. 

    FDS stands for File Descriptor System, a mechanism used in operating systems to manage file input and output.

    • FDS is a part of the operating system that keeps track of open files and their associated data.

    • It assigns a unique number to each open file, known as a file descriptor.

    • File descriptors are used to read from and write to files, sockets, pipes, and other input/output devices.

  • Answered by AI
  • Q5. What is the reason that the Iterative Waterfall model was introduced?
  • Ans. 

    The Iterative Waterfall model was introduced to address the limitations of the traditional Waterfall model.

    • Introduced to allow for iteration and feedback throughout the development process

    • Helps in accommodating changes and improvements as the project progresses

    • Enables better communication and collaboration among team members

    • Reduces the risk of project failure by identifying issues early on

  • Answered by AI
  • Q6. What is the reason that the Iterative Waterfall model was introduced?
  • Ans. 

    The Iterative Waterfall model was introduced to address the limitations of the traditional Waterfall model.

    • Introduced to allow for iteration and feedback throughout the development process

    • Helps in accommodating changes and improvements as the project progresses

    • Enables better risk management by identifying issues early on

    • Allows for better stakeholder involvement and satisfaction

    • Examples include Agile methodologies like

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Who Won the Election??? Elections are going on, and there are two candidat
  • Ans. 

    The election results have not been announced yet.

    • The election results have not been declared

    • The candidates are still awaiting the official announcement

    • It is currently unknown who won the election

  • Answered by AI
  • Q2. Find Duplicate You have been given an integer array/list(ARR) of size N wh
  • Ans. 

    Find duplicates in an integer array/list.

    • Iterate through the array and store elements in a hash set.

    • If an element is already in the set, it is a duplicate.

    • Return a list of all duplicate elements found.

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Highper text marker up laguage

Round 2 - Basic 

(2 Questions)

  • Q1. What is html , css
  • Ans. 

    HTML and CSS are languages used for creating and styling web pages.

    • HTML (Hypertext Markup Language) is used for structuring content on a web page.

    • CSS (Cascading Style Sheets) is used for styling the appearance of a web page.

    • HTML uses tags to define elements like headings, paragraphs, and images.

    • CSS allows for customization of colors, fonts, layout, and more.

    • Both HTML and CSS are essential for creating visually appealin

  • Answered by AI
  • Q2. Hindi, sst, science

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - One-on-one 

(4 Questions)

  • Q1. All SAP AND ALL
  • Q2. Time to time work
  • Q3. I will interested
  • Q4. The work from hcl
Round 2 - Aptitude Test 

Oh sir I ma Rahul kumar Pathak I will interested work hcl

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via AmbitionBox and was interviewed in Jan 2023. 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 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. I am santosh s bugashetty. From kandaganchi but I currently living from bengaluru My specialization was bsc in computer science tq
  • Answered Anonymously
  • Q2. What are your strength and weakness?
  • Ans. My strength was basic knowledge of excel, ms office, java Weakness. money
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Why should we hire you?
Why do you want this job?
You only share advice for job seekers

I applied via Referral and was interviewed in Sep 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 

Aptitude test measure once competence in logical reasoning , numerical skills or verbal ability; competency can be evaluated through problem solving tasks and testing onc's critical thinking accross various contexts

Round 3 - Case Study 

1 . Identify the critical issue From the written case study.
2 . Listen carefully to verbal information or responses to your questions or comments.
3 . Break the problems into parts , describe this out loud.
4 . Ask relevant questions to gain a full for open position understanding of the problems.

Interview Preparation Tips

Interview preparation tips for other job seekers - Thank you for referring a candidates for this position refferals are one of our best source of new hires , and your effect is extremely valuable to us . We will let you know about the status of your reffered candidates.

I applied via Walk-in and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. General knowledge questions and our department question ask to this round
  • Q2. General knowledge and our study department question and myself

Interview Preparation Tips

Topics to prepare for Capgemini Computer Operator interview:
  • Diploma
Interview preparation tips for other job seekers - Good luck for our company employee and congrats

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

Round 1 - HR 

(6 Questions)

  • Q1. She asked me about your self and you have a pan card . I tell my sell my name is urmila Soni I from ghatkopar(w) and I have done 10th and 12th completed from Maharashtra of the board and bcom from ramnira...
  • Q2. She tell me my strength and hobbies I say my strength self motivated and my hobbies is listening the music .
  • Q3. And on the social media question
  • Q4. What is your ambition
  • Q5. And content manger tell me
  • Q6. That's all thank you
Round 2 - One-on-one 

(4 Questions)

  • Q1. About your self and family background
  • Q2. And my strength and weakness
  • Q3. She tell me what's about goal
  • Q4. That's all thank you

Interview Preparation Tips

Interview preparation tips for other job seekers - I reference through my friend Sagar he is trainer in Accenture

Genpact Interview FAQs

How many rounds are there in Genpact Computer Operator interview?
Genpact interview process usually has 2 rounds. The most common rounds in the Genpact interview process are Aptitude Test, HR and One-on-one Round.

Tell us how to improve this page.

Genpact Computer Operator Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

Genpact Computer Operator Reviews and Ratings

based on 10 reviews

4.8/5

Rating in categories

5.0

Skill development

4.6

Work-life balance

4.6

Salary

4.7

Job security

5.0

Company culture

4.7

Promotions

4.9

Work satisfaction

Explore 10 Reviews and Ratings
Process Developer
36.3k salaries
unlock blur

₹1.2 L/yr - ₹6.8 L/yr

Process Associate
28.1k salaries
unlock blur

₹0.9 L/yr - ₹6.5 L/yr

Assistant Manager
19.9k salaries
unlock blur

₹5 L/yr - ₹14 L/yr

Management Trainee
19.3k salaries
unlock blur

₹1.6 L/yr - ₹8.5 L/yr

Manager
7.4k salaries
unlock blur

₹5.7 L/yr - ₹24 L/yr

Explore more salaries
Compare Genpact with

Accenture

3.8
Compare

Capgemini

3.7
Compare

TCS

3.7
Compare

Cognizant

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