
ZestyMarshmallow
5moAccenture 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
5mo
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
5mo
Frequently Asked Technical Questions
- What are the key features of Python?
- Difference between a list and a tuple
- What are decorators in Python? Can you provide an example?
- What is the purpose of the init method in a Python class?
- Explain deep copy vs. shallow copy
- Can you explain the Model-View-Template (MVT) architecture as used in Django?
- What are the differences between Python 2 and Python 3?
- Describe your experience with libraries like Pandas, NumPy, Matplotlib, and Scikit-Learn
- What is exception handling and how do you use try, except, else, and finally blocks?
- How does Python manage memory internally (reference counting, GIL)?
- What are @classmethod and @staticmethod decorators?
- Coding and Scenario-Based QuestionsWrite a Python program to reverse a string without using built-in reversal methods
- Manipulate lists without using sort() or sorted() functions (e.g., implement a sorting algorithm)
- Count the frequency of keys/values in a dictionary via code
- Walk through connecting to a MySQL database with Python
- Perform operations using list comprehensions (e.g., find unique elements and their sums)
- Implement basic algorithms (linear/binary search, bubble/insertion/selection sort)
- Develop a REST API using Flask and explain how you’d make it secure and scalable
Object-Oriented and Functional Concepts
- Discuss the importance of self in Python class methods
- Can you pass functions as arguments to other functions in Python?
- Explain how inheritance works in Python (single, multiple, multilevel)
- How do you ensure code maintainability and readability?�
Discover more
Curated from across