Upload Button Icon Add office photos
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

Compare button icon Compare button icon Compare

Filter interviews by

Tiger Analytics Trainee Analyst Interview Questions and Answers

Updated 16 Apr 2024

Tiger Analytics Trainee Analyst Interview Experiences

3 interviews found

Trainee Analyst Interview Questions & Answers

user image 21EUCS507 - HARIHARAN A

posted on 12 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic Aptitude Questions,1sql,1coding

Round 2 - Technical 

(2 Questions)

  • Q1. Sql basics and python
  • Q2. Projects and problem solving skills
Round 3 - Technical 

(2 Questions)

  • Q1. Sql depth concepts
  • Q2. Normalisation,joins
Round 4 - HR 

(2 Questions)

  • Q1. General questions like relocation
  • Q2. About family and college

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong in sql
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

There were 3 coding problems : 1 easy and 2 medium level. Other than that there were ML and Deep learning-related questions.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Based on Basics of ML and projects in my resume
  • Q2. Difference between PCA, KNN , Decision Tree
  • Ans. 

    PCA reduces dimensionality, KNN is a non-parametric classification algorithm, Decision Tree is a tree-like model for classification.

    • PCA is used for dimensionality reduction by transforming data into a new coordinate system

    • KNN is a non-parametric classification algorithm that classifies new data points based on similarity to training data

    • Decision Tree is a tree-like model where each internal node represents a feature, e...

  • Answered by AI
  • Q3. T-test significance
  • Ans. 

    A t-test is used to determine if there is a significant difference between the means of two groups.

    • T-test is a statistical test used to compare the means of two groups.

    • It calculates the t-value, which is then compared to a critical value to determine significance.

    • The lower the p-value, the more significant the difference between the groups.

    • For example, a t-test can be used to compare the average test scores of two diff...

  • Answered by AI
  • Q4. Batch Normalization
  • Q5. Activation functions

Interview Preparation Tips

Topics to prepare for Tiger Analytics Trainee Analyst interview:
  • Machine Learning
  • Deep Learning
  • Basic coding

Skills evaluated in this interview

Trainee Analyst Interview Questions Asked at Other Companies

asked in Cognizant
Q1. Minimum Stops for Ninja's Journey Problem Statement Ninja wishes ... read more
asked in Cognizant
Q2. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Cognizant
Q3. Black Friday Discount Challenge Imagine it's Black Friday and a s ... read more
asked in Cognizant
Q4. Ninja and His Secret Information Encoding Problem Ninja, a new me ... read more
asked in Deloitte
Q5. Explain your projects !! Which Programming languages do u know ? ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Determinant calculation code
Round 2 - Technical 

(1 Question)

  • Q1. Analytical scenario based questions
Round 3 - HR 

(2 Questions)

  • Q1. Willing to relocate?
  • Q2. Hobbies, and other hr questions

Interview questions from similar companies

I applied via Referral and was interviewed before Jun 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. General Java, springboot and oops
Round 2 - Technical 

(1 Question)

  • Q1. Managerial round with Technical Lld and design related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Client round technical LLD AND HLD questions
Round 4 - HR 

(1 Question)

  • Q1. HR discussion about salary and client details

Interview Preparation Tips

Topics to prepare for Altimetrik Senior Engineer interview:
  • Java 8
  • Spring Boot
  • Hibernate
  • React.Js
  • Oracle
  • MySQL
  • Kafka
  • JPA
  • JDBC
  • Rx java
Interview preparation tips for other job seekers - Keep your answer clean and simple, If the interviewer asks you to brief the answers then do it otherwise don't
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Coding Test 

Basic coding question and JavaScript in depth questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Specific questions related to job role and project background
Round 1 - Coding Test 

Live coding on my technology

Round 2 - One-on-one 

(1 Question)

  • Q1. Oops, solid principles, mvc vs mvvm vs mvp
Round 3 - HR 

(1 Question)

  • Q1. About ur self and recent achievements

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and present what u know..
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic Questions on SQL and SSIS
Round 2 - Technical 

(1 Question)

  • Q1. Advanced question on SQL and SSIS
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hacker Rank Questions - String Manipulation - level easy

Round 2 - Coding Test 

Hacker Rank Questions - 2D matrix - level easy

Round 3 - HR 

(2 Questions)

  • Q1. Expected Salary
  • Q2. Why do you choose Apexon?
  • Ans. 

    I choose Apexon for its innovative technology, strong company culture, and opportunities for growth.

    • Innovative technology: Apexon is known for its cutting-edge solutions and commitment to staying ahead of industry trends.

    • Strong company culture: I value the emphasis Apexon places on teamwork, collaboration, and employee development.

    • Opportunities for growth: Apexon offers a clear path for career advancement and continuou

  • Answered by AI

I applied via Naukri.com and was interviewed in Apr 2022. There were 5 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 - Technical 

(1 Question)

  • Q1. Java 8 vs 7 case studies. Stream vs collections case studies.
  • Ans. 

    Java 8 introduced streams which are more efficient than collections in certain cases.

    • Streams are useful for processing large amounts of data in parallel

    • Collections are better for small amounts of data or when modifying data

    • Java 8's stream API provides a functional programming approach to data processing

    • Java 7's collections API is more traditional and imperative

    • Example: Using streams to filter and map data from a databa...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Add one to a given String of number
  • Ans. 

    Add one to a given String of number

    • Convert the string to integer, add one, and convert back to string

    • Handle edge cases like leading zeros

    • Consider using built-in functions like parseInt() and toString()

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Hash map implementation. exception handling in lambda exp. microservices architecture.
Round 5 - Client Interview 

(1 Question)

  • Q1. Why u want to join?

Interview Preparation Tips

Topics to prepare for Iris Software Senior Engineer interview:
  • Core Java
  • Spring Framework
  • Microservices
  • RDBMS
Interview preparation tips for other job seekers - Focus on the tech stack u have worked on.
Focus on concepts and basics.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic concepts of java , spring boot , angular and some coding Average interview . easy to crack if basics are clear
Round 3 - Technical 

(1 Question)

  • Q1. Little more deep on java , angular and some scenario based questions

Tiger Analytics Interview FAQs

How many rounds are there in Tiger Analytics Trainee Analyst interview?
Tiger Analytics interview process usually has 3-4 rounds. The most common rounds in the Tiger Analytics interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in Tiger Analytics Trainee Analyst interview?

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

  1. Difference between PCA, KNN , Decision T...read more
  2. t-test significa...read more
  3. Batch Normalizat...read more

Tell us how to improve this page.

Tiger Analytics Trainee Analyst Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 270 Interviews
Mu Sigma Interview Questions
2.6
 • 230 Interviews
Altimetrik Interview Questions
3.8
 • 217 Interviews
Fractal Analytics Interview Questions
4.0
 • 205 Interviews
Incedo Interview Questions
3.1
 • 181 Interviews
Xoriant Interview Questions
4.1
 • 181 Interviews
Globant Interview Questions
3.8
 • 172 Interviews
ThoughtWorks Interview Questions
3.9
 • 147 Interviews
Iris Software Interview Questions
4.0
 • 143 Interviews
View all
Tiger Analytics Trainee Analyst Salary
based on 4 salaries
₹6.5 L/yr - ₹13 L/yr
152% more than the average Trainee Analyst Salary in India
View more details
Senior Analyst
542 salaries
unlock blur

₹8 L/yr - ₹20 L/yr

Data Scientist
504 salaries
unlock blur

₹7 L/yr - ₹26.5 L/yr

Data Engineer
496 salaries
unlock blur

₹8 L/yr - ₹29 L/yr

Senior Software Engineer
387 salaries
unlock blur

₹7.5 L/yr - ₹19 L/yr

Data Analyst
265 salaries
unlock blur

₹4.8 L/yr - ₹13.9 L/yr

Explore more salaries
Compare Tiger Analytics with

Xoriant

4.1
Compare

Photon Interactive

4.0
Compare

CitiusTech

3.4
Compare

Iris Software

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview