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

Filter interviews by

Capgemini Pyspark Developer Interview Questions and Answers

Updated 29 May 2025

Capgemini Pyspark Developer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Get the employee with salary higher than average salary of their department
  • Ans. 

    Retrieve employees earning above their department's average salary using PySpark.

    • Use DataFrame API to group by department and calculate average salary.

    • Join the original DataFrame with the average salary DataFrame.

    • Filter employees where their salary is greater than the average salary of their department.

    • Example: If department A has an average salary of 5000, select employees with salary > 5000.

  • Answered by AI
  • Q2. Given a dataset with columns name, subject and marks. Get the name of students with marks greater than 40. Data: A maths 56 A science 34 B maths 45 B science 98 Expected output: B
  • Ans. 

    Filter students with marks greater than 40 from a dataset of names, subjects, and marks.

    • Use PySpark DataFrame to load the dataset.

    • Apply a filter condition to select rows where marks > 40.

    • Extract the unique names of students who meet the criteria.

    • Example: For the given data, only student 'B' has marks greater than 40.

  • Answered by AI
  • Q3. Can we change Hive managed table to external table
  • Ans. 

    Yes, you can change a Hive managed table to an external table using SQL commands.

    • Use the command: ALTER TABLE table_name SET TBLPROPERTIES ('EXTERNAL'='TRUE');

    • You must ensure that the data is moved to a location accessible by Hive.

    • Example: ALTER TABLE my_table SET TBLPROPERTIES ('EXTERNAL'='TRUE');

    • After conversion, Hive will not manage the data, allowing for external access.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

1. Find duplicate
2. 2,3 highest salary

Pyspark Developer Interview Questions Asked at Other Companies

asked in TCS
Q1. Tell me about your current project. Difference between managed an ... read more
asked in Cognizant
Q2. What is the SQL code for calculating year-on-year growth percenta ... read more
asked in Cognizant
Q3. What is the difference between coalesce and repartition, as well ... read more
asked in Cognizant
Q4. What is the SQL query to find the second highest rank in a datase ... read more
asked in Cognizant
Q5. What tools are used to connect Google Cloud Platform (GCP) with A ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

Basic to moderate sql questions

Interview Preparation Tips

Topics to prepare for Capgemini Pyspark Developer interview:
  • SQL
  • Spark

Interview questions from similar companies

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

What people are saying about Capgemini

View All
trendylion
Verified Icon
1w
student at
Chandigarh University
Data Science dream job: Need resume advice & referrals!
Hey pros, what should I add to my resume to boost my chances of landing my first Data Science role? Guidance needed! Also, if you're hiring or know openings at: TCS | Infosys | Wipro | Cognizant | Genpact | Accenture | LTIMindtree | Fractal Analytics | Mu Sigma | Quantiphi | Tiger Analytics | EXL | ZS Associates | Deloitte | KPMG | EY | Capgemini | Publicis Sapient, a referral would be amazing! 📎 I’m attaching my resume. Feedback, suggestions, or leads would mean a lot! Thanks for your support! Let’s connect & grow in #DataScience. #DataScience #MachineLearning #DeepLearning #OpenToWork #FresherJobs #DataScienceJobs #Referral #CareerAdvice #ResumeTips #JobSearch #Hiring #AmbitionBox #LinkedInJobs
FeedCard Image
Got a question about Capgemini?
Ask anonymously on communities.

I applied via LinkedIn and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Which technologies your interested to work
  • Q2. Question related to Java coding
  • Q3. Question from C language
  • Q4. Question from AI & ML

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on all the latest technologies, brush your regular skills

I applied via Campus Placement and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Are you willing to relocate?
  • Ans. 

    Yes, I am open to relocating for the right opportunity that aligns with my career goals and personal growth.

    • Relocation can provide exposure to new technologies and methodologies.

    • I am excited about the prospect of working in diverse teams and cultures.

    • For example, moving to a tech hub like San Francisco could enhance my career.

    • I understand the challenges of relocating, but I see them as opportunities for growth.

  • Answered by AI
  • Q2. Why should I hire you?
  • Ans. 

    I bring a unique blend of skills, experience, and passion for software development that aligns perfectly with your team's goals.

    • Proven experience in developing scalable applications, such as a recent project where I improved performance by 30%.

    • Strong problem-solving skills demonstrated through my contributions to open-source projects, enhancing functionality and fixing bugs.

    • Excellent teamwork and communication abilitie...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My technical and Hr interview done at same place. It lasted about 40minutes. The interviewer test both my technical knowledge and communication skills. I tell most of the answer. They check patience level.He stressed on my final year project . Asking about range and specification of compotents which I heve used in my project. Finally ask some HR questions.

I applied via Amcat and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Refer R S Agarwal book for apptitude

Round 2 - One-on-one 

(1 Question)

  • Q1. Write a c program on fractional numbers
  • Ans. 

    A C program to perform arithmetic operations on fractional numbers.

    • Use float or double data type to store fractional numbers.

    • Use scanf() to take input from the user.

    • Perform arithmetic operations like addition, subtraction, multiplication, and division.

    • Use printf() to display the result.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared refer R S Agarwal book for apptitude test

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via LinkedIn and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1. tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice, but since Im not great at coding I didn't do well

I applied via Naukri.com and was interviewed in Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is unwanted safety effect?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not show fear on the face and do not interrupt your speech weather it is right or wrong, it may lead effect on you chance of selection by the interviewer.

Capgemini Interview FAQs

How many rounds are there in Capgemini Pyspark Developer interview?
Capgemini interview process usually has 1 rounds. The most common rounds in the Capgemini interview process are Coding Test.
How to prepare for Capgemini Pyspark Developer 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 SQL, Python, Big Data, Spark and Hive.
What are the top questions asked in Capgemini Pyspark Developer interview?

Some of the top questions asked at the Capgemini Pyspark Developer interview -

  1. Given a dataset with columns name, subject and marks. Get the name of students ...read more
  2. Get the employee with salary higher than average salary of their departm...read more
  3. Can we change Hive managed table to external ta...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 3 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
IBM Interview Questions
4.0
 • 2.5k Interviews
DXC Technology Interview Questions
3.7
 • 837 Interviews
View all
Capgemini Pyspark Developer Salary
based on 27 salaries
₹4.7 L/yr - ₹15 L/yr
23% more than the average Pyspark Developer Salary in India
View more details

Capgemini Pyspark Developer Reviews and Ratings

based on 3 reviews

4.5/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 3 Reviews and Ratings
PYSPARK DEVELOPER

Pune

2-7 Yrs

Not Disclosed

Explore more jobs
Consultant
58.4k salaries
unlock blur

₹5.3 L/yr - ₹19 L/yr

Associate Consultant
51.3k salaries
unlock blur

₹2.9 L/yr - ₹12.2 L/yr

Senior Consultant
49.9k salaries
unlock blur

₹7.8 L/yr - ₹26 L/yr

Senior Analyst
22.2k salaries
unlock blur

₹1.6 L/yr - ₹9.1 L/yr

Senior Software Engineer
21.5k salaries
unlock blur

₹3.5 L/yr - ₹13.2 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

TCS

3.6
Compare
write
Share an Interview