Upload Button Icon Add office photos

Filter interviews by

TEKIZMA Interview Questions and Answers

Updated 25 May 2024

TEKIZMA Interview Experiences

Popular Designations

6 interviews found

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

I applied via Approached by Company and was interviewed in May 2022. 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 - Technical 

(3 Questions)

  • Q1. Give diffrence between rank n dense rank of sql
  • Ans. 

    Rank assigns unique rank to each distinct row, while dense rank assigns consecutive ranks to rows with the same values.

    • Rank leaves gaps in ranking sequence if there are ties, while dense rank does not.

    • Rank function is used to assign unique rank to each distinct row based on specified column values.

    • Dense rank function is used to assign consecutive ranks to rows with the same values based on specified column values.

    • Examp...

  • Answered by AI
  • Q2. Explain end to end ETL testing
  • Ans. 

    End to end ETL testing involves testing the entire process of extracting, transforming, and loading data from source to target systems.

    • Understand the data flow from source to target systems

    • Verify data extraction from source systems

    • Validate data transformation logic

    • Check data loading into target systems

    • Perform data reconciliation between source and target systems

  • Answered by AI
  • Q3. Scenario based questions
Round 3 - Technical 

(1 Question)

  • Q1. Reverse string. Find min Find max from list
  • Ans. 

    Reverse a string and find min/max from a list of strings.

    • To reverse a string, use built-in functions or loop through characters in reverse order.

    • To find min/max from a list of strings, convert strings to numbers if needed and use built-in functions.

    • Example: Reverse string 'hello' -> 'olleh'. Find min/max from list ['5', '10', '2'] -> min: 2, max: 10.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before interview and dont hesitate to ask back if u dont understabd the question

Skills evaluated in this interview

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

(2 Questions)

  • Q1. Interview was based on my skills on java selenium Testng Cucumber Restassured Jenkins Maven appium jira Javacore etc
  • Q2. Interviewer will try to test the understanding and your skill set

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about the interview process and try to accept the interviewers suggestions as well

Software Testing Engineer Interview Questions asked at other Companies

Q1. Maximal AND Subsequences Problem Given an array consisting of N integers, your task is to determine how many k-element subsequences of the given array exist where the bitwise AND of the subsequence's elements is maximal. Your objective is t... read more
View answer (1)
Round 1 - Aptitude Test 

General aptitude questions and technical mcqs were asked

Round 2 - One-on-one 

(3 Questions)

  • Q1. Asked questions about sql and about front end development?
  • Ans. I wrote the query and redesigned their webpage
  • Answered Anonymously
  • Q2. Questions about resume
  • Q3. Asnwered with confidence and clarity

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics strong and prepare from your subjects

Product Engineer Interview Questions asked at other Companies

Q1. Left View of a Binary Tree Given a binary tree, your task is to print the left view of the tree. The left view of a binary tree contains the nodes visible when the tree is viewed from the left side. Input: The input consists of elements in ... read more
View answer (1)
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

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

TEKIZMA interview questions for popular designations

 Softwaretest Engineer

 (1)

 Quality Analyst

 (1)

 Product Engineer

 (1)

 Software Testing Engineer

 (1)

 Technical Lead

 (1)

 Senior QA Engineer

 (1)

Technical Lead Interview Questions & Answers

user image Sahil Khandelwal

posted on 26 Apr 2023

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

I applied via Naukri.com and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Asked about sql and pl sql theoretical questions.
Round 3 - Assignment 

Did 4 questions on sql coding.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be ready with basics of sql and pl sql. For Advanced SQL one should be clear about logic and how to implement them.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions related to testing process, Programming, java and Selenium
Round 3 - One-on-one 

(1 Question)

  • Q1. This is an advanced technical round

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination Sum Problem Statement Given an array of distinct positive integers ARR and a non-negative integer 'B', find all unique combinations in the array where the sum is equal to 'B'. Numbers can be chosen multiple times from ARR. Ensur... read more
View answer (1)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

TEKIZMA Interview FAQs

How many rounds are there in TEKIZMA interview?
TEKIZMA interview process usually has 2-3 rounds. The most common rounds in the TEKIZMA interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for TEKIZMA interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at TEKIZMA. The most common topics and skills that interviewers at TEKIZMA expect are Java, Hibernate, OOPS, Selenium and Spring.
What are the top questions asked in TEKIZMA interview?

Some of the top questions asked at the TEKIZMA interview -

  1. Give diffrence between rank n dense rank of ...read more
  2. Reverse string. Find min Find max from l...read more
  3. Explain end to end ETL test...read more
How long is the TEKIZMA interview process?

The duration of TEKIZMA interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

TEKIZMA Interview Process

based on 6 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all

TEKIZMA Reviews and Ratings

based on 22 reviews

3.8/5

Rating in categories

3.4

Skill development

4.0

Work-life balance

3.8

Salary

3.3

Job security

3.6

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 22 Reviews and Ratings
Product Engineer
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Engineer 2
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TEKIZMA with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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