Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by TSS Consultancy Team. If you also belong to the team, you can get access from here

TSS Consultancy Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TSS Consultancy Interview Questions and Answers

Updated 11 Apr 2025
Popular Designations

7 Interview questions

A QA Tester was asked 11mo ago
Q. What is testing?
Ans. 

Testing is the process of evaluating a system or application to identify defects or errors.

  • Testing involves executing software with the intent of finding bugs or issues.

  • It ensures that the software meets the specified requirements and functions correctly.

  • Types of testing include functional testing, regression testing, performance testing, etc.

View all QA Tester interview questions
An Associate Software Engineer was asked
Q. What is OOP and explain all its concepts?
Ans. 

OOPs stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent and manipulate data.

  • OOPs is based on the concept of classes and objects.

  • Encapsulation is a key concept in OOPs, which involves bundling data and methods together within a class.

  • Inheritance allows classes to inherit properties and methods from other classes.

  • Polymorphism allows objects of different classes to be ...

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked
Q. Explain your understanding of Data Structures and Algorithms (DSA).
Ans. 

Data Structures and Algorithms (DSA) are essential for efficient problem-solving in software engineering.

  • DSA helps in organizing data for efficient access and modification.

  • Common data structures include arrays, linked lists, stacks, queues, trees, and graphs.

  • Algorithms are step-by-step procedures for calculations, data processing, and automated reasoning tasks.

  • Example: A binary search algorithm efficiently finds a...

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked
Q. Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses.
Ans. 

Print all combinations of balanced parentheses

  • Use recursion to generate all possible combinations

  • Keep track of the number of opening and closing parentheses

  • Add to the result only if the number of opening and closing parentheses are equal

View all Associate Software Engineer interview questions
A Software Engineer was asked
Q. You are given an array prices where prices[i] is the price of a given stock on the ith day. You want to maximize your profit by choosing a single day to buy one stock and choosing a different day in the fut...
Ans. 

The best time to buy and sell stock can be found by identifying the lowest valley and highest peak in the stock prices.

  • Identify the lowest valley and highest peak in the stock prices

  • Calculate the difference between the two

  • Repeat the process for different time periods to find the maximum profit

  • Consider edge cases where there is no profit to be made

View all Software Engineer interview questions
An Associate Cloud Engineer was asked 2mo ago
Q. Types of cloud
Ans. 

Cloud computing types include public, private, hybrid, and multi-cloud, each serving different business needs and deployment models.

  • Public Cloud: Services offered over the internet, e.g., Google Cloud, AWS.

  • Private Cloud: Dedicated infrastructure for a single organization, e.g., VMware.

  • Hybrid Cloud: Combination of public and private clouds, e.g., using AWS with on-premises servers.

  • Multi-Cloud: Use of multiple cloud...

View all Associate Cloud Engineer interview questions
An Associate Test Engineer was asked 12mo ago
Q. Types of testing
Ans. 

Types of testing include functional testing, non-functional testing, manual testing, automated testing, regression testing, and performance testing.

  • Functional testing: Testing the functionality of the software against the requirements.

  • Non-functional testing: Testing aspects like performance, usability, and security.

  • Manual testing: Testing performed manually by testers without the use of automation tools.

  • Automated ...

View all Associate Test Engineer interview questions
Are these interview questions helpful?

TSS Consultancy Interview Experiences

26 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. General Questions
Round 2 - Technical 

(1 Question)

  • Q1. It was a PPT and the question based on the presentation
Round 3 - One-on-one 

(1 Question)

  • Q1. AML related questins

Interview Questions & Answers

user image Sanesh Pushkarna

posted on 3 Jan 2025

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

(2 Questions)

  • Q1. Lets discuss about your project..
  • Q2. INPUT AB24BB34C1DE24 OUTPUT :- ABAB .... BBBBBB ....CDEDE ....

Interview Preparation Tips

Interview preparation tips for other job seekers - be good in your basic programming skills , sql , about company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Basic of cloud
  • Q2. Types of cloud
  • Ans. 

    Cloud computing types include public, private, hybrid, and multi-cloud, each serving different business needs and deployment models.

    • Public Cloud: Services offered over the internet, e.g., Google Cloud, AWS.

    • Private Cloud: Dedicated infrastructure for a single organization, e.g., VMware.

    • Hybrid Cloud: Combination of public and private clouds, e.g., using AWS with on-premises servers.

    • Multi-Cloud: Use of multiple cloud serv...

  • Answered by AI
  • Q3. Networking related question

QA Engineer Interview Questions & Answers

user image Mayu Arora

posted on 8 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About STLC testing life cycle
  • Q2. About US Tax Knowledge
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

Not hard,easy ones data structure and algorithm

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

This stage assesses foundational knowledge in areas such as Object-Oriented Programming (OOP) principles, databases, and general programming concepts.

QA Tester Interview Questions & Answers

user image Anonymous

posted on 19 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is testing
  • Ans. 

    Testing is the process of evaluating a system or application to identify defects or errors.

    • Testing involves executing software with the intent of finding bugs or issues.

    • It ensures that the software meets the specified requirements and functions correctly.

    • Types of testing include functional testing, regression testing, performance testing, etc.

  • Answered by AI
  • Q2. What is your previous project

Interview Preparation Tips

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

I applied via Campus Placement and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. DSA ask in details
  • Ans. 

    Data Structures and Algorithms (DSA) are essential for efficient problem-solving in software engineering.

    • DSA helps in organizing data for efficient access and modification.

    • Common data structures include arrays, linked lists, stacks, queues, trees, and graphs.

    • Algorithms are step-by-step procedures for calculations, data processing, and automated reasoning tasks.

    • Example: A binary search algorithm efficiently finds an ite...

  • Answered by AI
  • Q2. What is Opps and explain all concepts
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent and manipulate data.

    • OOPs is based on the concept of classes and objects.

    • Encapsulation is a key concept in OOPs, which involves bundling data and methods together within a class.

    • Inheritance allows classes to inherit properties and methods from other classes.

    • Polymorphism allows objects of different classes to be treat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go in good dress code.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Types of testing
  • Ans. 

    Types of testing include functional testing, non-functional testing, manual testing, automated testing, regression testing, and performance testing.

    • Functional testing: Testing the functionality of the software against the requirements.

    • Non-functional testing: Testing aspects like performance, usability, and security.

    • Manual testing: Testing performed manually by testers without the use of automation tools.

    • Automated testi...

  • Answered by AI
  • Q2. Sql basic questions

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Technical coding questions, OOPS, syntax, find the area of circle , triangle, check type of triangle, lambda

Round 2 - Technical 

(1 Question)

  • Q1. OPPS concept, DSA concept, time and space complexity, coding question on string such as reverse string keeping punctuation at its place.

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about TSS Consultancy?
Ask anonymously on communities.

TSS Consultancy Interview FAQs

How many rounds are there in TSS Consultancy interview?
TSS Consultancy interview process usually has 2-3 rounds. The most common rounds in the TSS Consultancy interview process are Technical, HR and Resume Shortlist.
How to prepare for TSS Consultancy 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 TSS Consultancy. The most common topics and skills that interviewers at TSS Consultancy expect are Back Office, Client Interaction, Training, Consultancy and Change Management.
What are the top questions asked in TSS Consultancy interview?

Some of the top questions asked at the TSS Consultancy interview -

  1. Print all combinations of balanced parenthe...read more
  2. What is Opps and explain all conce...read more
  3. INPUT AB24BB34C1DE24 OUTPUT :- ABAB .... BBBBBB ....CDEDE ....read more
How long is the TSS Consultancy interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 20 interview experiences

Difficulty level

Easy 10%
Moderate 80%
Hard 10%

Duration

Less than 2 weeks 89%
2-4 weeks 11%
View more

Interview Questions from Similar Companies

MagicBricks Interview Questions
4.2
 • 335 Interviews
Sheenlac Paints Interview Questions
4.5
 • 207 Interviews
Chegg Interview Questions
4.1
 • 160 Interviews
Tracxn Interview Questions
3.1
 • 105 Interviews
MAQ Software Interview Questions
1.9
 • 104 Interviews
CMA CGM Interview Questions
3.9
 • 96 Interviews
NIIT Interview Questions
3.6
 • 95 Interviews
View all

TSS Consultancy Reviews and Ratings

based on 102 reviews

3.7/5

Rating in categories

3.7

Skill development

3.4

Work-life balance

2.9

Salary

4.0

Job security

3.6

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 102 Reviews and Ratings
Data Entry Operator

Mumbai

1-4 Yrs

Not Disclosed

Explore more jobs
Business Analyst
132 salaries
unlock blur

₹2.2 L/yr - ₹7 L/yr

Associate Business Analyst
116 salaries
unlock blur

₹2 L/yr - ₹5.6 L/yr

Associate Test Engineer
52 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Software Engineer
48 salaries
unlock blur

₹5 L/yr - ₹9.7 L/yr

Associate Software Engineer
42 salaries
unlock blur

₹2.5 L/yr - ₹7.5 L/yr

Explore more salaries
Compare TSS Consultancy with

State Street Syntel

3.7
Compare

AXA Business Services

3.9
Compare

MagicBricks

4.2
Compare

Chegg

4.1
Compare
write
Share an Interview