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

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
  • 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
  • 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
  • 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
Round 2 - Coding Test 

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

L2 Engineer Interview Questions asked at other Companies

Q1. 4. What is difference between radiography testing (RT) and ultrasonic testing (UT)
View answer (1)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed before Mar 2024.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Can you introduce yourself?
  • Q2. What are your past and current job roles and responsibilities?
  • Q3. What motivates you to consider a move to Apexon?
  • Q4. Some domain-related and situation-based questions were asked during the interview?
  • Q5. Experience on applications used for domains and experience on AI, automation technologies. How were those technologies utilised in current organization?
  • Q6. Able to work / overlap your work timings with both japanese and US clients (early morning till late nights)

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answer honestly about your past experience and skill set.
Please be informed that they hire you for one particular project ony if they don't get the project or they loose the project then you become orphan in the company and no one will take you even you know better than the one already in the running projects. Even though some of your skills are matched with existing/running projects, they neither prefer you adding into the project nor allow you to learn about the new project. At the end, they do lay offs. Also, while laying off they don't even see your work performance (including promotion you received in last 6 months to year) when you are with company. So, if you don't have anything in hand you can go for this company but ensure that within 6 months to 1 year you find a new job otherwise you will be in their lay off list.

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)
Apexon Interview Questions and Answers for Freshers
illustration image

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
  • Q2. Capital Market, Hedge Fund
  • Q3. Derivatives, Scenario-based question
Round 2 - Technical 

(5 Questions)

  • Q1. Prior Experience
  • 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
  • Q3. What was the toughest escalation I have ever managed
  • Q4. Excel - Index, Match, Lookups - XLookup, VLookup, HLookup
  • Q5. Job Description
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
  • Q2. Data analysis, vizualization
  • 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
  • Q4. About my project
  • Q5. Job Description

Interview Preparation Tips

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

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
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
  • 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
Round 2 - Behavioral 

(2 Questions)

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

(2 Questions)

  • Q1. Solid principles
  • Q2. Basic node questions

Interview Preparation Tips

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

Backend Developer Lead Interview Questions asked at other Companies

Q1. Explain about how will solve a service which is lagging
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
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
  • Q2. Spring boot related questions
  • 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

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

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)

Get interview-ready with Top Apexon Interview Questions

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

Interview Preparation Tips

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

Dot Net Fullstack Developer Interview Questions asked at other Companies

Q1. What languages does support the .netframework???
View answer (3)

Jobs at Apexon

View all
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
Round 2 - Technical 

(2 Questions)

  • Q1. JavaScript, jQuery, css related questions
  • Q2. Api testing questions

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)
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

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.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Automation framework related questions
  • Q2. Java coding on strings

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. React Life cycle methods
  • 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

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)

UI Team Lead Interview Questions & Answers

user image Anonymous

posted on 20 Nov 2024

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

(1 Question)

  • Q1. React hooks, redux architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Given a api , build a small app in react
Redux architecture, java script promise based outputs. Context api
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

INTERVIEWS

TuringMinds

5.6k top interview questions

INTERVIEWS

Apexon

No Interviews

INTERVIEWS

Arvind Group

No Interviews

INTERVIEWS

Arvind Group

No Interviews

INTERVIEWS

Becton Dickinson

No Interviews

INTERVIEWS

Becton Dickinson

10 top interview questions

INTERVIEWS

Arvind Group

No Interviews

INTERVIEWS

Arvind Group

No Interviews

INTERVIEWS

Apexon

No Interviews

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