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

Filter interviews by

Altimetrik Softwaretest Engineer Interview Questions and Answers

Updated 19 Nov 2024

Altimetrik Softwaretest Engineer Interview Experiences

2 interviews found

Softwaretest Engineer Interview Questions & Answers

user image RAHUL LAKSHKAR

posted on 19 Nov 2024

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

Java code , oops, sql , spring bbot

Round 2 - Technical 

(2 Questions)

  • Q1. Maximum area of Stack
  • Ans. 

    The maximum area of a stack is determined by the size of the stack and the items it can hold.

    • The maximum area of a stack is calculated by multiplying the height of the stack by the width of the stack.

    • For example, if a stack has a height of 10 units and a width of 5 units, the maximum area would be 50 square units.

  • Answered by AI
  • Q2. Length of longest substring
  • Ans. 

    Find the length of the longest substring without repeating characters.

    • Iterate through the string and keep track of the characters seen so far in a set.

    • Use two pointers to mark the start and end of the current substring.

    • Update the maximum length of the substring as you iterate through the string.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Not great they have tied up with hacker rank and multiple times same set of questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic questions easy rounds they make and no use

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont apply to this company they send fake invite and will conduct hacker rank interview and later they keep rescheduling interviews for 3 weeks and later say internal candiate hired..first of all you wont find there office in bangalore..fake HR fake company

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. About the design pattern
  • Q2. Coding questions in stream api

Interview Preparation Tips

Interview preparation tips for other job seekers - Not selected for round 2
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

String Reverse words, Repeated character count etc

Round 2 - One-on-one 

(2 Questions)

  • Q1. This round was with manager, project details discussion and past experiences
  • Q2. Behaviral questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2 leetcode questions medium level

Round 2 - Technical 

(1 Question)

  • Q1. Real life scenario based java questions based on resume and indepth resume discussion
Round 3 - One-on-one 

(1 Question)

  • Q1. Some behavioural and one coding question
Round 4 - One-on-one 

(1 Question)

  • Q1. Same as above indepth discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was simple basic level questions

Round 2 - Technical 

(1 Question)

  • Q1. Asked basic codes
Round 3 - HR 

(1 Question)

  • Q1. Normal basic hr type questions

Interview Preparation Tips

Topics to prepare for ThoughtWorks Softwaretest Engineer interview:
  • OOPS
Interview preparation tips for other job seekers - just make your basics strong
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Apr 2024.

Round 1 - Coding Test 

Python code for array

Round 2 - Aptitude Test 

Computerized test based on simpel math questions

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. What is iscsi in san
  • Ans. 

    iSCSI is a protocol used to transmit SCSI commands over IP networks.

    • iSCSI stands for Internet Small Computer System Interface.

    • It allows block-level access to storage devices over a network.

    • It uses TCP/IP to transmit SCSI commands and data over IP networks.

    • iSCSI targets are storage devices that can be accessed by iSCSI initiators.

    • iSCSI is commonly used in SAN (Storage Area Network) environments.

  • Answered by AI
  • Q2. What is raid and explain r5
  • Ans. 

    RAID stands for Redundant Array of Independent Disks. RAID 5 is a type of RAID that uses block-level striping with distributed parity.

    • RAID is a technology that combines multiple physical hard drives into a single logical unit for data redundancy and performance improvement.

    • RAID 5 requires at least three disks and uses parity data to provide fault tolerance.

    • In RAID 5, data is striped across all disks with parity data di...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Basic questions in Tosca
  • Q2. Detail asking about project

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn more and strong from technical wise
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Mostly general c sql java basic mcq question. And 2 codes

Round 3 - Group Discussion 

On going global/National topics

Round 4 - Technical 

(4 Questions)

  • Q1. What are different loops in coding
  • Ans. 

    Loops are used to execute a set of instructions repeatedly until a certain condition is met.

    • For loop: executes a block of code a fixed number of times

    • While loop: executes a block of code as long as the specified condition is true

    • Do-while loop: executes a block of code at least once, then repeats the loop as long as the specified condition is true

    • Foreach loop: used to iterate over elements of an array or collection

    • Neste

  • Answered by AI
  • Q2. Questions on distinct keyword
  • Q3. General sql queries
  • Q4. Questions on project
Round 5 - HR 

(2 Questions)

  • Q1. Basic Introduction
  • Q2. Future perspective

Interview Preparation Tips

Topics to prepare for Tietoevry Softwaretest Engineer interview:
  • SQL
  • C
  • Project Management

Altimetrik Interview FAQs

How many rounds are there in Altimetrik Softwaretest Engineer interview?
Altimetrik interview process usually has 2 rounds. The most common rounds in the Altimetrik interview process are Aptitude Test, One-on-one Round and Coding Test.
What are the top questions asked in Altimetrik Softwaretest Engineer interview?

Some of the top questions asked at the Altimetrik Softwaretest Engineer interview -

  1. Maximum area of St...read more
  2. Length of longest substr...read more
  3. Basic questions easy rounds they make and no ...read more

Tell us how to improve this page.

Altimetrik Softwaretest Engineer Salary
based on 123 salaries
₹4.1 L/yr - ₹9.5 L/yr
12% more than the average Softwaretest Engineer Salary in India
View more details

Altimetrik Softwaretest Engineer Reviews and Ratings

based on 3 reviews

4.0/5

Rating in categories

4.3

Skill development

4.0

Work-Life balance

3.5

Salary & Benefits

3.7

Job Security

4.0

Company culture

3.5

Promotions/Appraisal

4.0

Work Satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
1.2k salaries
unlock blur

₹9 L/yr - ₹34 L/yr

Staff Engineer
807 salaries
unlock blur

₹10.9 L/yr - ₹41 L/yr

Senior Engineer
611 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Software Engineer
306 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