Upload Button Icon Add office photos

Filter interviews by

Accenture Data Management Associate Interview Questions, Process, and Tips

Updated 13 Jul 2022

Accenture Data Management Associate Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - One-on-one 

(10 Questions)

  • Q1. What is clinical data management ?
  • Q2. What are the phases in clinical data management ? Explain each phase in detail ?
  • Q3. What is Data Management Plan ? What is DCF ? How is discrepancy managed ?
  • Ans. 

    A data management plan is a document that outlines how data will be collected, organized, stored, and shared.

    • A data management plan (DMP) is a formal document that describes the processes and procedures for managing data throughout its lifecycle.

    • It includes details on data collection, storage, organization, documentation, sharing, and preservation.

    • A DMP ensures that data is managed effectively, securely, and in complia...

  • Answered by AI
  • Q4. What is Adverse events ? What is SAEs and is it related or unrelated to drugs ?
  • Q5. At which phase of clinical trials CDM starts ? What is blinding ? Types of blinding ?
  • Q6. What is Protocol , Informed consent form , Different phases of clinical trials , Phase 1 objective , who are involved in clinical trials ?
  • Q7. What is preclinical trails ?
  • Q8. Do u like to work in team or individually ? Will you like to help ur teammates
  • Q9. Definition of trauma ?
  • Ans. 

    Trauma refers to a deeply distressing or disturbing experience that can have long-lasting psychological and emotional effects.

    • Trauma is an event or experience that overwhelms a person's ability to cope.

    • It can result from various sources such as accidents, abuse, violence, or natural disasters.

    • Trauma can lead to symptoms like flashbacks, nightmares, anxiety, depression, and difficulty in functioning.

    • Examples of trauma i...

  • Answered by AI
  • Q10. Asked about family and asked if I'm flexible

Interview Preparation Tips

Topics to prepare for Accenture Data Management Associate interview:
  • Clinical Research
  • Clinical Data Management
Interview preparation tips for other job seekers - Accenture interview process starts with will call which is a screening round and will be usually three rounds , First Aptitude, Techincal and Hr round , But for me after screening it was directly techincal round. Questions were good and interviewer was friendly .Basic knowledge on clinical research and CDM is enough to crack interview ? Be confident . Answer questions if u r sure about it .I have shared the questions i remembered , the interview was about half and hour. All the best for job seekers who are giving interview for CDM .

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Forecasting problem - Predict daily sku level sales

Round 2 - Technical 

(2 Questions)

  • Q1. What is difference between bias and variance
  • Ans. 

    Bias is error due to overly simplistic assumptions, variance is error due to overly complex models.

    • Bias is the error introduced by approximating a real-world problem, leading to underfitting.

    • Variance is the error introduced by modeling the noise in the training data, leading to overfitting.

    • High bias can cause a model to miss relevant relationships between features and target variable.

    • High variance can cause a model to ...

  • Answered by AI
  • Q2. Parametric vs non parametruc model
  • Ans. 

    Parametric models make strong assumptions about the form of the underlying data distribution, while non-parametric models do not.

    • Parametric models have a fixed number of parameters, while non-parametric models have a flexible number of parameters.

    • Parametric models are simpler and easier to interpret, while non-parametric models are more flexible and can capture complex patterns in data.

    • Examples of parametric models inc...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is scd type 2?
  • Ans. 

    SCD type 2 is a method used in data warehousing to track historical changes by creating a new record for each change.

    • SCD type 2 stands for Slowly Changing Dimension type 2

    • It involves creating a new record in the dimension table whenever there is a change in the data

    • The old record is marked as inactive and the new record is marked as current

    • It allows for historical tracking of changes in data over time

    • Example: If a cust...

  • Answered by AI
  • Q2. Pyspark question read CSV from folder and add column in each csv file and write it to different location.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain your project structure ?
  • Ans. 

    My project structure follows a modular approach with separate folders for data ingestion, processing, and storage.

    • Separate folders for data ingestion, processing, and storage

    • Use of version control for tracking changes

    • Documentation for each module and process

    • Unit tests for data pipelines

    • Logging and monitoring for tracking data flow

  • Answered by AI
  • Q2. What is mean by dag ?
  • Ans. 

    DAG stands for Directed Acyclic Graph, a data structure used to represent dependencies between tasks in a workflow.

    • DAG is a collection of nodes connected by directed edges, where each edge represents a dependency between tasks.

    • It is acyclic, meaning there are no cycles or loops in the graph.

    • DAGs are commonly used in data processing pipelines to ensure tasks are executed in the correct order.

    • Example: In a DAG representi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No Result

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell. me about youself
  • Q2. Sql question , pyspark questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

1. Questions on spark basica
2. Sql coding questions
3. Java or scala basics

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. How tfidf works in NLP
  • Ans. 

    TF-IDF is a statistical measure used to evaluate the importance of a word in a document.

    • TF-IDF stands for Term Frequency-Inverse Document Frequency

    • It is used to weigh a word's importance in a document by considering its frequency in the document and across all documents

    • The formula for TF-IDF is: TF-IDF = TF * IDF

    • TF (Term Frequency) measures how frequently a term appears in a document

    • IDF (Inverse Document Frequency) mea...

  • Answered by AI
  • Q2. What is the difference between group by and window function in sql
  • Ans. 

    Group by is used to group data based on a column while window function is used to perform calculations on a specific window of data.

    • Group by is used to aggregate data based on a specific column

    • Window function is used to perform calculations on a specific window of data

    • Group by is used with aggregate functions like sum, count, avg, etc.

    • Window function is used with analytical functions like rank, lead, lag, etc.

    • Group by ...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about the project you worked on 4 years back
  • Ans. 

    Developed a predictive model to forecast customer churn for a telecom company.

    • Used machine learning algorithms like logistic regression and random forest.

    • Preprocessed and cleaned the dataset by handling missing values and outliers.

    • Performed feature engineering to create new variables for better model performance.

    • Evaluated model performance using metrics like accuracy, precision, and recall.

    • Implemented the model in prod

  • Answered by AI
  • Q2. Why are you leaving your current company
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for a more challenging role that aligns with my career goals.

    • Seeking a company that values innovation and encourages professional development.

    • Want to work in a more collaborative and diverse team environment.

    • Desire to explore new technologies and industries.

    • Current company lacks opportunities for advancement or career growth.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They took my resume from Naukri and contacted me, and 1st round of interview was scheduled. Questions were mostly based on projects in the resume, basics of machine learning, statistics, and hypothesis testing.
The recruiter said that you are selected for 2nd round and this will be with the Vice president.
That vice president did not have any time sense and the interview was scheduled at 10:30 in the night and he joined at 10:45, he started asking about the projects which was done 4 years ago(which was not stall mentioned in the resume). Later started asking about the current project.

Then he asked how did you do hyperparameter tuning, I said using GridSearchCV, he asked did you not use scikit-learn?. He does not even know that GridSerachCv is one of the class inside scikit-learn.

Later I contacted recruiter, she started ignoring my calls, after trying for 5 times, I asked did you get any feedback,? she said still I have not got. How much time they want to say if I am selected for the next round or rejected? I said even if I am not selected, please inform me. But still she has not said anything.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(7 Questions)

  • Q1. About my work experience About my job nature
  • Q2. How many years of job experience.proof about my character given by previous office as conduct certificate.
  • Q3. How will I do my job. I will work with gratitude
  • Q4. Do I have experience in this job I am having basic knowledge as I think it is enough to my work.
  • Q5. How about my character? I am dedicated worker
  • Q6. What about my nature? I am a reserve type.i speak less work more.
  • Q7. No comments I will prove by doing job .
Round 3 - Assignment 

I am basically commerce oriented student.i know basic typing,ms office like ms word and ms excel.and I am having tally certificate from college.

Interview Preparation Tips

Interview preparation tips for other job seekers - I need laptop and training from you.i am ready to work in your esteemed concern with dedication,sincerity,truthful and faithful.i need an opportunity from your company to learn and work with sincerity.as my residence is far from our office I need to work from home.i trust God and pray to get work in your esteemed concern.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Dec 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Tell me about yourself?
  • Ans. My name is Namrata. I completed my bsc in PCM
  • Answered Anonymously
  • Q2. What are your skills?
  • Ans. Ms office, word excel powerpoint, Internet. Leadership, solving problems etc
  • Answered Anonymously
  • Q3. About the job profile

Interview Preparation Tips

Topics to prepare for Tata Group Data Entry jobs interview:
  • Computer Operating
  • Computer Skills
  • Sales
  • Accounting
  • Data Entry
  • Data Entry Operation
  • Data Analysis
Interview preparation tips for other job seekers - Please give me a chance to prove myself. I want to get a work to take care of my family.

I applied via Recruitment Consulltant

Round 1 - Aptitude Test 

Logical Reasoning Quants English and SQL medium level

Round 2 - Technical 

(1 Question)

  • Q1. Questions on your projects and past experience.
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself. Why this role? Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest on the things you know. Dont go round if you dont know something.

Accenture Interview FAQs

How many rounds are there in Accenture Data Management Associate interview?
Accenture interview process usually has 1 rounds. The most common rounds in the Accenture interview process are One-on-one Round.
How to prepare for Accenture Data Management Associate interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Accenture. The most common topics and skills that interviewers at Accenture expect are Pharmacovigilance, Clinical Data Management, Clinical Trials, Life Sciences and Consulting.
What are the top questions asked in Accenture Data Management Associate interview?

Some of the top questions asked at the Accenture Data Management Associate interview -

  1. What is Protocol , Informed consent form , Different phases of clinical trials ...read more
  2. What is Data Management Plan ? What is DCF ? How is discrepancy manage...read more
  3. At which phase of clinical trials CDM starts ? What is blinding ? Types of blin...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Accenture Data Management Associate Salary
based on 61 salaries
₹2.3 L/yr - ₹7 L/yr
31% less than the average Data Management Associate Salary in India
View more details

Accenture Data Management Associate Reviews and Ratings

based on 7 reviews

4.4/5

Rating in categories

4.2

Skill development

4.3

Work-life balance

4.2

Salary

4.4

Job security

4.5

Company culture

4.3

Promotions

4.3

Work satisfaction

Explore 7 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27.1k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.2k salaries
unlock blur

₹7.1 L/yr - ₹25 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19.1 L/yr

Software Engineer
17.5k salaries
unlock blur

₹3.6 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview