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 30 Jan 2025

Top Apexon Interview Questions and Answers

View all 72 questions

Apexon Interview Experiences

Popular Designations

135 interviews found

Software Engineer Interview Questions & Answers

user image Arpitha Bhat

posted on 20 Nov 2024

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

(1 Question)

  • Q1. Difference between composition and aggregation
  • Ans. 

    Composition is a strong relationship where the child object does not exist independently of the parent object, while aggregation is a weak relationship where the child object can exist independently of the parent object.

    • Composition is a 'has-a' relationship, where the child object is part of the parent object.

    • Aggregation is a 'has-a' relationship, where the child object is not part of the parent object and can exist in...

  • Answered by AI

Top Apexon Software Engineer Interview Questions and Answers

Q1. What is SDLC, STLC, Agile, Different types of testing, Testing life cycle, adb commands, Project works, Bug life cycle, types of bug, difficulties in your project, RTM.
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (171)

Software Engineer Interview Questions & Answers

user image Jagadeep K K

posted on 15 Oct 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain about process vs thread in linux
  • Ans. 

    Processes are independent instances of a program, while threads are lightweight units within a process sharing resources.

    • Processes have their own memory space, while threads share the same memory space within a process.

    • Processes are heavier to create and manage compared to threads.

    • Threads within a process can communicate more easily and efficiently compared to processes.

    • Example: In a web server, each client connection ...

  • Answered by AI
  • Q2. Explain c++ exception
  • Ans. 

    C++ exceptions are used to handle runtime errors and abnormal conditions in a program.

    • C++ exceptions are thrown using the 'throw' keyword.

    • Exceptions can be caught and handled using 'try' and 'catch' blocks.

    • Unhandled exceptions will result in program termination.

    • Example: throw std::runtime_error("An error occurred!");

  • Answered by AI

Skills evaluated in this interview

Top Apexon Software Engineer Interview Questions and Answers

Q1. What is SDLC, STLC, Agile, Different types of testing, Testing life cycle, adb commands, Project works, Bug life cycle, types of bug, difficulties in your project, RTM.
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
5
Excellent
Difficulty level
Easy
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 - One-on-one 

(2 Questions)

  • Q1. Incremental load in pyspark
  • Ans. 

    Incremental load in pyspark refers to loading only new or updated data into a dataset without reloading the entire dataset.

    • Use the 'delta' function in pyspark to perform incremental loads by specifying the 'mergeSchema' option.

    • Utilize the 'partitionBy' function to optimize incremental loads by partitioning the data based on specific columns.

    • Implement a logic to identify new or updated records based on timestamps or uni...

  • Answered by AI
  • Q2. Drop duplicates

Skills evaluated in this interview

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)

Java Developer Interview Questions & Answers

user image Seban Thomas

posted on 2 Sep 2024

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

(2 Questions)

  • Q1. Explain Sonarqube, different type of code smells, and how its implemented in CI CD
  • Ans. 

    Sonarqube is a static code analysis tool used to detect code smells and bugs in code. It is integrated into CI/CD pipelines for continuous code quality checks.

    • Sonarqube is a static code analysis tool that identifies code smells, bugs, and security vulnerabilities in code.

    • Code smells are common programming issues that may indicate a deeper problem in the code. Examples include duplicated code, long methods, and complex ...

  • Answered by AI
  • Q2. Write a program to find the numbers divisble by 3 in a string - and reverse its indexes eg : - input : String s = "123456789" output String s = "129456783"
  • Ans. 

    Program to find numbers divisible by 3 in a string and reverse their indexes.

    • Iterate through the string and check if each character is a number divisible by 3.

    • Store the divisible numbers in an array and reverse their indexes.

    • Join the array back into a string and return the result.

  • Answered by AI

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Apexon interview questions for popular designations

 Software Engineer

 (13)

 Senior Software Engineer

 (11)

 Data Engineer

 (6)

 Associate Software Engineer

 (4)

 Senior Engineer

 (4)

 Associate Engineer

 (3)

 Java Developer

 (3)

 Software Developer

 (3)

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

I applied via Recruitment Consulltant

Round 1 - One-on-one 

(2 Questions)

  • Q1. How concurrent API call happen
  • Ans. 

    Concurrent API calls happen when multiple requests are made simultaneously, allowing for faster processing.

    • Concurrent API calls can be achieved using asynchronous programming techniques such as callbacks, promises, or async/await.

    • API calls can be made in parallel or in sequence, depending on the requirements of the application.

    • Tools like Axios or Fetch API in JavaScript can be used to make concurrent API calls.

    • Concurre...

  • Answered by AI
  • Q2. One sql query need to write

Interview Preparation Tips

Interview preparation tips for other job seekers - It went good. there is some network issue I told to reschedule but he told just wrap it up

Senior Backend Developer Interview Questions asked at other Companies

Q1. Design a admin dashboard for uber to show driver metrics like availability over an area
View answer (1)

Get interview-ready with Top Apexon Interview Questions

Frontend Developer- Engineer II- React JS Interview Questions & Answers

user image Anonymous

posted on 28 May 2024

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

I applied via Hirist and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Some basic Javascript questions. like async, await , event loop, es6 changes, call, bind, apply methods, some react basic questions like hooks , performance optimization techniques,
  • Q2. Build a feature in which i have to apply an api data to the react component and show the data on screen.
Round 2 - Behavioral 

(3 Questions)

  • Q1. Questions related to react application performance optimization in detail with clearing every aspects.
  • Q2. Explain redux implementation and its applications
  • Q3. Some basic node js question like how to send data with tokens, password verifications

Skills evaluated in this interview

Jobs at Apexon

View all

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is velocity
  • Ans. 

    Velocity is the rate of change of an object's position with respect to a frame of reference, typically measured in meters per second.

    • Velocity is a vector quantity, meaning it has both magnitude and direction.

    • It is calculated as the displacement of an object divided by the time taken to cover that displacement.

    • For example, if a car travels 100 meters in 10 seconds, its velocity is 10 m/s in the direction of travel.

  • Answered by AI
  • Q2. What is test bed
  • Ans. 

    A test bed is a platform or environment used to conduct testing of software or hardware.

    • Test bed is a controlled environment where tests can be conducted.

    • It may include hardware, software, network configurations, and other necessary components.

    • Test beds are used to simulate real-world scenarios for testing purposes.

    • Examples of test beds include virtual machines, physical devices, and cloud-based testing platforms.

  • Answered by AI

Skills evaluated in this interview

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Data Engineer Interview Questions & Answers

user image nikhil yeole

posted on 3 Oct 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic AWS Cloud Interview
  • Q2. Basic Sql Question

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Asked some basic level questions

Round 2 - Coding Test 

Asked little bit hard questions

Round 3 - Coding Test 

Asked depth questions and wrote some sample programs

Round 4 - Technical 

(1 Question)

  • Q1. Wrote some sample program
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Enginner II 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

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.

Tell us how to improve this page.

Apexon Interview Process

based on 123 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k 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
Oracle Hyperion Planning  Professional

Doha,

Qatar

8-12 Yrs

Not Disclosed

Data Engineering Lead 

Bangalore / Bengaluru,

Whitefield

8-13 Yrs

Not Disclosed

Solution Architect 

Bangalore / Bengaluru

12-15 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
758 salaries
unlock blur

₹6.2 L/yr - ₹25 L/yr

Software Engineer
597 salaries
unlock blur

₹4 L/yr - ₹14.3 L/yr

Softwaretest Engineer
249 salaries
unlock blur

₹3.3 L/yr - ₹10.3 L/yr

Senior Engineer
238 salaries
unlock blur

₹7 L/yr - ₹26.3 L/yr

Technical Lead
191 salaries
unlock blur

₹10 L/yr - ₹33 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