Upload Button Icon Add office photos

Filter interviews by

NTT DATA Business Solutions Senior Software Engineer Interview Questions, Process, and Tips

Updated 22 Jan 2024

Top NTT DATA Business Solutions Senior Software Engineer Interview Questions and Answers

NTT DATA Business Solutions Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. What dwh ? Where it is use?
  • Ans. 

    DWH stands for Data Warehouse. It is used for storing and analyzing large amounts of data from various sources.

    • DWH is used to consolidate data from different sources into one central repository for analysis.

    • It is commonly used in business intelligence and data analytics to make informed decisions.

    • Examples of DWH tools include Amazon Redshift, Snowflake, and Google BigQuery.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Dwh etl informatica

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Job Fair and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Write down word count program using pyspark dataframe
  • Ans. 

    A word count program using PySpark DataFrame.

    • Create a PySpark DataFrame from the input text file.

    • Split the text into words using the split() function.

    • Group the words by their value and count the occurrences.

    • Sort the word count in descending order.

    • Display the result.

  • Answered by AI
  • Q2. Explain difference between dataset and dataframe
  • Ans. 

    A dataset is a collection of data that can be processed in parallel, while a dataframe is a distributed collection of data organized into named columns.

    • A dataset is an abstraction of a distributed collection of data, while a dataframe is a distributed collection of data organized into named columns.

    • A dataset can be created from a variety of data sources, such as structured data files, tables in Hive, external databases...

  • Answered by AI
  • Q3. What is garbage collector
  • Ans. 

    Garbage collector is an automatic memory management system that frees up memory by identifying and removing unused objects.

    • Garbage collector is a part of the runtime environment in programming languages like Java and C#.

    • It automatically identifies objects that are no longer in use and frees up the memory occupied by those objects.

    • Garbage collector uses various algorithms like mark and sweep, copying, and generational c...

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on java , spring boot , containarisation tools, coding, SOLID principles
Round 2 - Assignment 

5 coading questions were asked in it

Round 3 - HR 

(1 Question)

  • Q1. Manegerial round

Senior Software Engineer Interview Questions & Answers

Incedo user image Meenakshi Somasundaram

posted on 28 Nov 2024

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

Choose the Options in Javascript, HTML, CSS

Round 2 - Technical 

(2 Questions)

  • Q1. ES6 concepts of javascript
  • Q2. Core concepts of Reactjs
  • Ans. 

    Reactjs is a JavaScript library for building user interfaces.

    • Component-based architecture

    • Virtual DOM for efficient updates

    • JSX for writing HTML in JavaScript

    • State management with setState()

    • Lifecycle methods like componentDidMount()

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Role discussion with Manager
  • Q2. Salary discussion with HR

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain technical challenges you have come across and how did you overcome it?
  • Ans. 

    I faced a technical challenge while implementing a complex algorithm for real-time data processing.

    • Identified the bottleneck in the algorithm by profiling the code

    • Optimized the algorithm by implementing data structures and algorithms with lower time complexity

    • Tested the optimized solution thoroughly to ensure correctness and performance

    • Collaborated with team members to brainstorm alternative approaches

  • Answered by AI
  • Q2. Explain the main feature of JavaScript frameworks
  • Ans. 

    JavaScript frameworks provide pre-written code to simplify and speed up web development.

    • Helps in organizing code and improving code quality

    • Provides reusable components for faster development

    • Offers built-in features like routing, state management, and data binding

    • Examples: React, Angular, Vue

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Do you have working experience of SwiftUI
  • Q2. Have you ever implemented or worked with server driven UIs
  • Ans. 

    Yes, I have experience implementing server driven UIs.

    • Implemented server driven UIs using JSON responses to dynamically update UI elements

    • Worked with frameworks like React and Angular to handle server driven UI updates

    • Used server driven UIs to efficiently manage and display large amounts of data

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

(2 Questions)

  • Q1. What is closure and types?
  • Ans. 

    Closure is a function that captures variables from its surrounding scope, allowing it to access those variables even after the scope has closed.

    • Closure allows a function to access variables from its lexical scope even after the function has finished executing.

    • Types of closures include lexical closures, which capture variables from the surrounding lexical scope, and function closures, which capture variables from the fu...

  • Answered by AI
  • Q2. What is Core data and all operations with example/scenarios
  • Ans. 

    Core Data is a framework provided by Apple for managing the model layer objects in an iOS application.

    • Core Data is used for storing, retrieving, and managing data in an iOS app.

    • It provides an object-oriented interface to work with data.

    • Operations include creating, reading, updating, and deleting data.

    • Example: Creating a new record in Core Data for a user profile.

    • Example: Fetching a list of items from Core Data to displ

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join the company?
  • Q2. Why should we hire you

Interview Preparation Tips

Topics to prepare for Collabera Technologies Senior Software Engineer interview:
  • Core Data
  • SwiftUI
  • GCD
  • Memory Management
Interview preparation tips for other job seekers - Good inteview

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Java Coding questions
Round 2 - Technical 

(1 Question)

  • Q1. Coding plus java spring boot Microservices questions
Round 3 - Coding Test 

Develop java spring boot application from scratch

Round 4 - One-on-one 

(1 Question)

  • Q1. Coding questions. Real time questions on application
Round 5 - HR 

(1 Question)

  • Q1. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't belive in HR from Altimetrik. They will conduct multiple rounds and waste your time. Finally they said you are selected and will release offer letter. But nothing positive will happen. There won't be any response after that. They don't even reply to our emails or phone calls. Most disgusting experience.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Two simple coding questions were asked.

Round 2 - Coding Test 

One multithreading questions was asked and few theoretical questions.

Round 3 - Technical 

(3 Questions)

  • Q1. Few code snippets were provided on OOPs and result was asked.
  • Q2. Sql query was asked.
  • Q3. Two more rounds are still left

Interview Preparation Tips

Topics to prepare for Wissen Technology Senior Software Engineer interview:
  • Core Java
  • Spring
  • Multithreading
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain oops concepts
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming that help in organizing and designing code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: Ability of objects to take on multiple forms or behaviors.

    • Abstraction: Hiding the complex implementation details and...

  • Answered by AI
  • Q2. Explain design patterns
  • Ans. 

    Design patterns are reusable solutions to common problems in software design.

    • Design patterns help in creating flexible, maintainable, and scalable software.

    • They provide a common language for developers to communicate about solutions.

    • Examples include Singleton, Factory, Observer, and Strategy patterns.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. It was related to some current working projects, roles and responsibilities and what some technical knowledge.
  • Q2. No one is respond after that first round, and during the call it was positive from interviewer. I have tried multiple times by mail and call but no one is responding.

NTT DATA Business Solutions Interview FAQs

How many rounds are there in NTT DATA Business Solutions Senior Software Engineer interview?
NTT DATA Business Solutions interview process usually has 2 rounds. The most common rounds in the NTT DATA Business Solutions interview process are Technical and Resume Shortlist.
What are the top questions asked in NTT DATA Business Solutions Senior Software Engineer interview?

Some of the top questions asked at the NTT DATA Business Solutions Senior Software Engineer interview -

  1. Write down word count program using pyspark datafr...read more
  2. Explain difference between dataset and datafr...read more
  3. What dwh ? Where it is u...read more

Tell us how to improve this page.

NTT DATA Business Solutions Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
NTT DATA Business Solutions Senior Software Engineer Salary
based on 126 salaries
₹5.6 L/yr - ₹21.2 L/yr
9% less than the average Senior Software Engineer Salary in India
View more details

NTT DATA Business Solutions Senior Software Engineer Reviews and Ratings

based on 7 reviews

3.8/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

3.7

Salary

3.4

Job security

3.7

Company culture

3.3

Promotions

3.2

Work satisfaction

Explore 7 Reviews and Ratings
Consultant
403 salaries
unlock blur

₹5.9 L/yr - ₹18 L/yr

Associate Consultant
306 salaries
unlock blur

₹2.8 L/yr - ₹13 L/yr

Senior Consultant
306 salaries
unlock blur

₹10 L/yr - ₹30.2 L/yr

Senior Associate
267 salaries
unlock blur

₹1.6 L/yr - ₹7.4 L/yr

HC & Insurance OPS Associate
231 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare NTT DATA Business Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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