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

Apexon Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 1.2k Reviews

Play video Play video Video summary
  • About
  • Reviews
    1.2k
  • Salaries
    8.4k
  • Interviews
    150
  • Jobs
    212
  • Benefits
    27
  • Photos
    1

Filter interviews by

Apexon Interview Questions and Answers

Updated 1 Jul 2025
Popular Designations

71 Interview questions

A Salesforce Developer was asked 1mo ago
Q. What are the best practices for using Batch, Queues, and Asynchronous Apex in Salesforce?
Ans. 

Best practices for Batch, Queues, and Asynchronous Apex ensure efficient processing and resource management in Salesforce.

  • Limit Batch Size: Set batch size to a maximum of 2000 records to optimize processing and avoid governor limits. Example: `Database.executeBatch(new MyBatchClass(), 200);`

  • Use Queueable Apex for Chaining: Utilize Queueable Apex to chain jobs for better control over execution order and to handle c...

View all Salesforce Developer interview questions
A Software Engineer was asked 2mo ago
Q. What is IIF?
Ans. 

IIF (Immediate If) is a function used in programming to return one of two values based on a condition.

  • IIF is commonly used in SQL and programming languages like VB.NET.

  • Syntax: IIF(condition, true_value, false_value).

  • Example: IIF(x > 10, 'Greater', 'Lesser') returns 'Greater' if x is more than 10.

  • It simplifies conditional expressions in a single line.

View all Software Engineer interview questions
A Data Engineer 1 was asked 3mo ago
Q. What is the difference between Azure Storage and Azure Data Lake Storage?
Ans. 

Azure Storage is a general-purpose storage solution, while Azure Data Lake Storage is optimized for big data analytics.

  • Azure Storage supports various data types (blobs, files, queues, tables) for general use cases.

  • Azure Data Lake Storage is designed specifically for big data analytics and supports hierarchical namespace.

  • Data Lake Storage allows for fine-grained access control and integrates seamlessly with Azure a...

View all Data Engineer 1 interview questions
A Cloud Engineer was asked 4mo ago
Q. Why are you looking for a job change?
Ans. 

I'm seeking new challenges and opportunities to grow my skills in cloud engineering and contribute to innovative projects.

  • Desire for professional growth: I'm eager to expand my expertise in cloud technologies, such as AWS and Azure.

  • Interest in innovative projects: I want to work on cutting-edge solutions that can make a significant impact.

  • Seeking a collaborative environment: I'm looking for a team-oriented culture...

View all Cloud Engineer interview questions
An Enginner II was asked 5mo ago
Q. Describe the process of building a simple React component.
Ans. 

To build a simple react component

  • Create a new React component file

  • Define the component using a functional or class component

  • Render the component with JSX syntax

  • Export the component for use in other files

A L2 Engineer was asked 5mo ago
Q. Did you manage a CI/CD pipeline in your project? If yes, what challenges did you face?
Ans. 

Yes, I managed a CI/CD pipeline in my project.

  • Setting up automated testing was a challenge due to compatibility issues.

  • Integrating different tools and technologies caused some delays.

  • Ensuring smooth deployment across multiple environments required careful planning.

View all L2 Engineer interview questions
A L2 Engineer was asked 5mo ago
Q. Where did you use the concepts of OOPs in your project? Please explain with examples.
Ans. 

OOPs concepts are used in my project for creating reusable and modular code.

  • I use inheritance to create a base class for common functionalities and then derive specific classes from it.

  • Encapsulation is used to hide the internal implementation details of a class and only expose necessary methods and properties.

  • Polymorphism allows me to use a single interface to represent different data types or objects.

  • Abstraction ...

View all L2 Engineer interview questions
Are these interview questions helpful?
A L2 Engineer was asked 5mo ago
Q. What is LINQ in C#?
Ans. 

LINQ (Language Integrated Query) is a feature in C# that allows for querying data from different data sources using a SQL-like syntax.

  • LINQ allows for querying data from collections, databases, XML, and more.

  • It provides a set of standard query operators like Where, Select, OrderBy, GroupBy, etc.

  • LINQ queries are written in a declarative syntax, making code more readable and maintainable.

  • Example: var result = from nu...

View all L2 Engineer interview questions
A L2 Engineer was asked 5mo ago
Q. How many test cases have you automated?
Ans. 

I have automated approximately 500 test cases.

  • I have automated test cases for critical functionalities to ensure robustness.

  • I have automated regression test cases to save time and effort during testing.

  • I have automated boundary test cases to ensure the system handles extreme scenarios.

  • I have automated negative test cases to validate error handling.

  • I have automated performance test cases to assess system response u...

View all L2 Engineer interview questions
A Dot Net Fullstack Developer was asked 5mo ago
Q. What is a design pattern?
Ans. 

Design pattern is a reusable solution to a commonly occurring problem in software design.

  • Design patterns help in creating maintainable, scalable, and reusable code.

  • They provide a common language for developers to communicate and understand each other's code.

  • Examples of design patterns include Singleton, Factory, Observer, and MVC.

View all Dot Net Fullstack Developer interview questions
1 2 3 4 5 6 7

Apexon Interview Experiences

150 interviews found

Senior Software Test Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Apr 2025

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

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

  • Q1. Questions from our roles and responsibilities
  • Add your answer
  • Q2. Manual: Topics like STLC, Verification and Validation,Bug leakage & Bug Release, Severity and priority, Test plan and its attributes, Test Scenario & Test cases, Bug report and many more topics which we re...
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied through Naukri portal and had 1 technical round that lasted more than 45 mins and the discussion was quite engaging with the interviewer. The interview went well, which gave me confidence about moving forward. However I didn’t receive any response. I followed up multiple times and eventually they first claimed that my feedback was negative. When I explained how the interview had gone and asked for the clarity, then they changed the statement and said they had already hired another candidate who joined on the same day I had my interview. This experience felt unprofessional especially due to lack of transparency and communication. I hope Apexon improves their interview process and respects the time and efforts of candidates. Additionally I got to know that job security is a serious concern in here. They often hire resources based on projects and once it is completed, they reportedly ask employees to resign due to lack of ongoing work. If you’re considering applying please be aware of there. Have plan B ready.
Anonymous

Analyst Interview Questions & Answers

user image Anonymous

posted on 24 Oct 2024

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

I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Prior Experience
  • Add your answer
  • Q2. Capital Market, Hedge Fund
  • Add your answer
  • Q3. Derivatives, Scenario-based question
  • Add your answer
Round 2 - Technical 

(5 Questions)

  • Q1. Prior Experience
  • Add your answer
  • Q2. How do you handle escalations?
  • Ans. 

    I handle escalations by addressing the issue promptly, involving necessary stakeholders, and providing regular updates.

    • Address the issue promptly to prevent further escalation

    • Involve necessary stakeholders to gather input and support

    • Provide regular updates to all parties involved to ensure transparency and progress

    • Implement solutions to prevent similar escalations in the future

  • Answered by AI
    Add your answer
  • Q3. What was the toughest escalation I have ever managed
  • Add your answer
  • Q4. Excel - Index, Match, Lookups - XLookup, VLookup, HLookup
  • Add your answer
  • Q5. Job Description
  • Add your answer
Round 3 - One-on-one 

(5 Questions)

  • Q1. Long term vs short-term securities
  • Ans. 

    Long-term securities are investments held for an extended period, while short-term securities are held for a shorter duration.

    • Long-term securities typically have maturity dates of over one year, such as bonds or stocks.

    • Short-term securities have maturity dates of one year or less, like Treasury bills or certificates of deposit.

    • Long-term securities offer higher potential returns but also higher risk, while short-term se...

  • Answered by AI
    Add your answer
  • Q2. Data analysis, vizualization
  • Add your answer
  • Q3. Yield to Maturity, the relationship between yield and interest
  • Ans. 

    Yield to Maturity is the total return anticipated on a bond if it is held until it matures.

    • Yield to Maturity is the annual rate of return an investor can expect to earn if the bond is held until it matures.

    • It takes into account the bond's current market price, par value, coupon interest rate, and time to maturity.

    • Yield to Maturity helps investors compare different bonds and make informed investment decisions.

    • For exampl...

  • Answered by AI
    Add your answer
  • Q4. About my project
  • Add your answer
  • Q5. Job Description
  • Add your answer

Interview Preparation Tips

Topics to prepare for Apexon Analyst interview:
  • Derivatives
  • Bonds
  • Job Description
  • Experience
  • Scenario based questions
Anonymous

Backend Developer Lead Interview Questions & Answers

user image Anonymous

posted on 4 Nov 2024

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

I applied via Job Portal and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Sort the given array
  • Ans. 

    Sorting an array involves arranging its elements in a specific order, typically ascending or descending.

    • Use built-in functions like sort() in Python: e.g., sorted(['banana', 'apple', 'cherry']) returns ['apple', 'banana', 'cherry'].

    • For custom sorting, provide a key function: e.g., sorted(['banana', 'apple', 'cherry'], key=len) sorts by string length.

    • Consider case sensitivity: e.g., ['banana', 'Apple', 'cherry'] sorts t...

  • Answered by AI
    Add your answer
  • Q2. Explain variable scope via code
  • Ans. 

    Variable scope refers to the visibility and accessibility of variables within different parts of a program.

    • Variables declared inside a function have local scope and are only accessible within that function.

    • Global variables can be accessed from anywhere in the program.

    • Nested functions can access variables from their parent functions.

  • Answered by AI
    Add your answer
Round 2 - Behavioral 

(2 Questions)

  • Q1. Agile principles
  • Add your answer
  • Q2. Agile activities
  • Add your answer
Round 3 - Client Interview 

(2 Questions)

  • Q1. Solid principles
  • Add your answer
  • Q2. Basic node questions
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - interviewer was half lying while asking question. Local client
Anonymous

Senior Java Developer Interview Questions & Answers

user image Anonymous

posted on 29 Nov 2024

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Functional Programming in Java,Oops Concepts
  • Ans. 

    Functional programming in Java focuses on using functions to perform tasks, while OOPs concepts revolve around classes and objects.

    • Functional programming in Java involves using higher-order functions, lambda expressions, and streams to process data.

    • OOPs concepts in Java include inheritance, encapsulation, polymorphism, and abstraction.

    • Functional programming promotes immutability and avoids side effects, while OOPs allo...

  • Answered by AI
    Add your answer
  • Q2. Spring boot related questions
  • Add your answer
  • Q3. Functional Programming in java
  • Ans. 

    Functional programming in Java focuses on using functions to perform operations on data, emphasizing immutability and avoiding side effects.

    • Uses higher-order functions like map, filter, and reduce to manipulate data

    • Emphasizes immutability to avoid side effects

    • Encourages declarative programming style

    • Leverages lambda expressions and streams for concise code

    • Example: Using map to transform a list of integers

  • Answered by AI
    Add your answer

Interview Preparation Tips

Topics to prepare for Apexon Senior Java Developer interview:
  • Core Java
  • Spring Boot
  • SQL
Interview preparation tips for other job seekers - Interviewer might not have java knowledge or not interested to take interview. Just searching some interview questions and asked same set of questions repeatedly even though I answered them.

Skills evaluated in this interview

Anonymous

Dot Net Fullstack Developer Interview Questions & Answers

user image Anonymous

posted on 7 Jan 2025

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is design pattern
  • Ans. 

    Design pattern is a reusable solution to a commonly occurring problem in software design.

    • Design patterns help in creating maintainable, scalable, and reusable code.

    • They provide a common language for developers to communicate and understand each other's code.

    • Examples of design patterns include Singleton, Factory, Observer, and MVC.

  • Answered by AI
    Add your answer
  • Q2. Which design pattern have you used
  • Ans. 

    I have used the MVC (Model-View-Controller) design pattern in my previous projects.

    • Separates the application into three main components: Model (data), View (UI), and Controller (logic)

    • Promotes code reusability, modularity, and easier maintenance

    • Examples: ASP.NET MVC, Spring MVC, Ruby on Rails

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Clear and stay on track only
Anonymous

Automation Test Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Nov 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Ai interview questions on basic automation
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. JavaScript, jQuery, css related questions
  • Add your answer
  • Q2. Api testing questions
  • Add your answer
Anonymous

Senior android Software Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Nov 2024

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

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

Round 1 - Coding Test 

I was selected in 1st interview. Kotlin questions like MVVM, coroutine etc.

Round 2 - Technical 

(1 Question)

  • Q1. Java Question for interface
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - HR said 2nd interview is you final round you need came Ahmedabad office and F2F mode with manger and team leader(30-30 min time). I was there but no one take my interview F2F, its virtual interview and one apexon's employee gave laptop for virtual interview and round is technical 2 not managerial. I was go Ahmedabad with my own expenses and Android developer(kotlin) interview was taken by Flutter developer who does not knowledge about kotlin language. So, Apexon is lier company. HR person is very lier from Bangalore location.
Anonymous

Sdet Automation Test Engineer Interview Questions & Answers

user image Anonymous

posted on 6 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Automation framework related questions
  • Add your answer
  • Q2. Java coding on strings
  • Add your answer
Anonymous

Technical Lead Interview Questions & Answers

user image ved kumar

posted on 11 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. React Life cycle methods
  • Add your answer
  • Q2. Machine coding with crypto price api
  • Ans. 

    Using a crypto price API to fetch and display real-time cryptocurrency prices in a machine coding project.

    • Utilize a crypto price API to fetch real-time cryptocurrency prices

    • Implement error handling for API requests

    • Display the fetched prices in a user-friendly format

  • Answered by AI
    Add your answer
Anonymous

L2 Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Jan 2025

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Where do you used the concepts of OOPs in your project, please explain with examples?
  • Ans. 

    OOPs concepts are used in my project for creating reusable and modular code.

    • I use inheritance to create a base class for common functionalities and then derive specific classes from it.

    • Encapsulation is used to hide the internal implementation details of a class and only expose necessary methods and properties.

    • Polymorphism allows me to use a single interface to represent different data types or objects.

    • Abstraction helps...

  • Answered by AI
    Add your answer
  • Q2. LINQ in C#?
  • Ans. 

    LINQ (Language Integrated Query) is a feature in C# that allows for querying data from different data sources using a SQL-like syntax.

    • LINQ allows for querying data from collections, databases, XML, and more.

    • It provides a set of standard query operators like Where, Select, OrderBy, GroupBy, etc.

    • LINQ queries are written in a declarative syntax, making code more readable and maintainable.

    • Example: var result = from num in ...

  • Answered by AI
    Add your answer
  • Q3. Did you managed a CI/CD pipeline in your project?If yes, then what challenges did you faced?
  • Ans. 

    Yes, I managed a CI/CD pipeline in my project.

    • Setting up automated testing was a challenge due to compatibility issues.

    • Integrating different tools and technologies caused some delays.

    • Ensuring smooth deployment across multiple environments required careful planning.

  • Answered by AI
    Add your answer
  • Q4. How many Test Case you used to automate?
  • Ans. 

    I have automated approximately 500 test cases.

    • I have automated test cases for critical functionalities to ensure robustness.

    • I have automated regression test cases to save time and effort during testing.

    • I have automated boundary test cases to ensure the system handles extreme scenarios.

    • I have automated negative test cases to validate error handling.

    • I have automated performance test cases to assess system response under ...

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

Remove the duplicates character from the string and print string with only characters occuring once?

Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Apexon?
Ask anonymously on communities.
More about working at Apexon
  • HQ - Santa Clara, California, United States (USA)
  • IT Services & Consulting
  • 1k-5k Employees (India)
  • Analytics & KPO
  • Software Product

Apexon Interview FAQs

How many rounds are there in Apexon interview?
Apexon interview process usually has 2-3 rounds. The most common rounds in the Apexon interview process are Technical, HR and Resume Shortlist.
How to prepare for Apexon 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 Apexon. The most common topics and skills that interviewers at Apexon expect are SQL, Healthcare, Python, Analytics and Javascript.
What are the top questions asked in Apexon interview?

Some of the top questions asked at the Apexon interview -

  1. What is SDLC, STLC, Agile, Different types of testing, Testing life cycle, adb ...read more
  2. Where do you used the concepts of OOPs in your project, please explain with exa...read more
  3. What is consignment and sub contracting process, how to create the shopping car...read more
What are the most common questions asked in Apexon HR round?

The most common HR questions asked in Apexon interview are -

  1. Why are you looking for a chan...read more
  2. What are your salary expectatio...read more
  3. Why should we hire y...read more
How long is the Apexon interview process?

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

Tell us how to improve this page.

Apexon Interviews By Designations

  • Apexon Software Engineer Interview Questions
  • Apexon Senior Software Engineer Interview Questions
  • Apexon Data Engineer Interview Questions
  • Apexon Senior Engineer Interview Questions
  • Apexon Software Developer Interview Questions
  • Apexon Java Developer Interview Questions
  • Apexon Associate Software Engineer Interview Questions
  • Apexon Softwaretest Engineer Interview Questions
  • Show more
  • Apexon Associate Engineer Interview Questions
  • Apexon Senior QA Analyst Interview Questions

Interview Questions for Popular Designations

  • Software Engineer Interview Questions
  • Senior Software Engineer Interview Questions
  • Data Engineer Interview Questions
  • Software Developer Interview Questions
  • Senior Engineer Interview Questions
  • Associate Software Engineer Interview Questions
  • Java Developer Interview Questions
  • Accountant Interview Questions
  • Show more
  • Manager Interview Questions
  • Assistant Manager Interview Questions

Overall Interview Experience Rating

3.7/5

based on 140 interview experiences

Difficulty level

Easy 21%
Moderate 76%
Hard 2%

Duration

Less than 2 weeks 80%
2-4 weeks 15%
4-6 weeks 4%
More than 8 weeks 1%
View more

Interview Questions from Similar Companies

CitiusTech
CitiusTech Interview Questions
3.3
 • 290 Interviews
Altimetrik
Altimetrik Interview Questions
3.7
 • 240 Interviews
Bounteous x Accolite
Bounteous x Accolite Interview Questions
3.4
 • 230 Interviews
Xoriant
Xoriant Interview Questions
4.1
 • 213 Interviews
Globant
Globant Interview Questions
3.7
 • 183 Interviews
ThoughtWorks
ThoughtWorks Interview Questions
3.9
 • 157 Interviews
HTC Global Services
HTC Global Services Interview Questions
3.5
 • 148 Interviews
Brillio
Brillio Interview Questions
3.4
 • 139 Interviews
Collabera Technologies
Collabera Technologies Interview Questions
3.5
 • 136 Interviews
Luxoft
Luxoft Interview Questions
3.7
 • 128 Interviews
View all

Apexon Reviews and Ratings

based on 1.2k reviews

3.3/5

Rating in categories

3.1

Skill development

3.3

Work-life balance

3.1

Salary

2.9

Job security

3.2

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 1.2k Reviews and Ratings
Jobs at Apexon
Apexon
Assistant Manager - Securities Settlements

Hyderabad / Secunderabad

6-11 Yrs

₹ 6-16 LPA

Apexon
Customer Support Associate ( BPO )

Pune

0-5 Yrs

Not Disclosed

Apexon
Apexon - Assistant Manager - Securities Settlements - Investment Banking (6-10 yrs)

6-10 Yrs

Not Disclosed

Explore more jobs
Apexon Salaries in India
Senior Software Engineer
806 salaries
unlock blur

₹12.6 L/yr - ₹22 L/yr

Software Engineer
572 salaries
unlock blur

₹7.4 L/yr - ₹14 L/yr

Softwaretest Engineer
253 salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Senior Engineer
242 salaries
unlock blur

₹12 L/yr - ₹23 L/yr

Associate Software Engineer
192 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Apexon with
Xoriant

Xoriant

4.1
Compare
CitiusTech

CitiusTech

3.3
Compare
HTC Global Services

HTC Global Services

3.5
Compare
HERE Technologies

HERE Technologies

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