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 Testing Trainer Interview Questions and Answers

Updated 22 Sep 2024

Apmosys Technologies Software Testing Trainer Interview Experiences

1 interview found

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

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

Round 1 - Aptitude Test 

It was very good they gave of certain easy question i really like it

Round 2 - HR 

(4 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software testing trainer with over 5 years of experience in manual and automated testing.

    • Over 5 years of experience in software testing

    • Proficient in manual and automated testing

    • Passionate about training others in software testing

  • Answered by AI
  • Q2. What is java ,oops concept
  • Ans. 

    Java is a programming language that supports object-oriented programming (OOP) concepts.

    • Java is a high-level programming language known for its platform independence.

    • OOP concepts in Java include classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are blueprints for objects, which are instances of classes.

    • Inheritance allows a class to inherit properties and behaviors from another class.

    • Polymorphism al...

  • Answered by AI
  • Q3. C++ java difference
  • Ans. 

    C++ and Java are both popular programming languages, but they have key differences in syntax, memory management, and platform compatibility.

    • C++ is a statically typed language, while Java is a dynamically typed language.

    • C++ allows for manual memory management with pointers, while Java has automatic garbage collection.

    • C++ is platform-dependent, while Java is platform-independent due to its bytecode compilation.

    • C++ suppor...

  • Answered by AI
  • Q4. SDLC life cycle with example
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used to design, develop, and test software.

    • SDLC involves phases like planning, analysis, design, implementation, testing, and maintenance.

    • Example: In the planning phase, project requirements are gathered and feasibility is assessed.

    • Example: In the testing phase, software is tested for bugs and errors.

    • Each phase has specific deliverables and goals to be achieved

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

Interview Questionnaire 

3 Questions

  • Q1. OOPS concepts
  • Q2. SQL questions
  • Q3. Write a program..
  • Ans. 

    Program to print the Fibonacci series up to a given number.

    • Take input from user for the limit of the series.

    • Initialize two variables with 0 and 1 respectively.

    • Use a loop to generate the series and print each number.

    • Add the previous two numbers to get the next number in the series.

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Merge sort
  • Q2. Oops concept
  • Q3. Real time implementation of oops concept
  • Ans. 

    Real-time implementation of OOPs concept involves creating objects and classes that interact with each other in real-time applications.

    • Real-time systems require objects to be created and destroyed dynamically

    • Inheritance and polymorphism can be used to create flexible and extensible systems

    • Real-time systems often use event-driven programming to respond to user input

    • Examples include video games, financial trading systems

  • Answered by AI
  • Q4. Logical questions
  • Q5. Logical programming questions using maps and array

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong and confident. If No from this company, Focus next. But never for negative thoughts. My brother was rejected 7 times for a company who is subsidary of google. But now he is CEO of that company.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Aptitude Test 

Normal apptitude queations were asked in this round

Round 2 - Technical 

(1 Question)

  • Q1. Questions on javascript Basic of HTML, CSS

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for basics
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Spring boot related questions
  • Q2. Java related questios
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 3 interview rounds.

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 - HR 

(1 Question)

  • Q1. Asking about interest and qualifications
  • Ans. Explain briefly about yourself and you can answer asper the questions by HR
  • Answered Anonymously
Round 3 - Technical 

(2 Questions)

  • Q1. Face 2 Face Interview
  • Q2. What is interface
  • Ans. 

    An interface in software engineering defines a contract for classes to implement, specifying methods and properties.

    • Defines a set of methods and properties that a class must implement

    • Does not contain any implementation details, only method signatures

    • Used to achieve abstraction and multiple inheritance in programming

    • Examples: Java interfaces, C# interfaces

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Oops concept, adodotet and entity framework, sql query, asked to write c# code to display reverse pyramid like design with numbers. Html , css basic
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Telephonic Call 

(2 Questions)

  • Q1. Asking about the whereabouts
  • Q2. Checking com skills and availability
Round 2 - Technical 

(3 Questions)

  • Q1. Basic questions based on resume
  • Q2. Basic .net questions
  • Q3. Logical questions related to problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and communicate effectively. Include only those things in your resume which you are fully confident.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person

Apmosys Technologies Interview FAQs

How many rounds are there in Apmosys Technologies Software Testing Trainer interview?
Apmosys Technologies interview process usually has 2 rounds. The most common rounds in the Apmosys Technologies interview process are Aptitude Test and HR.
What are the top questions asked in Apmosys Technologies Software Testing Trainer interview?

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

  1. what is java ,oops conc...read more
  2. SDLC life cycle with exam...read more
  3. c++ java differe...read more

Tell us how to improve this page.

Apmosys Technologies Software Testing Trainer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 28 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
Contus Interview Questions
4.2
 • 22 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
Knoldus Inc Interview Questions
3.9
 • 20 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
Avontix Interview Questions
3.9
 • 19 Interviews
View all
Software Engineer
455 salaries
unlock blur

₹1.6 L/yr - ₹8.2 L/yr

Softwaretest Engineer
298 salaries
unlock blur

₹1.8 L/yr - ₹8.8 L/yr

Software Tester
200 salaries
unlock blur

₹1.9 L/yr - ₹8.7 L/yr

Automation Test Engineer
103 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Software Developer
54 salaries
unlock blur

₹2 L/yr - ₹6.7 L/yr

Explore more salaries
Compare Apmosys Technologies with

Accel Frontline

4.0
Compare

Pitney Bowes

3.7
Compare

DynPro

3.8
Compare

Apex CoVantage

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