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

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
asked in Deloitte
Q2. Reverse a Number Problem Statement Given an integer 'N', write a ... read more
Q3. A 10x10x10 cube is made up of 1x1x1 cubes. Its outer surface is p ... read more
Q4. Ninja and the Game of Words In this game, Ninja is provided with ... read more
asked in Capgemini
Q5. What will be the output of the following pseudocode? #include Int ... read more
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

Tiger Analytics HR Interview Questions

11 questions and answers

Q. Introduce yourself.
Q. Tell me something about yourself.
Q. Why are you looking for a job change?
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

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
  • Ans. 

    An easy DSA question typically involves basic data structures like arrays or linked lists.

    • Understand the problem statement clearly before attempting to solve it.

    • Identify the data structure that best fits the problem (e.g., arrays for sequential data).

    • Consider edge cases, such as empty arrays or single-element arrays.

    • Use examples to clarify your thought process, like sorting an array of integers.

  • Answered by AI
  • Q2. Simple 2 sql quesries based on limit

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

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
  • Q2. Tell me about yourselt ?
  • 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
  • Q4. Tell me about your project
  • Q5. Where do want to see yourself in the next 5 years

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
  • Q2. Rotate two dimensional array

Interview Preparation Tips

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

Skills evaluated in this interview

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

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
Round 3 - Technical 

(1 Question)

  • Q1. Questions on SQL

Skills evaluated in this interview

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,
Round 4 - HR 

(1 Question)

  • Q1. Generation HR questions refer youtube

Interview Preparation Tips

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

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.
  • Q2. Reverse array elements
  • Q3. Puzzle available on google

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

Top trending discussions

View All
Interview Hub
6d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Tiger Analytics?
Ask anonymously on communities.

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.

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
Join Tiger Analytics Providing certainty to shape a better tomorrow

Interview Questions from Similar Companies

Nagarro Analyst Interview Questions
3.9
 • 810 Interviews
NTT Data Analyst Interview Questions
3.8
 • 670 Interviews
GlobalLogic Analyst Interview Questions
3.6
 • 639 Interviews
EPAM Systems Analyst Interview Questions
3.7
 • 579 Interviews
UST Analyst Interview Questions
3.8
 • 551 Interviews
CGI Group Analyst Interview Questions
4.0
 • 534 Interviews
View all
Tiger Analytics Analyst Salary
based on 146 salaries
₹10.9 L/yr - ₹18 L/yr
110% 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
Data Engineer
735 salaries
unlock blur

₹13.2 L/yr - ₹25 L/yr

Senior Analyst
610 salaries
unlock blur

₹10 L/yr - ₹17.1 L/yr

Data Scientist
595 salaries
unlock blur

₹12.5 L/yr - ₹23 L/yr

Senior Software Engineer
515 salaries
unlock blur

₹9.2 L/yr - ₹18 L/yr

Senior Data Engineer
267 salaries
unlock blur

₹22 L/yr - ₹37 L/yr

Explore more salaries
Compare Tiger Analytics with

DXC Technology

3.6
Compare

Optum Global Solutions

4.0
Compare

Virtusa Consulting Services

3.7
Compare

CGI Group

4.0
Compare
write
Share an Interview