Upload Button Icon Add office photos
Engaged Employer

i

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

Capgemini Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 39k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini BID Manager Interview Questions, Process, and Tips

Updated 8 Jun 2024

Top Capgemini BID Manager Interview Questions and Answers

Capgemini BID Manager Interview Experiences

3 interviews found

BID Manager Interview Questions & Answers

user image Anonymous

posted on 29 Aug 2023

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

I applied via Referral and was interviewed in Jul 2023. 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 - Case Study 

To create an Executive Summary Slide

Round 3 - One-on-one 

(5 Questions)

  • Q1. Tell how owuld you handle an Application Maintenance Requirement
  • Ans. 

    I would prioritize tasks based on criticality, allocate resources efficiently, and ensure timely resolution.

    • Assess the scope and impact of the maintenance requirement

    • Prioritize tasks based on criticality and impact on business operations

    • Allocate resources efficiently to address the maintenance needs

    • Ensure timely resolution to minimize downtime and disruptions

    • Communicate effectively with stakeholders to manage expectati

  • Answered by AI
  • Q2. Explain various pricing stucture
  • Ans. 

    Various pricing structures include cost-plus pricing, value-based pricing, and competitive pricing.

    • Cost-plus pricing involves calculating the cost of production and adding a markup for profit.

    • Value-based pricing is determined by the perceived value of the product or service to the customer.

    • Competitive pricing is setting prices based on what competitors are charging for similar products or services.

  • Answered by AI
  • Q3. Tell me about yourself
  • Q4. Explain what you have done in your pervious company
  • Q5. How would handle a given situation
  • Ans. 

    I would handle the situation by first assessing the problem, developing a plan of action, and communicating effectively with all stakeholders.

    • Assess the situation to understand the root cause

    • Develop a plan of action with clear objectives and timelines

    • Communicate effectively with all stakeholders to ensure alignment and collaboration

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Technical Questions about your role. Be honest an answer as per you actual work experince. Don't cook things from your mind

BID Manager Interview Questions & Answers

user image Anonymous

posted on 7 Jun 2024

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

I applied via LinkedIn and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. Presales process
Round 3 - HR 

(1 Question)

  • Q1. HR round was done

BID Manager Interview Questions & Answers

user image Anonymous

posted on 21 Sep 2023

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

I applied via Job Fair and was interviewed before Sep 2022. There were 4 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 

It was good easy to crack

Round 3 - Coding Test 

Medium level difficulty

Round 4 - Technical 

(2 Questions)

  • Q1. Basic Java question
  • Q2. What is Virtual Machine
  • Ans. 

    A virtual machine is a software-based emulation of a physical computer that can run operating systems and applications.

    • Virtual machines allow multiple operating systems to run on a single physical machine

    • They provide isolation and security for applications and data

    • Examples include VMware, VirtualBox, and Hyper-V

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic... attempt all questions even if you don't know

Skills evaluated in this interview

BID Manager Jobs at Capgemini

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 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 - Technical 

(1 Question)

  • Q1. Past Bids? Challenges, about pricing models.
Round 3 - One-on-one 

(1 Question)

  • Q1. Overall experience + learning + situational questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare with challenges you face in the last 3/4 bids.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What you have done till now in project
  • Q2. What is rehost in windchill
  • Ans. 

    Rehost in Windchill refers to the process of moving a Windchill system from one server to another.

    • Rehosting involves transferring all data, configurations, and customizations to the new server.

    • It is important to ensure that all dependencies and integrations are properly migrated during the rehosting process.

    • Rehosting may require downtime for the Windchill system to be moved and reconfigured.

    • Examples of rehosting in Win...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hcl technical round is quite tough
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Technical test case study coding

Round 2 - Technical 

(4 Questions)

  • Q1. What is this job rule
  • Q2. Company international services call centre
  • Q3. Only with girls not allow this job boys only with girls
  • Q4. This company us base company

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication skills group discussion and customer services in have that's my advice
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find unique values in an SQL table
  • Ans. 

    To find unique values in an SQL table, you can use the DISTINCT keyword in a SELECT statement.

    • Use the SELECT statement to retrieve the desired column from the table.

    • Add the DISTINCT keyword before the column name to eliminate duplicate values.

    • Execute the query to obtain the unique values from the table.

  • Answered by AI
  • Q2. Find largest number in list
  • Ans. 

    To find the largest number in a list, iterate through the list and compare each number to the current largest number.

    • Initialize a variable to store the largest number and set it to the first number in the list

    • Iterate through the list and compare each number to the current largest number

    • If a number is larger than the current largest number, update the largest number

    • After iterating through the entire list, the variable w

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Will you relocate

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. Self introduction
  • Q2. Expect the salary
  • Q3. Y choose the company
  • Q4. Employee experience
Round 2 - HR 

(4 Questions)

  • Q1. Self introduction
  • Q2. Employee experience
  • Q3. Expect to salary
  • Q4. Y choose the company
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Oct 2022. There were 2 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 - One-on-one 

(4 Questions)

  • Q1. Why did you get the job?
  • Q2. What would you change significantly after being given this job?
  • Q3. Will this job change your life?
  • Q4. What is your educational qualification?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to do it only after finding yourself at a distance

I applied via Recruitment Consulltant and was interviewed in Sep 2022. There were 4 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 - Aptitude Test 

Logical maths, percentages, years, calendars etc..

Round 3 - Technical 

(5 Questions)

  • Q1. Technical language skills
  • Q2. Self introduction and technical questions on language skills
  • Q3. Tell me about yourself
  • Q4. Explain oops concept?
  • Ans. 

    OOPs is a programming paradigm that focuses on objects and their interactions to solve problems.

    • OOPs stands for Object-Oriented Programming.

    • It is based on the concept of objects, which have properties and methods.

    • Encapsulation, inheritance, and polymorphism are the three main pillars of OOPs.

    • Encapsulation refers to the practice of hiding the internal details of an object from the outside world.

    • Inheritance allows object...

  • Answered by AI
  • Q5. What is polymorphism?
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It is achieved through method overriding and method overloading.

    • Examples include function overloading in C++ and Java, and operator overloading in C++.

    • Polymorphism is a key concept in object-oriented programming.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Brief about ourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - I want to join immediately, so please take my interview as soon as possible.

Capgemini Interview FAQs

How many rounds are there in Capgemini BID Manager interview?
Capgemini interview process usually has 3-4 rounds. The most common rounds in the Capgemini interview process are Technical, Resume Shortlist and Case Study.
How to prepare for Capgemini BID Manager 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 Capgemini. The most common topics and skills that interviewers at Capgemini expect are Bid Management, Presales, Bidding, Management and RFP.
What are the top questions asked in Capgemini BID Manager interview?

Some of the top questions asked at the Capgemini BID Manager interview -

  1. Tell how owuld you handle an Application Maintenance Requirem...read more
  2. How would handle a given situat...read more
  3. Explain various pricing stuct...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Capgemini interviews
Referral
Job Portal
33%
33%
34% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Genpact Interview Questions
3.9
 • 2.9k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Capgemini BID Manager Salary
based on 129 salaries
₹7.8 L/yr - ₹27.5 L/yr
10% more than the average BID Manager Salary in India
View more details

Capgemini BID Manager Reviews and Ratings

based on 10 reviews

3.7/5

Rating in categories

3.6

Skill development

3.8

Work-Life balance

2.4

Salary & Benefits

3.6

Job Security

4.0

Company culture

2.3

Promotions/Appraisal

3.1

Work Satisfaction

Explore 10 Reviews and Ratings
Bid Manager

Bangalore / Bengaluru

4-6 Yrs

Not Disclosed

Explore more jobs
Consultant
55.4k salaries
unlock blur

₹5.1 L/yr - ₹18 L/yr

Associate Consultant
52.8k salaries
unlock blur

₹2.9 L/yr - ₹11.6 L/yr

Senior Consultant
45.9k salaries
unlock blur

₹7.3 L/yr - ₹24 L/yr

Senior Analyst
20.3k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
19.8k salaries
unlock blur

₹3.5 L/yr - ₹12.4 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

TCS

3.7
Compare

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
Did you find this page helpful?
Yes No
write
Share an Interview