Upload Button Icon Add office photos

Tredence

Compare button icon Compare button icon Compare

Filter interviews by

Tredence Management Trainee Interview Questions and Answers

Updated 16 May 2022

Tredence Management Trainee Interview Experiences

2 interviews found

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

Round 1 - Technical 

(1 Question)

  • Q1. The execution order of SQL Difference between where and having Difference between rank, dense rank and row Specific scenario-based queries Excel basics to intermediate
  • Ans. 

    SQL execution order, where vs having, rank vs dense rank vs row, scenario-based queries, Excel basics to intermediate

    • SQL execution order: select, from, where, group by, having, order by

    • Where clause filters rows before grouping, having clause filters groups after grouping

    • Rank assigns unique rank to each row, dense rank assigns same rank to rows with same values, row number assigns unique number to each row

    • Scenario-based...

  • Answered by AI
Round 2 - Business 

(1 Question)

  • Q1. 1 guestimate - Number of women in IT in India Basics of Python
  • Ans. 

    It is estimated that there are around 30% women in IT in India.

    • According to a study by NASSCOM, women make up 34% of the IT workforce in India.

    • However, this percentage drops to 17% in leadership roles.

    • There are various initiatives and programs aimed at increasing the number of women in IT, such as Women Who Code and Girls Who Code.

    • The gender gap in IT is a global issue, with women being underrepresented in the industry...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Questions from my CV and my previous work experience. I was asked some questions about my goals.

Interview Preparation Tips

Topics to prepare for Tredence Management Trainee interview:
  • SQL
  • Advanced Excel
  • Python
Interview preparation tips for other job seekers - Be prepared with SQL and Excel. The process is quite smooth and you will definitely learn a lot.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Total three rounds, 1st was guestimate, 2nd round was interview on that guesstimate and puzzles, 3rd round is case interview

Management Trainee Interview Questions Asked at Other Companies

asked in Genpact
Q1. What do you mean by balance sheet reconciliation could you explai ... read more
asked in Ola Cabs
Q2. Case study- Ola has completed 2 years of operations at Jaipur wit ... read more
asked in Genpact
Q3. What's the difference between Intercompany and Intracompany?
Q4. If you have decided to go for a movie and suddenly an emergency a ... read more
Q5. Journal Entries and their effects on Cash Flow Statement. Differe ... read more

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude test contains questions MCQs for quants, basic statistics and basic coding questions. The aptitude also has 2 coding problems to solve which would be of easy-medium level.

Round 2 - Coding Test 

The second round was live coding test, where the interviewer looks for your approach towards solving a given problem. The approach matters more than the correct syntax. All coding languages were allowed. SQL queries can also be asked.

Round 3 - Technical 

(1 Question)

  • Q1. Technical cum HR round contains language specific questions as well questions based on mathematics and statistics. Questions can be little bit tricky.

Interview Preparation Tips

Topics to prepare for Tiger Analytics Analyst interview:
  • Python
  • SQL
  • Mathematics
  • Statistics
  • Coding
Interview preparation tips for other job seekers - The interviewer would look for your basics and your approach towards a problem rather than answering without your thought process. So make sure, you walkthrough your approach while solving the question.

I applied via Approached by Company and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Coding Test 

1st Round consisted of Technical Discussion and Coding Round. I was asked to write down the logic for Prime no., Fibonacci Series, Matrix related question, etc.

Round 2 - Coding Test 

I was asked to share my screen and write down logic for questions related to Strings, Arrays and 2-D matrix's.

Round 3 - Technical 

(2 Questions)

  • Q1. Discussion About the previous projects done. Detailed questions about the technique used and algorithm related questions.
  • Q2. Few basic questions about ML. eg: Linear Regression, Logistic Regression, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall the interview was great. Mostly the interview panel stuck to basic questions.

I applied via Campus Placement and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python code to find the root of a number
  • Ans. 

    Python code to find the root of a number

    • Use the math module to access the sqrt() function

    • Use the ** operator to raise the number to the power of 1/n

    • Handle negative numbers by converting them to complex numbers

  • Answered by AI
  • Q2. Some standard puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up python and be thorough with puzzles

Skills evaluated in this interview

I applied via Campus Placement

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 - Aptitude Test 

Aptitude ques based on straight line, circle,pnc, probability

Round 3 - Coding Test 

Coding ques level was medium to tough. Had to solve 3 ques out of 5

Round 4 - Technical 

(2 Questions)

  • Q1. Buy and sell stocks to earn maximum profit. It is available on leetcode
  • Q2. Rotate two dimensional array
  • Ans. 

    Rotate a 2D array by 90 degrees clockwise or counterclockwise.

    • Transpose the matrix by swapping elements across the diagonal

    • Reverse each row or column depending on clockwise or counterclockwise rotation

    • Example: [[1,2],[3,4]] rotated clockwise becomes [[3,1],[4,2]]

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for pnc , probability and problem solving coding ques

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Nice cv related questions is their

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good interview the question is that tell us about your cv and company profile

I applied via Referral and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is difference between C and gamma in SVM
  • Ans. 

    C is the regularization parameter while gamma controls the shape of the decision boundary in SVM.

    • C controls the trade-off between achieving a low training error and a low testing error.

    • A smaller C value creates a wider margin and allows more misclassifications.

    • Gamma controls the shape of the decision boundary and the influence of each training example.

    • A smaller gamma value creates a smoother decision boundary while a l...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your resume projects and basic problem solving

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Python programming 2 questions, 7 MCQs on data science, ml, statistics

Round 2 - Technical 

(1 Question)

  • Q1. Project related questions, basic data science conceptual questions, scenario based questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 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 - Coding Test 

One simple coding test and general aptitute

Round 3 - Technical 

(3 Questions)

  • Q1. Matrix multiplication, reverse a array. Puzzels.
  • Q2. Reverse array elements
  • Q3. Puzzle available on google

Tredence Interview FAQs

How many rounds are there in Tredence Management Trainee interview?
Tredence interview process usually has 3 rounds. The most common rounds in the Tredence interview process are Technical and HR.
How to prepare for Tredence Management Trainee 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 Tredence. The most common topics and skills that interviewers at Tredence expect are Analytics, Artificial Intelligence, Business Analysis, DS and Go.
What are the top questions asked in Tredence Management Trainee interview?

Some of the top questions asked at the Tredence Management Trainee interview -

  1. The execution order of SQL Difference between where and having Difference betwe...read more
  2. 1 guestimate - Number of women in IT in India Basics of Pyt...read more
  3. Total three rounds, 1st was guestimate, 2nd round was interview on that guessti...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 338 Interviews
CitiusTech Interview Questions
3.4
 • 274 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Altimetrik Interview Questions
3.8
 • 219 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
View all
Tredence Management Trainee Salary
based on 48 salaries
₹14 L/yr - ₹15 L/yr
92% more than the average Management Trainee Salary in India
View more details
Consultant
428 salaries
unlock blur

₹6.5 L/yr - ₹22 L/yr

Associate Manager
383 salaries
unlock blur

₹11 L/yr - ₹37 L/yr

Senior Business Analyst
251 salaries
unlock blur

₹6.5 L/yr - ₹17 L/yr

Data Engineer
219 salaries
unlock blur

₹6 L/yr - ₹22 L/yr

Senior Software Engineer
177 salaries
unlock blur

₹7.8 L/yr - ₹24 L/yr

Explore more salaries
Compare Tredence with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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