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
logo
Premium Employer

i

This company page is being actively managed by Tiger Analytics Team. If you also belong to the team, you can get access from here

Tiger Analytics Verified Tick Work with us arrow

Compare button icon Compare button icon Compare
3.7

based on 769 Reviews

  • Why join us
  • Reviews
    769
  • Salaries
    6.6k
  • Interviews
    230
  • Jobs
    21
  • Benefits
    37
  • Photos
    74

Filter interviews by

Tiger Analytics Analyst Interview Questions and Answers

Updated 10 Dec 2024

7 Interview questions

An Analyst was asked
Q. Perform live coding using Python or C++.
Ans. 

Live coding using Python/CPP

  • Practice coding challenges on platforms like LeetCode or HackerRank to improve coding skills

  • Understand data structures and algorithms to solve coding problems efficiently

  • Use online IDEs like Repl.it or CodePen for live coding sessions

An Analyst was asked
Q. Given an array, reverse the order of its elements.
Ans. 

Reverse the order of elements in an array of strings efficiently.

  • Use a two-pointer approach: one pointer at the start and one at the end of the array.

  • Swap the elements at these pointers and move towards the center.

  • Continue until the pointers meet or cross each other.

  • Example: For ['apple', 'banana', 'cherry'], the reversed array will be ['cherry', 'banana', 'apple'].

Analyst Interview Questions Asked at Other Companies

asked in Capgemini
Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, you ... read more
View answer (1)
asked in Deloitte
Q2. Reverse a Number Problem Statement Given an integer 'N', write a ... read more
View answers (3)
asked in Deutsche Bank
Q3. A 10x10x10 cube is made up of 1x1x1 cubes. Its outer surface is p ... read more
View answers (7)
asked in Goldman Sachs
Q4. Ninja and the Game of Words In this game, Ninja is provided with ... read more
View answer (1)
asked in Capgemini
Q5. What will be the output of the following pseudocode? #include Int ... read more
View answers (2)
View All
An Analyst was asked
Q. You are given an n x n 2D matrix representing an image, rotate the image by 90 degrees (clockwise).
Ans. 

Rotate a 2D array by 90 degrees clockwise or counterclockwise.

  • Transpose the matrix by swapping elements across the diagonal

  • Reverse each row or column depending on clockwise or counterclockwise rotation

  • Example: [[1,2],[3,4]] rotated clockwise becomes [[3,1],[4,2]]

An Analyst was asked
Q. You are given an array prices where prices[i] is the price of a given stock on the ith day. You want to maximize your profit by choosing a single day to buy one stock and choosing a different day in the fut...
Ans. 

Maximize profit by buying and selling stocks on given days with optimal strategy.

  • Track the minimum price seen so far while iterating through the prices.

  • Calculate potential profit by subtracting the current price from the minimum price.

  • Update the maximum profit if the potential profit is greater than the current maximum.

  • Example: For prices [7, 1, 5, 3, 6, 4], buy at 1 and sell at 6 for a profit of 5.

An Analyst was asked
Q. What is the difference between C and gamma in SVM?
Ans. 

C is the regularization parameter while gamma controls the shape of the decision boundary in SVM.

  • C controls the trade-off between achieving a low training error and a low testing error.

  • A smaller C value creates a wider margin and allows more misclassifications.

  • Gamma controls the shape of the decision boundary and the influence of each training example.

  • A smaller gamma value creates a smoother decision boundary whil...

An Analyst was asked
Q. Write a Python program to find the root of a number.
Ans. 

Python code to find the root of a number

  • Use the math module to access the sqrt() function

  • Use the ** operator to raise the number to the power of 1/n

  • Handle negative numbers by converting them to complex numbers

An Analyst was asked
Q. What is your weakness ans strength?
Ans. 

My weakness is overthinking and my strength is attention to detail.

  • Weakness: tend to overthink situations, which can lead to indecision or anxiety

  • Strength: strong attention to detail, ensuring accuracy and thoroughness in work

  • Example: Weakness - I sometimes spend too much time analyzing a problem before taking action. Strength - I am meticulous in my work, catching even the smallest errors.

Are these interview questions helpful?

Tiger Analytics Analyst Interview Experiences

15 interviews found

Analyst Interview Questions & Answers

user image Anonymous

posted on 10 Dec 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 Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

120 minutes,aptitude,basic programming questions,three c problems from easy medium to hard

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare operating systems,dsa,sql,c,python
Anonymous

Analyst Interview Questions & Answers

user image rahul kumar

posted on 9 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Simple dsa and aptitude question

Round 2 - Technical 

(2 Questions)

  • Q1. Easy Dsa question
  • Add your answer
  • Q2. Simple 2 sql quesries based on limit
  • Add your answer
Anonymous

Analyst Interview Questions & Answers

user image Anonymous

posted on 23 May 2024

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

(1 Question)

  • Q1. 1st round- live python coding 2nd round- technical interview 3rd round - HR discussion
  • Add your answer
Anonymous

Analyst Interview Questions & Answers

user image Shivam Patel

posted on 2 Mar 2024

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Very easy DSA , probability,puzzles and aptitude

Round 2 - HR 

(5 Questions)

  • Q1. Why do want to join the company
  • Add your answer
  • Q2. Tell me about yourselt ?
  • Add your answer
  • Q3. What is your weakness ans strength?
  • Ans. 

    My weakness is overthinking and my strength is attention to detail.

    • Weakness: tend to overthink situations, which can lead to indecision or anxiety

    • Strength: strong attention to detail, ensuring accuracy and thoroughness in work

    • Example: Weakness - I sometimes spend too much time analyzing a problem before taking action. Strength - I am meticulous in my work, catching even the smallest errors.

  • Answered by AI
    Add your answer
  • Q4. Tell me about your project
  • Add your answer
  • Q5. Where do want to see yourself in the next 5 years
  • Add your answer
Anonymous

Analyst Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2022

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude ques based on straight line, circle,pnc, probability

Round 2 - Coding Test 

Coding ques level was medium to tough. Had to solve 3 ques out of 5

Round 3 - Technical 

(2 Questions)

  • Q1. Buy and sell stocks to earn maximum profit. It is available on leetcode
  • Ans. 

    Maximize profit by buying and selling stocks on given days with optimal strategy.

    • Track the minimum price seen so far while iterating through the prices.

    • Calculate potential profit by subtracting the current price from the minimum price.

    • Update the maximum profit if the potential profit is greater than the current maximum.

    • Example: For prices [7, 1, 5, 3, 6, 4], buy at 1 and sell at 6 for a profit of 5.

  • Answered by AI
    Add your answer
  • Q2. Rotate two dimensional array
  • Ans. 

    Rotate a 2D array by 90 degrees clockwise or counterclockwise.

    • Transpose the matrix by swapping elements across the diagonal

    • Reverse each row or column depending on clockwise or counterclockwise rotation

    • Example: [[1,2],[3,4]] rotated clockwise becomes [[3,1],[4,2]]

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for pnc , probability and problem solving coding ques

Skills evaluated in this interview

Anonymous

Analyst Interview Questions & Answers

user image Anonymous

posted on 29 Nov 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 before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Maths, Probability, Coding Questions

Round 2 - Coding Test 

Writing codes to basic questions

Anonymous

Analyst Interview Questions & Answers

user image Anonymous

posted on 7 May 2024

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

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

Round 1 - Aptitude Test 

We had questions on aptitude - like upstream, downstream problems, etc.

Round 2 - Technical 

(1 Question)

  • Q1. Live coding using Python/CPP
  • Ans. 

    Live coding using Python/CPP

    • Practice coding challenges on platforms like LeetCode or HackerRank to improve coding skills

    • Understand data structures and algorithms to solve coding problems efficiently

    • Use online IDEs like Repl.it or CodePen for live coding sessions

  • Answered by AI
    Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. Questions on SQL
  • Add your answer

Skills evaluated in this interview

Anonymous

Analyst Interview Questions & Answers

user image Amit Kumar

posted on 13 Aug 2022

Round 1 - Aptitude Test 

General Aptitude( Probability dominats) and objective coding

Round 2 - Coding Test 

Moderate levels coding questions Refer hacker rank

Round 3 - One-on-one 

(1 Question)

  • Q1. Coding, guesstimate, probability,
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. Generation HR questions refer youtube
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Good in coding, probability, guesstimate
Anonymous

Analyst Interview Questions & Answers

user image Anonymous

posted on 19 Oct 2023

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

I applied via Naukri.com and was interviewed before Oct 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 - Coding Test 

One simple coding test and general aptitute

Round 3 - Technical 

(3 Questions)

  • Q1. Matrix multiplication, reverse a array. Puzzels.
  • Add your answer
  • Q2. Reverse array elements
  • Ans. 

    Reverse the order of elements in an array of strings efficiently.

    • Use a two-pointer approach: one pointer at the start and one at the end of the array.

    • Swap the elements at these pointers and move towards the center.

    • Continue until the pointers meet or cross each other.

    • Example: For ['apple', 'banana', 'cherry'], the reversed array will be ['cherry', 'banana', 'apple'].

  • Answered by AI
    Add your answer
  • Q3. Puzzle available on google
  • Add your answer
Anonymous

Analyst Interview Questions & Answers

user image Samra Roohi

posted on 10 Feb 2024

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

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Python programming 2 questions, 7 MCQs on data science, ml, statistics

Round 2 - Technical 

(1 Question)

  • Q1. Project related questions, basic data science conceptual questions, scenario based questions
  • Add your answer
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Tiger Analytics?
Ask anonymously on communities.
More about working at Tiger Analytics
  • HQ - Santa Clara, California, US
  • IT Services & Consulting
  • 5k-10k Employees (India)

Tiger Analytics Interview FAQs

How many rounds are there in Tiger Analytics Analyst interview?
Tiger Analytics interview process usually has 2-3 rounds. The most common rounds in the Tiger Analytics interview process are Coding Test, Technical and Aptitude Test.
How to prepare for Tiger Analytics 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 Tiger Analytics. The most common topics and skills that interviewers at Tiger Analytics expect are SQL, Continuous Improvement, PLSQL, Power Bi and Process Excellence.
What are the top questions asked in Tiger Analytics Analyst interview?

Some of the top questions asked at the Tiger Analytics Analyst interview -

  1. What is difference between C and gamma in ...read more
  2. Buy and sell stocks to earn maximum profit. It is available on leetc...read more
  3. What is your weakness ans streng...read more
How long is the Tiger Analytics Analyst interview process?

The duration of Tiger Analytics Analyst interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Tiger Analytics Interviews By Designations

  • Tiger Analytics Senior Analyst Interview Questions
  • Tiger Analytics Data Engineer Interview Questions
  • Tiger Analytics Data Scientist Interview Questions
  • Tiger Analytics Data Analyst Interview Questions
  • Tiger Analytics Analyst Interview Questions
  • Tiger Analytics Senior Software Engineer Interview Questions
  • Tiger Analytics Senior Data Engineer Interview Questions
  • Tiger Analytics Senior Data Analyst Interview Questions
  • Show more
  • Tiger Analytics Business Analyst Interview Questions
  • Tiger Analytics Machine Learning Engineer Interview Questions

Interview Questions for Popular Designations

  • Business Analyst Interview Questions
  • Data Analyst Interview Questions
  • Senior Analyst Interview Questions
  • Financial Analyst Interview Questions
  • Quality Analyst Interview Questions
  • Programmer Analyst Interview Questions
  • Research Analyst Interview Questions
  • Senior Business Analyst Interview Questions
  • Show more
  • Associate Analyst Interview Questions
  • Technology Analyst Interview Questions

Overall Interview Experience Rating

4/5

based on 9 interview experiences

Difficulty level

Easy 14%
Moderate 86%

Duration

Less than 2 weeks 100%
View more
logo
Join Tiger Analytics Providing certainty to shape a better tomorrow

Analyst Interview Questions from Similar Companies

GlobalLogic
GlobalLogic Analyst Interview Questions
3.6
 • 33 Interviews
DXC Technology
DXC Technology Analyst Interview Questions
3.7
 • 16 Interviews
Virtusa Consulting Services
Virtusa Consulting Services Analyst Interview Questions
3.7
 • 7 Interviews
Atos
Atos Analyst Interview Questions
3.8
 • 6 Interviews
Nagarro
Nagarro Analyst Interview Questions
4.0
 • 5 Interviews
NTT Data
NTT Data Analyst Interview Questions
3.8
 • 5 Interviews
SS&C TECHNOLOGIES
SS&C TECHNOLOGIES Analyst Interview Questions
3.3
 • 3 Interviews
Optum Global Solutions
Optum Global Solutions Analyst Interview Questions
4.0
 • 2 Interviews
CGI Group
CGI Group Analyst Interview Questions
4.0
 • 2 Interviews
Sutherland Global Services
Sutherland Global Services Analyst Interview Questions
3.5
 • 1 Interview
View all
Tiger Analytics Analyst Salary
based on 132 salaries
₹5.4 L/yr - ₹18 L/yr
63% more than the average Analyst Salary in India
View more details

Tiger Analytics Analyst Reviews and Ratings

based on 30 reviews

3.1/5

Rating in categories

3.1

Skill development

3.6

Work-life balance

3.3

Salary

2.4

Job security

3.0

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 30 Reviews and Ratings
Tiger Analytics Salaries in India
Data Engineer
607 salaries
unlock blur

₹7.9 L/yr - ₹30 L/yr

Senior Analyst
586 salaries
unlock blur

₹8 L/yr - ₹20 L/yr

Data Scientist
563 salaries
unlock blur

₹8.5 L/yr - ₹26.5 L/yr

Senior Software Engineer
471 salaries
unlock blur

₹8 L/yr - ₹24.5 L/yr

Data Analyst
256 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Explore more salaries
Compare Tiger Analytics with
DXC Technology

DXC Technology

3.6
Compare
Sutherland Global Services

Sutherland Global Services

3.5
Compare
Optum Global Solutions

Optum Global Solutions

4.0
Compare
Virtusa Consulting Services

Virtusa Consulting Services

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Tiger Analytics Interview Questions >
  • Tiger Analytics Analyst 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