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 981 Reviews

Filter interviews by

Altimetrik Sdet 2 Interview Questions and Answers

Updated 27 Dec 2021

Altimetrik Sdet 2 Interview Experiences

1 interview found

Sdet 2 Interview Questions & Answers

user image Anonymous

posted on 27 Dec 2021

I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Machine round to create a framework and automate the given scenario
  • Q2. How can Database automation per performed
  • Ans. 

    Database automation can be performed using tools and scripts to automate tasks such as data migration, backups, and testing.

    • Use tools like SQL Server Management Studio, Oracle SQL Developer, or MySQL Workbench to automate tasks

    • Write scripts using languages like SQL, Python, or PowerShell to automate tasks

    • Automate data migration tasks using tools like AWS Database Migration Service or Azure Database Migration Service

    • Aut...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the core language concepts

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Opps concept,java programs
  • Q2. Inheritance, polymorphism
  • Q3. Class,accessspecifers
  • Q4. Prime number, reversea string
  • Q5. Vowels,string based programs
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Method Overloading Example with respect to your framework
  • Ans. 

    Method overloading allows multiple methods with the same name but different parameters in a class.

    • Method overloading in our framework allows us to create multiple methods with the same name but different parameters.

    • For example, we can have a method 'calculate' that can take different types of parameters like int, double, or string.

    • This helps in improving code readability and reusability.

    • Method overloading is resolved a...

  • Answered by AI
  • Q2. Reverse the string input using java code without using any inbuilt method
  • Ans. 

    Reverse a string input without using any inbuilt method in Java

    • Create a char array from the input string

    • Use two pointers to swap characters from start and end of the array

    • Continue swapping until the pointers meet in the middle

  • Answered by AI
  • Q3. Selenium waits explain
  • Ans. 

    Selenium waits are used to make the test scripts wait for a certain condition to be met before proceeding.

    • Selenium waits help in handling dynamic web elements that load at different times.

    • There are three types of waits in Selenium: Implicit wait, Explicit wait, and Fluent wait.

    • Implicit wait sets a default waiting time for the entire script.

    • Explicit wait waits for a specific condition to be met before proceeding.

    • Fluent ...

  • Answered by AI
  • Q4. Method hiding explain
  • Ans. 

    Method hiding is a concept in object-oriented programming where a subclass defines a method with the same name as a method in its superclass, effectively hiding the superclass method.

    • Method hiding allows a subclass to provide its own implementation of a method without overriding the superclass method.

    • The subclass method must have the same signature (name and parameters) as the superclass method to hide it.

    • To access the...

  • Answered by AI
  • Q5. How to access static variables, method.
  • Ans. 

    Static variables and methods can be accessed using the class name directly.

    • Use the class name followed by a dot operator to access static variables and methods.

    • No instance of the class is required to access static members.

    • Example: ClassName.staticVariableName or ClassName.staticMethodName()

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the testing related subjects

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Automation framework related questions
  • Q2. Java coding on strings

QA Engineer Interview Questions & Answers

TEKsystems user image Geethasrinivas Vanam

posted on 6 Dec 2024

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

(2 Questions)

  • Q1. Approach towards automation
  • Ans. 

    My approach towards automation in quality assurance involves identifying repetitive tasks, selecting appropriate tools, creating robust test scripts, and continuously monitoring and updating automated tests.

    • Identify repetitive manual test cases that can be automated to save time and effort

    • Select appropriate automation tools based on project requirements and team expertise (e.g. Selenium, Appium, JUnit)

    • Create robust and...

  • Answered by AI
  • Q2. Team building skills

Skills evaluated in this interview

SDE-2 Interview Questions & Answers

Intuit user image Anonymous

posted on 3 May 2024

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

I applied via Instahyre and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

There is 1 coding question from ds, and 5 MCQs from general programming knowledge

Round 2 - Case Study 

This is a craft round where you have to finish an assignment keeping in mind all the protocols, basically a production ready code. Around a week's time is given

Round 3 - Technical 

(1 Question)

  • Q1. This round is based on the project we have done, they asked to do some modifications there and then, examples like change the queries, api responses, unit test cases, logging, caching, implementation of lo...
Round 4 - Technical 

(1 Question)

  • Q1. This is purely DS algo round, they asked a dp based question which I couldn't answer. Something modified on house robbery problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared for th DS algo round
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. SELENIUM QUESTIONS
  • Q2. BASIC PYTHON PROGRAMS
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are testing techniques
  • Ans. 

    Testing techniques are methods used to verify and validate software applications to ensure they meet requirements and function correctly.

    • Black box testing: Testing the functionality of a software application without knowledge of its internal code.

    • White box testing: Testing the internal logic and structure of a software application.

    • Regression testing: Re-running tests on previously tested software to ensure that new cha...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Explain defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in software development.

    • Defect identification: Defects are identified through testing, code reviews, or user feedback.

    • Defect reporting: Defects are reported in a defect tracking system with details like steps to reproduce, severity, and priority.

    • Defect fixing: Developers fix the reported defects by making necessary code c...

  • Answered by AI
  • Q2. Different types of agile ceremonies
  • Ans. 

    Agile ceremonies include sprint planning, daily stand-ups, sprint review, and retrospective.

    • Sprint planning: Team plans work for upcoming sprint

    • Daily stand-ups: Daily meetings to discuss progress and plan for the day

    • Sprint review: Demo of completed work to stakeholders

    • Retrospective: Team reflects on sprint and identifies improvements

  • Answered by AI
  • Q3. Define SDLC process
  • Ans. 

    SDLC process is a structured approach to software development that defines phases and activities from planning to deployment.

    • SDLC stands for Software Development Life Cycle

    • It includes phases like planning, analysis, design, implementation, testing, deployment, and maintenance

    • Each phase has specific goals, deliverables, and activities

    • Examples of SDLC models include Waterfall, Agile, and DevOps

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Agile Methologies
Round 2 - Technical 

(1 Question)

  • Q1. Database Testing Concepts and queries

Altimetrik Interview FAQs

What are the top questions asked in Altimetrik Sdet 2 interview?

Some of the top questions asked at the Altimetrik Sdet 2 interview -

  1. How can Database automation per perfor...read more
  2. Machine round to create a framework and automate the given scena...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Altimetrik interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 780 Interviews
Coforge Interview Questions
3.4
 • 496 Interviews
KPIT Technologies Interview Questions
3.5
 • 282 Interviews
Cyient Interview Questions
3.7
 • 276 Interviews
CitiusTech Interview Questions
3.4
 • 259 Interviews
View all
Senior Software Engineer
1.2k salaries
unlock blur

₹9 L/yr - ₹37 L/yr

Staff Engineer
808 salaries
unlock blur

₹10.9 L/yr - ₹40 L/yr

Senior Engineer
612 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Software Engineer
307 salaries
unlock blur

₹4.8 L/yr - ₹19 L/yr

Senior Staff Engineer
216 salaries
unlock blur

₹15 L/yr - ₹43 L/yr

Explore more salaries
Compare Altimetrik with

Accenture

3.9
Compare

Persistent Systems

3.5
Compare

Mphasis

3.4
Compare

LTIMindtree

3.9
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