Add office photos
Employer?
Claim Account for FREE

Real Time Data Services

3.9
based on 186 Reviews
Video summary
Filter interviews by

10+ NTT DATA, Inc. Interview Questions and Answers

Updated 7 Apr 2025

Q1. Longest Substring Without Repeating Characters Problem Statement

Given a string S of length L, determine the length of the longest substring that contains no repeating characters.

Example:

Input:
"abacb"
Output...read more
Ans.

Find the length of the longest substring without repeating characters in a given string.

  • Use a sliding window approach to keep track of the longest substring without repeating characters.

  • Use a hashmap to store the index of each character as it appears in the string.

  • Update the start index of the window when a repeating character is found.

  • Calculate the maximum length of the window as you iterate through the string.

  • Return the maximum length as the result.

Add your answer

Q2. Smallest Integer Not Representable as Subset Sum

Given a non-decreasing sorted array ARR of N positive numbers, determine the smallest positive integer that cannot be expressed as the sum of elements from any p...read more

Ans.

Find the smallest positive integer that cannot be expressed as the sum of elements from any proper subset of a non-decreasing sorted array of positive numbers.

  • Sort the array in non-decreasing order

  • Iterate through the array and keep track of the smallest sum that can be formed

  • If the next element in the array is greater than the current sum + 1, then the answer is the current sum + 1

  • Return the answer as the smallest integer not representable as a subset sum

Add your answer

Q3. What strategy would you implement to identify the gaps behind fall in revenue and how to plan a roadmap for improving it?

Ans.

To identify revenue gaps, I would implement a data-driven approach and analyze sales trends, customer behavior, and market competition.

  • Analyze sales trends and identify any patterns or changes

  • Examine customer behavior and feedback to identify areas of improvement

  • Research market competition and adjust pricing or marketing strategies accordingly

  • Utilize data analytics tools to track and measure the effectiveness of any implemented changes

  • Develop a roadmap for improvement based o...read more

Add your answer
Q4. What is the difference between a HashMap and a Hashtable?
Ans.

HashMap is non-synchronized and allows null values, while Hashtable is synchronized and does not allow null values.

  • HashMap is non-synchronized and not thread-safe, while Hashtable is synchronized and thread-safe.

  • HashMap allows null values and one null key, while Hashtable does not allow null keys or values.

  • HashMap is generally preferred for non-thread-safe applications, while Hashtable is used in thread-safe scenarios.

  • Example: HashMap<String, Integer> map = new HashMap<>(); H...read more

Add your answer
Discover NTT DATA, Inc. interview dos and don'ts from real experiences

Q5. How many SMB accounts/clients you have handled

Ans.

I have handled over 50 SMB accounts/clients in my previous roles.

  • Managed a portfolio of 30 SMB clients in my previous job

  • Successfully onboarded and managed 20 new SMB accounts in the last year

  • Handled a mix of B2B and B2C SMB clients in my previous roles

  • Collaborated with sales team to acquire and manage 10 new SMB accounts

Add your answer

Q6. What is your understanding about cloud?

Ans.

Cloud computing refers to the delivery of computing services over the internet.

  • Cloud computing allows users to access and store data and applications on remote servers instead of on local devices.

  • It offers scalability, flexibility, and cost-effectiveness for businesses.

  • Examples of cloud services include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.

Add your answer
Are these interview questions helpful?

Q7. What are some techniques related to data security?

Ans.

Data security techniques protect sensitive information from unauthorized access and breaches.

  • Encryption: Transforming data into a coded format to prevent unauthorized access (e.g., AES, RSA).

  • Access Control: Implementing user permissions to restrict data access (e.g., Role-Based Access Control).

  • Data Masking: Obscuring specific data within a database to protect it (e.g., showing only the last four digits of a credit card).

  • Regular Audits: Conducting periodic reviews of data acce...read more

Add your answer

Q8. How do you explain Cloud to an layman

Ans.

Cloud is like a virtual storage space where you can access and store data and applications over the internet.

  • Explain that the Cloud is like a virtual storage space accessed over the internet

  • Mention that it allows you to store and access data and applications remotely

  • Compare it to a physical hard drive, but located online instead of on your device

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. find the loop in link list

Ans.

To find the loop in a linked list, use Floyd's Cycle Detection Algorithm.

  • Use two pointers, slow and fast, to traverse the linked list.

  • If there is a loop, the fast pointer will eventually meet the slow pointer.

  • Once they meet, move one pointer back to the head and start moving both pointers one node at a time until they meet again. This meeting point is the start of the loop.

Add your answer

Q10. What is active Directory?

Ans.

Active Directory is a directory service developed by Microsoft for Windows domain networks.

  • Centralized database for managing network resources

  • Stores information about users, computers, and other network objects

  • Allows for centralized authentication and authorization

  • Facilitates management of security policies and access controls

Add your answer

Q11. What is share point

Ans.

SharePoint is a web-based collaborative platform that integrates with Microsoft Office.

  • SharePoint allows for document management, collaboration, and workflow automation.

  • Users can create sites to share information, documents, and tasks with team members.

  • It integrates with Microsoft Office applications like Word, Excel, and PowerPoint.

  • SharePoint can be used for intranet portals, document management, and enterprise search.

Add your answer

Q12. Difference between Sitemap and Console

Ans.

Sitemap is a file that lists all the pages of a website while Console is a tool used to monitor website performance and search engine visibility.

  • Sitemap is a file that helps search engines to crawl and index all the pages of a website.

  • Console is a tool provided by search engines like Google to monitor website performance, search engine visibility, and fix issues.

  • Sitemap is an XML file that contains information about the website's pages, their priority, and last modified date....read more

Add your answer

Q13. Can you work form office

Ans.

Yes, I can work from the office.

  • I am comfortable working from the office and have done so in the past.

  • I understand the importance of collaboration and communication that comes with working in an office environment.

  • I am willing to commute to the office as required for the role.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at NTT DATA, Inc.

based on 24 interviews
Interview experience
4.3
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.1
 • 690 Interview Questions
4.1
 • 383 Interview Questions
4.0
 • 265 Interview Questions
4.2
 • 149 Interview Questions
View all
Top Real Time Data Services Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter