Upload Button Icon Add office photos
Engaged Employer

i

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

Altimetrik Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 984 Reviews

Filter interviews by

Altimetrik Qa Automation Testing Engineer Interview Questions and Answers

Updated 10 Jun 2024

Altimetrik Qa Automation Testing Engineer Interview Experiences

2 interviews found

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Hacker rank test given

I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Core Java and String related question ie. Test!@#is#$%sample remove symbols
  • Q2. Xpath , cucumber framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't apply for altimetrik , Its a waste of time .
In starting they are ready to pay x amount , later on in final round they reduced the amount.
Such a unprofessional behavior, didn't expect from such IT company .

Qa Automation Testing Engineer Interview Questions Asked at Other Companies

asked in GlobalLogic
Q1. selenium: what are selenium components, what are the different lo ... read more
asked in GlobalLogic
Q2. How do you convert json object to string and vice versa?
asked in GlobalLogic
Q3. Robot Framework : what are standard libraries in Robot Framework? ... read more
asked in GlobalLogic
Q4. Write a program to find the elements of a list that have least di ... read more
asked in GlobalLogic
Q5. what are the locators in selenium? what is the difference between ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Automation Questions
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 May 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 - Coding Test 

Write unit tests on problem statement

Round 3 - Technical 

(5 Questions)

  • Q1. Questions based on OOPS concept
  • Q2. Write test cases on Lift
  • Ans. 

    Test cases for Lift

    • Test the functionality of the lift buttons

    • Test the lift's response time

    • Test the lift's emergency stop button

    • Test the lift's capacity limit

    • Test the lift's door opening and closing mechanism

  • Answered by AI
  • Q3. Brief about current automation project
  • Ans. 

    The current automation project is focused on testing a web application for an e-commerce platform.

    • The project involves automating the testing of various functionalities of the web application such as user registration, product search, add to cart, and checkout process.

    • We are using Selenium WebDriver with Java as the programming language for automation.

    • The project also includes creating and maintaining test scripts, exe...

  • Answered by AI
  • Q4. Annotations used in TestNG
  • Ans. 

    Annotations in TestNG are used to provide additional information about the test methods and classes.

    • Annotations are used to define the behavior of the test methods and classes

    • TestNG provides several built-in annotations such as @Test, @BeforeSuite, @AfterSuite, @BeforeTest, @AfterTest, @BeforeClass, @AfterClass, @BeforeMethod, @AfterMethod

    • Annotations can also be used to group tests, set priority, enable/disable tests, ...

  • Answered by AI
  • Q5. Selenium qustions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in Java programming and testing concepts

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain Agile and agile scrum ceremony
  • Ans. 

    Agile is a methodology that emphasizes flexibility and collaboration. Agile Scrum is a framework for implementing Agile.

    • Agile focuses on delivering working software in short iterations

    • Agile values individuals and interactions over processes and tools

    • Agile encourages customer collaboration and responding to change

    • Agile Scrum includes ceremonies such as Sprint Planning, Daily Stand-up, Sprint Review, and Sprint Retrospec...

  • Answered by AI
  • Q2. Select an element from drop down
  • Ans. 

    To select an element from a drop down, locate the drop down element and use the select class in Selenium.

    • Locate the drop down element using findElement() method

    • Create an object of Select class using the drop down element

    • Use selectByVisibleText(), selectByValue() or selectByIndex() method to select the desired option

  • Answered by AI
  • Q3. How to check if for every steps we have steps written in step definition file
  • Ans. 

    To check if every step has a corresponding step definition, we can use a code coverage tool.

    • Use a code coverage tool to analyze the step definition file and identify any missing steps

    • Ensure that all steps in the feature file are covered by the step definition file

    • Regularly review and update the step definition file to ensure it stays up-to-date with the feature file

  • Answered by AI
  • Q4. Reverse an integer in java
  • Ans. 

    Reverse an integer in Java

    • Convert integer to string using Integer.toString()

    • Use StringBuilder to reverse the string

    • Convert the reversed string back to integer using Integer.parseInt()

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Only four questions he asked.seems interviewer Pavan Kumar was busy somewhere else.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Ai interview questions on basic automation
Round 2 - Technical 

(2 Questions)

  • Q1. JavaScript, jQuery, css related questions
  • Q2. Api testing questions
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to connect Db with in frame work
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is API testing
  • Ans. 

    API testing is testing the functionality, reliability, performance, and security of APIs.

    • API testing involves testing the communication between different software systems using APIs.

    • It focuses on verifying the functionality, performance, reliability, and security of APIs.

    • API testing can be done at different levels such as unit testing, integration testing, and end-to-end testing.

    • Tools like Postman, SoapUI, and JMeter a...

  • Answered by AI
  • Q2. What is BDD framework
  • Ans. 

    BDD framework stands for Behavior Driven Development framework, which focuses on the behavior of the system from the end user's perspective.

    • BDD framework uses natural language to describe the behavior of the system

    • It helps in collaboration between developers, testers, and business stakeholders

    • Popular BDD frameworks include Cucumber, SpecFlow, and JBehave

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Xpath n css selector
  • Q2. WAP to print alternate chars
  • Ans. 

    Print alternate characters from a given string

    • Iterate through the characters of the string

    • Print characters at even indices

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

Round 1 - Coding Test 

Java Coding Test dsa program and all that

Altimetrik Interview FAQs

How many rounds are there in Altimetrik Qa Automation Testing Engineer interview?
Altimetrik interview process usually has 1 rounds. The most common rounds in the Altimetrik interview process are Technical and Coding Test.
What are the top questions asked in Altimetrik Qa Automation Testing Engineer interview?

Some of the top questions asked at the Altimetrik Qa Automation Testing Engineer interview -

  1. Core Java and String related question ie. Test!@#is#$%sample remove symb...read more
  2. xpath , cucumber framew...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Altimetrik interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Senior Software Engineer
1.2k salaries
unlock blur

₹9 L/yr - ₹35 L/yr

Staff Engineer
832 salaries
unlock blur

₹10.9 L/yr - ₹40 L/yr

Senior Engineer
618 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Software Engineer
310 salaries
unlock blur

₹4.8 L/yr - ₹18.7 L/yr

Senior Staff Engineer
215 salaries
unlock blur

₹15 L/yr - ₹41 L/yr

Explore more salaries
Compare Altimetrik with

Accenture

3.9
Compare

Persistent Systems

3.5
Compare

Mphasis

3.4
Compare

LTIMindtree

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview