Upload Button Icon Add office photos

NTT

Compare button icon Compare button icon Compare
4.0

based on 677 Reviews

Filter interviews by

NTT L2 Engineer Interview Questions and Answers

Updated 3 Jan 2025

NTT L2 Engineer Interview Experiences

1 interview found

L2 Engineer Interview Questions & Answers

user image Anonymous

posted on 3 Jan 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. WebEx related questions?
  • Q2. Cucm related questions

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Just asked some concepts of coding

Round 2 - HR 

(1 Question)

  • Q1. Asked about recent ongoings in india and also they also asked an specific ongoing issue actually they just wanted to know how we understood that and how we expressing it in proper language

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confidence in your statements
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. Database Management system SQL and PlSQL
  • Q2. C Language and C++ Language And Data base Management system SQL and PlSQL and Java
  • Q3. Database Management system
  • Q4. Sql ad PlSQL Mango Data For Loop and While loop
  • Q5. C language andC ++ Language and Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi I'm Rizwan Im Interested processing Date Base Management system SQL and PlSQL and C Language and C++ Language and Java
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Mar 2023. 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 - Aptitude Test 

There was an online test which has MCQs. Had technical questions from java, microservices, springboot, rdbms

Round 3 - One-on-one 

(7 Questions)

  • Q1. An unsorted array has numbers. Find the duplicate numbers and return the array.
  • Ans. 

    Find duplicate numbers in an unsorted array and return the array.

    • Iterate through the array and keep track of seen numbers using a hash table.

    • If a number is already in the hash table, it is a duplicate.

    • Add the duplicate number to a new array and return it.

  • Answered by AI
  • Q2. Java 8 features, method reference, write consumer, lambda expression. SOLID principles. Design patterns. Write thread safe singleton with performance.
  • Q3. AWS related questions. SQS. Dynamo. AWS API gateway.
  • Q4. REST principles.
  • Q5. Inheritance tricky questions. Collections tricky questions.
  • Q6. Deep copy vs Shallow copy.
  • Ans. 

    Deep copy creates a new object with its own memory, while shallow copy creates a new reference to the same memory.

    • Deep copy duplicates the object and all of its contents, while shallow copy only duplicates the object itself.

    • Deep copy is more memory-intensive than shallow copy.

    • In Python, deep copy can be achieved using the copy.deepcopy() method, while shallow copy can be achieved using the copy.copy() method.

  • Answered by AI
  • Q7. Comparator with and without java 8
  • Ans. 

    Comparator in Java 8 provides default methods and lambda expressions for sorting.

    • Comparator in Java 8 can be implemented using lambda expressions.

    • Comparator in Java 8 provides default methods like reversed() and thenComparing() for sorting.

    • Comparator in pre-Java 8 versions can be implemented using anonymous inner classes.

    • Comparator in pre-Java 8 versions requires more code to implement compared to Java 8.

    • Example: Sorti...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Publicis Sapient Senior Software Engineer interview:
  • Java 8
  • Springboot
  • AWS
  • Microservices
Interview preparation tips for other job seekers - Prepare well. Second round was for close to 2 hours. There were multiple coding questions to check problem solving.

Skills evaluated in this interview

Round 1 - Aptitude Test 

Level 0 aptitude questions were present

Round 2 - Technical 

(1 Question)

  • Q1. Java sql and questions based on core is asked
Round 3 - HR 

(1 Question)

  • Q1. Short term and long term goals , and other regular questions

Interview Preparation Tips

Interview preparation tips for other job seekers - have strong idea on basics.bresh up with with the fundamentals and a good knowledge on java and sql is expected

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

Round 1 - Aptitude Test 

Quantitative,reasoning,verbal

Round 2 - Psychometric Test 

(1 Question)

  • Q1. Based on your opinion
Round 3 - HR 

(1 Question)

  • Q1. Simple intro , FAQ ,favourite subject,python basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn well u will deserve something,keep practising until getting succeed

I applied via Campus Placement and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. Hii mam/sir gud evng my name is sony am from peddaplli distc my qualification is mba
  • Q2. Hiii sir or mam gud evng my name is sony am from peddaplli distc my qualification is MBA am a fresher and I have no any work experience in any company my strength is adapt quickly to any environment
  • Q3. My short term goals is to get placed in a reputed company like yours wich will allow me to enhance my skills and knowledge
  • Q4. My long term goal would be to reach a higher position in our company

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Introduce my self
  • Technical Skills
  • HR
Interview preparation tips for other job seekers - Am a fresher I have no work experience in any company

Interview Questionnaire 

3 Questions

  • Q1. 1.Basic of oops , Interface,private constructor,var vs dynamic
  • Q2. 2.Sql group by query
  • Q3. 3.Mvc routing , Authentication

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up basics. Practice some sql complex queries

I applied via Naukri.com and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Selenium,java ,api testing,maven,manual testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with concepts what u worked on

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. What is inheritance, abstract class, override, Interface and everything in oops.
  • Ans. 

    Inheritance, abstract class, override, and interface are all concepts in object-oriented programming.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Abstract classes cannot be instantiated and are used as a blueprint for other classes.

    • Override is used to provide a new implementation for a method that is already defined in a parent class.

    • Interfaces define a set of methods that a class mus...

  • Answered by AI
  • Q2. What is full text index?
  • Ans. 

    Full text index is a database index that allows for efficient text-based searching.

    • Full text index is used to search for specific words or phrases within a large amount of text data.

    • It is commonly used in search engines, document management systems, and social media platforms.

    • Full text index can be created on one or more columns of a table in a database.

    • It uses techniques such as stemming, stop words, and word proximit...

  • Answered by AI
  • Q3. What do you know about the constructors and destructors?
  • Ans. 

    Constructors and destructors are special methods used in object-oriented programming languages to initialize and destroy objects.

    • Constructors are used to initialize objects when they are created.

    • Destructors are used to clean up resources used by an object when it is destroyed.

    • Constructors have the same name as the class and are called automatically when an object is created.

    • Destructors have the same name as the class p...

  • Answered by AI
  • Q4. Difference between php 5 and php 7?
  • Ans. 

    PHP 7 is faster, more secure and has new features compared to PHP 5.

    • PHP 7 has improved performance with up to 2x faster execution

    • PHP 7 has better error handling and type declarations

    • PHP 7 has new operators and functions like spaceship operator and null coalescing operator

    • PHP 7 has removed deprecated features like mysql extension

    • PHP 7 has improved support for Unicode

    • PHP 7 requires 64-bit architecture

    • PHP 7 has improved m...

  • Answered by AI
  • Q5. Php caching techniques, how session works in PHP? What are the security to prevent token hijack in API?
  • Ans. 

    PHP caching, session handling, and API token security

    • PHP caching techniques include opcode caching, data caching, and query caching

    • Session handling in PHP involves creating a unique session ID for each user and storing session data on the server

    • To prevent token hijacking in APIs, use HTTPS, set expiration times for tokens, and use token revocation

    • Other security measures include input validation, output encoding, and us

  • Answered by AI
  • Q6. MySql: what are store procedures, Indexes and virtual tables.
  • Ans. 

    Store procedures, indexes, and virtual tables are important features of MySql.

    • Store procedures are pre-written code blocks that can be executed on demand.

    • Indexes are used to speed up database queries by creating a quick lookup table.

    • Virtual tables are temporary tables that are created on the fly and do not persist in the database.

    • Examples of store procedures include creating a new user or updating a record.

    • Examples of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to know OOPS very well and core PHP and MySQL ( joins ) very well to crack interview. All verbal not a single line of code need to written.

Skills evaluated in this interview

NTT Interview FAQs

How many rounds are there in NTT L2 Engineer interview?
NTT interview process usually has 1 rounds. The most common rounds in the NTT interview process are Technical.
How to prepare for NTT L2 Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at NTT. The most common topics and skills that interviewers at NTT expect are CCNA, LAN, Linux, MCSE and Monitoring.
What are the top questions asked in NTT L2 Engineer interview?

Some of the top questions asked at the NTT L2 Engineer interview -

  1. WebEx related questio...read more
  2. Cucm related questi...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 NTT interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
NTT L2 Engineer Salary
based on 4 salaries
₹5 L/yr - ₹7.8 L/yr
36% less than the average L2 Engineer Salary in India
View more details

NTT L2 Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Network Engineer
328 salaries
unlock blur

₹2.2 L/yr - ₹8 L/yr

Senior Network Engineer
134 salaries
unlock blur

₹4.3 L/yr - ₹16 L/yr

Senior Engineer
118 salaries
unlock blur

₹3.5 L/yr - ₹12.4 L/yr

Technical Specialist
109 salaries
unlock blur

₹8.2 L/yr - ₹27 L/yr

Assistant Manager
106 salaries
unlock blur

₹4.8 L/yr - ₹19.3 L/yr

Explore more salaries
Compare NTT with

TCS

3.7
Compare

Wipro

3.7
Compare

Tech Mahindra

3.6
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview