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 Suma Soft Team. If you also belong to the team, you can get access from here

Suma Soft Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 554 Reviews

Play video Play video Video summary
  • About
  • Reviews
    554
  • Salaries
    3k
  • Interviews
    50
  • Jobs
    9
  • Benefits
    43
  • Photos
    4

Filter interviews by

Suma Soft Interview Questions and Answers

Updated 14 Jun 2025
Popular Designations

19 Interview questions

A Java Developer was asked 3mo ago
Q. What are the different types of joins?
Ans. 

Joins in SQL combine rows from two or more tables based on related columns.

  • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;

  • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;

  • RIGHT JOIN: Returns all records from the right table and matched records from t...

View all Java Developer interview questions
A Business Development Executive was asked 7mo ago
Q. What is your approach and strategy for outreach in various markets?
Ans. 

Utilize targeted messaging, personalized outreach, and relationship building to reach various markets.

  • Research and identify target markets based on demographics, industry trends, and customer needs.

  • Tailor messaging and communication channels to resonate with each market segment.

  • Utilize social media, email campaigns, networking events, and partnerships to reach target markets.

  • Build relationships with key stakeholde...

View all Business Development Executive interview questions
A Business Development Executive was asked 7mo ago
Q. What objection handling techniques do you use when a conversation becomes too technical?
Ans. 

Use simple language, relate to benefits, ask open-ended questions, redirect focus

  • Break down technical terms into simple language

  • Relate technical information to benefits for the customer

  • Ask open-ended questions to steer the conversation back to the customer's needs

  • Redirect focus to the customer's goals and how your solution can help achieve them

View all Business Development Executive interview questions
A Software Developer was asked
Q. Write a function that reverses a string.
Ans. 

String reversal involves reversing the order of characters in a given string.

  • Use built-in functions: Many programming languages have built-in functions for reversing strings. Example: Python's `[::-1]`.

  • Iterative approach: Loop through the string from the end to the beginning, appending each character to a new string.

  • Recursive approach: Use recursion to reverse the string by breaking it down into smaller substrings...

View all Software Developer interview questions
A Junior Software Engineer Trainee was asked
Q. What is encapsulation in .NET?
Ans. 

Encapsulation in .NET is the concept of bundling data and methods that operate on the data into a single unit, known as a class.

  • Encapsulation helps in hiding the internal state of an object and restricting access to it.

  • It allows for better control over the data by preventing outside code from directly accessing or modifying it.

  • Access to the data is provided through methods, which can enforce validation rules or pe...

View all Junior Software Engineer Trainee interview questions
A Back Office Executive was asked
Q. Do you know about this process?
Ans. 

Yes, I am familiar with the process.

  • I have experience in handling back office operations such as data entry, documentation, and record keeping.

  • I am proficient in using MS Office tools like Excel, Word, and Outlook.

  • I am familiar with CRM software and have used it for managing customer information.

  • I understand the importance of maintaining accuracy and confidentiality in back office tasks.

View all Back Office Executive interview questions
An Application Support Engineer was asked
Q. Which certifications do you have?
Ans. 

I am certified in ITIL Foundation and AWS Solutions Architect Associate.

  • Certified in ITIL Foundation which focuses on IT service management best practices.

  • Certified in AWS Solutions Architect Associate which covers designing and deploying scalable, highly available, and fault-tolerant systems on AWS.

  • Continuously learning and updating my skills through online courses and workshops.

View all Application Support Engineer interview questions
Are these interview questions helpful?
An Application Support Engineer was asked
Q. What is SQL, and can you explain it in detail?
Ans. 

SQL is a programming language used to manage and manipulate relational databases.

  • SQL stands for Structured Query Language

  • It is used to create, modify, and query databases

  • SQL is used in various applications like banking, healthcare, e-commerce, etc.

  • Examples of SQL commands include SELECT, INSERT, UPDATE, DELETE

  • SQL is used to retrieve data from a database based on specific criteria

View all Application Support Engineer interview questions
🔥 Asked by recruiter 2 times
An Application Support Engineer was asked
Q. What is a stored procedure?
Ans. 

Stored procedure is a precompiled SQL code that can be executed multiple times.

  • Stored procedure is used to improve performance by reducing network traffic and improving security.

  • It can be used to encapsulate business logic and can be called from different applications.

  • It can accept input parameters and return output parameters or result sets.

  • Example: EXECUTE dbo.uspGetEmployeeManagers @EmployeeID = 50

  • Example: CREA...

View all Application Support Engineer interview questions
A Junior .NET Developer was asked
Q. What is an ArrayList and where is it used?
Ans. 

ArrayList is a dynamic array that can store objects of any type. It is used to store and manipulate collections of data.

  • ArrayList is part of the System.Collections namespace in .NET.

  • It can store objects of any type, including value types and reference types.

  • It automatically resizes itself as elements are added or removed.

  • Elements can be accessed by their index.

  • It provides methods for adding, removing, and searchin...

View all Junior .NET Developer interview questions
1 2

Suma Soft Interview Experiences

50 interviews found

Back Office Executive Interview Questions & Answers

user image Anonymous

posted on 25 Jan 2025

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Typing Test 

(2 Questions)

  • Q1. Just a experience about typing speed
  • Add your answer
  • Q2. Typing speed test was English passage 30.
  • Add your answer
Round 2 - Assignment 

About work and process related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview is very exalence and work experience.
Anonymous

Back Office Executive Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

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

I applied via Walk-in and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a detail-oriented and organized individual with experience in handling administrative tasks and ensuring smooth operations in the back office.

    • I have a strong background in data entry and record keeping

    • I am proficient in using Microsoft Office Suite and other office management software

    • I have excellent communication skills and can effectively coordinate with different departments

    • I am adept at multitasking and priori...

  • Answered by AI
    Add your answer
  • Q2. About qualification
  • Add your answer
  • Q3. Why we should be hire you?
  • Ans. 

    I am highly organized, detail-oriented, and have experience in handling back office tasks efficiently.

    • I have a strong background in administrative tasks and data entry.

    • I am proficient in using Microsoft Office Suite and other relevant software.

    • I have excellent communication skills and can work well in a team environment.

    • I am dedicated to ensuring smooth operations in the back office to support the overall success of th...

  • Answered by AI
    Add your answer
  • Q4. Your strength or weakness
  • Ans. 

    My strengths include attention to detail, strong organizational skills, and ability to work well under pressure. My weaknesses include being overly critical of my own work and sometimes struggling with delegation.

    • Strengths: attention to detail

    • Strengths: strong organizational skills

    • Strengths: ability to work well under pressure

    • Weaknesses: overly critical of my own work

    • Weaknesses: struggle with delegation

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Best work place to start your career
Anonymous

Business Development Executive Interview Questions & Answers

user image Anonymous

posted on 8 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(1 Question)

  • Q1. Basic details about oneself
  • Add your answer
Round 2 - One-on-one 

(2 Questions)

  • Q1. Approach and strategy on outreach for various markets
  • Ans. 

    Utilize targeted messaging, personalized outreach, and relationship building to reach various markets.

    • Research and identify target markets based on demographics, industry trends, and customer needs.

    • Tailor messaging and communication channels to resonate with each market segment.

    • Utilize social media, email campaigns, networking events, and partnerships to reach target markets.

    • Build relationships with key stakeholders an...

  • Answered by AI
    Add your answer
  • Q2. Objection handling techniques, when conversation deviates too technical
  • Ans. 

    Use simple language, relate to benefits, ask open-ended questions, redirect focus

    • Break down technical terms into simple language

    • Relate technical information to benefits for the customer

    • Ask open-ended questions to steer the conversation back to the customer's needs

    • Redirect focus to the customer's goals and how your solution can help achieve them

  • Answered by AI
    Add your answer
Anonymous

Software Developer Interview Questions & Answers

user image Chinnu Kanna

posted on 14 Jun 2025

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Can you tell you us about yourself and why you want to work at bash software labs ?
  • Ans. 

    I'm a passionate software developer with a strong background in full-stack development, eager to contribute to Bash Software Labs' innovative projects.

    • I have over 5 years of experience in software development, specializing in JavaScript and Python.

    • At my previous job, I led a team to develop a web application that improved user engagement by 30%.

    • I admire Bash Software Labs for its commitment to cutting-edge technology a...

  • Answered by AI
    Add your answer
  • Q2. What information do you have about Bhash SMS services?
  • Ans. 

    Bhash SMS services provide multilingual SMS solutions for businesses, enhancing communication across diverse languages in India.

    • Supports multiple Indian languages like Hindi, Bengali, Tamil, etc.

    • Facilitates bulk messaging for marketing campaigns.

    • Integrates with various applications via APIs for seamless communication.

    • Offers features like SMS scheduling and delivery reports.

    • Used by businesses for customer engagement and...

  • Answered by AI
    Add your answer
Anonymous

Junior Software Developer Interview Questions & Answers

user image Anonymous

posted on 11 Jun 2024

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

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Basic- advanced javascript questions including definition, arrays , arrow function, recursive function, hoisting in js ,math library , filter , reduce , map etc for each topic he asked me to explain throug...
  • Add your answer
  • Q2. SQL based 2-3 questions like queries for create, alter, index
  • Add your answer
  • Q3. Node js question was basic like how to connect MongoDB , uses of NodeJs and MongoDB ..
  • Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. In depth question on Javascript concepts like he gave me a big problem on Arrays , objects and I was asked to solve ...
  • Add your answer

Interview Preparation Tips

Topics to prepare for Suma Soft Junior Software Developer interview:
  • Javascript Frameworks
  • Javascript
  • React.Js
  • Mern
  • Node.Js
Interview preparation tips for other job seekers - Be clear with basics concepts of the programming language
Anonymous

Customer Care Executive Interview Questions & Answers

user image Anonymous

posted on 21 Nov 2024

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

I applied via Walk-in and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Add your answer
  • Q2. Do you have sales experience
  • Add your answer
Anonymous

Backend Developer Interview Questions & Answers

user image Anonymous

posted on 28 May 2025

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. What is oops
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on objects and classes to structure software design.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

    • Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

    • Polymorphism: Ability to present the same interface fo...

  • Answered by AI
    Add your answer
  • Q2. What is join
  • Ans. 

    A join is a SQL operation that combines rows from two or more tables based on a related column.

    • Types of joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL OUTER JOIN.

    • INNER JOIN returns records with matching values in both tables.

    • LEFT JOIN returns all records from the left table and matched records from the right table.

    • Example: SELECT * FROM Orders INNER JOIN Customers ON Orders.CustomerID = Customers.CustomerID.

    • FULL OUTER ...

  • Answered by AI
    Add your answer
  • Q3. Type of join
  • Ans. 

    Joins in SQL combine rows from two or more tables based on related columns, enabling complex queries and data retrieval.

    • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;

    • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;

    • RIGHT JOIN: Returns all records from th...

  • Answered by AI
    Add your answer
Anonymous

Engineer Trainee Interview Questions & Answers

user image Nithyasree M

posted on 11 Dec 2024

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

I applied via Walk-in and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Good experience easy to answer

Round 2 - Coding Test 

Godd experience and the learning purpose

Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a passionate engineering graduate with a strong foundation in problem-solving and a keen interest in innovative technologies.

    • Educational Background: Graduated with a degree in Mechanical Engineering from XYZ University, where I excelled in design projects.

    • Internship Experience: Completed an internship at ABC Corp, where I worked on optimizing manufacturing processes, resulting in a 15% efficiency increase.

    • Technica...

  • Answered by AI
    Add your answer
  • Q2. Question from technical side
  • Add your answer
Round 4 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a passionate engineering graduate with a strong foundation in mechanical systems and a keen interest in innovative technologies.

    • Educational Background: Graduated with a Bachelor's degree in Mechanical Engineering from XYZ University.

    • Internship Experience: Completed a summer internship at ABC Corp, where I worked on optimizing manufacturing processes.

    • Technical Skills: Proficient in CAD software like AutoCAD and Sol...

  • Answered by AI
    Add your answer
  • Q2. Work flexible check
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic knowledge of coding and better communication
Anonymous

Back Office Executive Interview Questions & Answers

user image Prasad Udmale

posted on 26 Mar 2025

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Tell me about yourself.
  • Add your answer
  • Q2. Why should we hire you?
  • Ans. 

    I bring strong organizational skills, attention to detail, and a commitment to excellence that will enhance your team's efficiency.

    • Proven track record in managing administrative tasks efficiently, such as scheduling and data entry.

    • Strong communication skills, demonstrated through successful collaboration with team members and clients.

    • Ability to adapt quickly to new software and tools, as shown when I streamlined proces...

  • Answered by AI
    Add your answer
  • Q3. What are your salary expectations?
  • Ans. 

    I am looking for a competitive salary that reflects my skills and experience, ideally in the range of $X to $Y.

    • Research industry standards for back office executive roles to determine a fair salary range.

    • Consider my experience level; for example, if I have 3 years of experience, I might expect a salary on the higher end of the range.

    • Be open to negotiation, emphasizing that I value the opportunity for growth and develop...

  • Answered by AI
    Add your answer
  • Q4. What are your hobbies?
  • Ans. 

    I enjoy reading, hiking, and cooking, which help me relax and develop new skills outside of work.

    • Reading: I love exploring different genres, especially fiction and self-improvement books.

    • Hiking: I often go on weekend hikes to connect with nature and stay active.

    • Cooking: I experiment with new recipes and cuisines, which allows me to express my creativity.

  • Answered by AI
    Add your answer
Anonymous

Java Developer Interview Questions & Answers

user image Vivek Chole

posted on 18 Mar 2025

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What is oops?
  • Add your answer
  • Q2. What are types of Joins?
  • Add your answer
Anonymous

Top trending discussions

View All
Interview Tips & Stories
5d (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 Suma Soft?
Ask anonymously on communities.
More about working at Suma Soft
  • HQ - Pune, India
  • IT Services & Consulting
  • 1k-5k Employees (India)
  • Software Product

Suma Soft Interview FAQs

How many rounds are there in Suma Soft interview?
Suma Soft interview process usually has 1-2 rounds. The most common rounds in the Suma Soft interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Suma Soft 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 Suma Soft. The most common topics and skills that interviewers at Suma Soft expect are Communication Skills, Telesales, Outbound Sales, Javascript and Telecalling.
What are the top questions asked in Suma Soft interview?

Some of the top questions asked at the Suma Soft interview -

  1. what is StringBuffer and were is ...read more
  2. What is ArrayList where is u...read more
  3. What is generic how to decl...read more
How long is the Suma Soft interview process?

The duration of Suma Soft interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Suma Soft Interviews By Designations

  • Suma Soft Back Office Executive Interview Questions
  • Suma Soft Customer Service Executive Interview Questions
  • Suma Soft Software Engineer Interview Questions
  • Suma Soft Software Developer Interview Questions
  • Suma Soft MIS Executive Interview Questions
  • Suma Soft Associate Trainee Interview Questions
  • Suma Soft Customer Care Executive Interview Questions
  • Suma Soft BPO Executive Interview Questions
  • Show more
  • Suma Soft Application Support Engineer Interview Questions
  • Suma Soft Assistant Manager Interview Questions

Interview Questions for Popular Designations

  • Back Office Executive Interview Questions
  • Customer Service Executive Interview Questions
  • Associate Interview Questions
  • Software Engineer Interview Questions
  • Intern Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • Java Developer Interview Questions
  • Data Analyst Interview Questions
  • Show more
  • System Engineer Interview Questions
  • Deputy Manager Interview Questions

Overall Interview Experience Rating

4.1/5

based on 46 interview experiences

Difficulty level

Easy 54%
Moderate 46%

Duration

Less than 2 weeks 92%
2-4 weeks 8%
View more

Interview Questions from Similar Companies

ITC Infotech
ITC Infotech Interview Questions
3.7
 • 376 Interviews
CitiusTech
CitiusTech Interview Questions
3.3
 • 290 Interviews
NeoSOFT
NeoSOFT Interview Questions
3.6
 • 280 Interviews
Altimetrik
Altimetrik Interview Questions
3.7
 • 241 Interviews
Bounteous x Accolite
Bounteous x Accolite Interview Questions
3.4
 • 230 Interviews
Episource
Episource Interview Questions
3.9
 • 224 Interviews
Xoriant
Xoriant Interview Questions
4.1
 • 213 Interviews
INDIUM
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo
Incedo Interview Questions
3.1
 • 193 Interviews
Quantiphi Analytics Solutions Private Limited
Quantiphi Analytics Solutions Private Limited Interview Questions
3.2
 • 186 Interviews
View all

Suma Soft Reviews and Ratings

based on 554 reviews

3.5/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.1

Salary

3.5

Job security

3.4

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 554 Reviews and Ratings
Jobs at Suma Soft
Suma Soft
Medical Coder , Trainer , Team Coach

Pune

2-7 Yrs

Not Disclosed

Suma Soft
Customer Care Executive

Pune

0-4 Yrs

₹ 1.3-4.5 LPA

Suma Soft
Backoffice

Pune

₹ 1.5-2.3 LPA

Explore more jobs
Suma Soft Salaries in India
Back Office Executive
230 salaries
unlock blur

₹1 L/yr - ₹2.5 L/yr

Software Engineer
162 salaries
unlock blur

₹2.2 L/yr - ₹7 L/yr

Customer Care Executive
94 salaries
unlock blur

₹0.8 L/yr - ₹3.2 L/yr

Software Developer
85 salaries
unlock blur

₹3.5 L/yr - ₹7.5 L/yr

Sales Executive
82 salaries
unlock blur

₹1.4 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Suma Soft with
ITC Infotech

ITC Infotech

3.7
Compare
CMS IT Services

CMS IT Services

3.1
Compare
KocharTech

KocharTech

3.9
Compare
Xoriant

Xoriant

4.1
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Suma Soft 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