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

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

I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. CI CD pipelines and branching
  • Q2. Azure infra and devops related

Devops Engineer Interview Questions asked at other Companies

Q1. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have to connect ec2 to each vpc? so how you can achieve that?
View answer (3)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. General technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Never joined here,these company recruiters the employees for time-being,they fire you any time.
Managements so burst,totally biased towards…..

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 20 Apr 2023

Interview experience
5
Excellent
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. Basic fundamental concepts ?
  • Q2. Threading related information

IOS Developer Interview Questions asked at other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Google maps 3- How u manage the constraints of any label , stick at every corner & center of view controller, when getting data from json.
View answer (1)

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2023

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

I applied via Approached by Company and was interviewed before Sep 2022. There were 4 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 

(1 Question)

  • Q1. Normal swift related question and ios develpment related
Round 3 - Technical 

(1 Question)

  • Q1. Normal project and ios development related questions
Round 4 - HR 

(1 Question)

  • Q1. Just basic question about experience

IOS Developer Interview Questions asked at other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Google maps 3- How u manage the constraints of any label , stick at every corner & center of view controller, when getting data from json.
View answer (1)

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
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Fundamentals of iOS
  • Ans. 

    Fundamentals of iOS

    • iOS is a mobile operating system developed by Apple Inc.

    • It is the operating system that powers iPhones, iPads, and iPod Touch devices.

    • iOS is based on the macOS operating system and uses a multi-touch interface.

    • It provides a secure and stable platform for developing and running mobile applications.

    • Key concepts in iOS development include UIKit, Core Data, and Swift programming language.

  • Answered by AI
  • Q2. Multithreaded operation

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

Get interview-ready with Top Apexon Interview Questions

RPA Developer Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2024

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

I applied via Naukri.com and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Bot insights
  • Ans. 

    Bot insights provide analytics and data on the performance and usage of bots in RPA processes.

    • Bot insights offer detailed reports on bot performance metrics such as execution time, error rates, and throughput.

    • They help in identifying bottlenecks, optimizing processes, and improving overall efficiency.

    • Examples of bot insights tools include UiPath Insights and Automation Anywhere Analytics.

  • Answered by AI
  • Q2. What are role of bot creator and bot runner
  • Ans. 

    Bot creator designs and develops the bot, while bot runner executes the bot and monitors its performance.

    • Bot creator designs and develops the bot based on the requirements provided by the organization.

    • Bot runner is responsible for executing the bot on the designated systems and monitoring its performance.

    • Bot creator may need to collaborate with business analysts and stakeholders to understand the process to be automate...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - oTHERS

Skills evaluated in this interview

RPA Developer Interview Questions asked at other Companies

Q1. What is procedural language and object oriented language? Which one is better? What are the examples of both?
View answer (1)

Jobs at Apexon

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

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Given javascript problems from leet code

Round 2 - Technical 

(2 Questions)

  • Q1. How to create a react app from scratch.
  • Ans. 

    To create a React app from scratch, you can use create-react-app command line tool.

    • Install create-react-app globally using npm: npm install -g create-react-app

    • Create a new React app using create-react-app: create-react-app my-app

    • Navigate into the newly created app directory: cd my-app

    • Start the development server: npm start

  • Answered by AI
  • Q2. Solid principles and optimization techniques

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

(2 Questions)

  • Q1. Product owner and business analyst
  • Q2. Details of product owner

Senior Product Analyst Interview Questions asked at other Companies

Q1. Which is better. 5% discount to get 30% increase in trips or 10% discount to get 50% increase in trips or 15% discount to get 65% increase in trips, considering avg trip value is constant
View answer (1)

Engineer Interview Questions & Answers

user image Anonymous

posted on 15 May 2024

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

I applied via campus placement at Mumbai University and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Speak something about your self
  • Q2. Explanation on general programming language I have learnt
  • Q3. Questions about OOPs andJava
Round 2 - Technical 

(3 Questions)

  • Q1. Core Java question and grilling on that
  • Q2. Write code binary searching algorithm.
  • Ans. 

    Binary search algorithm efficiently finds the target value in a sorted array.

    • Divide array in half and compare target with middle element

    • If target is smaller, search left half; if larger, search right half

    • Repeat process until target is found or subarray is empty

  • Answered by AI
  • Q3. Give example of any design pattern
  • Ans. 

    One example of a design pattern is the Singleton pattern.

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

    • It involves a static method to access the instance and a private constructor to prevent instantiation from other classes.

    • Example: Singleton pattern is commonly used in logging classes, database connections, and thread pools.

  • Answered by AI

Skills evaluated in this interview

Engineer Interview Questions asked at other Companies

Q1. ❖ If a team member is unable to carry out his work, he is doing it repetitively, how would you handle it?, would you like to work only on lifing of components, or would you be ready to shift to other departments?
View answer (5)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Angular questions
  • Q2. Web development related questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

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
Java Developer

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

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