Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by NTT Data Team. If you also belong to the team, you can get access from here

NTT Data

Compare button icon Compare button icon Compare
3.9

based on 3.6k Reviews

Filter interviews by

NTT Data Business Intelligence Analyst Interview Questions and Answers

Updated 14 Jul 2022

NTT Data Business Intelligence Analyst Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Delete duplicates, SCD types , datawarehousing concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up on deh concept & scenario based questions on sql

Business Intelligence Analyst Jobs at NTT Data

View all

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Data Migration process? When and How should it be done?
  • Ans. 

    Data migration is the process of transferring data from one system to another. It should be done when upgrading or changing systems.

    • Identify the data to be migrated

    • Determine the target system and format

    • Develop a migration plan and timeline

    • Test the migration process

    • Execute the migration and verify data integrity

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are sincere to your work. UST takes care of their people who are honest and have integrity. It 's a value they treasure.

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Difference between bagging and boosting
  • Ans. 

    Bagging and boosting are ensemble learning techniques used to improve the performance of machine learning models by combining multiple weak learners.

    • Bagging (Bootstrap Aggregating) involves training multiple models independently on different subsets of the training data and then combining their predictions through averaging or voting.

    • Boosting involves training multiple models sequentially, where each subsequent model c...

  • Answered by AI
  • Q2. Parameters of Decision Tree
  • Ans. 

    Parameters of a Decision Tree include max depth, min samples split, criterion, and splitter.

    • Max depth: maximum depth of the tree

    • Min samples split: minimum number of samples required to split an internal node

    • Criterion: function to measure the quality of a split (e.g. 'gini' or 'entropy')

    • Splitter: strategy used to choose the split at each node (e.g. 'best' or 'random')

  • Answered by AI
  • Q3. Explain any one of your project in detail
  • Ans. 

    Developed a predictive model to forecast customer churn in a telecom company

    • Collected and cleaned customer data including usage patterns and demographics

    • Used machine learning algorithms such as logistic regression and random forest to build the model

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

    • Provided actionable insights to the company to reduce customer churn rate

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

*****, arjumpudi satyanarayana

Round 2 - Technical 

(5 Questions)

  • Q1. What is the python language
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability.

    • Python is widely used for web development, data analysis, artificial intelligence, and scientific computing.

    • It emphasizes code readability and uses indentation for block delimiters.

    • Python has a large standard library and a vibrant community of developers.

    • Example: print('Hello, World!')

    • Example: import pandas as pd

  • Answered by AI
  • Q2. What is the code problems
  • Ans. 

    Code problems refer to issues or errors in the code that need to be identified and fixed.

    • Code problems can include syntax errors, logical errors, or performance issues.

    • Examples of code problems include missing semicolons, incorrect variable assignments, or inefficient algorithms.

    • Identifying and resolving code problems is a key skill for data scientists to ensure accurate and efficient data analysis.

  • Answered by AI
  • Q3. What is the python code
  • Ans. 

    Python code is a programming language used for data analysis, machine learning, and scientific computing.

    • Python code is written in a text editor or an integrated development environment (IDE)

    • Python code is executed using a Python interpreter

    • Python code can be used for data manipulation, visualization, and modeling

  • Answered by AI
  • Q4. What is the project
  • Ans. 

    The project is a machine learning model to predict customer churn for a telecommunications company.

    • Developing predictive models using machine learning algorithms

    • Analyzing customer data to identify patterns and trends

    • Evaluating model performance and making recommendations for reducing customer churn

  • Answered by AI
  • Q5. What is the lnderssip
  • Ans. 

    The question seems to be incomplete or misspelled.

    • It is possible that the interviewer made a mistake while asking the question.

    • Ask for clarification or context to provide a relevant answer.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IBM Data Scientist interview:
  • Python
  • Machine Learning
Interview preparation tips for other job seekers - No

Skills evaluated in this interview

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

NER training using deep learning

Round 2 - Technical 

(2 Questions)

  • Q1. Describe the approach taken for assignment
  • Ans. 

    I approach assignments by breaking them down into smaller tasks, setting deadlines, and regularly checking progress.

    • Break down the assignment into smaller tasks to make it more manageable

    • Set deadlines for each task to stay on track

    • Regularly check progress to ensure everything is on schedule

    • Seek feedback from colleagues or supervisors to improve the quality of work

  • Answered by AI
  • Q2. Scenario based questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Overfitting and Underfitting
  • Q2. Find Nth-largest element
  • Ans. 

    Find Nth-largest element in an array

    • Sort the array in descending order

    • Return the element at index N-1

  • Answered by AI
  • Q3. NLP Data preprocessing
Round 2 - HR 

(2 Questions)

  • Q1. Salary Discussion
  • Q2. Fitment discussion

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a data scientist with a background in statistics and machine learning, passionate about solving complex problems using data-driven approaches.

    • Background in statistics and machine learning

    • Experience in solving complex problems using data-driven approaches

    • Passionate about leveraging data to drive insights and decision-making

  • Answered by AI
  • Q2. Describe in detail about one of my main project.
  • Ans. 

    Developed a predictive model for customer churn in a telecom company.

    • Collected and cleaned customer data including usage patterns and demographics.

    • Used machine learning algorithms such as logistic regression and random forest to build the model.

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

    • Implemented the model into the company's CRM system for real-time predictions.

  • Answered by AI
  • Q3. Few questions related to my projects.
Round 2 - Technical 

(1 Question)

  • Q1. Questions on Basics python(Since i am fresher)

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall, it was a good experience for me. Very friendly interviewers. I couldn't make it after the second round. I came to know where I was lacking.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Assignment 

They gave a span of 3 days to build an AI-powered webapp

Round 2 - One-on-one 

(2 Questions)

  • Q1. How would you go about learning a new skill
  • Q2. Experience in cloud technologies
  • Ans. 

    I have experience working with cloud technologies such as AWS, Azure, and Google Cloud Platform.

    • Experience in setting up and managing virtual machines, storage, and networking in cloud environments

    • Knowledge of cloud services like EC2, S3, RDS, and Lambda

    • Experience with cloud-based data processing and analytics tools like AWS Glue and Google BigQuery

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Project details and challenges faced in the project
  • Ans. 

    Developed a predictive model for customer churn in a telecom company

    • Collected and cleaned customer data from various sources

    • Performed exploratory data analysis to identify key factors influencing churn

    • Built and fine-tuned machine learning models to predict customer churn

    • Challenges included imbalanced data, feature engineering, and model interpretability

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thoroughly prepared with your projects with their details nd skills on your resume

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Asked questions related to stats , Senario based. Interviewer was very nice
  • Q2. Asked questions on Python Programming and asked for Programs Like How can update List , Asked to Build a Tough Dict , Class etc.
Round 2 - HR 

(2 Questions)

  • Q1. Why u want to join?
  • Q2. What is your future goal?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy test covering mathematics.

Round 2 - Coding Test 

Given two medium to easy level questions.

Round 3 - HR 

(1 Question)

  • Q1. As usual HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - There is nothing to offer in terms of advice.

NTT Data Interview FAQs

How many rounds are there in NTT Data Business Intelligence Analyst interview?
NTT Data interview process usually has 1 rounds. The most common rounds in the NTT Data interview process are Technical.
How to prepare for NTT Data Business Intelligence Analyst 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 NTT Data. The most common topics and skills that interviewers at NTT Data expect are Agile Coaching, Financial Services, HTML, Healthcare and Linux Administration.

Tell us how to improve this page.

People are getting interviews through

based on 1 NTT Data interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
NTT Data Business Intelligence Analyst Salary
based on 58 salaries
₹3.5 L/yr - ₹13 L/yr
11% less than the average Business Intelligence Analyst Salary in India
View more details

NTT Data Business Intelligence Analyst Reviews and Ratings

based on 4 reviews

3.6/5

Rating in categories

2.5

Skill development

4.3

Work-Life balance

3.1

Salary & Benefits

2.9

Job Security

4.5

Company culture

2.9

Promotions/Appraisal

2.5

Work Satisfaction

Explore 4 Reviews and Ratings
Software Engineer
962 salaries
unlock blur

₹2.8 L/yr - ₹11.7 L/yr

Senior Associate
767 salaries
unlock blur

₹1.2 L/yr - ₹9.3 L/yr

Network Engineer
653 salaries
unlock blur

₹1.8 L/yr - ₹10 L/yr

Software Developer
616 salaries
unlock blur

₹2.5 L/yr - ₹13 L/yr

Senior Software Engineer
513 salaries
unlock blur

₹6.5 L/yr - ₹25.5 L/yr

Explore more salaries
Compare NTT Data with

Tata Communications

4.1
Compare

Bharti Airtel

4.0
Compare

Reliance Communications

4.0
Compare

Vodafone Idea

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview