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

Apmosys Technologies Software Tester Interview Questions, Process, and Tips

Updated 6 Dec 2024

Top Apmosys Technologies Software Tester Interview Questions and Answers

View all 9 questions

Apmosys Technologies Software Tester Interview Experiences

6 interviews found

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

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was good. Interviewer are very supportive in nature.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is STLC? What is Bug life cycle?
  • Q2. Tell me about your project?
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion part
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic english , Maths (distance, speed, ratio, probability)

Round 2 - One-on-one 

(3 Questions)

  • Q1. What are different tests
  • Ans. 

    Different tests in software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing checks if different modules work together correctly.

    • System testing validates the entire system against the requirements.

    • Acceptance testing ensures that the software meets the user's expectations.

    • Other ty...

  • Answered by AI
  • Q2. Give examples on test cases
  • Ans. 

    Test cases are scenarios designed to validate the functionality of a software application.

    • Testing login functionality with valid credentials

    • Testing login functionality with invalid credentials

    • Testing password reset functionality

    • Testing search functionality with different input values

  • Answered by AI
  • Q3. Basic testing knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - learn basic testing topics and be confident prepare well for aptitude interview is very easy but aptitude is a little difficult, good company for fresher but low salary

Skills evaluated in this interview

Software Tester Interview Questions Asked at Other Companies

asked in Amdocs
Q1. Which is a best technique to generate automated test report ?
asked in Infosys
Q2. What is mean by automation testing and manual testing
Q3. What is SDLC and STLC ? Types of Testing?Types Of Test Cases And ... read more
Q4. 1)What is regression 2)Difference between Regression and Retestin ... read more
asked in Capgemini
Q5. how to fetch from hashmap? what is agile? tell about hybrid frame ... read more
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic concepts of testing, sdlc, stlc, regression, sanity and smoke, api testing..
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic questions about sql, and projects i worked on and other hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The HR i contacted was unprofessional. If you are from bfsi domain then you have chances.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. What is mannual software
  • Ans. 

    Manual software testing is the process of manually testing software for defects without the use of automation tools.

    • Manual testing involves testers executing test cases by hand to identify bugs and issues.

    • It is time-consuming and requires human intervention for each test step.

    • Manual testing is often used for exploratory testing, usability testing, and ad-hoc testing.

    • Examples of manual testing include regression testing

  • Answered by AI
  • Q2. What is advantages and disadvantges manual testing
  • Ans. 

    Manual testing allows for human intuition and creativity but can be time-consuming and prone to human error.

    • Advantages of manual testing include human intuition and creativity in identifying issues, flexibility to adapt test cases on the fly, and cost-effectiveness for small projects.

    • Disadvantages of manual testing include time-consuming nature, potential for human error, difficulty in reproducing test cases, and lack ...

  • Answered by AI
  • Q3. What is software
  • Ans. 

    Software is a set of instructions that tell a computer how to perform specific tasks or functions.

    • Software is a collection of programs, data, and instructions that enable a computer to perform tasks.

    • It can be categorized into system software (e.g. operating systems) and application software (e.g. word processors).

    • Examples of software include Microsoft Windows, Adobe Photoshop, and Google Chrome.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - hr

Skills evaluated in this interview

Apmosys Technologies interview questions for designations

 QA Software Tester

 (1)

 Manual Tester

 (1)

 Software Engineer

 (10)

 Software Developer

 (6)

 Software Testing

 (1)

 Software Developer Trainee

 (3)

 Software Engineer Trainee

 (2)

 Software Testing Trainer

 (1)

I applied via campus placement at Mumbai University and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Oops concepts
  • Q2. Tell me about yourself
  • Q3. What is encapsulation
  • Ans. 

    Encapsulation is the process of hiding implementation details and exposing only necessary information.

    • Encapsulation is a fundamental concept in object-oriented programming.

    • It helps in achieving data abstraction and information hiding.

    • It allows for better control over the data and prevents unauthorized access.

    • Example: A class in Java can have private variables and public methods to access them.

    • Example: A capsule is a go...

  • Answered by AI
  • Q4. What is polymorphysm
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.

    • Polymorphism is a fundamental concept in object-oriented programming.

    • It allows a single interface to be used for different types of objects.

    • Polymorphism is achieved through method overriding and method overloading.

    • Example: A shape class with different subclasses like circle, square, and ...

  • Answered by AI
  • Q5. Difference between Java and c++
  • Ans. 

    Java is a high-level programming language, while C++ is a general-purpose programming language.

    • Java is platform-independent, while C++ is platform-dependent.

    • Java uses automatic memory management (garbage collection), while C++ requires manual memory management.

    • Java has a simpler syntax and is easier to learn, while C++ has a more complex syntax.

    • Java is mainly used for developing web and enterprise applications, while C...

  • Answered by AI
  • Q6. Inheritance
  • Q7. Tuple in python
  • Ans. 

    A tuple is an immutable sequence of elements in Python.

    • Tuples are defined using parentheses ()

    • Tuples can contain elements of different data types

    • Elements in a tuple can be accessed using indexing

    • Tuples are immutable, meaning their elements cannot be modified once created

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare about testing of software and languages too. They will asked anything. Strong oops concepts of languages. Be confident.

Skills evaluated in this interview

Get interview-ready with Top Apmosys Technologies Interview Questions

Interview Questionnaire 

2 Questions

  • Q1. Questions will be based on your previous work experience if you are experienced and for freshers it will be manual testing concepts.
  • Q2. What were your role in previous company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions will be based on your previous organisation

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Dec 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Manual testing,SQL,java
Round 3 - HR 

(1 Question)

  • Q1. Hr questions and technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I am sanobar I am from bijapur I am looking for both testing and development.

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

Interview Questionnaire 

5 Questions

  • Q1. What is smoke,sanity testing?
  • Ans. 

    Smoke testing is a quick and shallow test to check if the basic functionalities of the software are working. Sanity testing is a more in-depth test to check if the major functionalities are working as expected.

    • Smoke testing is done to ensure that the software is stable enough for further testing.

    • Sanity testing is done to ensure that the major functionalities of the software are working as expected.

    • Smoke testing is a su...

  • Answered by AI
  • Q2. What is SDLC ,STLC,BUG LIFE CYCLE?
  • Ans. 

    SDLC is Software Development Life Cycle, STLC is Software Testing Life Cycle, and Bug Life Cycle is the process of a bug from discovery to resolution.

    • SDLC is a process that outlines the development of software from conception to delivery.

    • STLC is a process that outlines the testing of software from planning to execution.

    • Bug Life Cycle is the process of a bug from discovery to resolution, including steps like reporting, ...

  • Answered by AI
  • Q3. How will you decide sevierity and priority of defect?
  • Ans. 

    Severity is based on impact on system functionality, priority is based on business needs.

    • Severity is determined by the impact of the defect on the system functionality

    • Priority is determined by the business needs and urgency of the defect

    • Defects with high severity and high priority should be fixed first

    • Severity levels can be categorized as critical, major, minor, and cosmetic

    • Priority levels can be categorized as high, m

  • Answered by AI
  • Q4. What is biggest challenge faced in your career?
  • Ans. 

    The biggest challenge in my career has been managing tight deadlines and delivering high-quality software.

    • Managing tight deadlines

    • Delivering high-quality software

    • Balancing speed and quality

    • Coordinating with cross-functional teams

    • Adapting to changing requirements

  • Answered by AI
  • Q5. What if developer is not agree with defect you raised?
  • Ans. 

    Discuss with developer and provide evidence to support the defect.

    • Schedule a meeting with the developer to discuss the defect.

    • Provide evidence such as screenshots, logs, or test results to support the defect.

    • Collaborate with the developer to understand their perspective and come to a resolution.

    • If necessary, escalate the issue to a higher authority for further review.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Never stop keep trying until you get selected?

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Easy level coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Simple and easy to attend.
Can crack if technically sound

Round 3 - Technical 

(2 Questions)

  • Q1. It differs according to position
  • Q2. Tell about yourself. Technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical knowledge is mandatory and able to crack easily

Apmosys Technologies Interview FAQs

How many rounds are there in Apmosys Technologies Software Tester interview?
Apmosys Technologies interview process usually has 2-3 rounds. The most common rounds in the Apmosys Technologies interview process are One-on-one Round, Resume Shortlist and Technical.
How to prepare for Apmosys Technologies Software Tester 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 Apmosys Technologies. The most common topics and skills that interviewers at Apmosys Technologies expect are Automation Testing, Design, Manual Testing, Programming and Software Testing.
What are the top questions asked in Apmosys Technologies Software Tester interview?

Some of the top questions asked at the Apmosys Technologies Software Tester interview -

  1. What is encapsulati...read more
  2. Difference between Java and ...read more
  3. What is polymorph...read more

Tell us how to improve this page.

Apmosys Technologies Software Tester Interview Process

based on 5 interviews

Interview experience

3
  
Average
View more
Apmosys Technologies Software Tester Salary
based on 182 salaries
₹1.9 L/yr - ₹8 L/yr
11% less than the average Software Tester Salary in India
View more details

Apmosys Technologies Software Tester Reviews and Ratings

based on 29 reviews

3.6/5

Rating in categories

3.5

Skill development

3.2

Work-life balance

2.8

Salary

3.6

Job security

3.3

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 29 Reviews and Ratings
Software Engineer
457 salaries
unlock blur

₹1.6 L/yr - ₹8.1 L/yr

Softwaretest Engineer
291 salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Software Tester
182 salaries
unlock blur

₹1.9 L/yr - ₹8 L/yr

Automation Test Engineer
99 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Software Developer
51 salaries
unlock blur

₹2 L/yr - ₹8 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