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.7k Reviews

Filter interviews by

NTT Data Associate Technical Architect Interview Questions and Answers

Updated 5 Apr 2022

NTT Data Associate Technical Architect Interview Experiences

1 interview found

I applied via Company Website and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Assignment 
Round 2 - Technical 

(1 Question)

  • Q1. Experience based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all this portal should give clear clarity based on candidate designation..

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Cloud migration steps
  • Q2. Aws service and database
Round 2 - Technical 

(2 Questions)

  • Q1. Aws sqs details
  • Q2. Posrgresql disadvantages
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Create scenario-based questions that challenge you to utilize all of your coding skills.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain the architect of your current project Multi threaded based questions Collection based questions Design pattern based questions Microservice architect based questions AWS cloud based questions
  • Q2. How to handle security in api.
  • Ans. 

    Security in APIs is crucial for protecting sensitive data and preventing unauthorized access.

    • Use authentication methods such as OAuth or API keys to verify the identity of users accessing the API.

    • Implement encryption to secure data transmission between clients and servers.

    • Set up rate limiting to prevent abuse and protect against denial of service attacks.

    • Regularly update and patch the API to address security vulnerabil...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. About my Skills
  • Q2. Why would you join Virtusa?
Round 2 - Technical 

(4 Questions)

  • Q1. Current Project related questions
  • Q2. Scenario based questions
  • Q3. Approach for a project from scratch
  • Q4. Insurance/Banking related questions
Round 3 - Technical 

(4 Questions)

  • Q1. Architectural related questions
  • Q2. Technology related questions
  • Q3. Differences between current and previous technologies
  • Ans. 

    Current technologies are more advanced, efficient, and user-friendly compared to previous technologies.

    • Current technologies have faster processing speeds and higher storage capacities.

    • Previous technologies often required manual input and were less intuitive for users.

    • Current technologies offer more connectivity options and seamless integration with other devices.

    • Examples: Smartphones vs. flip phones, cloud computing vs

  • Answered by AI
  • Q4. What's the future of current skill you are holding
Round 4 - Technical 

(2 Questions)

  • Q1. Functional related questions
  • Q2. Managerial questions
Round 5 - Technical 

(4 Questions)

  • Q1. Client round, current project
  • Q2. Current project scenario, what's your approach
  • Q3. How would you handle this scenario
  • Q4. Insurance related questions
Round 6 - Technical 

(4 Questions)

  • Q1. Client round, discuss multiple scenarios
  • Q2. Insurance domain related questions
  • Q3. Security related questions
  • Q4. Authentication related questions
Round 7 - One-on-one 

(3 Questions)

  • Q1. Salary discussion
  • Q2. Expected Joining date
  • Q3. What's the Notice period
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions on the skill that you have worked on.
  • Q2. Questions on real world project use cases worked on
Round 2 - One-on-one 

(2 Questions)

  • Q1. What kind of role do you expect
  • Ans. 

    I expect a role that allows me to utilize my skills and experience in designing innovative and sustainable architectural solutions.

    • I expect a role that challenges me to think creatively and problem-solve effectively

    • I hope to work in a collaborative environment where I can contribute to a team and learn from others

    • I am looking for a role that offers opportunities for professional growth and development

  • Answered by AI
  • Q2. How have you handled certain work situations in terms of delivery or people issues.
  • Ans. 

    I have handled work situations by addressing issues directly, seeking feedback, and finding solutions collaboratively.

    • Addressing issues directly with individuals involved

    • Seeking feedback from team members or supervisors

    • Finding solutions collaboratively through open communication and compromise

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is your Salary expectation
  • Ans. 

    My salary expectation is in line with industry standards and reflective of my experience and qualifications.

    • Research industry standards for architect salaries

    • Consider my level of experience and qualifications

    • Be prepared to negotiate based on job responsibilities and benefits package

  • Answered by AI
  • Q2. What is your Flexibility in terms of working hours
  • Ans. 

    I am flexible with my working hours and can adjust as needed to meet project deadlines.

    • I am willing to work overtime when necessary to complete a project on time

    • I can adjust my schedule to accommodate client meetings or site visits

    • I am open to working weekends or evenings if required for project deadlines

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the skills you are applying for and based on the role and experience be prepared to share your experiences doing that role to prove your capability to take up the similar role or a higher role in the new org.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain Kubernetes architecture
  • Q2. Explain Ingress and Gateway API
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Describe 5 non functional requirements
  • Ans. 

    Non functional requirements are criteria that specify how a system should behave, rather than what it should do.

    • Performance - system should respond within 2 seconds for all user interactions

    • Scalability - system should be able to handle 1000 concurrent users

    • Reliability - system should have a 99.99% uptime

    • Security - system should encrypt all sensitive data

    • Usability - system should have a user-friendly interface

  • Answered by AI
  • Q2. How will you improve performance of legacy app which has to work with your latest microservice.
  • Ans. 

    Improve legacy app performance by optimizing code, implementing caching, and scaling resources.

    • Optimize code by identifying and removing bottlenecks

    • Implement caching to reduce database calls and improve response time

    • Scale resources by using containers or serverless architecture

    • Use asynchronous processing for long-running tasks

    • Upgrade hardware or infrastructure if necessary

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain security in microservices
  • Ans. 

    Security in microservices involves implementing authentication, authorization, encryption, and monitoring to protect data and services.

    • Implement authentication and authorization mechanisms to control access to microservices.

    • Use encryption to secure communication between microservices and external clients.

    • Implement monitoring and logging to detect and respond to security incidents.

    • Consider using API gateways for central...

  • Answered by AI
  • Q2. Describe microservices architecture for a wealth management app
  • Ans. 

    Microservices architecture for a wealth management app involves breaking down the application into smaller, independent services.

    • Each microservice focuses on a specific business function, such as client onboarding, portfolio management, or reporting.

    • Services communicate through APIs, allowing for flexibility and scalability.

    • Each microservice can be developed, deployed, and scaled independently, leading to faster develo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GlobalLogic Technical Architect interview:
  • Java
  • Microservices

Skills evaluated in this interview

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

I was interviewed in Sep 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Any papers submitted
Round 2 - Technical 

(1 Question)

  • Q1. How to handle message related issues via Kubernetes!
  • Ans. 

    Message related issues in Kubernetes can be handled by troubleshooting network configurations, checking pod logs, and monitoring resource usage.

    • Troubleshoot network configurations to ensure proper communication between pods

    • Check pod logs for any error messages or issues related to message passing

    • Monitor resource usage to identify any bottlenecks or performance issues affecting message delivery

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Get clarity about the JD!

Skills evaluated in this interview

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

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

Round 1 - Case Study 

Basic situational based question

Round 2 - HR 

(5 Questions)

  • Q1. Basic experience
  • Q2. Roles and responsibilities
  • Q3. Asked my past projects
  • Q4. Asked behavioral questions
  • Q5. Asked my salary expectations
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

Singleton Pattern with coding example class

Round 2 - Technical 

(2 Questions)

  • Q1. Service lifetime
  • Q2. Shared or static class

Interview Preparation Tips

Interview preparation tips for other job seekers - what is singleton

NTT Data Interview FAQs

How many rounds are there in NTT Data Associate Technical Architect interview?
NTT Data interview process usually has 2 rounds. The most common rounds in the NTT Data interview process are Assignment and Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Software Engineer
934 salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Senior Associate
772 salaries
unlock blur

₹1.2 L/yr - ₹7.2 L/yr

Network Engineer
662 salaries
unlock blur

₹1.8 L/yr - ₹10 L/yr

Software Developer
643 salaries
unlock blur

₹3.1 L/yr - ₹12 L/yr

Senior Software Engineer
544 salaries
unlock blur

₹6.5 L/yr - ₹25 L/yr

Explore more salaries
Compare NTT Data with

Tata Communications

4.0
Compare

Bharti Airtel

4.0
Compare

Reliance Communications

4.0
Compare

Vodafone Idea

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