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)

Jobs at TEKIZMA

View all

Interview questions from similar companies

I applied via Referral and was interviewed before Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is Non-PO?
  • Ans. 

    Non-PO refers to purchases made without a purchase order.

    • Non-PO purchases are made without a formal purchase order.

    • These purchases are typically made for urgent or small items.

    • Non-PO purchases may require additional approval or documentation.

    • Examples of Non-PO purchases include office supplies, travel expenses, and minor repairs.

  • Answered by AI
  • Q2. What does FB03 stand for in SAP?
  • Ans. 

    FB03 is a transaction code in SAP used to display financial accounting documents.

    • FB03 is used to view accounting documents such as invoices, credit memos, and payment receipts.

    • It allows users to search for documents based on various criteria such as document number, posting date, and company code.

    • FB03 also provides options to display document details, line items, and accounting entries.

    • It is commonly used by finance an...

  • Answered by AI
  • Q3. What are the types of Fixed Assets?
  • Ans. 

    Fixed assets can be categorized into tangible and intangible assets.

    • Tangible assets include property, plant, and equipment (PPE), such as buildings, machinery, and vehicles.

    • Intangible assets include patents, copyrights, trademarks, and goodwill.

    • Fixed assets are long-term assets that are not intended for sale and are used in the production of goods or services.

    • Fixed assets are recorded on the balance sheet and are subje...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read the basics of accounting before going for an interview also refer to other ERPs for which the position is?

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2022. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. How to grow your company progress
  • Q2. What about you future plans
  • Q3. Why do you want to join the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidance very must for us and good skill have to good employee

Senior Associate Interview Questions & Answers

WNS user image Abinasha Choudhury

posted on 21 Apr 2020

I applied via Walk-in and was interviewed in Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Only questions related to their profile.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go interview with full preparation

Associate Interview Questions & Answers

WNS user image Anonymous

posted on 16 Feb 2022

I applied via Walk-in and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Tell me about yourself.
Round 2 - Aptitude Test 

The questions where about matrix

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience. And I ahd a good experience in wns global services and learnt about insurance

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

Cognizant Interview Questions
3.7
 • 5.7k Interviews
Deloitte Interview Questions
3.8
 • 2.9k Interviews
BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Teleperformance Interview Questions
3.9
 • 1.8k Interviews
Reliance Retail Interview Questions
3.9
 • 1.6k Interviews
Ernst & Young Interview Questions
3.4
 • 1.2k Interviews
WNS Interview Questions
3.4
 • 1.1k Interviews
Google Interview Questions
4.4
 • 844 Interviews
Nagarro Interview Questions
4.0
 • 765 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
Java Developer

Noida,

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Front End Developers

Noida,

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

Explore more jobs
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