Upload Button Icon Add office photos

Filter interviews by

Wtw Global Delivery And Solutions Production Graduate Engineer Trainee Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly into technical sides

Interview Preparation Tips

Interview preparation tips for other job seekers - Smooth interview process
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Time and work
Probability
Train
Profit loss

Round 2 - Technical 

(1 Question)

  • Q1. Problem solving and programming questions
Round 3 - HR 

(1 Question)

  • Q1. About the company Additional intrest other than studies
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There was a coding test on hackerank

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was good but prepared on technical basis

Round 2 - Technical 

(2 Questions)

  • Q1. What is primary key
  • Ans. 

    Primary key is a unique identifier for each record in a database table.

    • Primary key ensures each record in a table is unique

    • It can be a single column or a combination of columns

    • Primary key values cannot be NULL

    • Example: In a table of students, student ID can be a primary key

  • Answered by AI
  • Q2. What is foreign key
  • Ans. 

    Foreign key is a column or a set of columns in a table that uniquely identifies a row in another table.

    • A foreign key establishes a relationship between two tables in a database.

    • It ensures referential integrity by enforcing a link between the data in the two tables.

    • Foreign key constraints prevent actions that would destroy links between tables, such as deleting a row that is referenced by another table.

    • Example: In a dat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your basis programming skills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

You have to pass the hackerrank assessment before they could contact you

Round 2 - HR 

(2 Questions)

  • Q1. Tell us about yourself
  • Ans. 

    I am a dedicated and detail-oriented engineer with a passion for problem-solving and continuous learning.

    • Graduated with a degree in Engineering from XYZ University

    • Completed internships at ABC Company and gained hands-on experience in project management

    • Proficient in CAD software and technical drawing

    • Strong communication skills and ability to work well in a team

  • Answered by AI
  • Q2. Expected salary
  • Ans. 

    My expected salary is in line with industry standards and reflects my experience and qualifications.

    • Research industry standards for Associate Engineer salaries

    • Consider my experience and qualifications when determining salary expectations

    • Be prepared to negotiate based on the company's offer and benefits package

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is the process of refactoring code?
  • Ans. 

    Refactoring code involves restructuring existing code to improve its readability, maintainability, and performance without changing its functionality.

    • Identify code smells: Look for areas in the code that are difficult to understand or maintain, such as long methods or duplicated code.

    • Simplify complex methods: Break down large methods into smaller, more manageable ones. For example, a method that processes data can be s...

  • Answered by AI
  • Q2. Write Sql queries, react questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. In detail discusssion about work done in previous organization.
  • Q2. Challenges faced in previous projects.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Basically questions to figure out the personality of the candidate and his/her cultural fit.
  • Q2. Manager at times ask real time use cases and scenario based questions
Round 3 - HR 

(2 Questions)

  • Q1. Basic questions like why do you want to join us.
  • Q2. Why are you leaving your current organization.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How AMEX makes money?
  • Ans. 

    American Express makes money primarily through fees charged to merchants and cardholders, as well as interest on outstanding balances.

    • AMEX charges merchants a fee for accepting their cards, known as interchange fees.

    • Cardholders pay annual fees, late fees, and interest on balances carried over from month to month.

    • AMEX also earns revenue from its travel services, insurance products, and investment services.

    • The company ma...

  • Answered by AI
  • Q2. How AMEX is different from Visa/Master card?
  • Ans. 

    AMEX offers charge cards while Visa/Mastercard offer credit cards. AMEX has higher fees but better rewards.

    • AMEX is a charge card, requiring full payment each month, while Visa/Mastercard offer credit cards with the option to carry a balance.

    • AMEX typically has higher annual fees compared to Visa/Mastercard.

    • AMEX is known for its premium rewards and benefits, catering to a more affluent customer base.

    • Visa/Mastercard are a...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Strengths or Weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for Interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Problem solving questions

Round 2 - Technical 

(2 Questions)

  • Q1. Hibernate interview questions
  • Q2. Skills mentioned in profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well what you mentioned in resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Write logic java program using streams
  • Ans. 

    Program to filter even numbers from an array using Java streams

    • Use Java streams to filter even numbers from an array

    • Use filter() method with lambda expression to check if a number is even

    • Collect the filtered numbers into a new array using collect() method

  • Answered by AI
  • Q2. Write rest template logic while calling external services?
  • Ans. 

    Use RestTemplate to make HTTP requests to external services in Java applications.

    • Create a RestTemplate object to send HTTP requests.

    • Use methods like getForObject() or postForObject() to make GET or POST requests respectively.

    • Set headers, request parameters, and body if needed.

    • Handle the response received from the external service.

  • Answered by AI
  • Q3. Finding the adjacent nodes in the LinkedList?
  • Ans. 

    Adjacent nodes in a LinkedList are the nodes that are next to each other in the sequence.

    • To find adjacent nodes in a LinkedList, you can simply traverse the list and access the next node for each current node.

    • For example, if the LinkedList is 1 -> 2 -> 3 -> 4, then the adjacent nodes for node 2 are 1 and 3.

    • You can use a while loop to iterate through the LinkedList and compare each node with its next node to find adjace

  • Answered by AI
Round 2 - Coding Test 

Mostly on Strings and substring problems

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 589 Interviews
Citicorp Interview Questions
3.7
 • 575 Interviews
American Express Interview Questions
4.1
 • 368 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.6
 • 295 Interviews
Morningstar Interview Questions
3.9
 • 245 Interviews
FactSet Interview Questions
3.9
 • 211 Interviews
BNP Paribas Interview Questions
3.8
 • 183 Interviews
View all
Senior Advisor
50 salaries
unlock blur

₹3.3 L/yr - ₹8 L/yr

Senior Analyst
37 salaries
unlock blur

₹7 L/yr - ₹18 L/yr

Analyst
33 salaries
unlock blur

₹4.8 L/yr - ₹16.3 L/yr

Assistant Manager
14 salaries
unlock blur

₹6.8 L/yr - ₹21 L/yr

Team Lead
13 salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Explore more salaries
Compare Wtw Global Delivery And Solutions with

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

Citicorp

3.7
Compare

American Express

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