Accenture
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
Sql, pyhton, azure databricks, azure data factory
I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.
Airflow is a platform to programmatically author, schedule, and monitor workflows.
Airflow is written in Python and uses Directed Acyclic Graphs (DAGs) to define workflows.
It has a web-based UI for visualization and monitoring of workflows.
Airflow consists of a scheduler, a metadata database, a web server, and an executor.
Tasks in Airflow are defined as operators, which determine what actually gets executed.
Example: A D...
RDD stands for Resilient Distributed Dataset in Spark, which is an immutable distributed collection of objects.
RDD is the fundamental data structure in Spark, representing a collection of elements that can be operated on in parallel.
RDDs are fault-tolerant, meaning they can automatically recover from failures.
RDDs support two types of operations: transformations (creating a new RDD from an existing one) and actions (tr
RDD Lineage is the record of transformations applied to an RDD and the dependencies between RDDs.
RDD Lineage tracks the sequence of transformations applied to an RDD from its source data.
It helps in fault tolerance by allowing RDDs to be reconstructed in case of data loss.
RDD Lineage is used in Spark to optimize the execution plan by eliminating unnecessary computations.
Example: If an RDD is created from a text file an...
Broadcast Variables are read-only shared variables that are cached on each machine in a Spark cluster rather than being sent with tasks.
Broadcast Variables are used to efficiently distribute large read-only datasets to all worker nodes in a Spark cluster.
They are useful for tasks that require the same data to be shared across multiple stages of a job.
Broadcast Variables are created using the broadcast() method in Spark...
Broadcasting is a technique used in Apache Spark to optimize data transfer by sending smaller data to all nodes in a cluster.
Broadcasting is used to efficiently distribute read-only data to all nodes in a cluster to avoid unnecessary data shuffling.
It is commonly used when joining large datasets with smaller lookup tables.
Broadcast variables are cached in memory and reused across multiple stages of a Spark job.
The limi...
Accumulators are used for aggregating values across tasks, while Catalyst optimizer is a query optimizer for Apache Spark.
Accumulators are variables that are only added to through an associative and commutative operation and can be used to implement counters or sums.
Catalyst optimizer is a rule-based query optimizer that leverages advanced programming language features to build an extensible query optimizer.
Catalyst op...
To debug a slow block, start by identifying potential bottlenecks, analyzing logs, checking for errors, and profiling the code.
Identify potential bottlenecks in the code or system that could be causing the slow performance.
Analyze logs and error messages to pinpoint any issues or exceptions that may be occurring.
Use profiling tools to analyze the performance of the code and identify areas that need optimization.
Check f...
The number of executors required to load 200 Petabytes of data depends on the size of each executor and the available cache.
Calculate the size of each executor based on available resources and data size
Consider the amount of cache available for data processing
Determine the optimal number of executors based on the above factors
Prepartition is the process of dividing data into smaller partitions before performing any operations on it.
Prepartitioning helps in improving query performance by reducing the amount of data that needs to be processed.
It can also help in distributing data evenly across multiple nodes in a distributed system.
Examples include partitioning a large dataset based on a specific column like date or region before running anal
Case classes in Python are classes that are used to create immutable objects for pattern matching and data modeling.
Case classes are typically used in functional programming to represent data structures.
They are immutable, meaning their values cannot be changed once they are created.
Case classes automatically define equality, hash code, and toString methods based on the class constructor arguments.
They are commonly use...
Lambda Architecture is a data processing architecture designed to handle massive quantities of data by taking advantage of both batch and stream processing methods. Lambda function is a small anonymous function that can take any number of arguments, but can only have one expression.
Lambda Architecture combines batch processing and stream processing to handle large amounts of data efficiently.
Batch layer stores and proc...
I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.
What people are saying about Accenture
I applied via Company Website and was interviewed before Sep 2023. There were 2 interview rounds.
Reasoning,logical, grammatical
Developed a data analysis tool to predict customer churn using machine learning algorithms.
Used Python for data preprocessing and model building
Implemented logistic regression and random forest algorithms
Evaluated model performance using metrics like accuracy, precision, and recall
Accenture interview questions for designations
2 questions on basics of DS and algo. easy and medium level included.
Get interview-ready with Top Accenture Interview Questions
I applied via campus placement at Karunya Institute of Technology, Coimbatore and was interviewed before Apr 2023. There were 2 interview rounds.
Aptitude questions, verbal test and pseudocode.
I was interviewed before May 2023.
Basic aptitude questions and a couple of codes
I applied via LinkedIn and was interviewed before Mar 2023. There were 3 interview rounds.
That was great and easy
Gave 2 codes
Difficult level is medium
I applied via Company Website and was interviewed before Oct 2022. There were 3 interview rounds.
Good quantitavive aptitude questions
I was interviewed before Jan 2021.
Round duration - 90 minutes
Round difficulty - Medium
Online proctered round , could only move to the next round if one clears the cut-off for this round. This round consisted of Aptitude, English , Coding mcqs and CS concepts
Mcqs related to OS , round robin , compiler , scheduling etc.
Mcqs related to Networking.
Coding mcqs
Round duration - 60 Minutes
Round difficulty - Medium
2 coding questions that needed to be solved with all the testcases passed inorder to qualify for next rounds .
Traverse through every index of the array/list and compute the product of all the other elements in the array/list. This would require a new array/list of the same size as that of the input array/list in which we will store the product of the elements corresponding to every index.
1. Create a new array/list to store the product at every index
2. Start traversing on the input array/list till its length
...
We will iterate through all possible boundaries of the subarrays in the given array with the help of two nested loops.
Then, we will iterate through each subarray with the help of another loop and find the sum of the subarray. We will maintain the maximum subarray sum through our iterations and finally return it.
Space Complexity: O(1)Explanation:O(1), constant space is used.
Time Complexity: O(n^3...Tip 1 : Practice DSA as all rounds are elimination rounds and both the coding questions are necessary to be done to pass to the interview stages after the MCQ round consisting of coding mcqs , aptitude
Tip 2 : Atleast 2 projects related to python/machine learning
Tip 3 : Be good in core CS subjects
Tip 1 : Make sure to put only those projects done by you and you can explain about in a lucid manner
Tip 2 : Have python/data analytics project on your resume
1 Interview rounds
based on 175 reviews
Rating in categories
Application Development Analyst
38.9k
salaries
| ₹3 L/yr - ₹12 L/yr |
Application Development - Senior Analyst
26.2k
salaries
| ₹6.8 L/yr - ₹20.2 L/yr |
Team Lead
24.1k
salaries
| ₹7 L/yr - ₹25.2 L/yr |
Senior Software Engineer
18.3k
salaries
| ₹6 L/yr - ₹19 L/yr |
Software Engineer
17.6k
salaries
| ₹3.6 L/yr - ₹12.8 L/yr |
TCS
Cognizant
Capgemini
Infosys