Premium Employer

i

This company page is being actively managed by World Wide Technology Team. If you also belong to the team, you can get access from here

World Wide Technology Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

World Wide Technology Interview Questions and Answers

Updated 23 Oct 2024

World Wide Technology Interview Experiences

Popular Designations

6 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

I aws given assignment with 5 questions related to devops and its comparision to tools

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced DevOps engineer with a background in cloud computing and automation.

    • Over 5 years of experience in implementing DevOps practices

    • Proficient in cloud platforms such as AWS and Azure

    • Skilled in automation tools like Jenkins and Ansible

    • Strong background in scripting languages like Python and Bash

    • Passionate about optimizing processes and improving efficiency

  • Answered by AI
  • Q2. What are namespaces in terraform
  • Ans. 

    Namespaces in Terraform are used to group resources together and prevent naming conflicts.

    • Namespaces allow you to organize resources within a Terraform configuration

    • They help prevent naming conflicts by prefixing resource names with a specified namespace

    • Namespaces are defined using the 'namespace' parameter in Terraform configurations

    • Example: namespace = 'prod' will prefix all resources with 'prod_'

  • Answered by AI
Round 3 - Coding Test 

WWT is known for pair programming. I was given to correct dockerfile

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Interview Questions & Answers

user image Anonymous

posted on 9 Aug 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. About Safety Programs
Round 3 - Technical 

(1 Question)

  • Q1. About HSE Management System

Interview Preparation Tips

Interview preparation tips for other job seekers - VERY GOOD COMPANY, GREAT WORK LIFE BALANCE
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about the project that you have worked on and which technology have you used in that.
Round 2 - Coding Test 

Write a program and also write the Unit test cases for the same.

Software Engineer IV Interview Questions asked at other Companies

Q1. How tcp/ip works and explain about tcp header
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Strategies used to recruit contractors.
  • Ans. 

    Utilize various sourcing methods to attract and engage contractors.

    • Utilize online job boards and social media platforms to advertise openings.

    • Attend job fairs and networking events to connect with potential contractors.

    • Utilize recruitment agencies and staffing firms to source qualified candidates.

    • Offer referral bonuses to current contractors for recommending new candidates.

    • Maintain a strong employer brand to attract to...

  • Answered by AI
  • Q2. End to end Recruitment

Interview Preparation Tips

Interview preparation tips for other job seekers - Show what strategy you have used to recruit consultants for different technologies.

Senior Resource Manager Interview Questions asked at other Companies

Q1. Strategies used to recruit contractors.
View answer (1)

World Wide Technology interview questions for popular designations

 Devops Engineer

 (1)

 Senior Resource Manager

 (1)

 Software Engineer IV

 (1)

 Buyer

 (1)

 Associate

 (1)

Associate Interview Questions & Answers

user image Anonymous

posted on 20 Mar 2024

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

I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself and many behavioral questions.

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

Buyer Interview Questions & Answers

user image Anonymous

posted on 30 Dec 2021

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

Interview Questionnaire 

1 Question

  • Q1. It was all about drop ship
  • Ans. Prepare for drop ship and manage the workload
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare for drop ship

Buyer Interview Questions asked at other Companies

Q1. What is contract procurement, and what are its key elements?
View answer (2)

Jobs at World Wide Technology

View all

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What do u mean by data
  • Ans. 

    Data refers to facts, statistics, or information collected for analysis or reference.

    • Data is raw, unprocessed information.

    • It can be in the form of numbers, text, images, or any other format.

    • Examples include customer names, product prices, and sales figures.

    • Data can be structured (organized in a specific way) or unstructured (not organized).

  • Answered by AI
  • Q2. What is preprocessed data
  • Ans. 

    Preprocessed data is data that has been cleaned, transformed, and organized for analysis or modeling.

    • Preprocessed data is often used in machine learning and data analysis to improve the accuracy and efficiency of models.

    • Common preprocessing steps include removing missing values, scaling features, and encoding categorical variables.

    • Examples of preprocessing techniques include normalization, standardization, one-hot enco

  • Answered by AI
  • Q3. What do u mean by info
  • Ans. 

    Info refers to data or knowledge that provides details or context about a specific topic or subject.

    • Info can be in the form of facts, statistics, or explanations.

    • It helps to understand a topic better or make informed decisions.

    • Examples of info include news articles, research papers, and educational resources.

  • Answered by AI
  • Q4. How to copy from 2 tables and paste in 3rd one in sql
  • Ans. 

    Use SQL INSERT INTO SELECT statement to copy data from 2 tables and paste into a 3rd table.

    • Use INSERT INTO SELECT statement to copy data from 2 tables and paste into a 3rd table.

    • Specify the columns you want to copy from each table in the SELECT statement.

    • Make sure the columns in the SELECT statement match the columns in the 3rd table where you are pasting the data.

  • Answered by AI
  • Q5. Reverse string using any language you know
  • Ans. 

    Reverse a string using any programming language

    • Use built-in functions like reverse() or slice() in languages like Python or JavaScript

    • Iterate through the string in reverse order and append each character to a new string

    • Use a stack data structure to push each character onto the stack and then pop them off to reverse the string

  • Answered by AI
  • Q6. A puzzle question was asked but i don't remeber it.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Two sections :
in 1st section aptitude and verbal test and 2nd section technical

Round 2 - Technical 

(2 Questions)

  • Q1. Introduction of yourself
  • Q2. What is angular
  • Ans. 

    Angular is a popular open-source front-end web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem with many libraries and tools available.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good and nice exprience with interview and waiting for feedback

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding question, 20 aptitude questions and english questions in 90 minutes

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 Aug 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 Resume tips
Round 2 - Aptitude Test 

3 sections of test. First 2 sections was english and 3rd section was technical related to job.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Which company and its details. What was your job role?
  • Q2. What is SDLC? Asking to do role play on 1 topic asked by them.

Interview Preparation Tips

Interview preparation tips for other job seekers - This was my first experience as business analyst interview was good. If you are good at your approach then you go through it.
Contribute & help others!
anonymous
You can choose to be anonymous

World Wide Technology Interview FAQs

How many rounds are there in World Wide Technology interview?
World Wide Technology interview process usually has 2 rounds. The most common rounds in the World Wide Technology interview process are Technical, One-on-one Round and Coding Test.
How to prepare for World Wide Technology 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 World Wide Technology. The most common topics and skills that interviewers at World Wide Technology expect are Python, SQL, Project Management, Javascript and HR.
What are the top questions asked in World Wide Technology interview?

Some of the top questions asked at the World Wide Technology interview -

  1. What are namespaces in terraf...read more
  2. Strategies used to recruit contracto...read more
  3. It was all about drop s...read more

Recently Viewed

JOBS

Gushwork

14 jobs

JOBS

Browse jobs

Discover jobs you love

JOBS

GroundTruth

33 jobs

PHOTOS

Growisto

7 office photos

REVIEWS

24/7 Customer

No Reviews

JOBS

GE Appliances

No Jobs

JOBS

Designscapes

No Jobs

SALARIES

IRIS World School

JOBS

Mold-Masters

No Jobs

JOBS

Indus Towers

No Jobs

Tell us how to improve this page.

World Wide Technology Interview Process

based on 8 interviews

Interview experience

4.4
  
Good
View more

Saint-Gobain

We thank our employees for rating us 4/5 on AmbitionBox

Join World Wide Technology Combining strategy & execution to help business accelerate growth.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 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
IBM Interview Questions
4.0
 • 2.3k Interviews
View all

World Wide Technology Reviews and Ratings

based on 45 reviews

4.3/5

Rating in categories

3.9

Skill development

4.5

Work-life balance

4.3

Salary

4.1

Job security

4.4

Company culture

3.7

Promotions

4.2

Work satisfaction

Explore 45 Reviews and Ratings
Data Engineer

Gurgaon / Gurugram

8-13 Yrs

Not Disclosed

Technical Presales Consultant

Mumbai

3-7 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Coordinator
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Buyer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare World Wide Technology with

IBM

4.0
Compare

Accenture

3.8
Compare

HCLTech

3.5
Compare

TCS

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