Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Apmosys Technologies Team. If you also belong to the team, you can get access from here

Apmosys Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Apmosys Technologies Softwaretest Engineer Interview Questions and Answers

Updated 18 Feb 2025

Apmosys Technologies Softwaretest Engineer Interview Experiences

3 interviews found

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

I applied via Walk-in and was interviewed before May 2020. 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 Resume tips
Round 2 - Aptitude Test 

Reasoning, mathematics, and basic English grammar.

Round 3 - HR 

(1 Question)

  • Q1. Self introduction, domain knowledge, some questions about Test case presentation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with domain knowledge and some verbal reasoning and maths.

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Testing questions and projects and all
  • Q2. Ask Manual testing basic questions
  • Q3. All manual test questions

Interview Preparation Tips

Topics to prepare for Apmosys Technologies Softwaretest Engineer interview:
  • Manual Testing
  • Banking domain

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2022. 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. 1) Introduction about yourself 2) Domain related questions 3) If Experienced then project related questions 4)
Round 3 - One-on-one 

(1 Question)

  • Q1. Same like technical questions related to previous work.. And some basic mathatical questions.. Like formulas, equations etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Apmosys is the best company for work, people's are very supportive and always ready to help out you from any of the issues..

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Seperate out alphabets and number from a given string.

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude ,reasoning, computer science fundamental mcq ,2 coding questions

Round 2 - Coding Test 

Advance round for those who solved more than 80% test in shl exam

Round 3 - One-on-one 

(1 Question)

  • Q1. Polymorphism,OOP,Code snippet output and basic coding and for some ppl puzzles also asked

Interview Preparation Tips

Topics to prepare for Persistent Systems Softwaretest Engineer interview:
  • Coding
  • Puzzle
  • OOP
  • Computer science Fundamentals
Interview preparation tips for other job seekers - Interview after martians program and based on basic coding, puzzle and general discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was online Aptitude Questions were asked

Round 2 - Technical 

(1 Question)

  • Q1. Dsa questions be prepared
Round 3 - HR 

(1 Question)

  • Q1. Dsa question were asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. What are the locators in selenium, Write xpath for given element Diff between find element and findelements What is smoke sanity and regression testing Black box and white box testing difference Defect li...
  • Ans. 

    Answers to common interview questions for Software Test Engineer position

    • Locators in Selenium are used to locate elements on a web page, such as ID, name, class name, tag name, link text, and XPath

    • Example of XPath for an element: //input[@id='username']

    • findElement() is used to find a single element on a web page, while findElements() is used to find multiple elements

    • Smoke testing is a preliminary testing to check if th...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Framework related
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Youtube and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

I joined as a fresher. It was medium level

Round 2 - Technical 

(2 Questions)

  • Q1. Asked me besic java questions.
  • Q2. Asked me to write a program for sorting
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was a well designed test covering all the aptitude topics and the level was moderate.

Round 2 - Technical 

(3 Questions)

  • Q1. Write the code for abstraction
  • Ans. 

    Abstraction in programming is the concept of hiding the implementation details and showing only the necessary features of an object.

    • Abstraction can be achieved in programming languages like Java using abstract classes and interfaces.

    • Abstract classes are classes that cannot be instantiated and may contain abstract methods that must be implemented by subclasses.

    • Interfaces define a contract for classes to implement, witho...

  • Answered by AI
  • Q2. Write a code to reverse a string
  • Ans. 

    Code to reverse a string using array of characters

    • Create an array of characters from the input string

    • Use two pointers to swap characters at opposite ends of the array until they meet

    • Convert the array back to a string and return

  • Answered by AI
  • Q3. Type of joins in SQL
  • Ans. 

    Types of joins in SQL include inner join, outer join, left join, and right join.

    • Inner join: Returns rows when there is a match in both tables

    • Outer join: Returns all rows when there is a match in one of the tables

    • Left join: Returns all rows from the left table and the matched rows from the right table

    • Right join: Returns all rows from the right table and the matched rows from the left table

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated Software Test Engineer with 5 years of experience in manual and automated testing.

    • 5 years of experience in software testing

    • Proficient in manual and automated testing

    • Strong attention to detail and problem-solving skills

  • Answered by AI
  • Q2. Will you able to relocate
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for a Softwaretest Engineer position

    • I am flexible and willing to move for the right opportunity

    • I understand the importance of being geographically flexible in the tech industry

  • Answered by AI
  • Q3. Tell me about your projects
  • Ans. 

    I have worked on various projects including test automation, performance testing, and regression testing.

    • Developed automated test scripts using Selenium WebDriver for web application testing

    • Conducted performance testing using JMeter to analyze system behavior under load

    • Executed regression testing to ensure new code changes did not impact existing functionality

  • Answered by AI
  • Q4. Are you aware about the bond
  • Ans. 

    Yes, a bond is a legal agreement between a company and an employee that requires the employee to stay with the company for a certain period of time.

    • A bond is a common practice in industries like IT, where companies invest in training employees and want to ensure they stay for a certain period to recoup that investment.

    • Breaking a bond typically incurs a financial penalty for the employee.

    • Bonds can also be used in other ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident, Cover all the basic questions of arrays, string and sql

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Apmosys Technologies Interview FAQs

How many rounds are there in Apmosys Technologies Softwaretest Engineer interview?
Apmosys Technologies interview process usually has 3 rounds. The most common rounds in the Apmosys Technologies interview process are Resume Shortlist, Aptitude Test and HR.
What are the top questions asked in Apmosys Technologies Softwaretest Engineer interview?

Some of the top questions asked at the Apmosys Technologies Softwaretest Engineer interview -

  1. Self introduction, domain knowledge, some questions about Test case presentatio...read more
  2. Testing questions and projects and ...read more
  3. Ask Manual testing basic questi...read more

Recently Viewed

INTERVIEWS

Unthinkable Solutions

No Interviews

INTERVIEWS

LTIMindtree

30 top interview questions

INTERVIEWS

Zeus Learning

No Interviews

INTERVIEWS

Kansai Nerolac Paints

No Interviews

INTERVIEWS

Kansai Nerolac Paints

No Interviews

INTERVIEWS

Zeus Learning

No Interviews

INTERVIEWS

Meesho

10 top interview questions

INTERVIEWS

Apmosys Technologies

No Interviews

INTERVIEWS

Kansai Nerolac Paints

No Interviews

INTERVIEWS

Kansai Nerolac Paints

No Interviews

Tell us how to improve this page.

Apmosys Technologies Softwaretest Engineer Interview Process

based on 2 interviews

1 Interview rounds

  • Resume Shortlist Round
View more
Apmosys Technologies Softwaretest Engineer Salary
based on 297 salaries
₹1.8 L/yr - ₹9 L/yr
13% less than the average Softwaretest Engineer Salary in India
View more details

Apmosys Technologies Softwaretest Engineer Reviews and Ratings

based on 24 reviews

3.5/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.3

Salary

3.4

Job security

3.3

Company culture

3.4

Promotions

3.3

Work satisfaction

Explore 24 Reviews and Ratings
Software Engineer
456 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
297 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Tester
199 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Automation Test Engineer
98 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Apmosys Technologies 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