i
Wunderman Thompson Commerce
Filter interviews by
I applied via Walk-in and was interviewed in Nov 2022. There were 3 interview rounds.
I appeared for an interview in Jul 2021.
Round duration - 50 Minutes
Round difficulty - Medium
there were two coding question in first round.
In a network of 'N' cities with 'M' paths connecting them, Doctor Ninja aims to purchase a house in a city 'X' such that it is possible to reach every other city fro...
The task is to find a city 'X' from which all other cities can be reached in a given graph.
Find the mother vertices in the graph.
If there are multiple mother vertices, return the minimum value.
If there are no mother vertices, return -1.
Round duration - 30 Minutes
Round difficulty - Medium
1 coding question of scrambled string.
You are given an integer 'N' and two strings S
and R
, each having the size N
. Determine if you can scramble string S
to obtain string R
using specified operations.
Your ...
The question asks to determine if string 'R' can be obtained by scrambling string 'S' using certain operations.
The length of both strings 'S' and 'R' should be the same.
The operations can be applied recursively on the substrings of 'S'.
If the length of 'S' is 1, the scrambling process stops.
The strings only contain lowercase letters.
Round duration - 30 Minutes
Round difficulty - Easy
oops and some sql queries
Round duration - 20 Minutes
Round difficulty - Easy
HR round
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.
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.
I applied via Approached by company and was interviewed in Dec 2021. There were 3 interview rounds.
I appeared for an interview before Apr 2021.
Round duration - 60 minutes
Round difficulty - Easy
Technical Interview round with questions around Java.
The main difference is that @RestController is a specialized version of @Controller that is used for RESTful web services.
RestController is used for creating RESTful web services, while Controller is used for handling web requests in a traditional MVC application
RestController eliminates the need for annotating each method with @ResponseBody as it is done automatically
RestController returns data directly in the respons...
Your task is to swap two given numbers without utilizing an additional variable and print the swapped values.
The first line contains an integer 't...
Swapping two numbers without using a third variable in Java.
Use bitwise XOR operation to swap the numbers without using a third variable.
a = a XOR b; b = a XOR b; a = a XOR b; will swap the values of a and b.
Ensure to handle edge cases like when a and b are the same number.
Singleton Design Pattern ensures a class has only one instance and provides a global point of access to it.
Ensures a class has only one instance by providing a global access point to it.
Uses a private constructor to restrict instantiation of the class from other classes.
Provides a static method to access the single instance of the class.
Commonly used in scenarios where only one instance of a class is needed, such as da
Round duration - 30 minutes
Round difficulty - Easy
HR round with typical behavioral problems.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
Wunderman Thompson Commerce interview questions for popular designations
I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.
The @Controller annotation is used to create a controller class for handling HTTP requests, while @RestController is used for RESTful web services.
The @Controller annotation is used for traditional web applications that return HTML views.
The @RestController annotation is used for creating RESTful web services that return JSON or XML data.
The @RestController annotation is a combination of @Controller and @ResponseBody a...
Swapping 2 numbers without using a third variable in Java
Use addition and subtraction to swap the values
Use XOR operator to swap the values
Use multiplication and division to swap the values
I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Jul 2020. There were 3 interview rounds.
Answering questions related to business consulting and requirements gathering.
Requirement Gap Document is a crucial tool for identifying gaps between current and desired states.
Achievements include successful implementation of ERP systems and streamlining business processes.
Changed company for growth opportunities and to expand domain knowledge.
Tools for requirement gathering include interviews, surveys, and workshops.
...
Top trending discussions
I appeared for an interview in Jul 2017.
Autoboxing is the automatic conversion of primitive data types to their corresponding object wrapper classes.
Autoboxing is useful when working with collections that require objects instead of primitives.
Example: int i = 5; Integer j = i; //autoboxing
Unboxing is the opposite of autoboxing, where an object of a wrapper class is converted back to its corresponding primitive type.
Example: Integer j = 5; int i = j; //unboxi
Typecasting up and down refers to converting a variable of one data type to another data type of higher or lower precision.
Typecasting up involves converting a variable of lower precision to a variable of higher precision, such as converting an int to a double.
Typecasting down involves converting a variable of higher precision to a variable of lower precision, such as converting a double to an int.
Typecasting can resul...
To iterate a map in Java, use a for-each loop or an iterator.
Use the entrySet() method to get a set of key-value pairs
For-each loop: for(Map.Entry
Iterator: Iterator
Use hasNext() and next() methods to iterate through the map
Types of synchronization in Java
Synchronized methods
Synchronized statements
ReentrantLock
Semaphore
CountDownLatch
Access modifiers in method overriding
Access modifiers in the overriding method cannot be more restrictive than the overridden method
The access modifier can be less restrictive or the same as the overridden method
Private methods cannot be overridden
Examples: public method can be overridden by public or protected method, but not by private method
Some of the top questions asked at the Wunderman Thompson Commerce interview -
based on 2 interviews
Interview experience
based on 73 reviews
Rating in categories
Associate System Analyst
45
salaries
| ₹7 L/yr - ₹16 L/yr |
System Analyst
34
salaries
| ₹7.9 L/yr - ₹18 L/yr |
Associate Consultant
22
salaries
| ₹18.7 L/yr - ₹37.2 L/yr |
Technical Associate
19
salaries
| ₹4.9 L/yr - ₹12 L/yr |
Software Quality Analyst
12
salaries
| ₹4.9 L/yr - ₹17.5 L/yr |
Accenture
IBM
Capgemini
Infosys