i
NTT
Data
Filter interviews by
ServiceNow is a cloud-based platform that automates IT service management and business processes.
IT Service Management (ITSM): Streamlines IT services like incident management and problem resolution.
Workflow Automation: Automates repetitive tasks across various departments, improving efficiency.
Integration Capabilities: Connects with other tools and platforms, such as Jira or Slack, for seamless operations.
Custom ...
Phasing a problem involves identifying, analyzing, and addressing issues systematically to find effective solutions.
Identify the problem: Clearly define what the issue is, e.g., a software bug causing crashes.
Gather data: Collect relevant information, such as error logs and user feedback.
Analyze the root cause: Use techniques like the 5 Whys or Fishbone diagram to understand underlying issues.
Develop a plan: Creat...
A service program in AS400 is a collection of reusable procedures and functions that can be called by other programs.
Service programs encapsulate business logic, making it reusable across multiple applications.
They allow for better modularization of code, improving maintainability.
Example: A service program could contain common functions like date calculations or data validation.
Service programs can be versioned, ...
Chain retrieves a record based on a key, while Read fetches the next record in a file sequentially.
Chain is used to access a specific record by its key, e.g., 'Chain (KeyField) MyFile'.
Read retrieves the next record in the file, e.g., 'Read MyFile'.
Chain can skip to a specific record, while Read processes records in order.
Chain can be used with keyed files, whereas Read is typically used with sequential files.
Exam...
What people are saying about NTT Data
Strength refers to the capacity to endure, resist, or exert force, both physically and mentally.
Physical strength: Ability to lift heavy objects, e.g., weightlifting.
Mental strength: Resilience in facing challenges, e.g., overcoming failure.
Emotional strength: Managing emotions effectively, e.g., staying calm under pressure.
Team strength: Collaborating effectively with others, e.g., successful project completion.
Team health metrics help evaluate collaboration, productivity, and morale within a Scrum team.
Velocity: Measures the amount of work completed in a sprint, indicating team productivity.
Sprint Burndown: Tracks work remaining in a sprint, helping assess progress and predict completion.
Team Satisfaction Surveys: Regular feedback from team members on their morale and engagement.
Defect Density: Number of defects per uni...
Scope changes during a sprint are generally discouraged but can be managed with careful consideration.
Scope changes can disrupt the team's focus and productivity.
If a critical change is necessary, it should be discussed with the team and Product Owner.
Example: If a bug is found that impacts a feature, it may warrant a scope change.
Changes should be evaluated for their impact on the sprint goal.
I utilize various resources for upskilling, including online courses, books, webinars, and community engagement.
Online courses: Platforms like Coursera and Udemy offer Scrum-specific courses.
Books: Reading 'Scrum: The Art of Doing Twice the Work in Half the Time' by Jeff Sutherland.
Webinars: Attending webinars hosted by Scrum Alliance or Scrum.org.
Community engagement: Participating in local Scrum meetups or onlin...
Arrays are fixed-size, while ArrayLists are dynamic and can grow or shrink in size.
Size: Arrays have a fixed size, e.g., String[] arr = new String[5];. ArrayLists can change size, e.g., ArrayList<String> list = new ArrayList<>();
Type: Arrays can hold primitives and objects, e.g., String[] arr = {"A", "B"};. ArrayLists can only hold objects, e.g., ArrayList<String> list = new ArrayList<>(Arr...
The waterfall model is a linear project management approach where each phase must be completed before the next begins.
Sequential phases: Requirements, Design, Implementation, Verification, Maintenance.
Each phase has specific deliverables and a review process.
Example: In software development, requirements are gathered before coding starts.
Changes are difficult to implement once a phase is completed.
I appeared for an interview in Jan 2025.
Managed a team to implement a new claims processing system
Led a team of 10 employees to successfully implement a new claims processing system
Coordinated with IT department to ensure system compatibility and functionality
Provided training and support to staff during system transition
Monitored project progress and addressed any issues that arose
Completed project on time and within budget
I appeared for an interview in Jun 2025, where I was asked the following questions.
ServiceNow is a cloud-based platform that automates IT service management and business processes.
IT Service Management (ITSM): Streamlines IT services like incident management and problem resolution.
Workflow Automation: Automates repetitive tasks across various departments, improving efficiency.
Integration Capabilities: Connects with other tools and platforms, such as Jira or Slack, for seamless operations.
Custom Appli...
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.
I have 5 years of experience as a Talent Acquisition Specialist in a Fortune 500 company.
Led recruitment efforts for various departments, including IT, finance, and marketing.
Implemented innovative sourcing strategies to attract top talent.
Conducted interviews, negotiated offers, and onboarded new hires.
Collaborated with hiring managers to understand their needs and provide tailored recruitment solutions.
Talent Acquisition Specialists are responsible for sourcing, attracting, and hiring top talent for an organization.
Developing and implementing recruitment strategies
Sourcing candidates through various channels such as job boards, social media, and networking events
Screening resumes and conducting interviews
Collaborating with hiring managers to understand staffing needs
Negotiating job offers and managing the onboarding ...
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.
Logic App logs are stored in Azure Monitor Logs (formerly known as Log Analytics).
Logic App logs are stored in Azure Monitor Logs, which is a centralized log storage and analytics service in Azure.
Logs can be viewed and analyzed using Azure Monitor Logs queries.
Logs can also be integrated with other Azure services for monitoring and alerting purposes.
Use the OFFSET and FETCH clauses in SQL to get the 5th top position data.
Use the ORDER BY clause to sort the data in descending order.
Use the OFFSET clause to skip the first 4 rows.
Use the FETCH clause to retrieve only the next row after skipping the first 4 rows.
Custom middleware in .NET Core can be implemented by creating a class that implements the IMiddleware interface and adding it to the application pipeline.
Create a class that implements the IMiddleware interface
Implement the InvokeAsync method in the middleware class to handle the request processing logic
Add the custom middleware to the application pipeline in the Configure method of the Startup class
Authentication verifies the identity of a user, while authorization determines what resources a user can access.
Authentication confirms the identity of a user through credentials like username and password.
Authorization determines the permissions and access levels of a user based on their authenticated identity.
In ASP.NET Core, authentication is handled through middleware like Identity, OAuth, or JWT tokens.
Authorizati...
Session management in ASP.NET Core involves storing and retrieving user-specific data during a user's visit to a website.
Session data is stored on the server side by default in ASP.NET Core
Session data can be accessed and manipulated using the HttpContext.Session property
Session data can be configured to use different storage providers such as in-memory, distributed cache, or SQL Server
Session data is typically used to...
I appeared for an interview in Jun 2025, where I was asked the following questions.
Yes, I have reviewed my resume and am well-prepared to discuss my skills and experiences in detail.
I have extensive experience in system integration, particularly with cloud-based solutions, such as AWS and Azure.
My resume highlights my proficiency in scripting languages like Python and PowerShell, which I have used to automate deployment processes.
I have successfully led integration projects that improved system effic...
The role involves integrating complex systems, ensuring seamless communication and functionality across various platforms.
Collaborate with cross-functional teams to design and implement integration solutions, such as connecting CRM systems with ERP software.
Analyze system requirements and specifications to ensure compatibility and performance, like assessing data flow between legacy systems and new applications.
Trouble...
Troubleshooting intermittent performance issues requires systematic analysis of application, infrastructure, and user behavior during peak hours.
Monitor system metrics (CPU, memory, disk I/O) during peak hours to identify resource bottlenecks.
Analyze application logs for errors or warnings that coincide with performance dips.
Check network latency and bandwidth usage to ensure connectivity isn't a limiting factor.
Review...
Troubleshooting intermittent network timeouts involves systematic checks of network components and configurations.
Check network connectivity using tools like ping or traceroute to identify where the timeout occurs.
Examine network logs for patterns or errors that coincide with the timeouts.
Monitor network traffic to identify any unusual spikes or congestion that may cause delays.
Verify DNS resolution to ensure that doma...
I appeared for an interview in Mar 2025, where I was asked the following questions.
Scope changes during a sprint are generally discouraged but can be managed with careful consideration.
Scope changes can disrupt the team's focus and productivity.
If a critical change is necessary, it should be discussed with the team and Product Owner.
Example: If a bug is found that impacts a feature, it may warrant a scope change.
Changes should be evaluated for their impact on the sprint goal.
Gathering feedback in retrospectives fosters team improvement and collaboration.
Create a safe environment: Encourage open communication by establishing ground rules, such as no blame.
Use anonymous surveys: Tools like Google Forms can help gather honest feedback without fear of judgment.
Facilitate discussions: Use techniques like 'Start, Stop, Continue' to guide conversations and gather structured feedback.
Encourage all...
I will support the new team through tailored coaching, fostering collaboration, and enhancing Agile practices.
Conduct regular coaching sessions to address team dynamics and Agile principles, ensuring everyone understands their roles.
Facilitate workshops on Scrum practices, such as sprint planning and retrospectives, to build confidence and competence.
Encourage open communication and feedback loops, creating a safe envi...
Team health metrics help evaluate collaboration, productivity, and morale within a Scrum team.
Velocity: Measures the amount of work completed in a sprint, indicating team productivity.
Sprint Burndown: Tracks work remaining in a sprint, helping assess progress and predict completion.
Team Satisfaction Surveys: Regular feedback from team members on their morale and engagement.
Defect Density: Number of defects per unit of ...
I manage stress through mindfulness, prioritization, and open communication, ensuring a balanced and productive work environment.
Practice mindfulness techniques, such as meditation or deep breathing, to maintain focus and calm during high-pressure situations.
Prioritize tasks using frameworks like Eisenhower Matrix to distinguish between urgent and important tasks, reducing overwhelm.
Encourage open communication within ...
My strengths include effective communication, adaptability, and a strong focus on team collaboration and continuous improvement.
Effective Communication: I facilitate clear discussions during Scrum ceremonies, ensuring everyone’s voice is heard.
Adaptability: I quickly adjust to changing project requirements, helping the team pivot without losing momentum.
Team Collaboration: I foster a collaborative environment, encourag...
I bring a unique blend of experience, skills, and passion for Agile methodologies that can drive team success and foster collaboration.
Proven track record of successfully implementing Scrum in diverse teams, leading to a 30% increase in productivity.
Strong facilitation skills, demonstrated by effectively managing sprint planning and retrospectives that resulted in actionable insights.
Experience in coaching teams on Agi...
I utilize various resources for upskilling, including online courses, books, webinars, and community engagement.
Online courses: Platforms like Coursera and Udemy offer Scrum-specific courses.
Books: Reading 'Scrum: The Art of Doing Twice the Work in Half the Time' by Jeff Sutherland.
Webinars: Attending webinars hosted by Scrum Alliance or Scrum.org.
Community engagement: Participating in local Scrum meetups or online for...
I appeared for an interview in May 2025, where I was asked the following questions.
I am a dedicated Software Test Engineer with a passion for quality assurance and a strong background in software development.
Over 5 years of experience in software testing, focusing on both manual and automated testing.
Proficient in using testing tools like Selenium and JUnit to ensure software quality.
Experience in Agile methodologies, collaborating closely with development teams to enhance product quality.
Strong anal...
Success in a job requires dedication, continuous learning, effective communication, and adaptability to challenges.
Set clear goals: Define what success looks like for you in your role, such as mastering specific testing tools or achieving a certain number of test cases.
Continuous learning: Stay updated with the latest testing methodologies and tools, like learning automation testing with Selenium.
Effective communicatio...
I expect to learn advanced testing methodologies, improve my technical skills, and gain insights into software development processes.
Learn about automated testing tools like Selenium or JUnit to enhance testing efficiency.
Gain experience in performance testing to understand how applications behave under load.
Collaborate with developers to improve communication and understand the software development lifecycle.
Explore n...
Own decisions and group discussions to solve prblm and where is mistake in project I see correction in project
Phasing a problem involves identifying, analyzing, and addressing issues systematically to find effective solutions.
Identify the problem: Clearly define what the issue is, e.g., a software bug causing crashes.
Gather data: Collect relevant information, such as error logs and user feedback.
Analyze the root cause: Use techniques like the 5 Whys or Fishbone diagram to understand underlying issues.
Develop a plan: Create a s...
Current CTC is $80,000 and Current Role is Financial Analyst
Current CTC: $80,000
Current Role: Financial Analyst
Some of the top questions asked at the NTT Data interview for experienced candidates -
The duration of NTT Data interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 159 interview experiences
Difficulty level
Duration
based on 4.3k reviews
Rating in categories
Software Engineer
1.1k
salaries
| ₹5.9 L/yr - ₹24 L/yr |
Senior Associate
864
salaries
| ₹3.6 L/yr - ₹7.1 L/yr |
Senior Software Engineer
777
salaries
| ₹7.8 L/yr - ₹26.9 L/yr |
Network Engineer
764
salaries
| ₹3.5 L/yr - ₹8.1 L/yr |
Software Developer
701
salaries
| ₹5.2 L/yr - ₹28.2 L/yr |
Accenture
Wipro
Cognizant
Capgemini