Upload Button Icon Add office photos

Filter interviews by

NTT Global Data Centers and Cloud Infrastructure Associate Analyst Interview Questions and Answers

Updated 17 Jul 2024

NTT Global Data Centers and Cloud Infrastructure Associate Analyst Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Assignment 

Data collection of task assigned to the candidate

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What are your skillsets?

Interview Preparation Tips

Interview preparation tips for other job seekers - It was more of a conversation for me.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral

Round 1 - Coding Test 

Print a specific pattern using any programming language.

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is a class in Object-Oriented Programming (OOP)?
  • Ans. 

    A class in OOP is a blueprint for creating objects, defining their properties and behaviors.

    • Classes are templates for creating objects in OOP

    • They define the properties (attributes) and behaviors (methods) of objects

    • Objects are instances of classes, each with its own unique data

    • Inheritance allows classes to inherit properties and behaviors from other classes

    • Encapsulation ensures that the data is hidden and can only be a...

  • Answered by AI
  • Q2. What is the difference between an abstract class and an interface?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while interface cannot have any implementation.

    • A class can only extend one abstract class, but can implement multiple interfaces.

    • Abstract classes are used to define common characteristics of subclasses, while interfaces are used to define contracts for...

  • Answered by AI
  • Q3. What is joining and creating an inner join query?
  • Ans. 

    Joining is combining data from two or more tables based on a related column, while an inner join query retrieves only the matching records.

    • Joining is used to combine data from multiple tables in a database.

    • Inner join query retrieves only the records that have matching values in both tables.

    • Syntax for inner join: SELECT columns FROM table1 INNER JOIN table2 ON table1.column = table2.column;

    • Example: SELECT orders.order_i...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Webkul Software Associate Software Engineer interview:
  • OOPS
  • Baisc Of any of Programing
  • MySQL
  • joins
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There were 30 questions on the aptitude test, all of which were part of the total count.

Round 2 - Coding Test 

I have three questions: two related to data structures and algorithms, and one concerning SQL.

Round 3 - Technical 

(1 Question)

  • Q1. Got two questions DSA medium and Easy one

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and have confidences do your best
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic question on dot net and sql server
Round 2 - Technical 

(1 Question)

  • Q1. Bit twisted and elaborative discussion on various technical spheres.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Coding Test 

3 rounds on hacker earth (easy to medium)
Q1 find longest rectangle in Matrix
Q2 print a pattern
Q3 some array question

Round 2 - Technical 

(3 Questions)

  • Q1. SQL query to find second highest salary
  • Ans. 

    SQL query to find second highest salary

    • Use the ORDER BY clause to sort salaries in descending order

    • Use the LIMIT clause to retrieve the second row

  • Answered by AI
  • Q2. Questions related to oops and resume
  • Q3. Some DSA questions (don't remember) overall it was 60 mins long Received great feedback
Round 3 - Technical 

(1 Question)

  • Q1. 4 DSA questions, oops, SQL, puzzles, and project related. Overall it was a 2-2:30 hour interview Recieved good feedback but was tired after all this
Round 4 - Technical 

(1 Question)

  • Q1. Again DSA and project related questions and SQL All of these happened on the same day

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

The first round was group discussion; which was conducted by an institution referring candidates to the company. I was shortlisted.

Round 2 - Group Discussion 

The next round was also conducted by the company itself, and it was group discussion again, it went well. I believe there were around 12 candidates in one batch, and I was shortlisted. And I got the selection mail for the final technical interview, but then they call me and say I'm kept on hold and never contacted me.

Round 3 - Technical 

(1 Question)

  • Q1. I was kept on hold thus i never got the chance of attending the interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be strong, if something is meant to happen it will and definitely keep hrishi your skills and remember from every interview we learn something and it's completely fine failing at times.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Asked about previous experience
  • Q2. Why you want to change the job
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Desire for professional growth and development

    • Looking for new challenges and experiences

    • Seeking a better work-life balance

    • Interested in exploring different industries or sectors

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just speak with confidence
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Reverse a loop for a linked list
  • Ans. 

    To reverse a loop for a linked list, iterate through the list and change the pointers to point in the opposite direction.

    • Start by initializing three pointers: current, previous, and next.

    • Iterate through the linked list, updating the pointers to reverse the direction of the links.

    • Update the head of the linked list to point to the new first node after reversing the loop.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

Mathematics,General Aptitute,three coding question

Round 2 - Coding Test 

Face to face interview.Ask questions on Data structure and algorithms

Round 3 - HR 

(1 Question)

  • Q1. Where do you look from 5 years from now

NTT Global Data Centers and Cloud Infrastructure Interview FAQs

How many rounds are there in NTT Global Data Centers and Cloud Infrastructure Associate Analyst interview?
NTT Global Data Centers and Cloud Infrastructure interview process usually has 1 rounds. The most common rounds in the NTT Global Data Centers and Cloud Infrastructure interview process are Assignment.

Tell us how to improve this page.

People are getting interviews through

based on 1 NTT Global Data Centers and Cloud Infrastructure interview
Job Portal
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

Sify Technologies Interview Questions
3.9
 • 120 Interviews
MAQ Software Interview Questions
2.0
 • 96 Interviews
Apisero Interview Questions
4.3
 • 72 Interviews
View all
Ms Engineer
67 salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

Network Engineer
64 salaries
unlock blur

₹2.3 L/yr - ₹8.3 L/yr

Senior Engineer
47 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Assistant Manager
34 salaries
unlock blur

₹6.1 L/yr - ₹16 L/yr

Technical Specialist
25 salaries
unlock blur

₹13 L/yr - ₹28.2 L/yr

Explore more salaries
Compare NTT Global Data Centers and Cloud Infrastructure with

Equinix

3.5
Compare

CyrusOne

3.0
Compare

STT Global Data Centres India

4.2
Compare

CtrlS

3.9
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