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 Senior Engineer Interview Questions and Answers

Updated 30 Jan 2025

Apexon Senior Engineer Interview Experiences

4 interviews found

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

(1 Question)

  • Q1. Basic java, rest assured api
Round 2 - Coding Test 

Basic java programming

Round 3 - Technical 

(1 Question)

  • Q1. Depth automation testing related question
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hacker Rank Questions - String Manipulation - level easy

Round 2 - Coding Test 

Hacker Rank Questions - 2D matrix - level easy

Round 3 - HR 

(2 Questions)

  • Q1. Expected Salary
  • Q2. Why do you choose Apexon?

Senior Engineer Interview Questions Asked at Other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
asked in Nagarro
Q2. Write a program: two input, one is N(any integer, lets say 3), se ... read more
asked in Tata Elxsi
Q3. What is Quality Assurance. Difference between Quality assurance a ... read more
Q4. When you will perform Half or Full engine overhauling.
asked in HCLTech
Q5. Written: (Data structures) 1. write a c pgm to insert a node at t ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Coding Test 

This round was dependent on the end client. It lasted for approximately one hour and involved a technical assessment from the client side conducted by a panel of three interviewers. The panel was knowledgeable, attentive, and cooperative, with questions that were relevant to the work experience.

Round 2 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Are you comfortable with the designated work location and with working at the client site?
  • Q3. Are you currently serving a notice period, and is that notice period negotiable?
  • Q4. What is the earliest date you would be able to join after receiving the offer letter?

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand your client by familiarizing yourself with their interviewing style and commonly asked questions. Feedback regarding the technical round will be provided within two days, and the HR round will also take place within that timeframe. If you are confident about your performance in the technical round, you may negotiate your salary during the HR round, as salary increases at Apexon will depend on the client. HR representatives are approachable and understanding, making it essential to express your true expectations and raise any concerns, as they will certainly assist you.
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 Feb 2023. There was 1 interview round.

Round 1 - Coding Test 

Basic coding question and JavaScript in depth questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Specific questions related to job role and project background

Apexon interview questions for designations

 Senior Software Engineer

 (11)

 Senior QA Engineer

 (1)

 Engineer

 (1)

 Senior Manager

 (1)

 Senior Associate

 (1)

 Senior android Software Engineer

 (1)

 Senior Software Engineer 2

 (1)

 Associate Engineer

 (3)

Senior Engineer Jobs at Apexon

View all

Interview questions from similar companies

Senior Engineer Interview Questions & Answers

Altimetrik user image Machineni Ravisankar

posted on 1 Mar 2025

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

I was interviewed before Mar 2024.

Round 1 - Assignment 

When I was join there no assignment I think now they conducting

Round 2 - One-on-one 

(2 Questions)

  • Q1. Check the basic knowledge of our skills
  • Q2. Need write programs
Round 3 - Technical 

(1 Question)

  • Q1. Check the in-depth knowledge about our work
Round 4 - HR 

(1 Question)

  • Q1. Discuss salary details
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. API Testing related questions
  • Q2. Selenium related questions
Round 2 - HR 

(2 Questions)

  • Q1. Exploring projects worked on
  • Q2. Why Am I looking for change
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic for Core java
  • Q2. Basics of selenium
Round 2 - Technical 

(2 Questions)

  • Q1. More on framework side
  • Q2. Few question on Manual testing
Round 3 - HR 

(2 Questions)

  • Q1. Intro about yourself
  • Ans. 

    I am a Senior Engineer with 10+ years of experience in software development, specializing in backend systems and cloud technologies.

    • 10+ years of experience in software development

    • Specialize in backend systems and cloud technologies

    • Strong problem-solving skills

    • Experience with large-scale systems

    • Proficient in programming languages like Java, Python, and SQL

  • Answered by AI
  • Q2. Discussion on Job role
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Transaction in Java
  • Ans. 

    A transaction in Java is a unit of work that is performed as a single, indivisible operation.

    • Transactions ensure data integrity by either committing all changes or rolling them back if an error occurs.

    • Transactions are typically used in database operations to ensure consistency.

    • In Java, transactions are commonly implemented using frameworks like Spring's @Transactional annotation.

  • Answered by AI
  • Q2. GitHub code push

Skills evaluated in this interview

Interview experience
3
Average
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 

(1 Question)

  • Q1. 1.SOLID Principles: Define in detail the solid principles, interviewer will be more focused on the practical examples of the principles.
  • Ans. S stands for single responsibility, O stands for Open for extension and closed for modification, L stands for Liskov Substitution principle, I stands for Inversion of control and D stands for Dependency inversion
  • Answered by Sweta Lavania
Round 3 - One-on-one 

(3 Questions)

  • Q1. Coding questions like implement linked list
  • Q2. Find the second largest element from the array.
  • Ans. 

    Find the second largest element from the array.

    • Sort the array in descending order and return the second element.

    • Iterate through the array and keep track of the two largest elements.

    • Use a priority queue to find the second largest element.

  • Answered by AI
  • Q3. Sort the array and return second last element
  • Ans. 

    Sort array and return second last element

    • Use built-in sort function

    • Access second last element using array index -2

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident , focus on algorithms,
First understand the question and then start writing the code.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Prepare a solution to generate BOM

Round 2 - HR 

(3 Questions)

  • Q1. How much overall experience you had
  • Q2. Specific to the domain how much experience
  • Q3. Are you able to handle this as stand-alone member

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare & resharpen your skills before going for the interview

Apexon Interview FAQs

How many rounds are there in Apexon Senior Engineer interview?
Apexon interview process usually has 2-3 rounds. The most common rounds in the Apexon interview process are Coding Test, HR and One-on-one Round.
How to prepare for Apexon Senior Engineer 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 Healthcare, Analytics, SQL, Asset Management and Java.
What are the top questions asked in Apexon Senior Engineer interview?

Some of the top questions asked at the Apexon Senior Engineer interview -

  1. Depth automation testing related quest...read more
  2. Basic java, rest assured ...read more

Tell us how to improve this page.

Apexon Senior Engineer Interview Process

based on 4 interviews

1 Interview rounds

  • Coding Test Round
View more
Apexon Senior Engineer Salary
based on 238 salaries
₹7 L/yr - ₹26.3 L/yr
67% more than the average Senior Engineer Salary in India
View more details

Apexon Senior Engineer Reviews and Ratings

based on 31 reviews

3.0/5

Rating in categories

3.0

Skill development

3.3

Work-life balance

3.2

Salary

2.3

Job security

2.9

Company culture

2.3

Promotions

3.2

Work satisfaction

Explore 31 Reviews and Ratings
NodeJS Senior Engineer

Mumbai,

Bangalore / Bengaluru

5-9 Yrs

₹ 15-25 LPA

Senior Engineer- Python with Django

Bangalore / Bengaluru

3-7 Yrs

₹ 8-38.52 LPA

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