Upload Button Icon Add office photos

Filter interviews by

TEKIZMA Softwaretest Engineer Interview Questions and Answers

Updated 20 Apr 2023

TEKIZMA Softwaretest Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2023. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Basic oops concept
Round 3 - Coding Test 

Collections,string reverse

Interview questions from similar companies

I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic test difficulty level was decent. Mathematics and reasoning based.

Round 2 - Coding Test 

Coding questions on basic DSA . Difficulty level was medium

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard and never give up. You will make it to your dream company. Just try to gain practical experience by internships or projects.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2023. There were 4 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 

Leetcode hard 2 questions cat chicken problem

Round 3 - One-on-one 

(1 Question)

  • Q1. Leet code hard level questions
Round 4 - Coding Test 

Leetcode hard lld questions and mr round

Interview Preparation Tips

Interview preparation tips for other job seekers - Grind leetcode and focus on design and project
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2023. 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 - Coding Test 

You better prepare for dynamic programming

Round 3 - Technical 

(2 Questions)

  • Q1. Dynamic programming langeuage
  • Q2. What is the max sub array?
  • Ans. 

    Max sub array refers to the contiguous subarray within an array that has the largest sum of elements.

    • Max sub array problem is a common algorithmic problem in computer science.

    • It involves finding the subarray with the largest sum of elements.

    • Example: Given array [1, -2, 3, 4, -1, 2, 1, -5, 4], the max sub array is [3, 4, -1, 2, 1] with a sum of 9.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - BE prepare to do many dynamic programming questions because it will get you. And many of graphs problems because it widely used all over.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What your opinion about job
  • Q2. What you do if you get the job
  • Q3. What are your qualification
  • Q4. How much interest you pay in job
  • Q5. What is the first thing you do after you get the job

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be scared. Don't be nervous.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Mostly questions come from DP,Graphs

Round 2 - HR 

(2 Questions)

  • Q1. Tell ne about yourself
  • Ans. 

    I am a dedicated Software Test Engineer with 5 years of experience in manual and automated testing.

    • 5 years of experience in software testing

    • Proficient in manual and automated testing

    • Strong attention to detail and problem-solving skills

  • Answered by AI
  • Q2. Your interest about company?
  • Ans. 

    I am interested in the company's innovative approach to software testing and their commitment to quality assurance.

    • I am impressed by the company's track record of delivering high-quality software products.

    • I am excited about the opportunity to work with cutting-edge technologies and tools in software testing.

    • I appreciate the company's focus on continuous learning and professional development for its employees.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Automation Framework
  • Q2. Which Framework you use Test NG, BDD. Explain?
  • Ans. 

    I use TestNG for unit testing and BDD (Behavior Driven Development) for integration testing.

    • TestNG is used for unit testing to validate individual units of code.

    • BDD is used for integration testing to validate the behavior of the system.

    • TestNG allows for easy setup of test cases using annotations like @Test, @BeforeMethod, @AfterMethod.

    • BDD frameworks like Cucumber use plain English sentences to define test scenarios.

    • Tes...

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Aug 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 - Technical 

(1 Question)

  • Q1. 1.project related questions
Round 3 - HR 

(1 Question)

  • Q1. Salary decisions only

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare manual and automation interview questions and your current project

I applied via Walk-in and was interviewed in Sep 2022. There were 5 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 - Aptitude Test 

Okay your dicssion sir iam ready

Round 3 - Technical 

(2 Questions)

  • Q1. Technical your interest and your wish
  • Q2. Iam ready attempts interview
Round 4 - Group Discussion 

Environmental type questions and general science

Round 5 - HR 

(6 Questions)

  • Q1. Depends in your interest
  • Q2. Iam interest this position
  • Q3. Please give me job sir
  • Q4. Beautiful opportunity sir i am preparing
  • Q5. Iam ready do this interview
  • Q6. Handle pressure sir manged

Interview Preparation Tips

Interview preparation tips for other job seekers - Very important job please give me this job sir
Iam struggle job
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

On leetcode based prblm there are questions asked

Round 2 - Technical 

(2 Questions)

  • Q1. What are trees and binary search
  • Ans. 

    Trees are hierarchical data structures with nodes connected by edges. Binary search is a search algorithm that finds the position of a target value within a sorted array.

    • Trees are made up of nodes connected by edges, with a root node at the top and leaf nodes at the bottom.

    • Binary search is a divide and conquer algorithm that compares the target value to the middle element of a sorted array.

    • Binary search is efficient fo...

  • Answered by AI
  • Q2. What are graphs
  • Ans. 

    Graphs are data structures that consist of nodes (vertices) connected by edges (links).

    • Graphs can be directed or undirected.

    • Nodes can have attributes or properties.

    • Edges can have weights or labels.

    • Examples of graphs include social networks, road networks, and organizational hierarchies.

  • Answered by AI
Round 3 - Coding Test 

Projects and dsa based round is this

Round 4 - Technical 

(1 Question)

  • Q1. This is very tough rounf
Round 5 - Technical 

(1 Question)

  • Q1. This is also very tough

Skills evaluated in this interview

TEKIZMA Interview FAQs

How many rounds are there in TEKIZMA Softwaretest Engineer interview?
TEKIZMA interview process usually has 3 rounds. The most common rounds in the TEKIZMA interview process are Resume Shortlist, One-on-one Round and Coding Test.

Tell us how to improve this page.

TEKIZMA Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Product Engineer
40 salaries
unlock blur

₹4.5 L/yr - ₹14.7 L/yr

QA Engineer
11 salaries
unlock blur

₹5 L/yr - ₹8.4 L/yr

Technical Lead
7 salaries
unlock blur

₹16.5 L/yr - ₹30 L/yr

Product Engineer 2
6 salaries
unlock blur

₹12.5 L/yr - ₹15.6 L/yr

Production Engineer
6 salaries
unlock blur

₹4.5 L/yr - ₹12.1 L/yr

Explore more salaries
Compare TEKIZMA with

Cognizant

3.7
Compare

Teleperformance

3.9
Compare

iEnergizer

4.6
Compare

Reliance Retail

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