Upload Button Icon Add office photos

Tredence

Compare button icon Compare button icon Compare

Filter interviews by

Tredence Business Analyst Interview Questions, Process, and Tips

Updated 28 Sep 2024

Top Tredence Business Analyst Interview Questions and Answers

  • Q1. Palindrome String Check Given an alphabetical string S , determine whether it is a palindrome. A palindrome is a string that reads the same backward as forward. Input: T ...read more
  • Q2. Nth Fibonacci Problem Statement Calculate the Nth term of the Fibonacci series, denoted as F(n), using the formula: F(n) = F(n-1) + F(n-2) where F(1) = 1 and F(2) = 1 . ...read more
  • Q3. How can you extract the month and year from a date column in Pandas?
View all 9 questions

Tredence Business Analyst Interview Experiences

9 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Easy one practice rs agarwal

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Case Study 

Case study on Power BI + SQL

Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to leave your last organisation
  • Ans. 

    Seeking new challenges and growth opportunities

    • Desire for professional growth and development

    • Looking for new challenges and experiences

    • Seeking a better work-life balance

    • Company restructuring or changes in management

  • Answered by AI
  • Q2. Why you move into Data Analytics
  • Ans. 

    I moved into Data Analytics to leverage my analytical skills and passion for uncovering insights from data.

    • Passion for uncovering insights from data

    • Strong analytical skills

    • Interest in utilizing data to drive business decisions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just have your clarity on where you want to see yourself in next 5 year and prepare for your interview accordingly.

Skills evaluated in this interview

Business Analyst Interview Questions Asked at Other Companies

asked in Evalueserve
Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with ... read more
asked in Infosys
Q2. What is your strong point in terms of technical knowledge? Like J ... read more
Q3. There are 100 people standing in a circle, the first person has a ... read more
asked in Paytm
Q4. Sum of Squares of First N Natural Numbers Problem Statement You a ... read more
asked in EXL Service
Q5. If I have 333 digits to number pages of a book, How many pages ca ... read more

I appeared for an interview in Aug 2021.

Round 1 - Video Call 

(7 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical round with questions on Python, basic coding questions and Machine Learning.

  • Q1. 

    Palindrome String Check

    Given an alphabetical string S, determine whether it is a palindrome. A palindrome is a string that reads the same backward as forward.

    Input:

    The first line contains an integer ...
  • Ans. 

    Check if a given string is a palindrome or not.

    • Iterate through the string from both ends and compare characters.

    • If all characters match, the string is a palindrome.

    • Consider handling cases where spaces or special characters are present.

    • Example: 'racecar' is a palindrome, 'hello' is not.

  • Answered by AI
  • Q2. 

    Nth Fibonacci Problem Statement

    Calculate the Nth term of the Fibonacci series, denoted as F(n), using the formula: F(n) = F(n-1) + F(n-2) where F(1) = 1 and F(2) = 1.

    Input:

    The first line of each test...
  • Ans. 

    Calculate the Nth term of the Fibonacci series using a recursive formula.

    • Use recursion to calculate the Nth Fibonacci number by summing the previous two numbers.

    • Base cases are F(1) = 1 and F(2) = 1.

    • Handle edge cases like N = 1 separately.

    • Optimize the solution using memoization to avoid redundant calculations.

    • Ensure the input N is within the constraints 1 ≤ N ≤ 10000.

  • Answered by AI
  • Q3. How can you extract the month and year from a date column in Pandas?
  • Ans. 

    You can extract the month and year from a date column in Pandas using the dt accessor.

    • Use the dt accessor to access the date components

    • Use dt.month to extract the month and dt.year to extract the year

    • Example: df['date_column'].dt.month will give you the month values

    • Example: df['date_column'].dt.year will give you the year values

  • Answered by AI
  • Q4. What is the relationship between R-squared and p-value in linear regression?
  • Ans. 

    R-squared measures the goodness of fit of a regression model, while p-value indicates the significance of the relationship between the independent variable and the dependent variable.

    • R-squared is a measure of how well the independent variable(s) explain the variability of the dependent variable in a regression model.

    • A high R-squared value close to 1 indicates a good fit, meaning the model explains a large portion of th...

  • Answered by AI
  • Q5. What are underfitting and overfitting in machine learning?
  • Ans. 

    Underfitting and overfitting are common problems in machine learning where the model is either too simple or too complex.

    • Underfitting occurs when the model is too simple to capture the underlying patterns in the data.

    • Overfitting occurs when the model is too complex and learns noise in the training data as if it were a pattern.

    • Underfitting can be addressed by increasing the model complexity or adding more features.

    • Overf...

  • Answered by AI
  • Q6. What is a confusion matrix?
  • Ans. 

    A confusion matrix is a table that is often used to describe the performance of a classification model.

    • It is a matrix with rows representing the actual class and columns representing the predicted class.

    • It helps in evaluating the performance of a classification model by showing the number of correct and incorrect predictions.

    • It is commonly used in machine learning and statistics to assess the quality of a classificatio...

  • Answered by AI
  • Q7. What is the difference between Random Forest and XGBoost?
  • Ans. 

    Random Forest is an ensemble learning method that builds multiple decision trees and combines their predictions, while XGBoost is a gradient boosting algorithm that builds trees sequentially.

    • Random Forest builds multiple decision trees independently and combines their predictions through averaging or voting.

    • XGBoost builds trees sequentially, with each tree correcting errors made by the previous ones.

    • Random Forest is le...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPATredence Inc. interview preparation:Topics to prepare for the interview - Python, DSA, Machine Learning, SQL, DBMSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Ion and was interviewed in Nov 2021. There were 3 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 - Aptitude Test 
Round 3 - Technical 

(1 Question)

  • Q1. 1)Tell me about yourself. 2)What Technical Tools i know and skills i have. 3)What did i do in my previous company(in detail)

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident about your latest work experience

Tredence interview questions for designations

 Senior Business Analyst

 (5)

 Analyst

 (23)

 Data Analyst

 (13)

 Data Science Analyst

 (1)

 Consultant

 (9)

 Associate Manager

 (6)

 Management Trainee

 (2)

 Manager

 (2)

I applied via Campus Placement and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basics in Python
  • Q2. Guesstimates related questions
  • Ans. Refer geeks for geeks for these questions
  • Answered Anonymously
  • Q3. SQL queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself. Don't fake your identity which will lose your self-confidence.

Get interview-ready with Top Tredence Interview Questions

I applied via LinkedIn and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Some puzzles, general data science and Python questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your project related tools and common data science practices. Also be ready for a real life like case study.

Interview Questionnaire 

1 Question

  • Q1. Projects related to analytics during graduation. Geeks for geeks

Interview Questionnaire 

1 Question

  • Q1. Basic questions on python and sql and questions like why do you want to be become analyst

I appeared for an interview before May 2021.

Round 1 - Coding Test 

Round duration - 60 minutes
Round difficulty - Medium

Test was online and can give the test anytime as per your convenience but before the deadline. Most of the questions were aptitude type and few were related to basic programming skills.

Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

I was given with a guesstimate problem and 20 mins to solve the problem where I had to mention my approach and all the assumptions in a piece of paper. Then it was a face to face interview regarding the guesstimate asking the assumptions, approach and alternate ways of solving the problem and some puzzles.

  • Q1. Can you explain the Hourglass puzzle and how you would approach solving it?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Business Analyst in BangaloreEligibility criteriaGraduate Top Tier Institute if applying as a fresherTredence Analytics interview preparation:Topics to prepare for the interview - Puzzles, Guesstimates, Case Studies, SQL , Structured Problem Solving SkillsTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice puzzles, guesstimates. First try on your own without looking at the solution and then check the solution see where you are going wrong and focus on that.
Tip 2 : Structured problem solving is very important while solving guesstimates/ case studies - this is the main thing the interviewer looks for
Tip 3 : SQL and Python are not mandatory but those are good to have skills

Application resume tips for other job seekers

Tip 1 : Mention projects have worked on and skills you know. If you don't have any technical skills, that's fine for fresher and focus on your problem solving skills.
Tip 2 : If you have time, do some projects on SQL/Python on data analysis again in a structured way

Final outcome of the interviewSelected

Interview questions from similar companies

I applied via Company Website and was interviewed before May 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

Online test with questions from probability and reasoning

Round 2 - Case Study 

A case study for which we need to create a dashboard and a power point presentation.

Round 3 - Coding Test 

SQL written test

Round 4 - Technical 

(2 Questions)

  • Q1. Technical round. Interviewed by two member panel.
  • Q2. About Tableau Previous projects SQL
Round 5 - HR 

(1 Question)

  • Q1. Common questions like expectations, salary expectations etc.

Interview Preparation Tips

Topics to prepare for Tiger Analytics Business Analyst interview:
  • SQL
  • Data Visualization
  • PROBABILITY
Interview preparation tips for other job seekers - Be confident and prepare well. Practice different SQL scenarios and get well versed with all the advanced sql functions.

Tredence Interview FAQs

How many rounds are there in Tredence Business Analyst interview?
Tredence interview process usually has 2 rounds. The most common rounds in the Tredence interview process are Aptitude Test, Case Study and HR.
How to prepare for Tredence Business Analyst 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 Python, SQL, Tableau, Business Analysis and Analytics.
What are the top questions asked in Tredence Business Analyst interview?

Some of the top questions asked at the Tredence Business Analyst interview -

  1. Why you move into Data Analyt...read more
  2. Basic questions on python and sql and questions like why do you want to be beco...read more
  3. Some puzzles, general data science and Python questi...read more

Tell us how to improve this page.

Tredence Business Analyst Interview Process

based on 2 interviews

1 Interview rounds

  • HR Round
View more
Tredence Business Analyst Salary
based on 173 salaries
₹6 L/yr - ₹12 L/yr
21% less than the average Business Analyst Salary in India
View more details

Tredence Business Analyst Reviews and Ratings

based on 29 reviews

3.6/5

Rating in categories

3.9

Skill development

3.2

Work-life balance

3.0

Salary

3.7

Job security

3.6

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 29 Reviews and Ratings
Consultant
420 salaries
unlock blur

₹6.5 L/yr - ₹21 L/yr

Associate Manager
376 salaries
unlock blur

₹12.5 L/yr - ₹36.5 L/yr

Senior Business Analyst
251 salaries
unlock blur

₹6.5 L/yr - ₹17 L/yr

Data Engineer
210 salaries
unlock blur

₹6 L/yr - ₹22 L/yr

Business Analyst
173 salaries
unlock blur

₹6 L/yr - ₹12 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