Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Python Developer Interview Questions and Answers

Updated 11 Nov 2024

7 Interview questions

A Python Developer was asked 7mo ago
Q. Define a lambda function and provide an example.
Ans. 

Lambda function is an anonymous function defined using the lambda keyword in Python.

  • Lambda functions are used for creating small, one-time use functions without a name.

  • Syntax: lambda arguments: expression

  • Example: double = lambda x: x * 2

A Python Developer was asked 7mo ago
Q. What are the differences between a list and a tuple?
Ans. 

List is mutable, tuple is immutable in Python.

  • List uses square brackets [], tuple uses parentheses ().

  • List elements can be changed, added, or removed, tuple elements cannot be changed.

  • Lists are used for collections of items that may need to be modified, tuples are used for fixed collections of items.

  • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

Python Developer Interview Questions Asked at Other Companies

asked in Cognizant
Q1. Explain the logic of a program to reverse a given string word by ... read more
asked in Cognizant
Q2. What is the difference between a variable and an object?
asked in TCS
Q3. 1. Difference between tuple and a list? 2. What are decorators? 3 ... read more
Q4. How do you convert a .txt file to a .csv file using Python?
asked in Accenture
Q5. Write a program to print a string in reverse without using built- ... read more
A Python Developer was asked 7mo ago
Q. What is a namespace and what are its types?
Ans. 

Namespace is a way to organize variables and functions in a program to avoid naming conflicts.

  • Namespace helps in avoiding naming conflicts by providing a unique space for each identifier.

  • Types of namespaces include global namespace, local namespace, built-in namespace, and module namespace.

  • Example: In Python, each module has its own namespace where all the variables and functions defined in that module reside.

A Python Developer was asked 7mo ago
Q. Write code to explain multiple inheritance.
Ans. 

Multiple inheritance in Python allows a class to inherit attributes and methods from more than one parent class.

  • Python supports multiple inheritance by allowing a class to inherit from multiple parent classes.

  • The order of parent classes in the inheritance list matters, as methods are searched for in the order they appear.

  • Diamond problem can occur in multiple inheritance when two parent classes have a common ancest...

What people are saying about Accenture

View All
lavenderalmond
Verified Icon
5d
works at
Accenture
Which offer should I choose – BP vs UKG (SRE Role)?
Got two offers: 🔹 BP – ₹10 LPA (Pune, Hybrid) Stable MNC, decent WLB, slower growth In-hand ~₹62K/month 🔹 UKG – ₹20 LPA (Noida, Hybrid) Strong perks (₹6L insurance, wellness, equity, bonus), high pay In-hand ~₹1.4L/month, but higher expectations Looking for: SRE growth, WLB, learning, and long-term stability What would you pick and why? Any feedback from current/ex-employees is appreciated!
Got a question about Accenture?
Ask anonymously on communities.
A Python Developer was asked
Q. You are given a list of integers. Find the sum of the unique numbers in the list.
Ans. 

Find the sum of unique numbers in a list.

  • Create an empty set to store unique numbers

  • Loop through the list and add each number to the set

  • Sum up the numbers in the set

A Python Developer was asked
Q. What are some commonly used built-in functions in Python?
Ans. 

Commonly used inbuilt functions of Python

  • print() - prints output to console

  • len() - returns length of an object

  • range() - generates a sequence of numbers

  • type() - returns type of an object

  • str() - converts an object to string

  • int() - converts a string or float to integer

  • float() - converts a string or integer to float

  • list() - creates a list

  • dict() - creates a dictionary

  • set() - creates a set

A Python Developer was asked
Q. Write a program to print a string in reverse without using built-in methods.
Ans. 

This program reverses a given string without using any built-in methods.

  • Iterate through the string from the last character to the first character.

  • Append each character to a new string to reverse the order.

  • Return the reversed string as the output.

Are these interview questions helpful?

Accenture Python Developer Interview Experiences

8 interviews found

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between list & tuple?
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List uses square brackets [], tuple uses parentheses ().

    • List elements can be changed, added, or removed, tuple elements cannot be changed.

    • Lists are used for collections of items that may need to be modified, tuples are used for fixed collections of items.

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
  • Q2. What is namespace and its types?
  • Ans. 

    Namespace is a way to organize variables and functions in a program to avoid naming conflicts.

    • Namespace helps in avoiding naming conflicts by providing a unique space for each identifier.

    • Types of namespaces include global namespace, local namespace, built-in namespace, and module namespace.

    • Example: In Python, each module has its own namespace where all the variables and functions defined in that module reside.

  • Answered by AI
  • Q3. Write code to explain multiple inheritance
  • Ans. 

    Multiple inheritance in Python allows a class to inherit attributes and methods from more than one parent class.

    • Python supports multiple inheritance by allowing a class to inherit from multiple parent classes.

    • The order of parent classes in the inheritance list matters, as methods are searched for in the order they appear.

    • Diamond problem can occur in multiple inheritance when two parent classes have a common ancestor cl...

  • Answered by AI
  • Q4. Define lambda function and give an example?
  • Ans. 

    Lambda function is an anonymous function defined using the lambda keyword in Python.

    • Lambda functions are used for creating small, one-time use functions without a name.

    • Syntax: lambda arguments: expression

    • Example: double = lambda x: x * 2

  • Answered by AI
  • Q5. Oops concept,decorator,iterator.

Skills evaluated in this interview

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

I appeared for an interview in Jan 2023.

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 - Coding Test 

Python,Database(mysql),basics of c programming

Round 3 - Group Discussion 

General topics,one to one rounds and our strengths

Round 4 - One-on-one 

(2 Questions)

  • Q1. HR choice taken any question between my qualification
  • Q2. My strength ambition then my hard works

Interview Preparation Tips

Interview preparation tips for other job seekers - i really hope u, this profile is matched to me in this profile .

Python Developer Interview Questions & Answers

user image muskula nikhil

posted on 16 Oct 2022

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. Count key frequency in dictionary
  • Q2. Sum of unique numbers in the list

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool and try to be friendly. Don't panic f f f f ff

Skills evaluated in this interview

I applied via Job Fair and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Assignment 

Database connection using sql

Round 2 - Coding Test 

Simple coding with python

Round 3 - Group Discussion 

Games and the they make revolution

Interview Preparation Tips

Topics to prepare for Accenture Python Developer interview:
  • Python
Interview preparation tips for other job seekers - I share with my friends, and questions asking for freshers not for experience remember this ask questions for freshers that is my request thankyou

I applied via Company Website and was interviewed in Mar 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 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Tell us about your achievements
  • Ans. Achivements that are work related. I can do it anything and believe myself.
  • Answered Anonymously
  • Q3. What are your strengths and weakness
  • Ans. My strengths are myself and self motivated.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Pump yourself up and stay positive.
Job search like it's your job.

I applied via Referral and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1.How confident are you in python?
  • Q2. 2.Write a program to print a string in reverse without using built in methods?
  • Ans. 

    This program reverses a given string without using any built-in methods.

    • Iterate through the string from the last character to the first character.

    • Append each character to a new string to reverse the order.

    • Return the reversed string as the output.

  • Answered by AI
  • Q3. 3.Some basic python OOPs related quesstions
  • Ans. See credosystem.com website i think it is more than enough
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and tell them what you know and what you dont know

I applied via Recruitment Consultant and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Name commonly used inbuilt functions of Python
  • Q2. Sort,replace, join etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain your current project and your responsibilities carefully.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Technical interview on a particular tool called orange

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Mathematical ,verbal, logical, puzzles, pseudo code
  • Q2. Verbal
  • Q3. Logical

Interview Preparation Tips

Interview preparation tips for other job seekers - Help me for infosys apptitude test interview

Interview Questionnaire 

1 Question

  • Q1. Based on programming

Accenture Interview FAQs

How many rounds are there in Accenture Python Developer interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Resume Shortlist, Coding Test and Group Discussion.
How to prepare for Accenture Python 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 Accenture. The most common topics and skills that interviewers at Accenture expect are Python, Data Science, Falcon, Front End and Javascript.
What are the top questions asked in Accenture Python Developer interview?

Some of the top questions asked at the Accenture Python Developer interview -

  1. 2.Write a program to print a string in reverse without using built in metho...read more
  2. Name commonly used inbuilt functions of Pyt...read more
  3. Sum of unique numbers in the l...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Accenture Python Developer Salary
based on 198 salaries
₹5 L/yr - ₹10.9 L/yr
33% more than the average Python Developer Salary in India
View more details

Accenture Python Developer Reviews and Ratings

based on 17 reviews

4.2/5

Rating in categories

4.1

Skill development

4.0

Work-life balance

3.8

Salary

3.7

Job security

4.3

Company culture

3.3

Promotions

3.8

Work satisfaction

Explore 17 Reviews and Ratings
Application Development Analyst
39.3k salaries
unlock blur

₹4.8 L/yr - ₹11 L/yr

Application Development - Senior Analyst
27.7k salaries
unlock blur

₹8.3 L/yr - ₹16.1 L/yr

Team Lead
26.7k salaries
unlock blur

₹12.6 L/yr - ₹22.5 L/yr

Senior Analyst
19.6k salaries
unlock blur

₹9 L/yr - ₹15.7 L/yr

Senior Software Engineer
18.5k salaries
unlock blur

₹10.4 L/yr - ₹18 L/yr

Explore more salaries
Compare Accenture with

TCS

3.6
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
write
Share an Interview