Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Dentsu World Services Team. If you also belong to the team, you can get access from here

Dentsu World Services Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 31 Reviews

Filter interviews by

Dentsu World Services Senior Software Engineer Interview Questions and Answers

Updated 17 Jul 2023

Dentsu World Services Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. I was asked about HTML defer, async, meta tags, semantic tags
  • Q2. I was asked about asset delivery optimisation on web pages
Round 3 - Group Discussion 

I was asked about my knowledge of browser engines and polyfills

Senior Software Engineer Interview Questions & Answers

user image Mahalakshmi Thirunavukkarasu

posted on 13 Jul 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(1 Question)

  • Q1. In the first round, basic technical questions on HTML, css and javascript were asked as my role was front end developer

Interview Preparation Tips

Interview preparation tips for other job seekers - In the second round, I was asked to share screen and do the coding for some js conditions and jquery events with the given requirement

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nt ... read more
asked in Capgemini
Q2. Pascal's TriangleYou are given an integer N. Your task is to retu ... read more
Q3. K Largest Elements You are given with an integer k and an array o ... read more
asked in GlobalLogic
Q4. System Design QuestionCreate a simple shopping application. They ... read more
asked in Info Edge
Q5. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. 3 sum coding problem
  • Q2. System design and projects
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic to medium questions related to DotNet Core MVC, SQL Server, etc
Round 2 - Technical 

(1 Question)

  • Q1. Completely unprofessional behavior of the interviewer. - No Introduction Direct start asking questions. - Asking too many misleading questions (First ask what you worked on, then ask did you heard about th...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

Duration was 1 hour, Topics covered were DSA, Concurrency in golang, Databse questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learing DSA everyday and Master tthe most important topics in your programming language
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About the project. and asked what i did in project. how to create schema in pyspark. what is ADE. what are the difficulties i faced in project. what is spark submit command how we write sparksubmit command...
  • Q2. No of occurrences of letter in a string.
  • Ans. 

    Count occurrences of a letter in a string.

    • Iterate through each character in the string and count occurrences of the specified letter.

    • Use a hashmap to store the count of each letter.

    • Handle both uppercase and lowercase letters to ensure accurate counting.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

There was mcq test with 1 sql code based question.

Round 2 - Technical 

(5 Questions)

  • Q1. It was technical interview of around 30 min, questions were direct and short on react lifecycle and basic concepts of js.
  • Q2. What is debounce and throttling?
  • Ans. 

    Debounce and throttling are techniques used in web development to limit the number of times a function is called.

    • Debounce delays the execution of a function until after a specified time period has elapsed without additional calls.

    • Throttling limits the rate at which a function is called, ensuring it is not called more than once within a specified time interval.

    • Debounce is useful for handling events like resizing a windo...

  • Answered by AI
  • Q3. What is diff between git merge and rebase?
  • Ans. 

    Git merge combines changes from different branches, while rebase moves the current branch to the tip of another branch.

    • Merge creates a new commit with combined changes, while rebase rewrites commit history.

    • Merge preserves the commit history of both branches, while rebase creates a linear history.

    • Merge is non-destructive and suitable for public branches, while rebase is destructive and should be used for private branche...

  • Answered by AI
  • Q4. What is diff between git fork and clone?
  • Ans. 

    Git fork creates a copy of a repository under your GitHub account, while git clone creates a local copy of a repository.

    • Fork creates a copy on GitHub, clone creates a local copy on your machine

    • Forking allows you to make changes without affecting the original repository

    • Cloning downloads the entire repository to your local machine

    • Forking is commonly used for contributing to open source projects

  • Answered by AI
  • Q5. What is DOM in react?
  • Ans. 

    DOM in React stands for Document Object Model, representing the structure of a web page as a tree of objects.

    • DOM in React is a virtual representation of the actual HTML elements on a web page.

    • React uses a virtual DOM to improve performance by updating only the necessary components.

    • Changes to the virtual DOM are compared with the real DOM, and only the differences are updated.

    • This helps in minimizing the number of DOM m...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. It was based on round 2 but in detail.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 5 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 - Coding Test 

Mixed conceptual questions from java8, Spring Boot and SQL and microservices

Round 3 - Technical 

(3 Questions)

  • Q1. One round technical question and coding on Java, Java 8, Spring boot,Rest webservices, SQL. Code for rest API using jpa for CRUD.
  • Q2. Singleton pattern for thread safety .
  • Ans. 

    Singleton pattern ensures only one instance of a class is created and provides a global point of access to it.

    • Use lazy initialization to create the instance only when needed.

    • Use synchronized keyword to make the getInstance() method thread-safe.

    • Consider using double-checked locking for better performance.

    • Use enum to implement singleton pattern as it is inherently thread-safe.

  • Answered by AI
  • Q3. Linked list implementation
  • Ans. 

    Linked list is a data structure where each element points to the next element in the sequence.

    • Nodes contain data and a reference to the next node

    • Insertion and deletion can be done efficiently in a linked list

    • Traversal starts from the head node and follows the next pointers

  • Answered by AI
Round 4 - Technical 

(4 Questions)

  • Q1. Parenthesis balancing question
  • Q2. Caching in Hibernate
  • Ans. 

    Caching in Hibernate improves performance by storing frequently accessed data in memory.

    • Hibernate supports first-level cache at session level

    • Second-level cache can be configured at session factory level

    • Caching strategies include read-only, read-write, and transactional

    • Cache providers like Ehcache, Infinispan, and Hazelcast can be used

  • Answered by AI
  • Q3. Maven scope questions
  • Q4. Ci and CD concept
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Good coding and conceptual questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. SQL query to join 3 tables
  • Ans. 

    Use SQL JOIN to combine data from 3 tables based on a common key.

    • Use INNER JOIN, LEFT JOIN, or RIGHT JOIN depending on the desired result

    • Specify the columns to select from each table

    • Use ON clause to specify the join condition

  • Answered by AI
  • Q2. Spring boot annotations
  • Q3. Hibernate annotations
  • Q4. Java 8 Streams + Lambda
Round 2 - One-on-one 

(3 Questions)

  • Q1. Working style: Independent contributor or Team
  • Q2. Are green-field projects alright?
  • Ans. 

    Green-field projects are great opportunities to start fresh and implement new technologies.

    • Green-field projects allow for creative freedom and innovation

    • They provide the opportunity to work with the latest technologies and tools

    • Starting from scratch can lead to cleaner code and better architecture

    • Examples: Developing a new mobile app, creating a new website from scratch

  • Answered by AI
  • Q3. Are you ok with learning new tech stacks?

Interview Preparation Tips

Topics to prepare for Revature Senior Software Engineer interview:
  • Java
  • Spring Framework
  • Hibernate
  • Angular
  • Data Structures

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Sql question, joins , store procedure
  • Q2. Mvc question, mvc frame work

Interview Preparation Tips

Interview preparation tips for other job seekers - Never join this company , that is my experience , they will give you resignation in 10 days without telling the proper reason , in this case it was team lead saurav , he had all planned me not gain entry to office on 10th day . i waited for 2 hours outside office then no one came so i left , also you sign bond for 2 years minimum, in my it was not applicable because i was experience

Dentsu World Services Interview FAQs

How many rounds are there in Dentsu World Services Senior Software Engineer interview?
Dentsu World Services interview process usually has 2-3 rounds. The most common rounds in the Dentsu World Services interview process are Resume Shortlist, One-on-one Round and Technical.
What are the top questions asked in Dentsu World Services Senior Software Engineer interview?

Some of the top questions asked at the Dentsu World Services Senior Software Engineer interview -

  1. In the first round, basic technical questions on HTML, css and javascript were ...read more
  2. I was asked about HTML defer, async, meta tags, semantic t...read more
  3. I was asked about asset delivery optimisation on web pa...read more

Tell us how to improve this page.

Dentsu World Services Senior Software Engineer Salary
based on 25 salaries
₹11 L/yr - ₹22 L/yr
20% more than the average Senior Software Engineer Salary in India
View more details

Dentsu World Services Senior Software Engineer Reviews and Ratings

based on 3 reviews

4.6/5

Rating in categories

3.4

Skill development

4.4

Work-Life balance

4.6

Salary & Benefits

4.6

Job Security

4.6

Company culture

3.6

Promotions/Appraisal

3.4

Work Satisfaction

Explore 3 Reviews and Ratings
Software Engineer
38 salaries
unlock blur

₹4 L/yr - ₹15.3 L/yr

Senior Software Engineer
25 salaries
unlock blur

₹11 L/yr - ₹22 L/yr

QA Engineer
15 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

QA Lead
10 salaries
unlock blur

₹14 L/yr - ₹23 L/yr

Project Manager
9 salaries
unlock blur

₹18 L/yr - ₹25 L/yr

Explore more salaries
Compare Dentsu World Services with

WPP

3.2
Compare

Publicis

3.7
Compare

IPG Mediabrands

3.7
Compare

M&C Saatchi Performance

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview