AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

This company page is being actively managed by Wunderman Thompson Commerce Team. If you also belong to the team, you can get access from here

Wunderman Thompson Commerce Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 72 Reviews

Play video Play video Video summary
  • About
  • Reviews
    72
  • Salaries
    593
  • Interviews
    8
  • Jobs
    11
  • Benefits
    17
  • Photos
    -

Filter interviews by

Wunderman Thompson Commerce Interview Questions and Answers

Updated 16 May 2023
Popular Designations

16 Interview questions

A Senior Magento Developer was asked
Q. What are the steps to package a Magento module as a global package for use with composer require?
Ans. 

To make a Magento module a global package for Composer, follow these steps:

  • Create a composer.json file in the root directory of the module

  • Specify the name, version, and type of the package in the composer.json file

  • Add the module's files to the 'src' directory

  • Create a 'vendor' directory in the module's root directory

  • Run 'composer install' to generate the vendor/autoload.php file

  • Publish the package to a repository l...

View all Senior Magento Developer interview questions
A Senior Magento Developer was asked
Q. What caching techniques does Magento use, and how can we control them?
Ans. 

Magento uses various caching techniques to improve performance. We can control them through configuration settings.

  • Magento uses full page caching, block caching, and session caching.

  • Full page caching stores the entire page in cache to reduce server load.

  • Block caching stores individual blocks of content in cache to reduce database queries.

  • Session caching stores session data in cache to reduce database queries.

  • Cachi...

View all Senior Magento Developer interview questions
A Senior Magento Developer was asked
Q. What is the use of composer.json and composer.lock?
Ans. 

composer.json defines dependencies and composer.lock ensures their versions are consistent.

  • composer.json lists the dependencies required by the project

  • composer.lock ensures that the versions of the dependencies remain consistent across different environments

  • composer.lock is generated automatically when dependencies are installed or updated

  • composer.json can be manually edited to add or remove dependencies

  • composer.l...

View all Senior Magento Developer interview questions
A Java Developer was asked
Q. How do you swap two numbers without using a third variable?
Ans. 

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

View all Java Developer interview questions
A Senior Magento Developer was asked
Q. What is MVC, and how magento uses MVC
Ans. 

MVC stands for Model-View-Controller. Magento uses MVC architecture to separate business logic, presentation, and user input.

  • Model represents the data and business logic

  • View represents the presentation layer

  • Controller handles user input and updates the model and view accordingly

  • Magento uses the layout XML files to define the view layer

  • Magento's controllers are responsible for handling requests and responses

  • Magento...

View all Senior Magento Developer interview questions
A Senior Magento Developer was asked
Q. Ways to create a custom attribute in magento Product, Customer and Sales.
Ans. 

Custom attributes can be created in Magento Product, Customer and Sales.

  • For Product: Use Magento's setup script to create a custom attribute.

  • For Customer: Use Magento's customer setup script to create a custom attribute.

  • For Sales: Use Magento's sales setup script to create a custom attribute.

  • Custom attributes can also be created programmatically using Magento's API.

  • Attributes can be added to attribute sets and use...

View all Senior Magento Developer interview questions
A Senior Magento Developer was asked
Q. What is the Mview file usage and what are the indexing techniques.
Ans. 

Mview files are used for indexing in Magento. Indexing techniques include full, partial, and delta indexing.

  • Mview files are used to store data for indexing purposes.

  • Full indexing updates all data in the index, while partial indexing updates only specific data.

  • Delta indexing updates only the data that has changed since the last indexing.

  • Indexing can be done manually or automatically based on a schedule or trigger.

View all Senior Magento Developer interview questions
Are these interview questions helpful?
A Senior Magento Developer was asked
Q. What is Redis cache, and how we can modify / clear a customer based cache.
Ans. 

Redis cache is an in-memory data structure store that can be used as a database, cache, and message broker.

  • Redis cache is used to speed up the performance of web applications by storing frequently accessed data in memory.

  • To modify or clear a customer based cache, we can use Redis commands like DEL, KEYS, and FLUSHDB.

  • For example, to clear a customer's cache, we can use the command 'DEL customer:123'.

View all Senior Magento Developer interview questions
A Test Lead was asked
Q. Difference cookies and Cache. Agile Methodologies and ceremonies.
Ans. 

Cookies and cache are both used to store data, but cookies are stored on the client side while cache is stored on the server side. Agile methodologies are a set of principles and ceremonies used in software development.

  • Cookies are small text files that are stored on the client's computer by a website. They are used to remember user preferences and login information.

  • Cache is a temporary storage area on the server t...

View all Test Lead interview questions
A Java Developer was asked
Q. 1) @Controller & @RestController difference
Ans. 

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 @ResponseB...

View all Java Developer interview questions
1 2

Wunderman Thompson Commerce Interview Experiences

8 interviews found

Senior Magento Developer Interview Questions & Answers

user image Vipul Kumar

posted on 16 May 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2022. 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 tips
Round 2 - Technical 

(4 Questions)

  • Q1. What is MVC, and how magento uses MVC
  • Ans. 

    MVC stands for Model-View-Controller. Magento uses MVC architecture to separate business logic, presentation, and user input.

    • Model represents the data and business logic

    • View represents the presentation layer

    • Controller handles user input and updates the model and view accordingly

    • Magento uses the layout XML files to define the view layer

    • Magento's controllers are responsible for handling requests and responses

    • Magento's mo...

  • Answered by AI
    View 1 more answer
  • Q2. Ways to create a custom attribute in magento Product, Customer and Sales.
  • Ans. 

    Custom attributes can be created in Magento Product, Customer and Sales.

    • For Product: Use Magento's setup script to create a custom attribute.

    • For Customer: Use Magento's customer setup script to create a custom attribute.

    • For Sales: Use Magento's sales setup script to create a custom attribute.

    • Custom attributes can also be created programmatically using Magento's API.

    • Attributes can be added to attribute sets and used in ...

  • Answered by AI
    View 1 more answer
  • Q3. What is the difference in product, customer and sales entity. Also do these all have EAV ?
  • Add your answer
  • Q4. What is the Mview file usage and what are the indexing techniques.
  • Ans. 

    Mview files are used for indexing in Magento. Indexing techniques include full, partial, and delta indexing.

    • Mview files are used to store data for indexing purposes.

    • Full indexing updates all data in the index, while partial indexing updates only specific data.

    • Delta indexing updates only the data that has changed since the last indexing.

    • Indexing can be done manually or automatically based on a schedule or trigger.

  • Answered by AI
    Add your answer
Round 3 - Technical 

(5 Questions)

  • Q1. Magento2 config ways, Also how we can set config so at time of deployment in multiple environments it auto update magento.
  • Ans. 

    Magento2 config can be set via XML files, database, or environment variables. Configuration can be automatically updated during deployment using tools like Ansible or Jenkins.

    • Magento2 configuration can be set via XML files in the app/code/[Vendor]/[Module]/etc directory

    • Configuration can also be set in the database using the core_config_data table

    • Environment variables can be used to set configuration values

    • Tools like An...

  • Answered by AI
    View 1 more answer
  • Q2. What caching techniques magento uses, and how we can control them.
  • Ans. 

    Magento uses various caching techniques to improve performance. We can control them through configuration settings.

    • Magento uses full page caching, block caching, and session caching.

    • Full page caching stores the entire page in cache to reduce server load.

    • Block caching stores individual blocks of content in cache to reduce database queries.

    • Session caching stores session data in cache to reduce database queries.

    • Caching ca...

  • Answered by AI
    Add your answer
  • Q3. What is Redis cache, and how we can modify / clear a customer based cache.
  • Ans. 

    Redis cache is an in-memory data structure store that can be used as a database, cache, and message broker.

    • Redis cache is used to speed up the performance of web applications by storing frequently accessed data in memory.

    • To modify or clear a customer based cache, we can use Redis commands like DEL, KEYS, and FLUSHDB.

    • For example, to clear a customer's cache, we can use the command 'DEL customer:123'.

  • Answered by AI
    Add your answer
  • Q4. What is the use of composer.json and composer.lock
  • Ans. 

    composer.json defines dependencies and composer.lock ensures their versions are consistent.

    • composer.json lists the dependencies required by the project

    • composer.lock ensures that the versions of the dependencies remain consistent across different environments

    • composer.lock is generated automatically when dependencies are installed or updated

    • composer.json can be manually edited to add or remove dependencies

    • composer.lock s...

  • Answered by AI
    Add your answer
  • Q5. Steps to make packaging an magento module as a global package to use in composer require.
  • Ans. 

    To make a Magento module a global package for Composer, follow these steps:

    • Create a composer.json file in the root directory of the module

    • Specify the name, version, and type of the package in the composer.json file

    • Add the module's files to the 'src' directory

    • Create a 'vendor' directory in the module's root directory

    • Run 'composer install' to generate the vendor/autoload.php file

    • Publish the package to a repository like P...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepare with PHP basics and MYSQL basics as well.

Skills evaluated in this interview

Anonymous

Technical Associate Interview Questions & Answers

user image Anonymous

posted on 4 Apr 2022

I appeared for an interview in Jul 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 50 Minutes
Round difficulty - Medium

there were two coding question in first round.

  • Q1. 

    Doctor Ninja's House Problem Statement

    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...

  • Ans. 

    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.

  • Answered by AI
    Add your answer
Round 2 - Video Call 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Medium

1 coding question of scrambled string.

  • Q1. 

    Scramble String Problem Statement

    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 ...

  • Ans. 

    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.

  • Answered by AI
    Add your answer
Round 3 - Video Call 

Round duration - 30 Minutes
Round difficulty - Easy

oops and some sql queries

Round 4 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

HR round

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Malaviya National Institute of Technology Jaipur. I applied for the job as Technical Associate in NoidaEligibility criteriaNAWunderman Thompson Commerce interview preparation:Topics to prepare for the interview - dynamic programming, backtracking, recursion, tree, graph, priority queueTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

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 resume tips for other job seekers

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.

Final outcome of the interviewSelected

Skills evaluated in this interview

Anonymous

Senior Systems Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Jan 2022

I applied via Approached by company and was interviewed in Dec 2021. 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. MIM, CM, PM, IM, ITIL, Service Life Cycle, Project Management related questions
  • Add your answer
Round 3 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Add your answer
  • Q2. Why should we hire you?
  • Add your answer
  • Q3. Why are you looking for a change?
  • Add your answer
  • Q4. Where do you see yourself in 5 years?
  • Add your answer
  • Q5. What are your strengths and weaknesses?
  • Add your answer
  • Q6. Values that you bring on table for Wunderman
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident, Be Agile, Fail and Recover fast
Anonymous

Java Developer Interview Questions & Answers

user image Anonymous

posted on 4 Apr 2022

I appeared for an interview before Apr 2021.

Round 1 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical Interview round with questions around Java.

  • Q1. What is the difference between @RestController and @Controller in Spring?
  • Ans. 

    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...

  • Answered by AI
    Add your answer
  • Q2. 

    Swap Two Numbers Without Using a Third Variable

    Your task is to swap two given numbers without utilizing an additional variable and print the swapped values.

    Input:

    The first line contains an integer 't...
  • Ans. 

    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.

  • Answered by AI
    Add your answer
  • Q3. What is the Singleton Design Pattern?
  • Ans. 

    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...

  • Answered by AI
    Add your answer
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round with typical behavioral problems.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAWunderman Thompson Commerce interview preparation:Topics to prepare for the interview - Java, Spring Boot, Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

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.

Application resume tips for other job seekers

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.

Final outcome of the interviewSelected

Skills evaluated in this interview

Anonymous

Test Lead Interview Questions & Answers

user image Anonymous

posted on 24 Nov 2022

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 4 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Difference cookies and Cache. Agile Methodologies and ceremonies.
  • Ans. 

    Cookies and cache are both used to store data, but cookies are stored on the client side while cache is stored on the server side. Agile methodologies are a set of principles and ceremonies used in software development.

    • Cookies are small text files that are stored on the client's computer by a website. They are used to remember user preferences and login information.

    • Cache is a temporary storage area on the server that s...

  • Answered by AI
    Add your answer
  • Q2. Cucumber BDD usages. POM explanantion.
  • Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. Capabilities in Selenium.
  • Ans. 

    Selenium is a powerful tool for automating web browsers and supports multiple programming languages.

    • Selenium can automate web browsers like Chrome, Firefox, Safari, and Edge.

    • It supports multiple programming languages like Java, Python, C#, and Ruby.

    • Selenium can handle various types of web elements like text boxes, buttons, drop-downs, and alerts.

    • It can perform actions like clicking, typing, selecting, and scrolling on ...

  • Answered by AI
    Add your answer
  • Q2. Windows and Browser popup
  • Add your answer
Round 4 - HR 

(2 Questions)

  • Q1. Personal and professional background.
  • Add your answer
  • Q2. Reason of leaving past job.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Automation Framework desiging and basic java coding to be refreshed before coming for interview.

Skills evaluated in this interview

Anonymous

Java Developer Interview Questions & Answers

user image Anonymous

posted on 19 Jan 2022

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1) @Controller & @RestController difference
  • Ans. 

    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...

  • Answered by AI
    Add your answer
  • Q2. Swap 2 numbers without using 3rd variable
  • Add your answer
  • Q3. Singleton Design Pattern
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - So, total 2 technical rounds was there followed by 1 managerial round.
Everything went well. After this, HR round was there asking about the expected salary. Everything is well till now.
But when I got the mail for the sample compensation plan, it was quiet low as expected after all the 4 rounds of interview. And surprisingly, HR wasted total of 25-30 days in the whole process.

Conclusion is, invest your time wisely.

Skills evaluated in this interview

Anonymous

Senior IT Recruiter Interview Questions & Answers

user image Anonymous

posted on 16 Jan 2021

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Recruitment process
  • Add your answer
  • Q2. Challenge in recruitment
  • Add your answer
  • Q3. Hiring trends
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive
Beleive in your experience
Knowledge in recruitment trends
Anonymous

Associate Business Consultant Interview Questions & Answers

user image Anonymous

posted on 29 Aug 2020

I applied via Naukri.com and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Requirement Gap Document? Best Achievements? Why change company and domain? Tools for requirement gathering? Agile followed in your company? How you prep story from Epic? Challenges in Scrum with Stakehold...
  • Ans. 

    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.

    • ...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Always Smile when delivering your answers. All the interviewers are awesome, it will be a great interaction. There will be 3 Technical interactions of about 1 hour and 1 HR round of 20 mins.

Skills evaluated in this interview

Anonymous

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Wunderman Thompson Commerce?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Java Developer Interview Questions & Answers

Publicis user image Anonymous

posted on 16 Jan 2022

I applied via Recruitment Consultant and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Mostly from the project which i have worked on. Core java concepts in depth.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from your project then only appear. Learn new things like cloud techs, docker kubernetes, CI CD, jenkins so this will be added advantage. Apart from these learn all the multi threading concepts and messaging service like RabbitMQ, kafka, elastic search and other things as well.
Anonymous
company Logo

Senior Software Engineer Interview Questions & Answers

Publicis user image Anonymous

posted on 22 Apr 2020

I applied via Naukri.com and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Scripting was major focus, program to read the numbers 1 to infinity and convert them to words , ex : 1 as one , 100 as hundred , 1543 as one thousand five hundreden fourty three
  • Ans. 

    A program to convert numbers into their English word representation, handling numbers from 1 to infinity.

    • Use a recursive function to break down numbers into manageable parts.

    • Handle special cases for numbers like 11-19 (e.g., eleven, twelve).

    • Use arrays or dictionaries to map numbers to words for efficiency.

    • Example: 1543 is broken down into 1000 + 500 + 40 + 3, resulting in 'one thousand five hundred forty three'.

  • Answered by AI
    View 1 more answer
  • Q2. Ansible concepts, this was major focus
  • Add your answer
  • Q3. Jenkins pipeline concepts
  • Add your answer
  • Q4. Basic other tools questions
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - It wasn't that scary, one technical round, managerial tech round, manager round, hr round, all happened in a single day

Skills evaluated in this interview

Anonymous
More about working at Wunderman Thompson Commerce
  • HQ - Watford, United Kingdom (UK)
  • Marketing & Advertising
  • 201-500 Employees (India)
  • Other

Wunderman Thompson Commerce Interview FAQs

How many rounds are there in Wunderman Thompson Commerce interview?
Wunderman Thompson Commerce interview process usually has 3-4 rounds. The most common rounds in the Wunderman Thompson Commerce interview process are Technical, Resume Shortlist and HR.
How to prepare for Wunderman Thompson Commerce 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 Wunderman Thompson Commerce. The most common topics and skills that interviewers at Wunderman Thompson Commerce expect are Java, Javascript, CSS, Magento and HTML.
What are the top questions asked in Wunderman Thompson Commerce interview?

Some of the top questions asked at the Wunderman Thompson Commerce interview -

  1. Magento2 config ways, Also how we can set config so at time of deployment in mu...read more
  2. Requirement Gap Document? Best Achievements? Why change company and domain? Too...read more
  3. What is MVC, and how magento uses ...read more
What are the most common questions asked in Wunderman Thompson Commerce HR round?

The most common HR questions asked in Wunderman Thompson Commerce interview are -

  1. What are your strengths and weakness...read more
  2. Where do you see yourself in 5 yea...read more
  3. Why are you looking for a chan...read more

Tell us how to improve this page.

Wunderman Thompson Commerce Interviews By Designations

  • Wunderman Thompson Commerce Java Developer Interview Questions
  • Wunderman Thompson Commerce Test Lead Interview Questions
  • Wunderman Thompson Commerce Senior IT Recruiter Interview Questions
  • Wunderman Thompson Commerce Technical Associate Interview Questions
  • Wunderman Thompson Commerce Senior Magento Developer Interview Questions
  • Wunderman Thompson Commerce Senior Systems Engineer Interview Questions
  • Wunderman Thompson Commerce Associate Business Consultant Interview Questions

Interview Questions for Popular Designations

  • Associate Interview Questions
  • Senior Executive Interview Questions
  • Analyst Interview Questions
  • Software Developer Interview Questions
  • Intern Interview Questions
  • Business Analyst Interview Questions
  • Consultant Interview Questions
  • Java Developer Interview Questions
  • Show more
  • System Engineer Interview Questions
  • HR Executive Interview Questions

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

R.R. Donnelley
R.R. Donnelley Interview Questions
3.8
 • 117 Interviews
Epsilon
Epsilon Interview Questions
3.8
 • 93 Interviews
Echobooom Management & Entrepreneurial Solutions
Echobooom Management & Entrepreneurial Solutions Interview Questions
3.7
 • 81 Interviews
Publicis
Publicis Interview Questions
3.7
 • 54 Interviews
Regalix
Regalix Interview Questions
2.9
 • 50 Interviews
Denave
Denave Interview Questions
3.6
 • 43 Interviews
Smollan Group
Smollan Group Interview Questions
4.0
 • 40 Interviews
InMobi
InMobi Interview Questions
3.3
 • 35 Interviews
Mediamint
Mediamint Interview Questions
3.4
 • 35 Interviews
Adglobal360
Adglobal360 Interview Questions
3.2
 • 29 Interviews
View all

Wunderman Thompson Commerce Reviews and Ratings

based on 72 reviews

3.8/5

Rating in categories

3.3

Skill development

3.9

Work-life balance

3.6

Salary

3.5

Job security

3.6

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 72 Reviews and Ratings
Jobs at Wunderman Thompson Commerce
	Wunderman Thompson Commerce
Senior Frontend Engineer

Hyderabad / Secunderabad,

Gurgaon / Gurugram

+1

7-12 Yrs

Not Disclosed

	Wunderman Thompson Commerce
.Net Developer

Gurgaon / Gurugram,

Coimbatore

10-16 Yrs

Not Disclosed

	Wunderman Thompson Commerce
Senior Financial Analyst

Noida

4-7 Yrs

Not Disclosed

Explore more jobs
Wunderman Thompson Commerce Salaries in India
Associate System Analyst
35 salaries
unlock blur

₹7 L/yr - ₹16 L/yr

System Analyst
34 salaries
unlock blur

₹7.9 L/yr - ₹18 L/yr

Associate Consultant
21 salaries
unlock blur

₹20 L/yr - ₹37.2 L/yr

Technical Associate
14 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Senior Test Engineer
12 salaries
unlock blur

₹9 L/yr - ₹20.3 L/yr

Explore more salaries
Compare Wunderman Thompson Commerce with
R.R. Donnelley

R.R. Donnelley

3.8
Compare
Epsilon

Epsilon

3.8
Compare
Denave

Denave

3.6
Compare
Smollan Group

Smollan Group

4.0
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Wunderman Thompson Commerce Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter