Wunderman Thompson Commerce interview experience Real time questions & tips from candidates to crack your interview

Technical Associate

Wunderman Thompson Commerce
upvote
share-icon
4 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: dynamic programming, backtracking, recursion, tree, graph, priority queue
Tip
Tip

Tip 1 : be regular ,yes your speed matters but regularity is must.
Tip 2 : try to solve maximum problem on various platform and take mock tests
Tip 3 : you must have intership certificate or atleast have 1 or 2 good projects.
Tip 4 : never give up ,one day all your hard work will pay you.

Application process
Where: Campus
Eligibility: NA
Resume Tip
Resume tip

Tip 1 : try to add atleast one language in which you are really confident
Tip 2 : try to add atleast one web development language
Tip 3 : also your extra caricular reflect a positive impact atleast in HR Round.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration50 Minutes
Interview date30 Jun 2021
Coding problem1

there were two coding question in first round.

1. Doctor Ninja's House

Hard
50m average time
50% success
0/120
Asked in companies
SamsungWunderman Thompson Commerce

There are ‘N’ cities and ‘M’ paths connecting them. Doctor Ninja wants to purchase a house in a city ‘X’ such that she can reach any city from the city ‘X’.

Your task is to help Ninja to find her a house ‘X’, if you are given with ‘N’ cities and ‘M’ paths.

There can be more than one house ‘X’ possible. You need to output the house ‘X’ with minimum value. If you are unable to find any such house ‘X’, then return -1.

A mother vertex in a graph G = (V, E) is a vertex v such that all other vertices in G can be reached by a path from v.

Example:
Consider the following Graph: 

Vertices reachable from vertex 0:
0 -> 1 -> 3 -> 2 -> 4 -> 5 -> 7 -> 6

Vertices reachable from vertex 1:
1 -> 3 -> 2 -> 4 -> 5 -> 7 -> 6

Vertices reachable from vertex 2:
2 -> 1 -> 3 -> 4 -> 5 -> 7 -> 6

Vertices reachable from vertex 3:
3 -> 2 -> 1 -> 4 -> 5 -> 7 -> 6

Vertices reachable from vertex 4:
4 -> 5 -> 7 -> 6

Vertices reachable from vertex 5:
5 -> 7 -> 6 -> 4

Vertices reachable from vertex 6:
6 -> 4 -> 5 -> 7

Vertices reachable from vertex 7:
7 -> 6 -> 4 -> 5

Clearly, there is only one vertex “ 0 ” in the graph, from which all other vertices are reachable. Hence, vertex “ 0 ” is the mother vertex of the above graph.

There can be more than one mother vertices in a graph.

For Example, in the above graph, vertices 0, 1 and 2 are mother vertices.

Try solving now
02
Round
Medium
Video Call
Duration30 Minutes
Interview date29 Jun 2021
Coding problem1

1 coding question of scrambled string.

1. Scramble String

Hard
15m average time
85% success
0/120
Asked in companies
PostmanAmazonInfo Edge India (Naukri.com)

You are given an integer ‘N’ and two strings ‘S’ and 'R' each having size = ‘N’. You can scramble the string ‘S’ to obtain string 'R' using the following operations:

1. If the length of the string is greater than 1:

  • Select any random index and split the string into two non-empty substrings. For e.g: if the string is ‘S’, then divide it into two non-empty substrings ‘A’ and ‘B’ such that ‘S’ = ‘A’ + ‘B’.
  • You can choose to swap the two substrings or keep them in the same order, i.e., after this operation string ‘S’ may become either ‘S’ = ‘A’ + ‘B’ or ‘S’ = ‘B’ + ‘A’.
  • Apply the first step recursively on each of the two strings ‘A’ and ‘B’.
  • 2. If the length of the string is equal to 1 then stop.

    Your task is to return true if 'R' is a scrambled string of ‘S’ else return false.

    Note:

    1. Both the strings are non-empty and are of the same length.
    
    2. You can apply the above operations any number of times on ‘S’.
    
    3. The operations can only be applied on the string ‘S’.
    
    4. ‘S’ and 'R' consist of lowercase letters only.
    
    Problem approach

    this is simple problem based on matrix multiplication concept in recursive function we can start a loop from 1 to length of strings and call again to both part to string with respective part of another string.
    remember we have to check one part of one string to both part of another string because that is what a scrambled string means.

    Try solving now
    03
    Round
    Easy
    Video Call
    Duration30 Minutes
    Interview date2 Jul 2021
    Coding problem1

    oops and some sql queries

    1. Technical Questions

    What are basic oops concepts

    Third highest salary from employee and salary table.

    04
    Round
    Easy
    HR Round
    Duration20 Minutes
    Interview date15 Jul 2021
    Coding problem1

    HR round

    1. Basic HR Questions

    Name,background,studies,and she gives me random situation and asked for the solution like if we want to organise a cricket match in our company then what steps we have to take.

    1.why we should hire you?
    2.what do you think about our company?
    3.where you will see yourself in 5 years?

    Problem approach

    Tip 1 : your communication skills must good
    Tip 2 : prepare for the basic questions

    Here's your problem of the day

    Solving this problem will increase your chance to get selected in this company

    Skill covered: Programming

    What is recursion?

    Choose another skill to practice
    Similar interview experiences
    company logo
    Java Developer
    2 rounds | 4 problems
    Interviewed by Wunderman Thompson Commerce
    824 views
    0 comments
    0 upvotes
    company logo
    SDE - 1
    3 rounds | 7 problems
    Interviewed by OYO
    4656 views
    0 comments
    0 upvotes
    company logo
    SDE - 1
    2 rounds | 5 problems
    Interviewed by Meesho
    6450 views
    0 comments
    0 upvotes
    company logo
    SDE - 1
    3 rounds | 9 problems
    Interviewed by Salesforce
    3451 views
    0 comments
    0 upvotes
    Companies with similar interview experiences
    company logo
    Technical Associate
    3 rounds | 5 problems
    Interviewed by CIS - Cyber Infrastructure
    506 views
    0 comments
    0 upvotes