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
logo
Premium Employer

i

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

Publicis Sapient Verified Tick Work with us arrow

Compare button icon Compare button icon Compare
3.5

based on 3.4k Reviews

  • Why join us
  • Reviews
    3.4k
  • Salaries
    27.4k
  • Interviews
    643
  • Jobs
    264
  • Benefits
    432
  • Photos
    62
  • Posts
    3

Filter interviews by

Publicis Sapient Senior Associate Technology L1 Interview Questions and Answers

Updated 27 Oct 2023

16 Interview questions

A Senior Associate Technology L1 was asked
Q. Write a Lambda expression for Sorting and PartitionBy in Java 8.
Ans. 

Lambda expressions in Java 8 for Sorting and PartitionBy

  • Use Comparator interface with lambda expression for sorting

  • Use Collectors.partitioningBy() method with lambda expression for PartitionBy

A Senior Associate Technology L1 was asked
Q. Describe your understanding of basic JavaScript concepts.
Ans. 

JavaScript rounding methods help manipulate numbers for precision in calculations and display.

  • Math.round(): Rounds a number to the nearest integer. Example: Math.round(4.5) returns 5.

  • Math.ceil(): Rounds a number up to the nearest integer. Example: Math.ceil(4.1) returns 5.

  • Math.floor(): Rounds a number down to the nearest integer. Example: Math.floor(4.9) returns 4.

  • toFixed(): Formats a number using fixed-point nota...

Senior Associate Technology L1 Interview Questions Asked at Other Companies

asked in Publicis Sapient
Q1. • What is Data Extensions? How it is different from Lists? • What ... read more
View answer (1)
asked in Publicis Sapient
Q2. How does the garbage collector identify which objects to collect?
View answers (3)
asked in PwC
Q3. What are the different stages of project implementation?
View answers (2)
asked in Publicis Sapient
Q4. How would you sort a list of strings based on the count of their ... read more
View answer (1)
asked in Publicis Sapient
Q5. Given an array containing n distinct numbers taken from 0, 1, 2, ... read more
View answer (1)
View All
A Senior Associate Technology L1 was asked
Q. Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array. Choose the best algorithm to solve this problem.
Ans. 

Algorithm to find missing number in a sequence

  • Use mathematical formula for arithmetic or geometric sequence

  • For random sequence, use sorting and iteration

  • Consider edge cases like empty sequence or multiple missing numbers

A Senior Associate Technology L1 was asked
Q. How would you sort a list of strings based on the count of their occurrences?
Ans. 

Sorting a list of strings based on their occurrence count.

  • Create a dictionary to store the count of each string.

  • Use the dictionary to sort the list based on the count of occurrences.

  • If two strings have the same count, sort them alphabetically.

  • Return the sorted list.

A Senior Associate Technology L1 was asked
Q. Why is bundling needed in MVC?
Ans. 

Bundling in MVC is needed to improve performance by reducing the number of HTTP requests.

  • Bundling combines multiple files into a single file to reduce the number of HTTP requests.

  • This improves performance by reducing the time it takes to load a page.

  • Bundling also allows for minification, which reduces the size of the files being sent to the client.

  • Examples of files that can be bundled include CSS, JavaScript, and ...

A Senior Associate Technology L1 was asked
Q. Where are SQL Indexes stored?
Ans. 

SQL indexes are stored in the database's file system.

  • Indexes are stored in the same filegroup as the table or in a separate filegroup.

  • They can be stored in the same physical file as the table or in a separate file.

  • Indexes can also be stored in memory, such as in the buffer pool.

  • The location of the index storage can affect performance.

  • Examples of index storage options include clustered, nonclustered, and full-text ...

A Senior Associate Technology L1 was asked
Q. How does .NET manage memory?
Ans. 

Memory management in .NET

  • Garbage Collector manages memory by freeing up unused objects

  • Memory is allocated on the heap and managed by the CLR

  • Finalizers are used to release unmanaged resources

  • Memory leaks can occur if objects are not properly disposed

  • Value types are stored on the stack and are automatically managed

Are these interview questions helpful?
A Senior Associate Technology L1 was asked
Q. How does a Dictionary store data?
Ans. 

A dictionary stores data in key-value pairs.

  • Each key is unique and maps to a specific value.

  • Keys are used to retrieve values from the dictionary.

  • Data can be added, removed, or updated in the dictionary.

  • Examples include Python's dict and Java's HashMap.

A Senior Associate Technology L1 was asked
Q. How does the garbage collector identify which objects to collect?
Ans. 

Garbage collector identifies objects to pick based on their reachability.

  • Garbage collector starts from a set of root objects and identifies all objects that are reachable from them.

  • Objects that are not reachable are considered garbage and are eligible for collection.

  • Reachability is determined by following object references from root objects.

  • Objects that are referenced by other reachable objects are also considered...

A Senior Associate Technology L1 was asked
Q. What is memory management?
Ans. 

Memory management is the process of managing computer memory to allocate and deallocate memory resources.

  • Memory management involves allocating memory to processes that need it and deallocating memory that is no longer needed.

  • It also involves managing memory fragmentation and ensuring efficient use of memory.

  • Examples of memory management techniques include paging, segmentation, and virtual memory.

  • Memory leaks can o...

1 2

Publicis Sapient Senior Associate Technology L1 Interview Experiences

18 interviews found

Senior Associate Technology L1 Interview Questions & Answers

user image Anonymous

posted on 27 Feb 2023

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

I applied via Recruitment Consulltant and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. C# oops design patterns
  • Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. C# oops design patterns APIs SQL
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations, location?
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Logics clear Rakho bhailog. Design patterns are very important but basic idea would be enough
Anonymous

Senior Associate Technology L1 Interview Questions & Answers

user image Anonymous

posted on 25 Sep 2022

I applied via Approached by Company and was interviewed in Aug 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 - Aptitude Test 

They gave 40 mcqs from core java, design patterns, solid principles, Springboot, Spring, Rest, Junit

Round 3 - One-on-one 

(5 Questions)

  • Q1. They conducted in depth knowledge check on core java, microservices and rest and other Misc topics. asked to code using streams java 8.
  • Add your answer
  • Q2. Collection framework
  • Add your answer
  • Q3. Design patterns singleton proxy
  • Add your answer
  • Q4. Solid principles where do they apply
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code.

    • Solid principles apply to object-oriented programming.

    • They help in writing code that is easy to maintain, extend and test.

    • Examples of solid principles are Single Responsibility Principle, Open-Closed Principle, Liskov Substitution Principle, Interface Segregation Principle, and Dependency Inversion Principle.

  • Answered by AI
    Add your answer
  • Q5. Microservices, springboot, benefits, in detail. what is a component
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Next round is scheduled 1 hour technical. Be ready to answer tricky questions. standard Plus in depth questions in core java. design patterns, spring solid pricnciples, microservices . almost all the topics covered in technical test.
Anonymous

Senior Associate Technology L1 Interview Questions & Answers

user image Anonymous

posted on 29 Mar 2023

Interview experience
3
Average
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. Java script round where all the basic concepts were asked.
  • Ans. 

    JavaScript rounding methods help manipulate numbers for precision in calculations and display.

    • Math.round(): Rounds a number to the nearest integer. Example: Math.round(4.5) returns 5.

    • Math.ceil(): Rounds a number up to the nearest integer. Example: Math.ceil(4.1) returns 5.

    • Math.floor(): Rounds a number down to the nearest integer. Example: Math.floor(4.9) returns 4.

    • toFixed(): Formats a number using fixed-point notation....

  • Answered by AI
    Add your answer
  • Q2. React js round where all the concepts were asked.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for both js and react basic concepts during interviews.
Anonymous

Senior Associate Technology L1 Interview Questions & Answers

user image Anonymous

posted on 1 Mar 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1. JS frameworks and oops concept?
  • Add your answer
  • Q2. Software development lifecycles
  • Ans. 

    Software development lifecycles are a set of processes used to design, develop, and maintain software.

    • There are several software development lifecycles, including Waterfall, Agile, and DevOps.

    • Each lifecycle has its own set of phases, such as planning, design, development, testing, and deployment.

    • The choice of lifecycle depends on the project requirements, team size, and other factors.

    • Agile methodologies are becoming in...

  • Answered by AI
    Add your answer
Round 3 - Coding Test 

Hacker rank test and coding assessment

Interview Preparation Tips

Interview preparation tips for other job seekers - hard work and practice and keep trying do code snippets

Skills evaluated in this interview

Anonymous

Senior Associate Technology L1 Interview Questions & Answers

user image Anonymous

posted on 5 Jan 2023

Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2022. There were 3 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 - Coding Test 

Java8 MCQ, Springboot MCQ, MCQ on coding question and database

Round 3 - Technical 

(2 Questions)

  • Q1. 1. Springboot basic questions on annotations 2. Join query
  • Add your answer
  • Q2. Multithreading Java8 Coding question
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice coding questions , Multithreading, oops concepts should be clear.
Anonymous

Senior Associate Technology L1 Interview Questions & Answers

user image Anonymous

posted on 4 Sep 2022

I applied via Approached by Company and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Assignment 

It was a MCQ test consist of 40 questions.

Round 2 - Coding Test 

Full Project regarding product catalogue

Round 3 - Technical 

(1 Question)

  • Q1. It was a 2 hour long technical interview.
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. Only Salary discussion happened.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on core java ,spring, microservice concepts.
Anonymous

Senior Associate Technology L1 Interview Questions & Answers

user image Anonymous

posted on 10 Oct 2022

I applied via Approached by Company and was interviewed in Nov 2021. There were 2 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 

(5 Questions)

  • Q1. Missing number in sequence(choose the best algorithm)
  • Add your answer
  • Q2. Sorting the list of strings based on the count of their occurrences/
  • Add your answer
  • Q3. Basic core java questions and Java 8 streams importantly
  • Add your answer
  • Q4. Multithreading scenarios and locks related(Not too much in depth)
  • Add your answer
  • Q5. Discussion about immutable class and it's purposes
  • Add your answer

Interview Preparation Tips

Topics to prepare for Publicis Sapient Senior Associate Technology L1 interview:
  • Java 8
  • Multithreading
  • Core Java
  • Queue
Interview preparation tips for other job seekers - It'll be an online IDE where they'll be pasting questions and you'll just be typing the answer there itself.
It is a service based company so don't stress out too much , practice the basic problems, brush up multithreading and queues.

Skills evaluated in this interview

Anonymous

Senior Associate Technology L1 Interview Questions & Answers

user image Anonymous

posted on 27 Oct 2023

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

I applied via Naukri.com and was interviewed before Oct 2022. 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 - Coding Test 

1 Hour MCQ based online coding test on java and design patterns.

Round 3 - One-on-one 

(4 Questions)

  • Q1. Write Lambda expression for Sorting , PartitionBy in Java 8.
  • Ans. 

    Lambda expressions in Java 8 for Sorting and PartitionBy

    • Use Comparator interface with lambda expression for sorting

    • Use Collectors.partitioningBy() method with lambda expression for PartitionBy

  • Answered by AI
    Add your answer
  • Q2. Design Patterns? Types which all worked on
  • Ans. 

    Design patterns are reusable solutions to common problems in software design. Some types include Singleton, Factory, Observer, and Strategy patterns.

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

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency between objects so that w...

  • Answered by AI
    Add your answer
  • Q3. Securing a REST API
  • Ans. 

    Securing a REST API involves implementing authentication, authorization, encryption, and rate limiting.

    • Implement authentication using tokens or API keys

    • Use HTTPS to encrypt data transmitted over the network

    • Implement authorization to control access to resources

    • Implement rate limiting to prevent abuse or DoS attacks

  • Answered by AI
    Add your answer
  • Q4. Indexes in Database. Normalisation. SQL Queries for groupby.
  • Add your answer
Round 4 - HR 

(2 Questions)

  • Q1. Preferred Job Location
  • Add your answer
  • Q2. Salary negotiation
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared for Java 8 features multithreading API design testing.

Skills evaluated in this interview

Anonymous

Senior Associate Technology L1 Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2022

Round 1 - Assignment 

MCQ's based on Technologies. For me, it was Java, Spring,Rest.

Round 2 - Technical 

(2 Questions)

  • Q1. Need to perform coding for every concept you say.
  • Add your answer
  • Q2. Java Patterns Java String Java Array
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Do coding more. And go through Interview videos
Anonymous

Senior Associate Technology L1 Interview Questions & Answers

user image Anonymous

posted on 27 Jan 2022

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

Interview Questionnaire 

1 Question

  • Q1. In the first round they asked questions about html, css and javascript. in the second round they asked completely about angular.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Good level of interview. with few problems to solve on stackblitz.
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Publicis Sapient?
Ask anonymously on communities.
More about working at Publicis Sapient
  • HQ - Boston, Massachusetts
  • IT Services & Consulting
  • 10k-50k Employees (India)
  • Analytics & KPO
  • Management Consulting

Publicis Sapient Interview FAQs

How many rounds are there in Publicis Sapient Senior Associate Technology L1 interview?
Publicis Sapient interview process usually has 3-4 rounds. The most common rounds in the Publicis Sapient interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Publicis Sapient Senior Associate Technology L1 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 Publicis Sapient. The most common topics and skills that interviewers at Publicis Sapient expect are Release Management, Agile Coaching, Architecture, Mocha and Continuous Integration.
What are the top questions asked in Publicis Sapient Senior Associate Technology L1 interview?

Some of the top questions asked at the Publicis Sapient Senior Associate Technology L1 interview -

  1. • What is Data Extensions? How it is different from Lists? • What is A/B t...read more
  2. How garbage collector identifies which object it should pi...read more
  3. Sorting the list of strings based on the count of their occurrenc...read more

Tell us how to improve this page.

Publicis Sapient Interviews By Designations

  • Publicis Sapient Senior Associate Interview Questions
  • Publicis Sapient Associate Technology L2 Interview Questions
  • Publicis Sapient Senior Software Engineer Interview Questions
  • Publicis Sapient Software Developer Interview Questions
  • Publicis Sapient Senior Associate Technology L1 Interview Questions
  • Publicis Sapient Software Engineer Interview Questions
  • Publicis Sapient Data Engineer Interview Questions
  • Publicis Sapient Senior Data Engineer Interview Questions
  • Show more
  • Publicis Sapient Senior Associate 2 Interview Questions
  • Publicis Sapient Associate Interview Questions

Interview Questions for Popular Designations

  • Associate Technology L2 Interview Questions
  • Technology Analyst Interview Questions
  • Software Developer Interview Questions
  • Senior Executive Information Technology Interview Questions
  • Java Developer Interview Questions
  • Senior Technology Specialist Interview Questions
  • Information Technology Support Engineer Interview Questions
  • Technology Consultant Interview Questions
  • Show more
  • Technology Specialist Interview Questions
  • Senior Software Developer Interview Questions

Overall Interview Experience Rating

3.5/5

based on 6 interview experiences

Difficulty level

Moderate 67%
Hard 33%

Duration

Less than 2 weeks 100%
View more
logo
Join Publicis Sapient Let's imagine the future together.

Interview Questions from Similar Companies

Genpact
Genpact Interview Questions
3.8
 • 3.4k Interviews
DXC Technology
DXC Technology Interview Questions
3.7
 • 832 Interviews
Nagarro
Nagarro Interview Questions
4.0
 • 788 Interviews
Sutherland Global Services
Sutherland Global Services Interview Questions
3.5
 • 687 Interviews
Optum Global Solutions
Optum Global Solutions Interview Questions
4.0
 • 670 Interviews
NTT Data
NTT Data Interview Questions
3.8
 • 653 Interviews
GlobalLogic
GlobalLogic Interview Questions
3.6
 • 620 Interviews
Virtusa Consulting Services
Virtusa Consulting Services Interview Questions
3.7
 • 611 Interviews
EPAM Systems
EPAM Systems Interview Questions
3.7
 • 568 Interviews
 UST
UST Interview Questions
3.8
 • 539 Interviews
View all
Publicis Sapient Senior Associate Technology L1 Salary
based on 1.3k salaries
₹10.5 L/yr - ₹30 L/yr
15% more than the average Senior Associate Technology L1 Salary in India
View more details

Publicis Sapient Senior Associate Technology L1 Reviews and Ratings

based on 156 reviews

3.3/5

Rating in categories

3.6

Skill development

3.3

Work-life balance

3.5

Salary

3.0

Job security

3.2

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 156 Reviews and Ratings
Senior Associate Technology L1 Jobs at Publicis Sapient
 Publicis Sapient
Adobe AEM Senior Associate Technology L1

Kolkata,

Mumbai

+5

1-6 Yrs

Not Disclosed

 Publicis Sapient
Senior Associate Technology L1 | Salesforce Commerce Cloud

Pune

3-5 Yrs

₹ 18.85-27 LPA

 Publicis Sapient
Senior Associate Technology L1 | Salesforce Commerce Cloud

Mumbai

3-5 Yrs

₹ 13.6-22 LPA

Explore more jobs
Publicis Sapient Salaries in India
Senior Associate
2.2k salaries
unlock blur

₹11.2 L/yr - ₹41.8 L/yr

Associate Technology L2
1.6k salaries
unlock blur

₹6.7 L/yr - ₹21.5 L/yr

Senior Associate Technology L1
1.3k salaries
unlock blur

₹10.5 L/yr - ₹30 L/yr

Senior Software Engineer
866 salaries
unlock blur

₹10.4 L/yr - ₹37 L/yr

Senior Associate 2
658 salaries
unlock blur

₹15 L/yr - ₹42 L/yr

Explore more salaries
Compare Publicis Sapient with
Genpact

Genpact

3.8
Compare
DXC Technology

DXC Technology

3.6
Compare
Optum Global Solutions

Optum Global Solutions

4.0
Compare
Virtusa Consulting Services

Virtusa Consulting Services

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Publicis Sapient Interview Questions >
  • Publicis Sapient Senior Associate Technology L1 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