Upload Button Icon Add office photos

Tredence

Compare button icon Compare button icon Compare

Filter interviews by

Tredence Interview Questions and Answers for Freshers

Updated 10 Jul 2025
Popular Designations

6 Interview questions

A Software Development Engineer 1 was asked 7mo ago
Q. What are deadlocks?
Ans. 

Deadlocks occur when two or more processes are unable to proceed because each is waiting for the other to release a resource.

  • Deadlocks happen in multitasking environments where processes compete for resources.

  • Four conditions must hold for a deadlock to occur: mutual exclusion, hold and wait, no preemption, and circular wait.

  • Example: Process A holds Resource 1 and waits for Resource 2, while Process B holds Resourc...

View all Software Development Engineer 1 interview questions
A Data Science Associate was asked 11mo ago
Q. How do you handle outliers?
Ans. 

Outliers can be handled by identifying, analyzing, and either removing or transforming them in the data.

  • Identify outliers using statistical methods like Z-score or IQR.

  • Analyze the outliers to understand if they are errors or valid data points.

  • Remove outliers if they are errors or transform them using techniques like winsorization or log transformation.

  • Consider using robust statistical methods that are less sensiti...

View all Data Science Associate interview questions
A Data Science Associate was asked 11mo ago
Q. Draw a box plot and explain its characteristics.
Ans. 

Box-plot is a visual representation of the distribution of a dataset, showing the median, quartiles, and outliers.

  • Box-plot displays the median (middle line), quartiles (box), and outliers (dots or lines).

  • The length of the box represents the interquartile range (IQR).

  • Whiskers extend to the smallest and largest non-outlier data points within 1.5 times the IQR from the quartiles.

  • Outliers are plotted individually as d...

View all Data Science Associate interview questions
An Analyst was asked
Q. Rate your proficiency in SQL and Python.
Ans. 

I rate myself highly in SQL and Python.

  • I have extensive experience in writing complex SQL queries and optimizing database performance.

  • I am proficient in Python and have used it for data analysis, automation, and web scraping.

  • I have worked on various projects where I utilized both SQL and Python together to extract, transform, and load data.

  • I am familiar with popular SQL databases like MySQL, PostgreSQL, and Oracle...

View all Analyst interview questions

What people are saying about Tredence

View All
a data scientist
1w (edited)
How Is 26 LPA for 7 yoe in Data Science?
Responsibilities include - Core DS (ML, DL, Gen AI) and basic level deployment too (MLOPs)
Got a question about Tredence?
Ask anonymously on communities.
An Analyst was asked
Q. How you reduce error in model Which kind of matrix used in your model How you map data
Ans. 

To reduce error in a model, I use techniques like cross-validation, regularization, and feature selection. I use matrices like confusion matrix and correlation matrix. Data is mapped using techniques like normalization and encoding.

  • Reduce error in model by using techniques like cross-validation, regularization, and feature selection

  • Use matrices like confusion matrix to evaluate classification models and correlatio...

View all Analyst interview questions
A Data Science Associate was asked 11mo ago
Q. Standardisation vs normalisation
Ans. 

Standardisation and normalisation are techniques used to scale and transform data in order to improve model performance.

  • Standardisation (Z-score normalisation) scales the data to have a mean of 0 and a standard deviation of 1.

  • Normalisation (Min-Max scaling) scales the data to a specific range, typically between 0 and 1.

  • Standardisation is less affected by outliers compared to normalisation.

  • Standardisation is prefer...

View all Data Science Associate interview questions

Tredence Interview Experiences for Freshers

17 interviews found

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

The first round was mix of apti and coding

Round 2 - Technical 

(2 Questions)

  • Q1. What is deadlocks?
  • Ans. 

    Deadlocks occur when two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlocks happen in multitasking environments where processes compete for resources.

    • Four conditions must hold for a deadlock to occur: mutual exclusion, hold and wait, no preemption, and circular wait.

    • Example: Process A holds Resource 1 and waits for Resource 2, while Process B holds Resource 2 a...

  • Answered by AI
  • Q2. A puzzles from gfg

Skills evaluated in this interview

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 23 May 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
  • Q1. What are the different types of joins in SQL?
  • Q2. What is Object-Oriented Programming (OOP) in C++?
  • Q3. What is normalization in Database Management Systems (DBMS)?

Analyst Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2024

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

Around 60 questions were asked including aptitude and basic coding in 2:30 hrs.

Round 2 - Technical 

(3 Questions)

  • Q1. Basic questions on python, sql and project related discussion.
  • Q2. Rate yourself in sql and python
  • Ans. 

    I rate myself highly in SQL and Python.

    • I have extensive experience in writing complex SQL queries and optimizing database performance.

    • I am proficient in Python and have used it for data analysis, automation, and web scraping.

    • I have worked on various projects where I utilized both SQL and Python together to extract, transform, and load data.

    • I am familiar with popular SQL databases like MySQL, PostgreSQL, and Oracle, as ...

  • Answered by AI
  • Q3. Tell me about your projects

Skills evaluated in this interview

Analyst Interview Questions & Answers

user image Pratish

posted on 4 Oct 2024

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

Basic aptitude, verbal, and coding tests with one program to run and execute. The remaining questions are multiple-choice questions and one guestimate question.

Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Aug 2023

Interview experience
4
Good
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 - Aptitude Test 

Aptitude test consist of 4 segment
1. Quantitative aptitude
2.verbal ability
3. Data interpretation
4. Short written ( who is better gifted or hard worker..??) this question ask to me AND second question is on guesstimating (how much car sold in India in 2018 ) solved based on assumption and calculations.
5. It was consign round which has 3 questions 1 easy 1 moderate 1 tough of 20,20,50 marks respectively

Round 3 - English fluency 

(1 Question)

  • Q1. This round has 3 section 1. Read sentence and speak loudly and record it You can record only once 2. Second listen audio clip and speak loudly and record it you can listen audio clip once only 3 listen a...
Round 4 - Technical 

(2 Questions)

  • Q1. It is totally technical interview totally based on resume it means whatever you have written in your resume you have to know everything in deep my interview was last for 35 min totally on machine learning....
  • Q2. How you reduce error in model Which kind of matrix used in your model How you map data
  • Ans. 

    To reduce error in a model, I use techniques like cross-validation, regularization, and feature selection. I use matrices like confusion matrix and correlation matrix. Data is mapped using techniques like normalization and encoding.

    • Reduce error in model by using techniques like cross-validation, regularization, and feature selection

    • Use matrices like confusion matrix to evaluate classification models and correlation mat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever you write or tell about yourself in interview like any project or any internship so you must have deep knowledge on it

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

55 ML questions and aptitude and 3 python questions and 2 sql questions

Round 2 - One-on-one 

(4 Questions)

  • Q1. Normal distribution plot
  • Q2. Standardisation vs normalisation
  • Ans. 

    Standardisation and normalisation are techniques used to scale and transform data in order to improve model performance.

    • Standardisation (Z-score normalisation) scales the data to have a mean of 0 and a standard deviation of 1.

    • Normalisation (Min-Max scaling) scales the data to a specific range, typically between 0 and 1.

    • Standardisation is less affected by outliers compared to normalisation.

    • Standardisation is preferred w...

  • Answered by AI
  • Q3. How to handle outliars
  • Ans. 

    Outliers can be handled by identifying, analyzing, and either removing or transforming them in the data.

    • Identify outliers using statistical methods like Z-score or IQR.

    • Analyze the outliers to understand if they are errors or valid data points.

    • Remove outliers if they are errors or transform them using techniques like winsorization or log transformation.

    • Consider using robust statistical methods that are less sensitive to...

  • Answered by AI
  • Q4. Draw Box-plot and explain its characteristics
  • Ans. 

    Box-plot is a visual representation of the distribution of a dataset, showing the median, quartiles, and outliers.

    • Box-plot displays the median (middle line), quartiles (box), and outliers (dots or lines).

    • The length of the box represents the interquartile range (IQR).

    • Whiskers extend to the smallest and largest non-outlier data points within 1.5 times the IQR from the quartiles.

    • Outliers are plotted individually as dots o...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. How do you manage your time
  • Ans. 

    I manage my time by prioritizing tasks, creating schedules, setting deadlines, and using time management tools.

    • Prioritize tasks based on importance and deadlines

    • Create daily or weekly schedules to allocate time for different tasks

    • Set deadlines for each task to stay on track

    • Use time management tools like calendars, to-do lists, and productivity apps

    • Avoid multitasking and focus on one task at a time

    • Take breaks to avoid b...

  • Answered by AI
  • Q2. Why you want to join Tredence
  • Ans. 

    I want to join Tredence because of their reputation for cutting-edge data science projects and collaborative work environment.

    • Tredence is known for their innovative data science projects

    • I value the collaborative work environment at Tredence

    • I believe Tredence will provide opportunities for professional growth and development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident with your skills

Skills evaluated in this interview

Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Mar 2024

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

(1 Question)

  • Q1. What are different optimisation techniques you have used so far in databricks
  • Ans. 

    I have used techniques like hyperparameter tuning, feature engineering, and model selection in Databricks for optimization.

    • Hyperparameter tuning using GridSearchCV or RandomizedSearchCV

    • Feature engineering to create new features or transform existing ones

    • Model selection using techniques like cross-validation or ensemble methods

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What is your salary expectations
  • Q2. What drives you to switch from previous company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in technical stuff you mention in your resume

Analyst Interview Questions & Answers

user image Anonymous

posted on 25 Apr 2024

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

Basic focus on aptitude questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic guessestimates

Data Analyst Interview Questions & Answers

user image Cicil Denny

posted on 24 Jan 2024

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 Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. One of the questions was to test my analytical skill, trying to get all possible answers from me for a particular specified problem statement of (Looking on for possibility of expanding my Petrol Bunk Busi...
Round 2 - HR 

(1 Question)

  • Q1. He deep dived into my projects and asked me the varied kinda test cases I covered. It was quiet sun and interesting.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It consisted of both aptitude questions, coding questions, Machine Learning Questions, Input based output questions in C/C++, Statistics. All carried one mark except the ML and stats questions which carried 2 marks. And the total questions were 60.

Round 2 - Technical 

(1 Question)

  • Q1. It was a technical round based on Resume. It also consisted of python coding questions, sql questions and Guesstimates. It all depends on the candidate on how to direct this round.
Round 3 - Technical 

(1 Question)

  • Q1. It was a strict Round based on Resume. Every detail was scanned and multiple questions were asked from it. Along with, it HR asked the background check questions to assess if you are a good fit for company...

Tredence Interview FAQs

How many rounds are there in Tredence interview for freshers?
Tredence interview process for freshers usually has 2-3 rounds. The most common rounds in the Tredence interview process for freshers are Technical, HR and Aptitude Test.
How to prepare for Tredence interview for freshers?
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 Accounting, Accounting System, Accounts Payable, Accounts Receivable and Budgeting.
What are the top questions asked in Tredence interview for freshers?

Some of the top questions asked at the Tredence interview for freshers -

  1. Puzzle: Given two hour glass, one measuring 4 mins and the other 7 mins, how to...read more
  2. How you reduce error in model Which kind of matrix used in your model How you ...read more
  3. What are different optimisation techniques you have used so far in databri...read more
How long is the Tredence interview process?

The duration of Tredence 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 12 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.7
 • 377 Interviews
CitiusTech Interview Questions
3.3
 • 290 Interviews
NeoSOFT Interview Questions
3.6
 • 280 Interviews
Altimetrik Interview Questions
3.7
 • 242 Interviews
Episource Interview Questions
3.9
 • 224 Interviews
Xoriant Interview Questions
4.1
 • 213 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.0
 • 193 Interviews
View all

Tredence Reviews and Ratings

based on 572 reviews

3.5/5

Rating in categories

3.8

Skill development

3.0

Work-life balance

3.3

Salary

3.5

Job security

3.5

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 572 Reviews and Ratings
Technical Project Manager

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Data Engineer

Pune,

Chennai

+1

1-2 Yrs

₹ 6-17 LPA

Explore more jobs
Consultant
455 salaries
unlock blur

₹11.5 L/yr - ₹20 L/yr

Associate Manager
444 salaries
unlock blur

₹19.2 L/yr - ₹33 L/yr

Data Engineer
324 salaries
unlock blur

₹7.1 L/yr - ₹18.2 L/yr

Analyst
280 salaries
unlock blur

₹6 L/yr - ₹10.8 L/yr

Senior Business Analyst
247 salaries
unlock blur

₹10.2 L/yr - ₹17 L/yr

Explore more salaries
Compare Tredence with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

4.1
Compare
write
Share an Interview