Upload Button Icon Add office photos

Filter interviews by

KEKA TECHNOLOGIES Software Tester Interview Questions and Answers

Updated 31 May 2023

KEKA TECHNOLOGIES Software Tester Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2023. 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 - Coding Test 

Star pattern program and logical program

Round 3 - HR 

(2 Questions)

  • Q1. Related to all documents
  • Q2. Salary discussion

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Good technical questions

Round 2 - Technical 

(1 Question)

  • Q1. Good technical interaction

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience with interviewer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Assignment 

About technical knowledge like linux and AWS and dockers

Round 2 - Technical 

(2 Questions)

  • Q1. Linux basic commands
  • Q2. Sql basic commands
Round 3 - HR 

(2 Questions)

  • Q1. Previous experience
  • Q2. Salary expectation
Round 4 - Cto 

(2 Questions)

  • Q1. What's your future goal
  • Q2. How long you served in this company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 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 - HR 

(1 Question)

  • Q1. Just normal question regarding total experience, work culture.
Round 3 - Technical 

(1 Question)

  • Q1. Basic technical questions regarding their job profile.
Round 4 - One-on-one 

(1 Question)

  • Q1. How will I travel, when can I join.
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion, joning expectations.

I applied via Naukri.com and was interviewed in Dec 2021. There were 4 interview rounds.

Round 1 - Coding Test 

2 easy level coding questions to be solved

Round 2 - One-on-one 

(1 Question)

  • Q1. One dsa question which needs to be live coded in 45 mins
Round 3 - One-on-one 

(1 Question)

  • Q1. Same as first round . But 2 coding questions might be asked
Round 4 - HR 

(1 Question)

  • Q1. Did not happen . Don’t know why

Interview Preparation Tips

Interview preparation tips for other job seekers - Please select company wisely.
As this is startup it needs you to be very good at technical and debugging skills.
I am feeling stressed here
Interview experience
3
Average
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 - Coding Test 

4 coding ques + 15 technical aptitude

Round 3 - Coding Test 

4 Coding Ques + 10 technical aptitude

Round 4 - Technical 

(2 Questions)

  • Q1. Coding question
  • Q2. Group by query, dbms

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

Round 1 - Aptitude Test 

Aptitude test was there in exam

Round 2 - Coding Test 

Coding 3 questions were there in exam

Round 3 - Technical 

(2 Questions)

  • Q1. There were different rounds for different clge students .
  • Q2. Coding questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare coding in any of your choice language and learn DSA

I applied via Campus Placement and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Reversing a string
  • Ans. 

    Reversing a string involves flipping the order of characters in a given string.

    • Create an empty string to store the reversed string

    • Iterate through the original string from the end to the beginning

    • Append each character to the empty string

    • Return the reversed string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic question oh OS,threads,OOPS

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Discuss the project you are most proud of
  • Ans. 

    Developed a mobile app for tracking personal fitness goals

    • Used React Native to create a cross-platform app

    • Implemented features such as goal setting, progress tracking, and workout logging

    • Integrated with wearable devices like Fitbit for automatic data syncing

  • Answered by AI
  • Q2. What are ways to speed up SQL queries? List them in increasing order of complexity?
  • Ans. 

    Ways to speed up SQL queries in increasing order of complexity

    • Use indexes on columns frequently used in WHERE clauses

    • Optimize queries by avoiding unnecessary joins and subqueries

    • Use stored procedures to reduce network traffic and improve performance

    • Consider denormalizing tables for frequently accessed data

    • Use query optimization techniques like query caching and query hints

  • Answered by AI
  • Q3. Is Redis single-threaded or multi-threaded?
  • Ans. 

    Redis is single-threaded.

    • Redis is single-threaded, meaning it can only execute one command at a time.

    • This design choice allows Redis to be extremely fast and efficient for certain use cases.

    • However, it also means that Redis may not be the best choice for highly concurrent workloads.

  • Answered by AI
  • Q4. What sort of data types can be used as keys in Python?
  • Ans. 

    Data types that can be used as keys in Python include strings, integers, floats, tuples, and custom objects.

    • Strings are commonly used as keys in Python dictionaries.

    • Integers and floats can also be used as keys.

    • Tuples can be used as keys if they only contain immutable elements.

    • Custom objects can be used as keys if they are hashable.

    • Examples: {'name': 'John'}, {1: 'apple'}, {(1, 2): 'tuple'}

  • Answered by AI
  • Q5. What types of indexing exist in SQL?
  • Ans. 

    Types of indexing in SQL include clustered, non-clustered, unique, and composite indexes.

    • Clustered index physically reorders the table based on the index key

    • Non-clustered index creates a separate structure for the index

    • Unique index ensures that all values in the index column are unique

    • Composite index uses multiple columns for indexing

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Random SQL and python Questions

Round 2 - Technical 

(1 Question)

  • Q1. Questions on the selected tech stack

KEKA TECHNOLOGIES Interview FAQs

How many rounds are there in KEKA TECHNOLOGIES Software Tester interview?
KEKA TECHNOLOGIES interview process usually has 3 rounds. The most common rounds in the KEKA TECHNOLOGIES interview process are Resume Shortlist, Coding Test and HR.

Tell us how to improve this page.

KEKA TECHNOLOGIES Software Tester Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Innovaccer Interview Questions
3.4
 • 81 Interviews
NoBrokerHOOD Interview Questions
3.1
 • 57 Interviews
Vyapar Interview Questions
3.4
 • 53 Interviews
PeopleStrong Interview Questions
3.4
 • 51 Interviews
Darwinbox Interview Questions
3.9
 • 44 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
View all
Customer Success Manager
106 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Development Representative
81 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Specialist
55 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare KEKA TECHNOLOGIES with

greytHR

4.0
Compare

sumHR - HRMS Software

3.5
Compare

Darwinbox

3.9
Compare

ZingHR

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