AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Tredence

Compare button icon Compare button icon Compare
3.5

based on 571 Reviews

Play video Play video Video summary
  • About
  • Reviews
    571
  • Salaries
    4.5k
  • Interviews
    138
  • Jobs
    46
  • Benefits
    50
  • Photos
    7
  • Posts
    1

Filter interviews by

Tredence Analytics Manager Interview Questions and Answers

Updated 3 Oct 2024

Tredence Analytics Manager Interview Experiences

3 interviews found

Analytics Manager Interview Questions & Answers

user image Anonymous

posted on 3 Oct 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Use lambda function in a python code.
  • Ans. 

    Lambda functions are anonymous functions in Python that can have any number of arguments but only one expression.

    • Lambda functions are defined using the lambda keyword.

    • They are commonly used with functions like map(), filter(), and reduce().

    • Example: double = lambda x: x * 2

  • Answered by AI
    Add your answer
  • Q2. Define precision, recall and f1 score.
  • Ans. 

    Precision, recall, and F1 score are metrics used to evaluate the performance of classification models.

    • Precision is the ratio of correctly predicted positive observations to the total predicted positive observations.

    • Recall is the ratio of correctly predicted positive observations to the all observations in actual class.

    • F1 score is the harmonic mean of precision and recall, providing a balance between the two metrics.

    • Pre...

  • Answered by AI
    Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. What is the significance of elbow curve in clustering?
  • Ans. 

    Elbow curve helps in determining the optimal number of clusters in a dataset.

    • Elbow curve is a plot of the number of clusters against the within-cluster sum of squares (WCSS).

    • The point where the rate of decrease of WCSS sharply changes is considered as the optimal number of clusters.

    • It helps in finding the balance between having too few or too many clusters.

    • For example, if the elbow point is at 3 clusters, it suggests t...

  • Answered by AI
    Add your answer
  • Q2. What is the significance of support, confidence and lift in market basket analysis?
  • Ans. 

    Support, confidence, and lift are key metrics in market basket analysis to identify relationships between items in a transaction.

    • Support measures how frequently an itemset appears in the dataset.

    • Confidence measures the likelihood that an item B is purchased when item A is purchased.

    • Lift measures how much more likely item B is purchased when item A is purchased compared to when item B is purchased independently of item ...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume and prepare questions based on that

Skills evaluated in this interview

Anonymous

Analytics Manager Interview Questions & Answers

user image Anonymous

posted on 13 Aug 2022

I applied via LinkedIn and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Python,SAS, Visualisation
  • Add your answer
Round 2 - Behavioral 

(1 Question)

  • Q1. People management, stakeholders management
  • Add your answer
Round 3 - Behavioral 

(1 Question)

  • Q1. Interview on estimations and client interaction
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was quite elaborate. Covered questions on all aspects of management.
HR round is the last round
Anonymous

Analytics Manager Interview Questions Asked at Other Companies

asked in IDFC FIRST Bank
Q1. How do you go about setting up a data strategy for a new lending ... read more
View answers (2)
asked in Shuttl
Q2. How would a customer choose between alternative modes of transpor ... read more
View answer (1)
asked in Tredence
Q3. What is the significance of support, confidence, and lift in mark ... read more
View answer (1)
asked in PwC
Q4. Any analytics project that I have done, method, data gathering an ... read more
View answer (1)
asked in Tredence
Q5. What is the significance of the elbow curve in clustering?
View answer (1)
View All

Analytics Manager Interview Questions & Answers

user image Anonymous

posted on 16 Oct 2022

I applied via LinkedIn and was interviewed in May 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Basic screening of resume and past experiences
  • Add your answer
  • Q2. Data analysis case studies like IPL
  • Add your answer
Round 3 - One-on-one 

(1 Question)

  • Q1. The interviewer was in a hurry as there was another scheduled meeting for him and was in a hurry to wind up. Not a pleasant experience overall.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - SQL, Python, Data visualization should be strong for the role
Anonymous

Interview questions from similar companies

company Logo

Software Engineer Interview Questions & Answers

Incedo user image Anonymous

posted on 26 Mar 2021

I applied via Naukri.com and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Difference between Hashtable and hashmap?
  • Ans. 

    Hashtable is synchronized while hashmap is not.

    • Hashtable is thread-safe while hashmap is not.

    • Hashtable does not allow null keys or values while hashmap allows one null key and multiple null values.

    • Hashtable is slower than hashmap due to synchronization.

    • Hashtable is a legacy class while hashmap is a newer implementation.

  • Answered by AI
    Add your answer
  • Q2. Difference between hashmap and concurrent hashmap?
  • Ans. 

    Hashmap is not thread-safe while Concurrent Hashmap is thread-safe.

    • Hashmap is not suitable for multi-threaded environments as it can lead to race conditions and data inconsistencies.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently without any data inconsistencies.

    • Concurrent Hashmap uses a technique called lock striping to achieve thread-safety.

    • Concurrent Hashmap is slower than Hashma...

  • Answered by AI
    Add your answer
  • Q3. Jdbc step
  • Add your answer
  • Q4. Spring ioc
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was average they asked questions from core java spring hibernate... And so on..

Skills evaluated in this interview

Anonymous

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.
company Logo

Software Engineer Interview Questions & Answers

NeoSOFT user image Anonymous

posted on 11 Sep 2021

I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. IOS Basics , iPhone programming
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - When you tried a lot to get good company if you have no option then go for it ,Make this to last of your joining preferences.You will be deadlocked in the bond think twice before Join.
Anonymous
company Logo

Data Analyst Interview Questions & Answers

Episource user image Anonymous

posted on 9 May 2018

I applied via Recruitment Consultant and was interviewed in Mar 2018. There was 1 interview round.

Interview Preparation Tips

General Tips: Interview was short. Explained the role which was similar to the work I was doing before in my previous healthcare organization.

EDI related questions were asked. All type of file conversion and Excel formulas been asked.

Prepare well with on the above areas. It takes around 30 minutes.
Skills: Problem Solving, Analytical Skills, Presentation Skills, Time Management
Duration: <1 week
Anonymous
company Logo

Software Engineer Interview Questions & Answers

ITC Infotech user image Anonymous

posted on 14 May 2018

I appeared for an interview in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Add your answer
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Add your answer
  • Q3. Problem based on oops and SQL queries outputs
  • Add your answer
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up
  • Add your answer

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server
Anonymous
Are these interview questions helpful?
company Logo

Software Engineer Interview Questions & Answers

Xoriant user image Anonymous

posted on 4 May 2019

I applied via Naukri.com and was interviewed before May 2018. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Telephonic technical
  • Add your answer
  • Q2. Core Java related exception handling ,design pattern ,oops solid design principle, rest API, different annotations of spring and jpa
  • Add your answer
  • Q3. Same questions on telephonic round but detailed elaborate and given simple problem statement we had to justify that why it's time n space complexity valid. Rest API questions hibernate orm use
  • Add your answer
  • Q4. Manager round just to check whether you have actually worked on project or not stress testing performance questions scenario questions
  • Add your answer

Interview Preparation Tips

General Tips: Quite easy just go with preparation
Skills: Core Java sevlet JSP hibernate spring rest API, Communication, Body Language, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-4 weeks
Anonymous
company Logo

Senior Software Engineer Interview Questions & Answers

Xoriant user image Anonymous

posted on 23 Nov 2019

I applied via Recruitment Consultant and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions & team leading
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is not difficult..
Anonymous
company Logo

Software Engineer Interview Questions & Answers

CitiusTech user image Anonymous

posted on 25 Sep 2019

I appeared for an interview in Sep 2019.

Interview Questionnaire 

1 Question

  • Q1. Pl sql related questions
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - y resume was referd through a guy. Later I got call from HR for interview schedule he asked me my expected ctc and Notice Period to which I clearly said 3 months. He scheduled my interview on weekends morning 8am I reached there by 8.30am The interview process got started late by 10am it was an walk in type interview 1 round was Technical I cleared that round and had a feedback session with HR he said we are processing u to next round which was Manager round there itself I told the HR my NP is 3months the Hr Told its not an issue.
Laterly after I had lunch by 2pm Hr came n told me that Manager is not available now so we will be conducting ur further round in weekdays.
Then there was no mail or call so I purposely mailed them still haven't got proper response from them, so at last I told my friend who referd me to ask for an update the same HR told him that they want Immediate joiner so we can't process him to further round. Wasted my whole day over there
Anonymous
More about working at Tredence
  • HQ - San Jose, California, USA
  • IT Services & Consulting
  • 1k-5k Employees (India)

Tredence Interview FAQs

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

Some of the top questions asked at the Tredence Analytics Manager interview -

  1. What is the significance of support, confidence and lift in market basket analy...read more
  2. What is the significance of elbow curve in clusteri...read more
  3. Use lambda function in a python co...read more

Tell us how to improve this page.

Tredence Interviews By Designations

  • Tredence Analyst Interview Questions
  • Tredence Data Analyst Interview Questions
  • Tredence Consultant Interview Questions
  • Tredence Data Engineer Interview Questions
  • Tredence Data Scientist Interview Questions
  • Tredence Business Analyst Interview Questions
  • Tredence Associate Manager Interview Questions
  • Tredence Senior Software Engineer Interview Questions
  • Show more
  • Tredence Software Engineer Interview Questions
  • Tredence Senior Business Analyst Interview Questions

Overall Interview Experience Rating

2/5

based on 1 interview experience

Interview Questions from Similar Companies

ITC Infotech
ITC Infotech Interview Questions
3.7
 • 377 Interviews
CitiusTech
CitiusTech Interview Questions
3.3
 • 290 Interviews
NeoSOFT
NeoSOFT Interview Questions
3.6
 • 280 Interviews
Altimetrik
Altimetrik Interview Questions
3.7
 • 242 Interviews
Bounteous x Accolite
Bounteous x Accolite Interview Questions
3.4
 • 232 Interviews
Episource
Episource Interview Questions
3.9
 • 224 Interviews
Xoriant
Xoriant Interview Questions
4.1
 • 213 Interviews
INDIUM
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo
Incedo Interview Questions
3.0
 • 193 Interviews
Quantiphi Analytics Solutions Private Limited
Quantiphi Analytics Solutions Private Limited Interview Questions
3.2
 • 186 Interviews
View all
Tredence Analytics Manager Salary
based on 39 salaries
₹23 L/yr - ₹35.8 L/yr
18% more than the average Analytics Manager Salary in India
View more details

Tredence Analytics Manager Reviews and Ratings

based on 3 reviews

2.9/5

Rating in categories

3.4

Skill development

1.9

Work-life balance

3.6

Salary

2.3

Job security

2.4

Company culture

2.4

Promotions

2.9

Work satisfaction

Explore 3 Reviews and Ratings
Tredence Salaries in India
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

ITC Infotech

3.7
Compare
CMS IT Services

CMS IT Services

3.1
Compare
KocharTech

KocharTech

3.9
Compare
Xoriant

Xoriant

4.1
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Tredence Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter