Filter interviews by
Group data by column 'A', calculate mean of column 'B' and sum values in column 'C' for each group.
Use groupby() function in pandas to group data by column 'A'
Apply mean() function on column 'B' and sum() function on column 'C' for each group
Example: df.groupby('A').agg({'B':'mean', 'C':'sum'})
Python decorators are functions that modify the behavior of other functions. They are commonly used for adding functionality to existing functions without modifying their code.
Decorators are defined using the @ symbol followed by the decorator function name.
They can be used to measure the execution time of a function by wrapping the function with a timer decorator.
Example: def timer(func): def wrapper(*args, **kwargs...
I appeared for an interview before May 2024, where I was asked the following questions.
I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.
I'm a passionate Software Engineer with a strong background in developing scalable applications and a knack for problem-solving.
Developed a web application that improved user engagement by 30% through enhanced UI/UX design.
Led a team of 5 engineers in migrating a legacy system to a microservices architecture, reducing downtime by 40%.
Contributed to open-source projects, including a popular library that has over 1,000 s...
I applied via Campus Placement and was interviewed before Aug 2020. There were 3 interview rounds.
A bit is the smallest unit of data in computing, representing a binary value of 0 or 1.
A bit can represent two states: off (0) or on (1).
Bits are the building blocks of all digital data, including text, images, and sound.
In binary code, a sequence of bits can represent numbers, letters, and commands.
For example, the letter 'A' is represented as 01000001 in binary, which is 65 in decimal.
A bit is the smallest unit of digital information. It can have a value of either 0 or 1.
A bit is a binary digit, represented as either 0 or 1.
It is the basic unit of information used in computing and digital communications.
A group of 8 bits is called a byte.
The size of a bit is dependent on the architecture of the computer system.
C is a programming language and does not have a fixed number of bits.
C is a high-level programming language that can be compiled to run on different architectures with varying bit sizes.
The number of bits in C depends on the hardware architecture it is compiled for.
For example, C code compiled for a 32-bit architecture will have 32-bit integers, while code compiled for a 64-bit architecture will have 64-bit integers.
What people are saying about Accenture
I applied via Campus Placement and was interviewed in Apr 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.
JPA stands for Java Persistence API, a specification for object-relational mapping in Java applications.
JPA is used to map Java objects to relational database tables.
It provides a set of annotations to define the mapping between Java classes and database tables.
JPA also supports querying data using the Java Persistence Query Language (JPQL).
I applied via Referral and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Jun 2021. There were 2 interview rounds.
Web API is a framework for building HTTP services that can be accessed by various clients.
GET, PUT, POST, and DELETE are HTTP methods used to interact with Web APIs.
ASP.NET is a popular framework for building Web APIs.
Object-Oriented Programming (OOP) concepts are used in building Web APIs.
Examples of Web APIs include Twitter API, Google Maps API, and Facebook Graph API.
It was good communication test English grammer and email writing
Some of the top questions asked at the Accenture Lead Data Engineer interview -
based on 5 interview experiences
Difficulty level
Duration
based on 8 reviews
Rating in categories
Application Development Analyst
39.4k
salaries
| âš4.8 L/yr - âš11 L/yr |
Application Development - Senior Analyst
27.7k
salaries
| âš8.2 L/yr - âš16.1 L/yr |
Team Lead
27.1k
salaries
| âš12.7 L/yr - âš22.5 L/yr |
Senior Analyst
20.2k
salaries
| âš9.1 L/yr - âš15.7 L/yr |
Senior Software Engineer
18.6k
salaries
| âš10.5 L/yr - âš18.3 L/yr |
TCS
Cognizant
Capgemini
Infosys