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

Updated 9 Jun 2024

Apexon Softwaretest Engineer Interview Experiences

3 interviews found

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

I applied via Referral and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2 leetcode questions medium level

Round 2 - Technical 

(1 Question)

  • Q1. Real life scenario based java questions based on resume and indepth resume discussion
Round 3 - One-on-one 

(1 Question)

  • Q1. Some behavioural and one coding question
Round 4 - One-on-one 

(1 Question)

  • Q1. Same as above indepth discussion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is agile methodology
  • Ans. 

    Agile methodology is a software development approach that emphasizes flexibility, collaboration, and iterative development.

    • Focus on delivering working software in short, iterative cycles

    • Emphasizes collaboration between cross-functional teams

    • Allows for changes and adjustments throughout the development process

    • Prioritizes customer feedback and continuous improvement

    • Common frameworks include Scrum, Kanban, and XP

  • Answered by AI
  • Q2. Defect life cycle

Skills evaluated in this interview

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If u get a blocker defect just the previous day of ur release dat ... read more
Q3. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Q4. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q5. Write Sql query for displaying total number of students from chil ... read more
Interview experience
4
Good
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 - Coding Test 

Plc coding scada configuration

Round 3 - One-on-one 

(4 Questions)

  • Q1. What advantages of closed loop system
  • Ans. 

    Closed loop systems provide real-time feedback and control, leading to increased efficiency and accuracy.

    • Real-time feedback allows for quick adjustments to be made, improving efficiency and accuracy

    • Controlled environment reduces the impact of external factors on the system

    • Can be used in a variety of industries, such as manufacturing, aerospace, and healthcare

    • Examples include automated insulin pumps for diabetes managem

  • Answered by AI
  • Q2. Open loop system
  • Q3. U can check the feed back in closed loop system
  • Q4. No able to see

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing

Interview questions from similar companies

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

I applied via Job Fair and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About the design pattern
  • Q2. Coding questions in stream api

Interview Preparation Tips

Interview preparation tips for other job seekers - Not selected for round 2
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Java code , oops, sql , spring bbot

Round 2 - Technical 

(2 Questions)

  • Q1. Maximum area of Stack
  • Ans. 

    The maximum area of a stack is determined by the size of the stack and the items it can hold.

    • The maximum area of a stack is calculated by multiplying the height of the stack by the width of the stack.

    • For example, if a stack has a height of 10 units and a width of 5 units, the maximum area would be 50 square units.

  • Answered by AI
  • Q2. Length of longest substring
  • Ans. 

    Find the length of the longest substring without repeating characters.

    • Iterate through the string and keep track of the characters seen so far in a set.

    • Use two pointers to mark the start and end of the current substring.

    • Update the maximum length of the substring as you iterate through the string.

  • Answered by AI

Skills evaluated in this interview

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

String Reverse words, Repeated character count etc

Round 2 - One-on-one 

(2 Questions)

  • Q1. This round was with manager, project details discussion and past experiences
  • Q2. Behaviral questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was simple basic level questions

Round 2 - Technical 

(1 Question)

  • Q1. Asked basic codes
Round 3 - HR 

(1 Question)

  • Q1. Normal basic hr type questions

Interview Preparation Tips

Topics to prepare for ThoughtWorks Softwaretest Engineer interview:
  • OOPS
Interview preparation tips for other job seekers - just make your basics strong
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Apr 2024.

Round 1 - Coding Test 

Python code for array

Round 2 - Aptitude Test 

Computerized test based on simpel math questions

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

I was interviewed before Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Explain docker file
  • Ans. 

    Docker file is a text document that contains all the commands a user could call on the command line to assemble an image.

    • Docker file is used to build Docker images by specifying the base image, dependencies, and commands to run.

    • Each instruction in a Docker file creates a layer in the image.

    • Common instructions include FROM, RUN, COPY, CMD, and ENTRYPOINT.

    • Example: FROM ubuntu:latest, RUN apt-get update, COPY . /app, CMD

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain workflow of Kubernetes
  • Ans. 

    Kubernetes is a container orchestration platform that automates the deployment, scaling, and management of containerized applications.

    • Kubernetes uses a master-slave architecture with a control plane (master) and worker nodes (slaves).

    • The control plane manages the cluster and schedules workloads, while worker nodes run containers and communicate with the control plane.

    • Kubernetes uses Pods as the smallest deployable unit...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Explain ci/cd pipelines
  • Ans. 

    CI/CD pipelines automate the process of testing and deploying code changes.

    • CI/CD stands for Continuous Integration/Continuous Deployment.

    • Automates the process of building, testing, and deploying code changes.

    • Helps in detecting bugs early in the development process.

    • Ensures that code changes are consistently tested and deployed.

    • Examples: Jenkins, GitLab CI/CD, CircleCI.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why this company
  • Ans. 

    I am impressed by the company's innovative products and strong reputation in the industry.

    • Impressed by innovative products

    • Strong reputation in the industry

    • Opportunity for professional growth and development

  • Answered by AI
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 Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is load testing
  • Q2. What is regression testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview process

Apexon Interview FAQs

How many rounds are there in Apexon Softwaretest Engineer interview?
Apexon interview process usually has 2-3 rounds. The most common rounds in the Apexon interview process are One-on-one Round, Coding Test and Technical.
What are the top questions asked in Apexon Softwaretest Engineer interview?

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

  1. What advantages of closed loop sys...read more
  2. What is agile methodol...read more
  3. real life scenario based java questions based on resume and indepth resume disc...read more

Tell us how to improve this page.

Apexon Softwaretest Engineer Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
View more
Apexon Softwaretest Engineer Salary
based on 249 salaries
₹3.3 L/yr - ₹10.3 L/yr
8% more than the average Softwaretest Engineer Salary in India
View more details

Apexon Softwaretest Engineer Reviews and Ratings

based on 15 reviews

4.0/5

Rating in categories

3.3

Skill development

3.9

Work-life balance

3.6

Salary

4.0

Job security

3.9

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 15 Reviews and Ratings
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