Accenture
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
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)
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.
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...
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
I was interviewed in Jan 2023.
Python,Database(mysql),basics of c programming
General topics,one to one rounds and our strengths
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.
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
I applied via Job Fair and was interviewed in Aug 2022. There were 3 interview rounds.
Database connection using sql
Simple coding with python
Games and the they make revolution
Accenture interview questions for designations
I applied via Company Website and was interviewed in Mar 2022. There were 2 interview rounds.
Get interview-ready with Top Accenture Interview Questions
I applied via Referral and was interviewed in Aug 2021. There were 3 interview rounds.
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...
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.
I applied via Recruitment Consultant and was interviewed in Oct 2021. There was 1 interview round.
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
Avg aptitude questions
2 easy coding questions
based on 16 reviews
Rating in categories
Application Development Analyst
38.9k
salaries
| ₹3 L/yr - ₹12 L/yr |
Application Development - Senior Analyst
27.1k
salaries
| ₹6.8 L/yr - ₹20.2 L/yr |
Team Lead
24.2k
salaries
| ₹7 L/yr - ₹25.2 L/yr |
Senior Software Engineer
18.4k
salaries
| ₹6 L/yr - ₹19 L/yr |
Software Engineer
17.6k
salaries
| ₹3.6 L/yr - ₹12.8 L/yr |
TCS
Cognizant
Capgemini
Infosys