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 Software Engineer Interview Questions and Answers for Experienced

Updated 3 Sep 2024

Apexon Senior Software Engineer Interview Experiences for Experienced

4 interviews found

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

(1 Question)

  • Q1. Basic Java and Android and kotline
Round 2 - One-on-one 

(1 Question)

  • Q1. Related to Version control
Round 3 - HR 

(1 Question)

  • Q1. Basic policy and immediate joining related
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 - 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 for Experienced

Q1. Duplicate Integer in Array Given an array ARR of size N, containi ... read more
asked in Visa
Q2. Given a grid containing 0s and 1s and source row and column, in h ... read more
asked in Capgemini
Q3. Kth Largest Number Problem Statement You are given a continuous s ... read more
asked in Mphasis
Q4. Trapping Rain Water Problem Statement Given a long type array/lis ... read more
Q5. Anagram Pairs Verification In this task, you need to verify if tw ... read more

I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. OOPs, ASP, MVC, C#, Web API, SQL Server

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear about basics and skills which you mention in resume.

I applied via Approached by Company and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Major vulnerabilities you have worked.
  • Q2. How to prioritise vulnerabilities
  • Ans. 

    Prioritise vulnerabilities based on severity, exploitability, and potential impact.

    • Assess the severity of the vulnerability based on the Common Vulnerability Scoring System (CVSS) score.

    • Consider the exploitability of the vulnerability and the likelihood of it being exploited.

    • Evaluate the potential impact of the vulnerability on the system and the organization.

    • Prioritise vulnerabilities that are easy to exploit and have...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What improvement will you bring to the process

Interview Preparation Tips

Interview preparation tips for other job seekers - No job security and the process is terrible here you don't know when you will be asked to quit.

Apexon interview questions for designations

 Senior Software

 (1)

 Senior Software Engineer 2

 (1)

 Software Engineer

 (13)

 Senior Software Developer

 (1)

 Associate Software Engineer

 (4)

 Embedded Software Engineer

 (1)

 Senior android Software Engineer

 (1)

 Senior QA Engineer

 (1)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Questions on core java, data structures, Spring

I applied via Approached by Company and was interviewed before Apr 2021. There were 2 interview rounds.

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. Basic front-end questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company with work life balance

I applied via Recruitment Consultant and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions & team leading

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is not difficult..

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical experience related to automation testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good company to learn

I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 3 interview rounds.

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. Deep Copy vs Shallow Copy, Object Prototyping
  • Ans. 

    Deep Copy creates a new object with a new memory address while Shallow Copy creates a new reference to the same memory address.

    • Deep Copy duplicates the object and its properties while Shallow Copy only duplicates the object reference.

    • Object Prototyping is a way to create new objects based on existing objects.

    • Prototyping allows for inheritance and the ability to add or override properties and methods.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Accessibility, Semantic Tags, Problem solving

Interview Preparation Tips

Topics to prepare for Globant Senior Software Engineer interview:
  • Closures
  • Es6
Interview preparation tips for other job seekers - Try to solve the question , interviewer will provide you hint to proceed as well. so don’t worry. Just give your best

I appeared for an interview in Aug 2020.

Interview Questionnaire 

8 Questions

  • Q1. Position was for UI - Fundamentals of JavaScript (Closure, Promises, Event Loop, filter vs map, Event delegation)
  • Q2. Lifecycle of React Component, State vs Props, Optimization techniques, Redux vs Context
  • Q3. Coding challenge (JS) - remove duplicate entries from array
  • Ans. 

    Remove duplicate entries from array of strings using JavaScript

    • Use Set to remove duplicates

    • Convert Set back to array

    • Use spread operator to convert Set to array

  • Answered by AI
  • Q4. Coding Challenge (JS) - determine if words in given array are anagram or not
  • Ans. 

    Determines if words in given array are anagram or not using JS

    • Create a function that takes an array of strings as input

    • Loop through the array and sort each string alphabetically

    • Compare the sorted strings to check if they are equal

    • Return true if all strings are anagrams, else false

  • Answered by AI
  • Q5. Client Round (1) - Questions on design system, coding challenge - Let's try to create a modal component in React JS from scratch
  • Q6. Client Round (2) - Questions based on scenarios to test your thinking ability and problem solving approach
  • Q7. Client Round (3) - Questions on all the technologies that you have mentioned in your CV. Additional questions on Agile, DevOps and your understanding of CI-CD.
  • Q8. Client Round (4) - Coding challenge - implement/rewrite any inbuilt method provided by JS (e.g. Array.map, Array.filter, function.bind)

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for fundamentals of JS.
Answering questions of React would be easy if you already work on it.
Try to solve at least 5 problems on Hacker Rank or Hacker Earth, before appearing for interview.
That would help you prepare mentally and logically to bare with the process and develop an attitude of keep trying.

Good luck!

Skills evaluated in this interview

Apexon Interview FAQs

How many rounds are there in Apexon Senior Software Engineer interview for experienced candidates?
Apexon interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Apexon interview process for experienced candidates are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Apexon Senior Software Engineer interview for experienced candidates?
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 Agile, Engineering Services, Coding, Javascript and Automation.
What are the top questions asked in Apexon Senior Software Engineer interview for experienced candidates?

Some of the top questions asked at the Apexon Senior Software Engineer interview for experienced candidates -

  1. How to prioritise vulnerabilit...read more
  2. Fundamentals of ...read more
  3. let input = [1,2,3,4,5] n = 1; output = [5,1,2,3...read more

Tell us how to improve this page.

Apexon Senior Software Engineer Interview Process for Experienced

based on 2 interviews

2 Interview rounds

  • Technical Round
  • One-on-one Round
View more
Apexon Senior Software Engineer Salary
based on 789 salaries
₹7 L/yr - ₹26 L/yr
At par with the average Senior Software Engineer Salary in India
View more details

Apexon Senior Software Engineer Reviews and Ratings

based on 95 reviews

3.1/5

Rating in categories

2.9

Skill development

3.1

Work-life balance

3.1

Salary

2.7

Job security

3.2

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 95 Reviews and Ratings
Senior Software Engineer
789 salaries
unlock blur

₹7 L/yr - ₹26 L/yr

Software Engineer
570 salaries
unlock blur

₹4 L/yr - ₹14.5 L/yr

Softwaretest Engineer
260 salaries
unlock blur

₹2.8 L/yr - ₹9.9 L/yr

Senior Engineer
224 salaries
unlock blur

₹7.3 L/yr - ₹28 L/yr

Associate Software Engineer
199 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Apexon with

Xoriant

4.1
Compare

CitiusTech

3.3
Compare

HTC Global Services

3.6
Compare

HERE Technologies

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