Upload Button Icon Add office photos

Filter interviews by

American Megatrends Senior Test Engineer Interview Questions and Answers

Updated 20 Aug 2023

American Megatrends Senior Test Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Assignment 

Some Test Given in QA field.

Round 2 - One-on-one 

(1 Question)

  • Q1. One on one round on basic of computer hardwares and QA process.
Round 3 - One-on-one 

(1 Question)

  • Q1. Manager level one on one round about QA processes and real time scenarios. Automation related questions.
Round 4 - HR 

(1 Question)

  • Q1. About salary package.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basic computer hardwares, QA

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Sort an array of integer in Javascript
  • Ans. 

    Use the built-in sort() method in JavaScript to sort an array of integers.

    • Use the sort() method with a compare function to sort the array in ascending order.

    • For descending order, return b - a instead of a - b in the compare function.

    • Example: let arr = [3, 1, 5, 2]; arr.sort((a, b) => a - b);

  • Answered by AI
  • Q2. Rotate an array
  • Ans. 

    Rotate an array of strings by a specified number of positions.

    • Create a new array to store the rotated elements.

    • Use modulo operator to handle cases where the rotation count exceeds the array length.

    • Copy elements from original array to the new array based on the rotation count.

    • Return the rotated array.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Aptitude Test 

General queries from lead code

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

I applied via Referral and was interviewed in Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction, what is sdlc, what is bug life cycle, white box testing, functional testing,smoke and sanity testing.
  • Ans. 

    SDLC is Software Development Life Cycle, Bug Life Cycle is the process of a bug from detection to resolution, White Box Testing is testing based on internal code structure, Functional Testing is testing the functionality of the software, Smoke and Sanity Testing are initial tests to check basic functionality.

    • SDLC is a process followed for software development, consisting of phases like planning, design, coding, testing...

  • Answered by AI
  • Q2. What stlc and what is regression
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a process used to test software products. Regression testing is retesting of software after changes to ensure no new bugs are introduced.

    • STLC is a series of steps followed to ensure high-quality software testing, including planning, designing, executing, and reporting.

    • Regression testing is the process of retesting software to confirm that recent changes have not adv...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview level is not that hard for me .They focus on communication skills in most of the interviews.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
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 - Assignment 

Basic java coding
Reverse a string without replacing spaces position
Matrix multiplication

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join solera as you cant expect hike for next 2-3 years

I applied via Job Portal

Round 1 - Technical 

(1 Question)

  • Q1. Fully technical questions in automation
Round 2 - Coding Test 

Coding test in java programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack the interview and fast recruiter

I applied via Naukri.com and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Question are mostly related to framework development, Jenkins pipelines, BDD cucumber concepts, Framework architecture, Extent Report, API framework and basic rest Api concepts, Agile methodology and diff...
  • Q2. How do you establish mailing reports or mailing framework in your project using Automation framework?
  • Ans. 

    Mailing reports can be established by integrating email APIs with automation framework.

    • Integrate email APIs like SMTP or SendGrid with automation framework

    • Create functions to generate and send reports via email

    • Configure email settings like recipient list, subject, body, etc.

    • Implement error handling and logging for email sending failures

  • Answered by AI
  • Q3. Selenium grid and how you run your suites in parallel in your project
  • Ans. 

    Selenium grid is used to run test suites in parallel across multiple machines.

    • Selenium grid allows for distributed testing across multiple machines

    • Tests are divided into smaller suites and run in parallel on different nodes

    • Parallel execution reduces test execution time and increases efficiency

    • Example: Running smoke tests on one node and regression tests on another node simultaneously

  • Answered by AI
  • Q4. Please explain oops concepts in detail in your current framework with real time examples and then questions related to those examples that you describe

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through whatever you have done in your past and current project, Questions are mostly related to whatever you have written in your resume.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. 1.Whats the advantages of agile model 2. What's the disadvantages of waterfall model 3.Test cases on drop-down,date,text box fields etc 4.Some problematic based questions
  • Ans. 

    Answering questions related to agile and waterfall models, test cases and problematic scenarios for Test Engineer role.

    • Agile model offers flexibility, faster feedback, continuous improvement, and customer satisfaction.

    • Waterfall model lacks flexibility, has a high risk of project failure, and doesn't allow for changes once development starts.

    • Test cases for drop-down, date, and text box fields should cover functionality,...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - First get prepared well for the interview then appear orelse its a waste of time for all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on role.

American Megatrends Interview FAQs

How many rounds are there in American Megatrends Senior Test Engineer interview?
American Megatrends interview process usually has 5 rounds. The most common rounds in the American Megatrends interview process are One-on-one Round, Resume Shortlist and Assignment.
What are the top questions asked in American Megatrends Senior Test Engineer interview?

Some of the top questions asked at the American Megatrends Senior Test Engineer interview -

  1. Manager level one on one round about QA processes and real time scenarios. Auto...read more
  2. One on one round on basic of computer hardwares and QA proce...read more

Tell us how to improve this page.

American Megatrends Senior Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 897 Interviews
Cisco Interview Questions
4.1
 • 396 Interviews
Dell Interview Questions
4.0
 • 391 Interviews
Salesforce Interview Questions
4.0
 • 272 Interviews
Adobe Interview Questions
3.9
 • 250 Interviews
Intel Interview Questions
4.2
 • 223 Interviews
VMware Software Interview Questions
4.4
 • 157 Interviews
View all
American Megatrends Senior Test Engineer Salary
based on 34 salaries
₹5.2 L/yr - ₹13 L/yr
At par with the average Senior Test Engineer Salary in India
View more details

American Megatrends Senior Test Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

2.9

Skill development

3.9

Work-life balance

4.1

Salary

1.9

Job security

5.0

Company culture

4.1

Promotions

3.9

Work satisfaction

Explore 2 Reviews and Ratings
Senior System Software Engineer
121 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

System Software Engineer
120 salaries
unlock blur

₹3 L/yr - ₹11.3 L/yr

Module Lead
56 salaries
unlock blur

₹8.4 L/yr - ₹21 L/yr

Senior Test Engineer
34 salaries
unlock blur

₹5.2 L/yr - ₹13 L/yr

Software Engineer
23 salaries
unlock blur

₹3.3 L/yr - ₹8 L/yr

Explore more salaries
Compare American Megatrends with

Dell

4.0
Compare

Hewlett Packard Enterprise

4.2
Compare

IBM

4.0
Compare

Microsoft Corporation

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