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

based on 599 Reviews

Filter interviews by

Tiger Analytics Program Lead Interview Questions and Answers

Updated 14 May 2024

Tiger Analytics Program Lead Interview Experiences

1 interview found

Program Lead Interview Questions & Answers

user image Anonymous

posted on 14 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Multiple questions about healthcare domain and analytics
Round 2 - Case Study 

Given a case study about US Healthcare payer to migrate data to cloud

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Anti pattern in scrum and scenario based technical questions
Round 2 - Technical 

(1 Question)

  • Q1. Scrum scenario based questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Stakeholders management questions
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiations

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical knowledge is must.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Program to identify unique number in array
  • Ans. 

    Program to identify unique number in array of strings

    • Iterate through the array and use a hashmap to store the frequency of each number

    • Check the hashmap to find the number with frequency 1, which is the unique number

  • Answered by AI
  • Q2. How to connect to database
  • Ans. 

    To connect to a database, you need to use a database management system and provide the necessary credentials.

    • Use a database management system like MySQL, Oracle, or SQL Server

    • Provide the database connection string with necessary information like server name, database name, username, and password

    • Use appropriate programming language and libraries to establish a connection

    • Handle errors and exceptions while connecting to t

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Question on dsa medium
  • Q2. Question on tree DSA Hard
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Quants, Logical aptitude. 3 coding questions, included Maximum Sum Subarray

Round 2 - Group Discussion 

Any recent trending topic.

Round 3 - Technical 

(5 Questions)

  • Q1. Tell me about yourself, Project discussion, SQL Queries, Joins
  • Q2. OOPs concepts, and their pillars. Design a Vehicle class, by understanding the requirements
  • Ans. 

    OOPs concepts and pillars. Design a Vehicle class based on requirements.

    • OOPs concepts: Abstraction, Encapsulation, Inheritance, Polymorphism

    • Vehicle class requirements: attributes like make, model, year, methods like start, stop, accelerate

  • Answered by AI
  • Q3. Programming - find the frequency of given character in a sorted string.
  • Ans. 

    Use binary search to find the first and last occurrence of the character, then calculate the frequency.

    • Use binary search to find the first occurrence of the character in the string.

    • Use binary search to find the last occurrence of the character in the string.

    • Calculate the frequency by subtracting the indices of the last and first occurrences and adding 1.

  • Answered by AI
  • Q4. Managerial related questions.
  • Q5. Why would you like to work at Bounteous

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on CS Fundamentals.

Skills evaluated in this interview

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

100 chooses total in that 50 coding,25 aptitude,25english -round 1

Round 2 - Technical 

(1 Question)

  • Q1. General hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers Interview will be easy
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Find the shortest path using disktra algorithm

Round 2 - Group Discussion 

Situational based questions and so on

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Technical 

(5 Questions)

  • Q1. Core java questions, oops, basic programming questions
  • Q2. What are the oops concepts and how we use them?
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming that help in organizing and designing code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: Class Car with properties like make, model, and methods like start(), stop().

    • Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Class SUV inheriting from Class...

  • Answered by AI
  • Q3. Difference between array list and linked list
  • Ans. 

    Array list stores elements in contiguous memory locations, while linked list stores elements in nodes with pointers to the next node.

    • Array list allows random access to elements based on index, while linked list requires traversal from the beginning to access elements.

    • Insertions and deletions are faster in linked list as it only requires updating pointers, while in array list it may require shifting elements.

    • Example: Ar...

  • Answered by AI
  • Q4. Why string is immutable?
  • Ans. 

    String is immutable in order to ensure data integrity and security.

    • Immutable strings prevent accidental data modification, ensuring data integrity.

    • Immutable strings enhance security by preventing unauthorized access or tampering.

    • Immutable strings allow for more efficient memory management and optimization.

    • Examples: Java, Python, and C# all have immutable string objects.

  • Answered by AI
  • Q5. Java collections

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for core concepts

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via campus placement at IMS Engineering College, Ghaziabad and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Assignment 

Assignment of ASP.Net was given of around 20-25 questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about your projects
  • Ans. 

    I have worked on various projects including developing web applications, creating databases, and implementing data analysis algorithms.

    • Developed a web application for a retail company to manage inventory and sales data

    • Created a database system for a healthcare organization to store patient information securely

    • Implemented data analysis algorithms to predict customer behavior for an e-commerce website

  • Answered by AI
  • Q2. Basic OOPS and Javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well C# and Angular
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 May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

English, Maths, Reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Bssic C questions
Round 3 - HR 

(1 Question)

  • Q1. Just formal discussion on the available role

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, In resume only write things which you can answer.

Tiger Analytics Interview FAQs

How many rounds are there in Tiger Analytics Program Lead interview?
Tiger Analytics interview process usually has 2 rounds. The most common rounds in the Tiger Analytics interview process are Technical and Case Study.
How to prepare for Tiger Analytics Program Lead 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 Data Science, Analytics, Consulting, Client Management and Life Sciences.

Tell us how to improve this page.

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 262 Interviews
Mu Sigma Interview Questions
2.7
 • 222 Interviews
Altimetrik Interview Questions
3.8
 • 209 Interviews
Fractal Analytics Interview Questions
4.0
 • 199 Interviews
Xoriant Interview Questions
4.2
 • 174 Interviews
Incedo Interview Questions
3.3
 • 173 Interviews
Iris Software Interview Questions
4.1
 • 132 Interviews
Apexon Interview Questions
3.3
 • 132 Interviews
GEP Worldwide Interview Questions
3.7
 • 127 Interviews
View all
Tiger Analytics Program Lead Salary
based on 6 salaries
₹30 L/yr - ₹36 L/yr
177% more than the average Program Lead Salary in India
View more details
Senior Analyst
501 salaries
unlock blur

₹8 L/yr - ₹18 L/yr

Data Scientist
433 salaries
unlock blur

₹8.8 L/yr - ₹30 L/yr

Data Engineer
408 salaries
unlock blur

₹7 L/yr - ₹28 L/yr

Senior Software Engineer
365 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Data Analyst
235 salaries
unlock blur

₹4.3 L/yr - ₹17.6 L/yr

Explore more salaries
Compare Tiger Analytics with

Fractal Analytics

4.0
Compare

Mu Sigma

2.7
Compare

LatentView Analytics

3.7
Compare

AbsolutData

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview