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 Associate Software Engineer Interview Questions and Answers

Updated 8 Feb 2024

TSS Consultancy Associate Software Engineer Interview Experiences

2 interviews found

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
  • 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.

I applied via Campus Placement and was interviewed in Jan 2022. There were 5 interview rounds.

Round 1 - Aptitude Test 

Overall test was pretty easy , they just asked simple aptitude question which is available on indiaBix

Round 2 - Coding Test 

Two medium level question was asked , level is medium

Round 3 - Technical 

(2 Questions)

  • Q1. First technical interview , they just asked 3 technical questions based on DSA and simple array , string questions
  • Q2. I don't remember actually 😅
Round 4 - Technical 

(3 Questions)

  • Q1. Second technical interview , they asked 2 questions, first one is based on algorithm , level is medium and second one is really hard , it's based on dynamic programming ,
  • Q2. Question is based on kadane's algorithm
  • Q3. Print all combinations of balanced 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

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. It's an confirmation from their side that you're selected ☺️

Interview Preparation Tips

Interview preparation tips for other job seekers - Do some basic questions and work on Oops concepts , also on MS SQL Server

Skills evaluated in this interview

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
Q2. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q3. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q4. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more
asked in CGI Group
Q5. Frog Jump Problem Statement A frog is positioned on the first ste ... read more

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2021. 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 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Your resume should have SQL projects and you should be good at problem solving. Since there is data related work in company hence having knowledge of data science would really help
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Simple Questions were asked like linked list, string basics, array and hashmap

Round 2 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 5 yrs ?
  • Q2. What are your hobbies and interests ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and learn the basics
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Sql,dsa questions, leetcode

Round 2 - HR 

(1 Question)

  • Q1. General question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Personal platform their is no any functional support .

Round 2 - Coding Test 

1 hour both (coding + Aptitude)

Round 3 - Technical 

(1 Question)

  • Q1. How to perform state management in react
  • Ans. 

    State management in React involves managing and updating the state of components efficiently.

    • Use React's built-in state management with setState() method

    • Utilize React Context API for managing global state

    • Implement Redux for complex state management in larger applications

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude mcq questions

Round 2 - Technical 

(2 Questions)

  • Q1. Arrays, strings
  • Q2. Html, css and Javascript concepts
Round 3 - Technical 

(2 Questions)

  • Q1. About the projects worked upon ?
  • Q2. Recursion question and discuss about vulnerabilities in my created project

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good projects and deep understanding of the concepts
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

There were 30 questions on the aptitude test, all of which were part of the total count.

Round 2 - Coding Test 

I have three questions: two related to data structures and algorithms, and one concerning SQL.

Round 3 - Technical 

(1 Question)

  • Q1. Got two questions DSA medium and Easy one

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and have confidences do your best
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Three coding questions and aptitude test.

Round 2 - Technical 

(1 Question)

  • Q1. What is the method for rotating an array by k positions in Core Computer Science?
  • Ans. 

    One method to rotate an array by k positions is to reverse the array, then reverse the first k elements, and finally reverse the remaining elements.

    • Reverse the entire array

    • Reverse the first k elements

    • Reverse the remaining elements

    • Example: Array = ['a', 'b', 'c', 'd', 'e'], k = 2. After rotation: ['d', 'e', 'a', 'b', 'c']

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 DSA questions related to hash map and binary tree

Round 2 - Technical 

(1 Question)

  • Q1. Technical interview dsa question on linked list and sql queries

TSS Consultancy Interview FAQs

How many rounds are there in TSS Consultancy Associate Software Engineer interview?
TSS Consultancy interview process usually has 3 rounds. The most common rounds in the TSS Consultancy interview process are Technical, One-on-one Round and Aptitude Test.
What are the top questions asked in TSS Consultancy Associate Software Engineer interview?

Some of the top questions asked at the TSS Consultancy Associate Software Engineer interview -

  1. Print all combinations of balanced parenthe...read more
  2. What is Opps and explain all conce...read more
  3. First technical interview , they just asked 3 technical questions based on DSA ...read more

Tell us how to improve this page.

TSS Consultancy Associate Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
TSS Consultancy Associate Software Engineer Salary
based on 38 salaries
₹3 L/yr - ₹6 L/yr
25% less than the average Associate Software Engineer Salary in India
View more details

TSS Consultancy Associate Software Engineer Reviews and Ratings

based on 3 reviews

3.4/5

Rating in categories

3.4

Skill development

3.1

Work-life balance

3.0

Salary

4.0

Job security

3.4

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 3 Reviews and Ratings
Business Analyst
126 salaries
unlock blur

₹2.3 L/yr - ₹9 L/yr

Associate Business Analyst
97 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Associate Test Engineer
51 salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

Software Engineer
39 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Associate Software Engineer
38 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Explore more salaries
Compare TSS Consultancy with

MagicBricks

4.3
Compare

State Street Syntel

3.7
Compare

Sterling & Wilson

4.1
Compare

AXA Business Services

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