Upload Button Icon Add office photos

Filter interviews by

159 Solutions Interview Questions and Answers

Updated 24 May 2024

159 Solutions Interview Experiences

Popular Designations

3 interviews found

Analyst Interview Questions & Answers

user image Anonymous

posted on 24 May 2024

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

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

Round 1 - Aptitude Test 

Basic aptitute test with logic based questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. How many tennis can fit inside an airplane
  • Q2. Monty hall puzzle
  • Q3. Crossing the bridge puzzle

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

Data Analyst Interview Questions & Answers

user image Rohit Adhav

posted on 14 Apr 2024

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

Normal Aptitude Questions

Round 2 - Technical 

(3 Questions)

  • Q1. Guessometric Questions
  • Q2. Problem Solving Skills
  • Q3. Critical thinking

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

I applied via Referral and was interviewed in 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 - Guesstimates 

(2 Questions)

  • Q1. Total number of iPhones in Pune
  • Ans. 

    The total number of iPhones in Pune is not available.

    • There is no official data available on the total number of iPhones in Pune.

    • One can estimate the number by conducting surveys or analyzing sales data of Apple stores in Pune.

    • The number of iPhones in Pune is likely to be in the thousands or even tens of thousands.

    • The popularity of iPhones in Pune can be attributed to factors such as brand loyalty, high disposable incom

  • Answered by AI
  • Q2. Blinded horse racing question
Round 3 - Case Study 

Similar to round 1, guesstimates and multiple puzzles were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with guesstimates and any questions asked about your current work experience

Analytics Consultant Interview Questions asked at other Companies

Q1. What are the different types of Join used in SQL?
View answer (3)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are your core values?
  • Q2. Details about relativity tool?
  • Ans. 

    Relativity is a document management and e-discovery software used by law firms and corporations.

    • Relativity allows users to manage and analyze large volumes of data, including emails, documents, and other electronic files.

    • It includes features such as advanced search capabilities, data visualization tools, and customizable workflows.

    • Relativity is commonly used in the legal industry for e-discovery and litigation support,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There are total of 3 interview rounds. First is taken by HR and Second by Prabha Tiwary, who is People's director and third round with Anand Dayal, The founder. The interview mostly focuses on the core values. But Round 3 is more technical.
The best advise:
1. Be thorough with your CV and refrain from lying and manipulating.
2. Must know about the relativity tool, privilege and confidentiality.
3. Communication must be clear and crisp.

P.s- Despite such an easy way of conducting interviews, this company cannot be relied upon as there is no job security and Prabha Tiwary, People's Director is very snobbish.

I applied via Naukri.com and was interviewed in Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why use reactjs
  • Ans. 

    ReactJS is a popular JavaScript library for building user interfaces.

    • ReactJS allows for reusable components, making development faster and more efficient.

    • It uses a virtual DOM, which improves performance by minimizing updates to the actual DOM.

    • ReactJS has a large and active community, providing support and resources for developers.

    • It can be used for both web and mobile app development, with tools like React Native.

    • Reac...

  • Answered by AI
  • Q2. What is functional and class based components.
  • Ans. 

    Functional components are stateless and rely on props, while class-based components have state and lifecycle methods.

    • Functional components are written as functions and return JSX elements.

    • Class-based components are written as ES6 classes and extend the React.Component class.

    • Functional components are simpler and easier to test and understand.

    • Class-based components have access to lifecycle methods like componentDidMount ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round was telephonic interview. In first round they asked about myself and my current project. And some basics of ReactJS and nodejs. In the second round mostly questions was from ReactJS and some questions based on my CV skills.
Last round was HR where we discuss about the current CTC and expected CTC and negotiation.

Skills evaluated in this interview

I applied via Referral and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Personality based question and to present slide on a specific topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly the HR round for the intro, followed by the TL with personality based questions and lastly the presentation based round

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Firstly They have asked me to introduce myself and further, they questions from manly 3 section from my resume
  • Q2. OOPS 1: Difference between Method overloading and method overriding 2: What is inheritance and it's benifits 3: Define encapsulation and Abstraction.
  • Ans. 

    Questions related to OOPS concepts in software engineering.

    • Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Inheritance is the ability of a class to inherit properties and methods from its parent class. It allows for code reuse and promotes modularity.

    • Encapsu...

  • Answered by AI
  • Q3. SQL 1: Difference between primary key and unique key 2: Why we use Normalisation and there different types 3: Some questions from SQL query, Join, delete, update, etc.
  • Ans. 

    Answers to SQL related questions for Software Engineer interview

    • Primary key uniquely identifies a record in a table, while unique key ensures that no two records have the same value for a specific column

    • Normalization is used to eliminate data redundancy and improve data integrity. Types include 1NF, 2NF, 3NF, BCNF, 4NF, 5NF

    • SQL queries can be used to retrieve data from one or more tables using joins. Delete and update s

  • Answered by AI
  • Q4. Aptitude 1: One question from number series

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're going for the interview process for Milliman just well prepared all the above mentioned points, last but not least be genuine about your project

Skills evaluated in this interview

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

I appeared for an interview in Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to oops,
  • Q2. Micro services regarding

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Tell me something about yourself.
  • Ans. 

    I am a highly experienced consultant with a strong background in problem-solving and strategic planning.

    • Over 10 years of experience in consulting roles

    • Expertise in analyzing complex business challenges and developing effective solutions

    • Proven track record of successfully implementing strategies and driving organizational growth

    • Strong communication and interpersonal skills, able to build relationships with clients and s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 3 rounds of interview, 1st round mostly general technical round, did not get shortlisted for second round.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
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 - One-on-one 

(2 Questions)

  • Q1. What is happening in the global industry right now? Current Trends in interest rates How will you increase profitability of swiggy? Market sizing guesstimate
  • Ans. 

    Global industry is experiencing fluctuating interest rates, focus on increasing profitability of companies like Swiggy, and market sizing guesstimates.

    • Interest rates are currently fluctuating due to economic uncertainties and central bank policies.

    • To increase profitability of Swiggy, focus on optimizing operational efficiency, expanding customer base, and enhancing delivery services.

    • Market sizing guesstimates involve e...

  • Answered by AI
  • Q2. Introduce yourself. Why Redseer. Why consulting

159 Solutions Interview FAQs

How many rounds are there in 159 Solutions interview?
159 Solutions interview process usually has 2-3 rounds. The most common rounds in the 159 Solutions interview process are Aptitude Test, Case Study and Technical.
How to prepare for 159 Solutions 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 159 Solutions. The most common topics and skills that interviewers at 159 Solutions expect are Analytics, Data Analytics, Statistics, SAS and SQL.
What are the top questions asked in 159 Solutions interview?

Some of the top questions asked at the 159 Solutions interview -

  1. How many tennis can fit inside an airpl...read more
  2. total number of iPhones in P...read more
  3. Crossing the bridge puz...read more

Tell us how to improve this page.

159 Solutions Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Milliman Interview Questions
3.8
 • 20 Interviews
Lodha & Company Interview Questions
3.1
 • 11 Interviews
Gga India Interview Questions
3.7
 • 8 Interviews
View all

159 Solutions Reviews and Ratings

based on 19 reviews

4.1/5

Rating in categories

3.7

Skill development

2.6

Work-life balance

3.9

Salary

4.5

Job security

4.3

Company culture

3.8

Promotions

3.5

Work satisfaction

Explore 19 Reviews and Ratings
Analyst
30 salaries
unlock blur

₹6.3 L/yr - ₹10 L/yr

Consultant
23 salaries
unlock blur

₹14 L/yr - ₹21 L/yr

Data Analyst
10 salaries
unlock blur

₹6.4 L/yr - ₹9 L/yr

Associate Analytics
10 salaries
unlock blur

₹7 L/yr - ₹9 L/yr

Senior Consultant
8 salaries
unlock blur

₹24.6 L/yr - ₹29 L/yr

Explore more salaries
Compare 159 Solutions with

S.M. Consultants

3.4
Compare

Cheers Interactive

3.5
Compare

Milliman

3.8
Compare

Lodha & Company

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