Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Testhouse Associate Consultant Interview Questions and Answers

Updated 28 Nov 2024

Testhouse Associate Consultant Interview Experiences

1 interview found

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

(3 Questions)

  • Q1. Explain details about the projects that you have worked?
  • Q2. Banking and payments related questions like different types of payments flow within India or international.
  • Q3. Roles and responsibilities in your previous project.
Round 2 - HR 

(2 Questions)

  • Q1. Your working process in previous company.
  • Q2. How you collaborate in the team and basic question about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and have a good knowledge about the products that you have worked.

Interview questions from similar companies

I applied via Other and was interviewed in Mar 2018. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How many members are there in your family.
  • Ans. 

    I have 4 members in my family including my parents, my younger sister, and myself.

    • My family consists of 4 members

    • Includes my parents, my younger sister, and myself

    • We are a close-knit family

  • Answered by AI

Interview Preparation Tips

General Tips: It can be a good start if you want to work as third party resource and wanted to be deployed at client side and the best part of Innominds that they train you before deploying at client side.
Skills: Communication, Problem Solving, Analytical Skills
Duration: 1-3 Months

I was interviewed before Sep 2020.

Round 1 - Coding Test 

Round duration - 50 minutes
Round difficulty - Medium

Round 2 - Face to Face 

(1 Question)

Round duration - 20 minutes
Round difficulty - Medium

  • Q1. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
  • Ans. 

    Given an array and a target sum, find pairs of elements that add up to the target sum.

    • Iterate through the array and for each element, check if the complement (target sum - current element) exists in a hash set.

    • If the complement exists, add the pair to the result list. Otherwise, add the current element to the hash set.

    • Sort the pairs based on the first element and then the second element to meet the required output form

  • Answered by AI
Round 3 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

Round 4 - Face to Face 

(1 Question)

Round duration - 40 minutes
Round difficulty - Hard

  • Q1. Can you provide an example of how to use pointers in C/C++ and discuss different concepts related to them?
  • Ans. 

    Pointers in C/C++ are variables that store memory addresses. They are used to manipulate memory directly and improve performance.

    • Pointers are declared using an asterisk (*) before the variable name.

    • Pointers can be used to dynamically allocate memory using functions like malloc() and free().

    • Pointers can be used to pass variables by reference to functions.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Development in GurgaonEligibility criteriaAbove 7 CGPA, No backlogsThink Future Technologies interview preparation:Topics to prepare for the interview - Data Structures,OOPS, SQL Queries, Normalization,Software Development Life Cycles, PointersTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Do atleast 1 project
Tip 2 : Practice Data structure programming questions
Tip 3 : Prepare concepts with examples (Coding/Numericals)

Application resume tips for other job seekers

Tip 1 : Mention Projects
Tip 2 : Mention only those technologies which you are confident enough.
Tip 3 : Mention extra curricular activities if have.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. It is very professional and discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is good, got email from hr on selection. Took all documents and held the offer.

I applied via Naukri.com and was interviewed in Aug 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java memory management, Kotlin language specific questions, Data structures, Algorithms, Array manipulation, time complexities of algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Just crack the test interview is not that hard for freshee, for experienced guys you'll have to deal with a tough technical guy so be prepared

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 Minutes
Round difficulty - Hard

  • Q1. 

    Candies Distribution Problem Statement

    Prateek is a kindergarten teacher with a mission to distribute candies to students based on their performance. Each student must get at least one candy, and if two s...

  • Ans. 

    The task is to distribute candies to students based on their performance while minimizing the total candies distributed.

    • Create an array to store the minimum candies required for each student.

    • Iterate through the students' ratings array to determine the minimum candies needed based on the adjacent ratings.

    • Consider both left-to-right and right-to-left passes to ensure fair distribution.

    • Keep track of the total candies dist

  • Answered by AI
  • Q2. 

    Merge Sort Problem Statement

    You are given a sequence of numbers, ARR. Your task is to return a sorted sequence of ARR in non-descending order using the Merge Sort algorithm.

    Explanation:

    The Merge Sort...

  • Ans. 

    Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.

    • Use Divide and Conquer approach to recursively divide the input array into two halves.

    • Merge the sorted halves to produce a completely sorted array.

    • Ensure the implementation handles the constraints specified in the problem statement.

    • Example: For input [3, 1, 4, 1, 5], the output should be [1, 1, 3, 4, 5].

  • Answered by AI

Interview Preparation Tips

Eligibility criteria8CGPAThink Future Technologies interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming, apti , programming language , SETime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Do not put false things on resume.
Tip 2 : Have some projects on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

Round 1 - Group Discussion 

Nothing

Round 2 - Technical 

(1 Question)

  • Q1. Python Sql Linux CLI
Round 3 - One-on-one 

(1 Question)

  • Q1. General discussions on learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answerything you will clear
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Testing process and java code
  • Q2. Python machine learning questions
Round 3 - Coding Test 

Java and python test was there

Interview Preparation Tips

Interview preparation tips for other job seekers - no tips to freshers prepare for interview machine learning
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 before Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2 sum program from Geeks for Geeks

Round 2 - Technical 

(3 Questions)

  • Q1. Ruby basics Eigen class Callbacks
  • Q2. Lazy and Eagar loading N+1 problem
  • Ans. 

    Lazy loading delays loading of related data until it is specifically requested, while eager loading loads all related data upfront. N+1 problem occurs when lazy loading results in multiple additional queries being made.

    • Lazy loading is used to improve performance by only loading related data when needed

    • Eager loading loads all related data upfront to reduce the number of queries made

    • N+1 problem occurs in lazy loading whe...

  • Answered by AI
  • Q3. Puzzles
Round 3 - Technical 

(2 Questions)

  • Q1. AWS basics with CI/CD
  • Q2. Deployment to AWS
Round 4 - HR 

(1 Question)

  • Q1. Basic introduction and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company
Good Apraisals
Okay Work-life balance
Good learning

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

Prime number and reverse a string

Contribute & help others!
anonymous
You can choose to be anonymous

Testhouse Interview FAQs

How many rounds are there in Testhouse Associate Consultant interview?
Testhouse interview process usually has 2 rounds. The most common rounds in the Testhouse interview process are Technical and HR.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

SALARIES

In Time Tec Visionsoft

JOBS

Pylon Management Consulting

No Jobs

SALARIES

Cigniti Technologies

LIST OF COMPANIES

Foray Software

Locations

INTERVIEWS

Qualitest

No Interviews

LIST OF COMPANIES

Signzy Technologies

Locations

JOBS

Construma Consultancy

No Jobs

SALARIES

C-Edge Technologies

REVIEWS

Spectrum Techno Consultants

No Reviews

Tell us how to improve this page.

Testhouse Associate Consultant Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

Indium Software Interview Questions
4.0
 • 162 Interviews
HyScaler Interview Questions
4.5
 • 91 Interviews
Qualitest Interview Questions
3.6
 • 79 Interviews
Monotype Interview Questions
3.9
 • 23 Interviews
MulticoreWare Interview Questions
4.3
 • 23 Interviews
View all
Testhouse Associate Consultant Salary
based on 26 salaries
₹4.5 L/yr - ₹13 L/yr
16% less than the average Associate Consultant Salary in India
View more details

Testhouse Associate Consultant Reviews and Ratings

based on 3 reviews

4.6/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.3

Salary

4.6

Job security

4.5

Company culture

4.6

Promotions

4.6

Work satisfaction

Explore 3 Reviews and Ratings
Senior Analyst
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Analyst
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Testhouse with

Cigniti Technologies

3.7
Compare

Think Future Technologies

4.0
Compare

Indium Software

4.0
Compare

Qapitol Qa

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