Upload Button Icon Add office photos
Engaged Employer

i

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

Galytix Analytics Verified Tick

Compare button icon Compare button icon Compare
2.0

based on 48 Reviews

Filter interviews by

Galytix Analytics Interview Questions and Answers

Updated 7 Nov 2024

Galytix Analytics Interview Experiences

Popular Designations

7 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Assignment 

Basic accounting (cash flow statement) in MS Excel

Round 2 - Technical 

(2 Questions)

  • Q1. Questions from resume
  • Q2. Why do you want to join

Quantitative Analyst Interview Questions asked at other Companies

Q1. How would you approach the implementation of a new financial product
View answer (1)

Data Analyst Interview Questions & Answers

user image Raghvendra Bansal

posted on 14 Oct 2024

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

I applied via Monster and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Assignment 

Advanced excel test and puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

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)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 12 Feb 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Statistics, Economic Models, General Analysis

Round 3 - Case Study 

A situation where a company is facing some dilemma and how you would solve it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared and be honest. Know your strengths and weaknesses.

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)

SDE Interview Questions & Answers

user image Abodh

posted on 26 Oct 2022

I applied via Campus Placement and was interviewed in Sep 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 - Aptitude Test 

45 minutes and questions are based on probability ,sets

Round 3 - HR 

(2 Questions)

  • Q1. 1.general question like yours interest and your job in company
  • Q2. 2. Task web development project

Interview Preparation Tips

Interview preparation tips for other job seekers - web development in angular and need good communication skills

SDE Interview Questions asked at other Companies

Q1. Longest Increasing SubsequenceFor a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order. Strictly Increasin... read more
View answer (5)

Galytix Analytics interview questions for popular designations

 Data Analyst

 (4)

 Quantitative Analyst

 (1)

 SDE

 (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2024

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

I applied via campus placement at Delhi College of Engineering (DCE), Delhi and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Puzzles and Guesstimates
  • Q2. Resume Based Interview Questions

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)

Head- Marketing and Growth Interview Questions & Answers

user image Anonymous

posted on 31 Jan 2022

Round 1 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - I dont have any advice. Please figure out yourself

Jobs at Galytix Analytics

View all

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 9 Oct 2021

I applied via Campus Placement and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Questions from CV
  • Q2. 2-3 Puzzles to test the aptitude and problem solving skills

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was easy. There would be two rounds, one would be to test your excel skills or an aptitude test and other is online interview.

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)

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Project Experience and end to end architecture
  • Ans. 

    I have experience working on projects with end-to-end architecture, including design, development, testing, and deployment.

    • Designed and implemented scalable AWS architectures using services like EC2, S3, Lambda, API Gateway, etc.

    • Developed applications using AWS SDKs and integrated with other AWS services.

    • Performed testing and debugging of applications on AWS infrastructure.

    • Deployed applications on AWS using CI/CD pipel...

  • Answered by AI
  • Q2. PySpark Coding question to Extract Transform & Load
  • Q3. Cost Optimization on Snowflake
  • Ans. 

    Cost optimization on Snowflake involves utilizing features like virtual warehouses, auto-suspend, and resource monitoring.

    • Utilize virtual warehouses efficiently based on workload requirements

    • Enable auto-suspend to automatically pause warehouses when not in use

    • Monitor resource usage and adjust configurations accordingly

  • Answered by AI
Round 2 - Technical 

(5 Questions)

  • Q1. Project end to end
  • Q2. How to connect to a share point database
  • Ans. 

    To connect to a SharePoint database, you can use SharePoint's REST API or Microsoft Graph API.

    • Use SharePoint's REST API to interact with SharePoint data through standard HTTP requests.

    • Authenticate using OAuth tokens to access SharePoint resources securely.

    • Utilize Microsoft Graph API for a unified endpoint to access data across Microsoft services.

    • Ensure proper permissions are set up for the application accessing the Sha

  • Answered by AI
  • Q3. Normalization & de normalization
  • Q4. Questions on SQL Joins
  • Q5. Question to find the 2nd highest salary using window function
  • Ans. 

    Use window function to find 2nd highest salary in SQL

    • Use the ROW_NUMBER() function to assign a unique row number to each row based on the salary in descending order

    • Filter the results where the row number is 2 to get the 2nd highest salary

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Why are you looking for a job change
  • Q2. How was the experience at previous company
  • Q3. Expected CTC at Scatterpie
  • Ans. 

    Expected CTC at Scatterpie

    • Research industry standards for AWS Developer roles at Scatterpie

    • Consider your experience, skills, and qualifications

    • Factor in location, company size, and benefits package

    • Negotiate based on market trends and personal value

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It had 2 technical rounds, 30 min each and 1 HR round. Given it is a startup they have budget constraints and do not communicate well.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL questions such as case statement, joins and advanced sql question.
  • Q2. PLSQL, tableau basic to advanced question
Round 2 - HR 

(2 Questions)

  • Q1. Bureau operations,credit data
  • Q2. Career goals and future plans
Round 3 - Na 

(2 Questions)

  • Q1. Only two rounds were there
  • Q2. Na rounds happened after two rounds

Interview Preparation Tips

Topics to prepare for Crif High Mark Credit Information Services Senior Data Analyst interview:
  • Udemy data analytics course
Interview preparation tips for other job seekers - Prepare for the worst case scenarios so that you will crack any type of interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Unica technical questions
  • Q2. What is flow chart
Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical ask about macro and treatment code
  • Q2. Campaign attributes

Galytix Analytics Interview FAQs

How many rounds are there in Galytix Analytics interview?
Galytix Analytics interview process usually has 1-2 rounds. The most common rounds in the Galytix Analytics interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Galytix Analytics 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 Galytix Analytics. The most common topics and skills that interviewers at Galytix Analytics expect are Machine Learning, Management, Python, Testing and Agile.
What are the top questions asked in Galytix Analytics interview?

Some of the top questions asked at the Galytix Analytics interview -

  1. 2-3 Puzzles to test the aptitude and problem solving ski...read more
  2. 2. Task web development proj...read more
  3. Resume Based Interview Questi...read more

Tell us how to improve this page.

Galytix Analytics Interview Process

based on 3 interviews in last 1 year

Interview experience

3.7
  
Good

People are getting interviews through

based on 5 Galytix Analytics interviews
Campus Placement
Job Portal
80%
20%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.7
 • 221 Interviews
Tiger Analytics Interview Questions
3.6
 • 209 Interviews
Fractal Analytics Interview Questions
4.0
 • 194 Interviews
Tredence Interview Questions
3.6
 • 121 Interviews
Axtria Interview Questions
3.0
 • 112 Interviews
AbsolutData Interview Questions
3.6
 • 9 Interviews
Crayon Data Interview Questions
3.6
 • 4 Interviews
View all

Galytix Analytics Reviews and Ratings

based on 48 reviews

2.0/5

Rating in categories

1.5

Skill development

1.9

Work-Life balance

2.2

Salary & Benefits

1.6

Job Security

1.7

Company culture

1.8

Promotions/Appraisal

1.5

Work Satisfaction

Explore 48 Reviews and Ratings
Sr . Data Scientist

Gurgaon / Gurugram

6-11 Yrs

Not Disclosed

Sr . Backend Engineer

Gurgaon / Gurugram

5-10 Yrs

Not Disclosed

Explore more jobs
Data Analyst
122 salaries
unlock blur

₹4 L/yr - ₹8.1 L/yr

Data Scientist
11 salaries
unlock blur

₹9.8 L/yr - ₹17 L/yr

Quantitative Analyst
10 salaries
unlock blur

₹6.9 L/yr - ₹7.4 L/yr

Data Analyst Intern
8 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Software Engineer
5 salaries
unlock blur

₹5 L/yr - ₹13 L/yr

Explore more salaries
Compare Galytix Analytics with

Fractal Analytics

4.0
Compare

Mu Sigma

2.7
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

3.7
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