Upload Button Icon Add office photos
Engaged 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 Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NTT Data Software Developer fresher Interview Questions and Answers

Updated 25 Sep 2022

NTT Data Software Developer fresher Interview Experiences

1 interview found

I applied via Referral and was interviewed in Aug 2022. 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. How many years of work experience
  • Q2. What's your ambition

Interview Preparation Tips

Interview preparation tips for other job seekers - I am interested to work on software but I am now working as on guntur branch manager in Neo LEAF HOUSING FINANCE

Interview questions from similar companies

I applied via Walk-in and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

Normal mathematics and reasoning questions

Round 3 - HR 

(2 Questions)

  • Q1. Tell me a difficult situation which you faced and how you tacle it.
  • Q2. What motivates you to do ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and give your best. Prepare the technical part which you have studied.

Software Developer fresher Interview Questions Asked at Other Companies

asked in Accenture
Q1. Can we implement multiple interfaces in a single Java class?
asked in Infosys
Q2. What is dynamic language? What is difference between statically t ... read more
asked in Accenture
Q3. What is normalization in a database?
asked in PCS-Global
Q4. What is the difference between a constructor and a method?
Q5. How can culture-add interview questions help you attract the best ... read more

I applied via Campus Placement and was interviewed before Feb 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Aptitude Test 

Pseudocode

Round 3 - Essay writing 

(1 Question)

  • Q1. What is must to learn? Maths or science Technology?
Round 4 - Technical 

(1 Question)

  • Q1. Technical questions plus they will ask about the certifications/ achievements. Few HR questions like why do you want to switch to software side even if you are from hardware side.
Round 5 - HR 

(1 Question)

  • Q1. Tell me 2 good things about you

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep eye contact and always keep a smile on your face.

I applied via AmbitionBox and was interviewed in Dec 2021. There were 3 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 - Assignment 
Round 3 - Technical 

(1 Question)

  • Q1. What is python and keywords of python
  • Ans. 

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

    • Python is an interpreted language, which means it does not need to be compiled before running.

    • It has a large standard library that provides many pre-built functions and modules.

    • Python supports multiple programming paradigms, including procedural, object-oriented, and functional programming.

    • Some of the keywords in Python include 'if', '...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Software Developer fresher interview:
  • Python
  • Opps
Interview preparation tips for other job seekers - I am good at good communication and verbal skills .I am flexible and ability to handle team mates and I know about python.in coding not fluent basics I know and i try to as much as can in python coding

Skills evaluated in this interview

What people are saying about NTT Data

View All
dreamyjaadu
Verified Icon
9h
works at
NTT Data
Need help with resignation steps!
Hey, can anyone guide me on the resignation process? I can't find the e-separation portal. Any tips? Also, just confirming—during the first 6 months (probation), the notice period is just 30 days, right?
Got a question about NTT Data?
Ask anonymously on communities.

I applied via Naukri.com and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. I am a fresher and searching for a job
Round 2 - HR 

(1 Question)

  • Q1. Tell about your self and tell about your family
Round 3 - One-on-one 

(1 Question)

  • Q1. About your self and tell about your strength and weekness, What is your technical experience

Interview Preparation Tips

Interview preparation tips for other job seekers - I am a fresher and searching for job. I know Power Bi

I applied via Naukri.com and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Attitude 

(3 Questions)

  • Q1. First important attitude Communication skills Best languages
  • Q2. What about you ? Why you take this job ? What expert salary?
  • Q3. What expert salary? What do you joinig day? When development this project and company?

Interview Preparation Tips

Interview preparation tips for other job seekers - This job is important job I am feces familiar problems
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

MCQ based exam on computer science syllabus

Round 3 - Technical 

(2 Questions)

  • Q1. Questions asked regarding my final year project. Technology used in project
  • Q2. Importance of developer and tester
  • Ans. 

    Developers and testers are equally important for ensuring the quality of software.

    • Developers write the code and testers ensure that the code works as expected.

    • Testers identify bugs and report them to developers for fixing.

    • Developers and testers work together to ensure that the software meets the requirements and is of high quality.

    • Without testers, bugs may go unnoticed and cause issues for end-users.

    • Without developers,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and if you do not know answer of any question then dont just sit quietly atleast try to say something regarding that question.

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Job Portal and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Puzzel and pseudocode

Round 2 - Technical 

(1 Question)

  • Q1. Oops concept simple program
  • Ans. 

    A simple program demonstrating OOP concepts like classes, objects, inheritance, and polymorphism.

    • Classes are blueprints for creating objects. Example: class 'Car' with attributes like 'color' and 'model'.

    • Objects are instances of classes. Example: 'myCar = Car()' creates an object of the Car class.

    • Inheritance allows a class to inherit properties from another. Example: 'class ElectricCar(Car)' inherits from Car.

    • Polymorph...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Know all oops concept
Atleast definition

I appeared for an interview in Aug 2022.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About my self and my strength and weekness
  • Q2. Testing and c++and Excel

Interview Preparation Tips

Topics to prepare for Capgemini Software Developer fresher interview:
  • Testing
Interview preparation tips for other job seekers - About my self and my strength and weekness

I applied via Campus Placement and was interviewed in Aug 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Easy round . You will most likely to get through it

Round 3 - Coding Test 

This was medium level, where you will find normal Problems based on Arrays and Strings. I would recommend using GFG practice to help build problem solving.

Round 4 - Communication Test 

(1 Question)

  • Q1. This was most likely a pronounciation and Listening skills test.
Round 5 - Technical 

(1 Question)

  • Q1. Based on my Projects, normal Sql Questions - Joins, Unique and Primary keys. And questions based on Constructors and Destructors in cpp(my language of preference).

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise Coding Approaches repeatedly. Practice problems
Learn basics of Core subjects - oops , dbms, etc and have a thorough understanding of your projects.

NTT Data Interview FAQs

How many rounds are there in NTT Data Software Developer fresher interview?
NTT Data interview process usually has 2 rounds. The most common rounds in the NTT Data interview process are Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

Software Engineer
1.1k salaries
unlock blur

₹5.9 L/yr - ₹24 L/yr

Senior Associate
864 salaries
unlock blur

₹3.6 L/yr - ₹7.1 L/yr

Senior Software Engineer
777 salaries
unlock blur

₹7.8 L/yr - ₹26.9 L/yr

Network Engineer
764 salaries
unlock blur

₹3.5 L/yr - ₹8.1 L/yr

Software Developer
701 salaries
unlock blur

₹5.2 L/yr - ₹28.2 L/yr

Explore more salaries
Compare NTT Data with

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
write
Share an Interview