ZestyMarshmallow
ZestyMarshmallow
5mo

Accenture python developer interview guidance

Hi All,

Anyone attended a python developer interview in Accenture. Could you please share questions asked in the interview ?

5mo ago
ZestyMarshmallow
ZestyMarshmallow

Hi bro, thank you so much

I guess i have cleared the first round and received mail again for slot selection, do you it will be coding or HR round ?

WobblySushi
WobblySushi

Frequently Asked Technical Questions

  1. What are the key features of Python?
  2. Difference between a list and a tuple
  3. What are decorators in Python? Can you provide an example?
  4. What is the purpose of the init method in a Python class?
  5. Explain deep copy vs. shallow copy
  6. Can you explain the Model-View-Template (MVT) architecture as used in Django?
  7. What are the differences between Python 2 and Python 3?
  8. Describe your experience with libraries like Pandas, NumPy, Matplotlib, and Scikit-Learn
  9. What is exception handling and how do you use try, except, else, and finally blocks?
  10. How does Python manage memory internally (reference counting, GIL)?
  11. What are @classmethod and @staticmethod decorators?
  12. Coding and Scenario-Based QuestionsWrite a Python program to reverse a string without using built-in reversal methods
  13. Manipulate lists without using sort() or sorted() functions (e.g., implement a sorting algorithm)
  14. Count the frequency of keys/values in a dictionary via code
  15. Walk through connecting to a MySQL database with Python
  16. Perform operations using list comprehensions (e.g., find unique elements and their sums)
  17. Implement basic algorithms (linear/binary search, bubble/insertion/selection sort)
  18. Develop a REST API using Flask and explain how you’d make it secure and scalable

Object-Oriented and Functional Concepts

  1. Discuss the importance of self in Python class methods
  2. Can you pass functions as arguments to other functions in Python?
  3. Explain how inheritance works in Python (single, multiple, multilevel)
  4. How do you ensure code maintainability and readability?�
Discover more
Curated from across