Upload Button Icon Add office photos
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

Filter interviews by

Wunderman Thompson Commerce Interview Questions, Process, and Tips

Updated 16 May 2023

Top Wunderman Thompson Commerce Interview Questions and Answers

View all 18 questions

Wunderman Thompson Commerce Interview Experiences

Popular Designations

8 interviews found

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
  • 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
  • Q3. What is the difference in product, customer and sales entity. Also do these all have EAV ?
  • 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
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
  • 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
  • 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
  • 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
  • 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

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

Top Wunderman Thompson Commerce Senior Magento Developer Interview Questions and Answers

Q1. Magento2 config ways, Also how we can set config so at time of deployment in multiple environments it auto update magento.
View answer (2)

Senior Magento Developer Interview Questions asked at other Companies

Q1. Magento2 config ways, Also how we can set config so at time of deployment in multiple environments it auto update magento.
View answer (2)

I was interviewed 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
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
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

Technical Associate Interview Questions asked at other Companies

Q1. Doctor Ninja's HouseThere 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 ... read more
View answer (3)

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:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

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

(6 Questions)

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

Interview Preparation Tips

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

Senior Systems Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
Add answer

I was interviewed 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?
  • 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...
  • Q3. What is the Singleton Design Pattern?
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

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Wunderman Thompson Commerce interview questions for popular designations

 Java Developer

 (2)

 Associate Business Consultant

 (1)

 Senior IT Recruiter

 (1)

 Senior Magento Developer

 (1)

 Senior Systems Engineer

 (1)

 Technical Associate

 (1)

 Test Lead

 (1)

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:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
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
  • Q2. Cucumber BDD usages. POM explanantion.
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
  • Q2. Windows and Browser popup
Round 4 - HR 

(2 Questions)

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

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

Test Lead Interview Questions asked at other Companies

Q1. If you put in an Agile project, Will you be able to do in sprint Automation
View answer (1)

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
  • Q2. Swap 2 numbers without using 3rd 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

  • Answered by AI
  • Q3. Singleton Design Pattern

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

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Jobs at Wunderman Thompson Commerce

View all

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

Interview Questionnaire 

3 Questions

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

Interview Preparation Tips

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

Senior IT Recruiter Interview Questions asked at other Companies

Q1. My understanding about Prevalent AI and What they do?
View answer (1)

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

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

Associate Business Consultant Interview Questions asked at other Companies

Q1. How would you create the user stories for an app that tracks expenses?
View answer (2)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Recruiter will ask you questions like are you willing to travel, but what they mean, are you will go from stores to stores or peoples door to door to sale their product.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are considering joining EchoBoom as a business associate but are not inclined toward sales, it may be best to reconsider. The primary method of earning money in this role involves selling their products from store to store. This process can often feel uncomfortable, especially when potential customers directly express their lack of interest. Therefore, if you are capable of engaging in this type of sales approach, you may wish to pursue the opportunity. However, if you are not comfortable with this aspect of the job, it would be wise to avoid applying for this position at the company.

You will not get any inhand salary, the only way you can earn money is by selling their products. If will not be able to sale any product, the amount that you will get is a big zero. If you're not into sales, don't go for it, just don't. It's not like that you will be in the office and by cold calling you sale the products, it's completely a field job.
Any role you will get in the Echoboom company, where its mentioned sales, kindly don't apply for it If you are not into sales and sales means selling their product from stores to stores and peoples door to door.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - HR 

(10 Questions)

  • Q1. Can you provide an example of a situation where you had to adjust to a non-traditional work culture?
  • Ans. 

    Yes, I once worked at a tech startup with a very casual and collaborative work environment.

    • Adapted to flexible work hours and remote work options

    • Participated in open discussions and brainstorming sessions

    • Embraced a flat organizational structure with minimal hierarchy

  • Answered by AI
  • Q2. What strategies do you employ to attract top talent in competitive industries?
  • Ans. 

    Utilize employer branding, targeted recruitment campaigns, employee referrals, and networking events to attract top talent in competitive industries.

    • Develop a strong employer brand to showcase company culture and values

    • Create targeted recruitment campaigns on social media and job boards

    • Leverage employee referrals for high-quality candidates

    • Host networking events to connect with potential candidates

    • Offer competitive sal

  • Answered by AI
  • Q3. Can you provide an example of how you managed a disagreement between two employees or teams?
  • Ans. 

    I facilitated a meeting between two conflicting teams to address their issues and find a resolution.

    • Acted as a neutral mediator to allow both sides to express their concerns

    • Encouraged open communication and active listening

    • Identified common ground and areas of compromise

    • Facilitated a discussion to reach a mutually agreeable solution

  • Answered by AI
  • Q4. How do you handle underperforming employees during recruitment or probation periods?
  • Ans. 

    I address underperforming employees during recruitment or probation periods by providing clear expectations, regular feedback, and support for improvement.

    • Set clear performance expectations from the beginning

    • Provide regular feedback on performance and areas for improvement

    • Offer support and resources for development and improvement

    • Document performance issues and progress for future reference

    • Consider additional training

  • Answered by AI
  • Q5. How do you evaluate a candidate's suitability in terms of cultural fit for the organization?
  • Ans. 

    Evaluate candidate's cultural fit by assessing values, behaviors, and communication style.

    • Conduct behavioral interviews to understand how the candidate approaches work and interacts with others.

    • Assess the candidate's values and compare them to the organization's core values.

    • Observe the candidate's communication style and how it aligns with the company's culture.

    • Consider the candidate's past experiences and how they may...

  • Answered by AI
  • Q6. What is one of your biggest weaknesses, and how have you addressed it to improve?
  • Ans. 

    One of my biggest weaknesses is time management. I have addressed it by prioritizing tasks, setting deadlines, and using time management tools.

    • Prioritizing tasks based on importance and deadlines

    • Setting specific deadlines for each task to stay on track

    • Utilizing time management tools such as calendars and to-do lists

    • Seeking feedback from colleagues on time management strategies

  • Answered by AI
  • Q7. Are you comfortable with flexible working hours that may include international time zones?
  • Ans. 

    Yes, I am comfortable with flexible working hours including international time zones.

    • I have previous experience working with international teams and adjusting to different time zones.

    • I am adaptable and can easily shift my schedule to accommodate different time zones.

    • I understand the importance of communication and collaboration across different regions.

    • I am willing to work outside of traditional hours to ensure effecti

  • Answered by AI
  • Q8. How do you handle tight deadlines and high-pressure recruitment campaigns?
  • Ans. 

    I prioritize tasks, stay organized, communicate effectively, and remain calm under pressure.

    • Prioritize tasks based on urgency and importance

    • Stay organized with detailed schedules and to-do lists

    • Communicate effectively with team members and stakeholders

    • Remain calm and focused to make rational decisions

    • Utilize time management techniques like Pomodoro method or Eisenhower matrix

    • Delegate tasks when necessary to meet deadli...

  • Answered by AI
  • Q9. What lessons have you learned from your previous roles that would be beneficial in your position at Moris Media?
  • Ans. 

    I have learned the importance of effective communication, time management, and adaptability in previous roles.

    • Effective communication skills helped me build strong relationships with candidates and hiring managers.

    • Time management skills allowed me to prioritize tasks and meet deadlines efficiently.

    • Adaptability helped me navigate through changes in recruitment processes and strategies.

  • Answered by AI
  • Q10. What interests you about working in the media industry, and how do you envision your contributions to our team?
  • Ans. 

    I am passionate about storytelling and the power of media to shape perspectives and influence change.

    • I am drawn to the fast-paced and dynamic nature of the media industry.

    • I believe my strong communication and interpersonal skills will be valuable in building relationships with candidates and clients.

    • I am excited about the opportunity to contribute to creating diverse and inclusive teams within the media industry.

    • I have...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Adapting to the dynamic culture of the media industry is your initial challenge; it is not a conventional 9-to-5 job. Refrain from speaking negatively about previous employers; rather, concentrate on the lessons learned. Be authentic by sharing both your strengths and weaknesses honestly. If you are not flexible, do not pretend to be. Honesty fosters trust.

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 Javascript, Java, 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

Tell us how to improve this page.

Wunderman Thompson Commerce Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k 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
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
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
R.R. Donnelley Interview Questions
3.9
 • 99 Interviews
View all

Wunderman Thompson Commerce Reviews and Ratings

based on 73 reviews

3.8/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

3.6

Salary

3.6

Job security

3.7

Company culture

3.4

Promotions

3.5

Work satisfaction

Explore 73 Reviews and Ratings
Associate System Analyst
45 salaries
unlock blur

₹7 L/yr - ₹16 L/yr

System Analyst
34 salaries
unlock blur

₹7.9 L/yr - ₹18 L/yr

Associate Consultant
22 salaries
unlock blur

₹18.7 L/yr - ₹37.2 L/yr

Technical Associate
19 salaries
unlock blur

₹4.9 L/yr - ₹12 L/yr

Software Quality Analyst
12 salaries
unlock blur

₹4.9 L/yr - ₹17.5 L/yr

Explore more salaries
Compare Wunderman Thompson Commerce with

Accenture

3.8
Compare

IBM

4.0
Compare

Capgemini

3.7
Compare

Infosys

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