Upload Button Icon Add office photos

Filter interviews by

Accenture Python Developer Interview Questions, Process, and Tips

Updated 11 Nov 2024

Top Accenture Python Developer Interview Questions and Answers

View all 8 questions

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 was interviewed in Jan 2023.

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 - 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 Asked at Other Companies

asked in Cognizant
Q1. Tell me the logic of program to reverse a given string word by wo ... read more
asked in TCS
Q2. 1. Difference between tuple and a list? 2. What are decorators? 3 ... read more
asked in Cognizant
Q3. What is the difference between variable and object?
asked in Accenture
Q4. 2.Write a program to print a string in reverse without using buil ... read more
Q5. How to convert the .txt file into .csv file in python

Python Developer Interview Questions & Answers

user image muskula nikhil

posted on 16 Oct 2022

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 

(2 Questions)

  • Q1. Count key frequency in dictionary
  • Ans. 

    Count the frequency of keys in a dictionary.

    • Use a loop to iterate through the keys in the dictionary.

    • For each key, use the count() method to count its frequency.

    • Store the key and its frequency in a new dictionary.

  • Answered by AI
  • Q2. Sum of 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

  • Answered by AI

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

Accenture interview questions for designations

 Senior Python Developer

 (1)

 Python Software Developer

 (5)

 Python Developer Intern

 (2)

 Python Developer Lead

 (1)

 Python and Django Developer

 (2)

 Data Analyst and Python Developer

 (1)

 Developer

 (8)

 Python Automation Test Engineer

 (1)

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

Get interview-ready with Top Accenture Interview Questions

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?
  • Ans. 

    I am very confident in Python and have extensive experience using it.

    • I have been using Python for several years and have completed numerous projects with it.

    • I am familiar with a wide range of Python libraries and frameworks.

    • I am comfortable working with both Python 2 and Python 3.

    • I am confident in my ability to write clean, efficient, and maintainable code in Python.

    • I enjoy learning new things and staying up-to-date wi...

  • Answered by AI
  • 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
  • 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

  • Answered by AI
  • 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 experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Avg aptitude questions

Round 2 - Coding Test 

2 easy coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. Array question in python
  • Q2. SQL query based on condition

Python Developer Interview Questions & Answers

Wipro user image Sharmila Saravanan

posted on 3 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python and sql based questions

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. Sum of unique numbers in the l...read more
  3. Name commonly used inbuilt functions of Pyt...read more

Tell us how to improve this page.

Accenture Python Developer Salary
based on 202 salaries
₹3.8 L/yr - ₹15.4 L/yr
55% more than the average Python Developer Salary in India
View more details

Accenture Python Developer Reviews and Ratings

based on 16 reviews

4.0/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

4.0

Salary

3.9

Job security

4.4

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 16 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27.1k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.2k salaries
unlock blur

₹7 L/yr - ₹25.2 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.6k salaries
unlock blur

₹3.6 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Infosys

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