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

Filter interviews by

Apexon Interview Questions, Process, and Tips

Updated 4 Mar 2025

Top Apexon Interview Questions and Answers

View all 72 questions

Apexon Interview Experiences

Popular Designations

137 interviews found

Interview Questions & Answers

user image Anonymous

posted on 23 Sep 2024

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

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Normal HR questions
Round 2 - Technical 

(2 Questions)

  • Q1. Deep copy/ shallow copy
  • Q2. To build 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

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. String code related questions
  • Q2. Singleton Design pattern

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Apexon Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

General questions asked

Round 2 - Technical 

(2 Questions)

  • Q1. Basic tech questions
  • Q2. Some codenasked
Round 3 - HR 

(1 Question)

  • Q1. General info asked

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. As a fresher, Explain OOPS, Difference between Abstraction and Interface,
  • Q2. How can we handle Exception in java?
  • Ans. 

    Exceptions in Java can be handled using try-catch blocks and throwing exceptions.

    • Use try-catch blocks to handle exceptions in Java.

    • Catch specific exceptions using multiple catch blocks.

    • Use finally block to execute code regardless of exception.

    • Throw custom exceptions using throw keyword.

    • Use throws keyword in method signature to declare exceptions that can be thrown.

  • Answered by AI
  • Q3. SQL Queries asked like 2nd highest salary of Employee
Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Hobbies and where you want to see you in 5 Years.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just give answers confidently.

Skills evaluated in this interview

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1. Input: The input consists of a single intege... read more
View answer (1)

Apexon interview questions for popular designations

 Software Engineer

 (13)

 Senior Software Engineer

 (11)

 Data Engineer

 (6)

 Senior Engineer

 (4)

 Associate Software Engineer

 (4)

 Softwaretest Engineer

 (3)

 Software Developer

 (3)

 Associate Engineer

 (3)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Let input = [1,2,3,4,5] n = 1; output = [5,1,2,3,4]
  • Ans. 

    Rotate array to the right by n positions

    • Create a new array with the same length as input

    • Copy elements from input starting at index (n % input.length) to the end to the new array

    • Copy elements from input starting at index 0 to (n % input.length - 1) to the new array

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Get interview-ready with Top Apexon Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Why are you looking for job change?

Cloud Engineer Interview Questions asked at other Companies

Q1. Can you please elaborate the best practices of Authentication and Authorisation for the web based applications ?
View answer (1)

Jobs at Apexon

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Linear search how to find algorithm

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Foundit and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Two easy to medium level coding questions in python related to sorting a list.
  • Q2. Asked me to write random X-path
  • Q3. Oops concepts in python.
  • Ans. 

    Oops concepts in Python include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a class to inherit attributes and methods from another class.

    • Polymorphism allows methods to be written to handle different object types.

    • Encapsulation restricts access to certain parts of an object and protects data.

    • Abstraction hides complex implementation details and only shows the necessary features.

  • Answered by AI
  • Q4. Questions related to selenium like about waits.
Round 2 - Behavioral 

(4 Questions)

  • Q1. Tell me about yourself.
  • Q2. Related to project, whether I worked in Agile methodology
  • Q3. What ever , we say in about yourself, mostly questions came from that topic.
  • Q4. What is work life balance.
  • Ans. 

    Work life balance is the equilibrium between work responsibilities and personal life activities.

    • Work life balance involves managing time and energy effectively between work and personal life.

    • It is important for overall well-being, reducing stress, and preventing burnout.

    • Examples include setting boundaries, prioritizing tasks, and taking breaks to recharge.

    • Regular exercise, hobbies, and spending time with loved ones con

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Do you know anything about Apexon.
  • Q3. Expectation of salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Make eye contact, if the person camera is on.

Skills evaluated in this interview

Functional Tester Interview Questions asked at other Companies

Q1. 5.Difference between Manual Testing & Automation Testing
View answer (1)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Scenario-based question they asked
  • Q2. Topic based on JD

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently went through an interview that lasted around 1.5 hours. After waiting for a week, I followed up several times and was informed that the position was on hold. However, after further inquiries, I was abruptly told that I am not suitable for the role. This process felt unprofessional and lacked transparency. Clear communication and timely feedback are essential in the hiring process, and this experience left a negative impression of how the company manages interviews.

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination Sum Problem Statement Given an array of distinct positive integers ARR and a non-negative integer 'B', find all unique combinations in the array where the sum is equal to 'B'. Numbers can be chosen multiple times from ARR. Ensur... read more
View answer (1)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark architecture
  • Q2. Sql questions about 2nd highest salary

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

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, Analytics, Asset Management and Python.
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. What is consignment and sub contracting process, how to create the shopping car...read more
  3. Where do you used the concepts of OOPs in your project, please explain with exa...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.

Recently Viewed

JOBS

Apexon

No Jobs

SALARIES

Volvo

JOBS

Arvind Group

No Jobs

INTERVIEWS

Eicher Motors

No Interviews

DESIGNATION

INTERVIEWS

Crayon Data

No Interviews

DESIGNATION

SALARIES

Apexon

SALARIES

Apexon

Tell us how to improve this page.

Apexon Interview Process

based on 125 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all

Apexon Reviews and Ratings

based on 1k 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 1k Reviews and Ratings
GCP Data Architect

Hyderabad / Secunderabad,

Pune

+1

12-15 Yrs

Not Disclosed

Data Solutions Lead

Hyderabad / Secunderabad,

Pune

+1

15-18 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
787 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
592 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
249 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
236 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
191 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Apexon with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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