Upload Button Icon Add office photos

Tredence

Compare button icon Compare button icon Compare

Filter interviews by

Tredence Senior Business Analyst Interview Questions, Process, and Tips

Updated 3 Jan 2022

Top Tredence Senior Business Analyst Interview Questions and Answers

  • Q1. What is the difference between under fitting and over fitting. How to overcome under fitting?
  • Q2. What is the difference between R squared and p-value in linear regression
  • Q3. What is confusion matrix? How do you calculate the accuracy of Random Forest?

Tredence Senior Business Analyst Interview Experiences

5 interviews found

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Asked basic coding questions on Python : Fibonacci series, Test if a string is Palindrome, Extracting month/year from date column and calculating YOY in sales
  • Q2. What is the difference between R squared and p-value in linear regression
  • Ans. 

    R squared measures the proportion of variance in the dependent variable explained by the independent variable, while p-value measures the significance of the independent variable's effect on the dependent variable.

    • R squared ranges from 0 to 1, with higher values indicating a better fit of the regression line to the data.

    • P-value measures the probability of observing a test statistic as extreme as the one computed from t...

  • Answered by AI
  • Q3. What is the difference between under fitting and over fitting. How to overcome under fitting?
  • Ans. 

    Underfitting occurs when a model is too simple to capture the complexity of the data. Overfitting occurs when a model is too complex and fits the noise in the data.

    • Underfitting occurs when the model is not able to capture the underlying trend of the data.

    • Overfitting occurs when the model is too complex and fits the noise in the data.

    • To overcome underfitting, we can increase the complexity of the model by adding more fe...

  • Answered by AI
  • Q4. What is confusion matrix? How do you calculate the accuracy of Random Forest?
  • Ans. 

    Confusion matrix is a table used to evaluate the performance of a classification model. Accuracy of Random Forest is calculated using the confusion matrix.

    • Confusion matrix is a table 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 true positives, true negatives, false positives, and false negat...

  • Answered by AI
  • Q5. Difference between Random forest and XG Boost
  • Ans. 

    Random forest is an ensemble learning method that builds multiple decision trees and combines their outputs. XG Boost is a gradient boosting algorithm that uses decision trees as base learners.

    • Random forest reduces overfitting by averaging multiple decision trees.

    • XG Boost uses gradient boosting to improve model performance.

    • Random forest is less prone to overfitting than XG Boost.

    • XG Boost is faster and more scalable tha...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your CV and all the languages/tools you mention in CV

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. 1st Round (Technical): Questions on SQL and statistics, Knowledge about various kinds of joins in SQL, one hands-on question on SQL coding (verbal only. 2nd Round (Business Round): Puzzle-solving skills, S...
  • Q2. 2nd Round (Business Round): Walkthrough any of the previous projects, Puzzle-solving skills, SPS (Structured Problem Solving) skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was a technical one and primarily focused on filtering the candidate who is eager to learn and has an inquisitive mindset. The interviewer wanted to learn the approach a candidate takes when placed in a certain situation. So have a clear mind when appearing for an interview, ask twice to understand what the interviewer really wants, take time to answer, and focus on the approach you take to answer the questions.

Senior Business Analyst Interview Questions Asked at Other Companies

asked in Sapiens
Q1. Difference between annuity and pension, types of annuity and pens ... read more
Q2. If you had to accommodate a CR in agile how would you do so?
asked in Brillio
Q3. If I tell you to prepare a TOC for a RFP what will you put into i ... read more
Q4. What are the different meetings that happen in Agile style develo ... read more
asked in EVRY India
Q5. Five concepts in artificial intelligence, In machine learnin ... read more

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python basics, Sql basics, ML basics, and Some analytical questions in Manegerial Round

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be Calm and Prepare Python , Sql , and Basics of AI .

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

Interview Questionnaire 

3 Questions

  • Q1. Why Tredence?
  • Q2. Why should we hire you?
  • Q3. Explain what you did in this project

Interview Preparation Tips

Interview preparation tips for other job seekers - Tredence is an analytics consulting company. You should be able to communicate your ideas clearly to the interviewer. Be thorough with your resume and tell them what ideas did you use in your projects. Show them that your capable of thinking analytically.

Tredence interview questions for designations

 Business Analyst

 (9)

 Analyst

 (23)

 Data Analyst

 (13)

 Data Science Analyst

 (1)

 Senior Product Manager

 (1)

 Senior Software Engineer

 (7)

 Consultant

 (9)

 Associate Manager

 (6)

I applied via Naukri.com and was interviewed in Dec 2019. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What drives you?
  • Q2. What will you do if you huge amount of money?
  • Q3. How do you spend your time when not working?

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm all the time.
Laugh as much as possible. Be yourself.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. UiPath Architecture

I applied via Referral and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Multithreading,coding,data structures, spring related questions were Asked

Interview Preparation Tips

Interview preparation tips for other job seekers - interview is good but there is two technical round so as per my advice one interview is sufficient

Interview Questionnaire 

4 Questions

  • Q1. Azure Services
  • Q2. OOPS
  • Q3. Design Patterns
  • Q4. Angular Basics

I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. DS Questions 1. kth largest element. 2. Implement merge sort
  • Q2. Springboot basics, oops, collection api

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepeare DS well

Interview Questionnaire 

1 Question

  • Q1. Questions on core java, data structures, Spring

Tredence Interview FAQs

How to prepare for Tredence Senior 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, Machine Learning, Analytics and Data Management.
What are the top questions asked in Tredence Senior Business Analyst interview?

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

  1. What is the difference between under fitting and over fitting. How to overcome ...read more
  2. What is the difference between R squared and p-value in linear regress...read more
  3. What is confusion matrix? How do you calculate the accuracy of Random Fore...read more

Tell us how to improve this page.

Tredence Senior Business Analyst Interview Process

based on 1 interview

2 Interview rounds

  • Technical Round
  • Personal Interview1 Round
View more
Tredence Senior Business Analyst Salary
based on 251 salaries
₹6.5 L/yr - ₹17 L/yr
15% less than the average Senior Business Analyst Salary in India
View more details

Tredence Senior Business Analyst Reviews and Ratings

based on 17 reviews

3.8/5

Rating in categories

4.0

Skill development

3.5

Work-life balance

3.4

Salary

4.0

Job security

4.0

Company culture

3.4

Promotions

3.5

Work satisfaction

Explore 17 Reviews and Ratings
Consultant
427 salaries
unlock blur

₹6.5 L/yr - ₹22 L/yr

Associate Manager
376 salaries
unlock blur

₹12.5 L/yr - ₹36 L/yr

Senior Business Analyst
251 salaries
unlock blur

₹6.5 L/yr - ₹17 L/yr

Data Engineer
217 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