Upload Button Icon Add office photos

Tredence

Compare button icon Compare button icon Compare

Filter interviews by

Tredence Interview Questions, Process, and Tips

Updated 14 Feb 2025

Top Tredence Interview Questions and Answers

View all 106 questions

Tredence Interview Experiences

Popular Designations

123 interviews found

Manager Interview Questions & Answers

user image varij lochan

posted on 1 Jul 2024

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

(1 Question)

  • Q1. Why do you want to join tredence
  • Ans. 

    I want to join Tredence because of its reputation for innovative solutions and strong focus on professional development.

    • Tredence has a reputation for providing innovative solutions in the analytics and consulting industry

    • I am impressed by Tredence's commitment to professional development and growth opportunities for employees

    • I believe that Tredence's collaborative and supportive work culture aligns with my values and c

  • Answered by AI

Manager Interview Questions asked at other Companies

Q1. There is a chairman of a conglomerate. He has been on the post for 10 years, and is extremely dominating. He treats the various business heads like children, not letting them take any major decision. While the chairman has negatives, he bel... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What activities you have used in data factory?
  • Ans. 

    I have used activities such as Copy Data, Execute Pipeline, Lookup, and Data Flow in Data Factory.

    • Copy Data activity is used to copy data from a source to a destination.

    • Execute Pipeline activity is used to trigger another pipeline within the same or different Data Factory.

    • Lookup activity is used to retrieve data from a specified dataset or table.

    • Data Flow activity is used for data transformation and processing.

  • Answered by AI
  • Q2. How will you execute second notebook from first notebook?
  • Ans. 

    To execute a second notebook from the first notebook, you can use the %run magic command in Jupyter Notebook.

    • Use the %run magic command followed by the path to the second notebook in the first notebook.

    • Ensure that the second notebook is in the same directory or provide the full path to the notebook.

    • Make sure to save any changes in the second notebook before executing it from the first notebook.

  • Answered by AI
  • Q3. Difference between data lake storage and blob storage?
  • Ans. 

    Data lake storage is optimized for big data analytics and can store structured, semi-structured, and unstructured data. Blob storage is for unstructured data only.

    • Data lake storage is designed for big data analytics and can handle structured, semi-structured, and unstructured data

    • Blob storage is optimized for storing unstructured data like images, videos, documents, etc.

    • Data lake storage allows for complex queries and ...

  • Answered by AI

Skills evaluated in this interview

Top Tredence Data Engineer Interview Questions and Answers

Q1. How will you execute second notebook from first notebook?
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
Tredence Interview Questions and Answers for Freshers
illustration image

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

Top Tredence Analyst Interview Questions and Answers

Q1. Puzzle: Given two hour glass, one measuring 4 mins and the other 7 mins, how to measure 9 mins
View answer (2)

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 24 Sep 2024

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

I applied via Campus Placement and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to cut a cake in parts with 3 slices
  • Ans. 

    Cut the cake into 3 equal parts using 2 straight cuts

    • Make the first cut horizontally through the middle of the cake

    • Make the second cut vertically through the middle of the cake, perpendicular to the first cut

    • Each slice will be a third of the cake

  • Answered by AI
  • Q2. Find unique elements in an array
  • Ans. 

    Use a set to find unique elements in an array of strings

    • Create a set from the array to automatically remove duplicates

    • Convert the set back to an array to get unique elements

    • Example: ['apple', 'banana', 'apple', 'orange'] -> ['apple', 'banana', 'orange']

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident

Skills evaluated in this interview

Top Tredence Data Analyst Interview Questions and Answers

Q1. Find First Repeated Character in a String Given a string 'STR' composed of lowercase English letters, identify the character that repeats first in terms of its initial occurrence. Example: Input: STR = "abccba" Output: "a" Explanation: Alth... read more
View answer (1)

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Tredence interview questions for popular designations

 Analyst

 (23)

 Data Analyst

 (13)

 Data Scientist

 (10)

 Business Analyst

 (9)

 Consultant

 (9)

 Senior Software Engineer

 (7)

 Data Engineer

 (7)

 Associate Manager

 (6)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Some advanced coding questions on dp, strings

Round 2 - Technical 

(1 Question)

  • Q1. Intro, experience, projects, basic technical questions

Top Tredence Data Analyst Interview Questions and Answers

Q1. Find First Repeated Character in a String Given a string 'STR' composed of lowercase English letters, identify the character that repeats first in terms of its initial occurrence. Example: Input: STR = "abccba" Output: "a" Explanation: Alth... read more
View answer (1)

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Get interview-ready with Top Tredence Interview Questions

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 27 May 2024

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

(1 Question)

  • Q1. How you will be handling the projects
Round 2 - Aptitude Test 

Was maths quants etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Wonderful

Top Tredence Data Analyst Interview Questions and Answers

Q1. Find First Repeated Character in a String Given a string 'STR' composed of lowercase English letters, identify the character that repeats first in terms of its initial occurrence. Example: Input: STR = "abccba" Output: "a" Explanation: Alth... read more
View answer (1)

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Jobs at Tredence

View all

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Aug 2024

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

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Sql and Spark questions
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company, mostly for data engineering projects and lots of learning.

Top Tredence Data Engineer Interview Questions and Answers

Q1. How will you execute second notebook from first notebook?
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 4 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 

(1 Question)

  • Q1. Sql, python and Analytics basics
Round 3 - Functional 

(1 Question)

  • Q1. Guestimates, problem solving
Round 4 - One-on-one 

(1 Question)

  • Q1. Discussion with leadership. Checking cultural fit

Interview Preparation Tips

Topics to prepare for Tredence Associate Manager interview:
  • Sql
  • Python
  • Analytics
  • Data engineering

Associate Manager Interview Questions asked at other Companies

Q1. How will you calculate tension on the sheet which is being given OFF, by Pay off reel ?
View answer (5)

Consultant Interview Questions & Answers

user image Lovish Pandey

posted on 17 Feb 2024

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

(1 Question)

  • Q1. Sql related questions and EDA related questions for python
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion on org policies

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 4 Jun 2024

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

(1 Question)

  • Q1. Problem solving on the spot

Top Tredence Data Analyst Interview Questions and Answers

Q1. Find First Repeated Character in a String Given a string 'STR' composed of lowercase English letters, identify the character that repeats first in terms of its initial occurrence. Example: Input: STR = "abccba" Output: "a" Explanation: Alth... read more
View answer (1)

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Contribute & help others!
anonymous
You can choose to be anonymous

Tredence Interview FAQs

How many rounds are there in Tredence interview?
Tredence interview process usually has 2-3 rounds. The most common rounds in the Tredence interview process are Technical, One-on-one Round and HR.
How to prepare for Tredence 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 Machine Learning, Python, Data Management, SQL and Data Mining.
What are the top questions asked in Tredence interview?

Some of the top questions asked at the Tredence interview -

  1. Puzzle: Given two hour glass, one measuring 4 mins and the other 7 mins, how to...read more
  2. public static void getsum(int a,int b){System.out.println("a b method");}public...read more
  3. What is the difference between under fitting and over fitting. How to overcome ...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.

Recently Viewed

DESIGNATION

JOBS

Tredence

No Jobs

SALARIES

StrideOne

SALARIES

StrideOne

DESIGNATION

SALARIES

IMS People

INTERVIEWS

Lenovo

No Interviews

INTERVIEWS

Lenovo

No Interviews

DESIGNATION

Tell us how to improve this page.

Tredence Interview Process

based on 95 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 229 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
Axtria Interview Questions
3.1
 • 115 Interviews
C5i Interview Questions
4.0
 • 46 Interviews
AbsolutData Interview Questions
3.6
 • 9 Interviews
Algonomy Interview Questions
4.0
 • 9 Interviews
Crayon Data Interview Questions
3.6
 • 4 Interviews
View all

Tredence Reviews and Ratings

based on 471 reviews

3.6/5

Rating in categories

3.8

Skill development

3.1

Work-life balance

3.3

Salary

3.6

Job security

3.5

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 471 Reviews and Ratings
Azure Devops Engineer

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Network Security Engineer

Bangalore / Bengaluru

10-14 Yrs

Not Disclosed

Senior Manager - AI CoE

Bangalore / Bengaluru

10-15 Yrs

₹ 36.25-55.75 LPA

Explore more jobs
Consultant
385 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Manager
358 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Analyst
263 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Engineer
207 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
173 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tredence with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

LatentView Analytics

3.7
Compare

AbsolutData

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