Upload Button Icon Add office photos

Filter interviews by

Blue Sky Analytics Interview Questions and Answers

Updated 15 Nov 2023

Blue Sky Analytics Interview Experiences

Popular Designations

2 interviews found

I applied via LinkedIn and was interviewed in Mar 2022. There were 2 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is carbon sequestration?
  • Ans. 

    Carbon sequestration is the process of capturing and storing carbon dioxide from the atmosphere.

    • It helps to reduce the amount of carbon dioxide in the atmosphere, which is a major contributor to climate change.

    • Carbon can be sequestered in natural ways, such as through photosynthesis in plants and trees, or through geological processes.

    • It can also be done through human-made methods, such as carbon capture and storage (C...

  • Answered by AI
  • Q2. Why are you looking for other jobs?

Interview Preparation Tips

Interview preparation tips for other job seekers - Did not feel like the HR was interested in hiring me. Seemed like they already had a candidate and the interview was for namesake. Hardly lasted 5 minutes. Was a bad experience

Research Associate Interview Questions asked at other Companies

Q1. Tell any name reactions to form new c-c bond without metal catalyst?
View answer (15)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2022. There were 4 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 Resume tips
Round 2 - Assignment 

Assignment to build an API

Round 3 - Group Discussion 

Discussion on projects and open source

Round 4 - One-on-one 

(1 Question)

  • Q1. Discussion with CTO, about skills and projects

Full Stack Engineer Interview Questions asked at other Companies

Q1. Find All Subsets Given an array arr consisting of 'N' distinct integers, your task is to generate all possible non-empty subsets of the given array. You can return the subsets in any order. Input: The first line contains a single integer ‘T... read more
View answer (1)
Blue Sky Analytics Interview Questions and Answers for Freshers
illustration image

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions on Sql
  • Q2. Few queries on CTE, JOINS, WINDOW functions
Round 2 - Technical 

(1 Question)

  • Q1. Similar as first row but some critical questions on sql
Round 3 - HR 

(1 Question)

  • Q1. General questions about shifts and role

Interview Preparation Tips

Topics to prepare for Nineleaps Technology Solutions Data Analyst interview:
  • SQL
Interview preparation tips for other job seekers - Prepare basics well and your projects

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

Round 1 - Aptitude Test 

Questions based or percentage, profit loss, ratio

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about stacks
  • Ans. 

    Stacks are a data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added and removed from the top of the stack

    • Common operations include push (add element) and pop (remove element)

    • Stacks can be implemented using arrays or linked lists

    • Examples of stack usage include function call stack and undo/redo functionality in text editors

  • Answered by AI
  • Q2. To find middle number in the linked list
  • Ans. 

    To find the middle number in a linked list.

    • Traverse the linked list using two pointers, one moving twice as fast as the other.

    • When the fast pointer reaches the end, the slow pointer will be at the middle node.

    • If the linked list has even number of nodes, there will be two middle nodes. Return either one.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduction , hobbies, goals
  • Q2. Strength, weakness, short term and long term goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at data structures and oops concepts

Skills evaluated in this interview

I applied via Referral and was interviewed in Aug 2022. There were 2 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 Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. About academic project
  • Q2. About language used in my project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready for interview and practice your coading well.
Interview experience
4
Good
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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Write a program to check if string is a anagram
  • Ans. 

    Program to check if a string is an anagram

    • Create a function that takes in two strings as input

    • Remove all spaces and convert both strings to lowercase

    • Sort both strings and compare if they are equal to determine if they are anagrams

  • Answered by AI
  • Q2. What is react lifecycle method
  • Ans. 

    React lifecycle methods are special methods that are automatically called by React at specific points in a component's life cycle.

    • React components have several lifecycle methods such as componentDidMount, componentDidUpdate, componentWillUnmount, etc.

    • These methods allow developers to perform actions at specific points in a component's life cycle, such as fetching data, updating the UI, or cleaning up resources.

    • Understa...

  • Answered by AI
Round 3 - Coding Test 

Create a web app to perform cred operation

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. SQL Based advanced question
  • Q2. Advanced SQL questions with Joins, Window Functions, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL, Python, Excel and any one dashboarding tool
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - Group Discussion 

Abstract topic group discussion

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview covering topics on oops , data structures , conditional statements.
Round 4 - HR 

(1 Question)

  • Q1. General questions- introduction , how previous rounds went ,hobbies , what do you know about our company , situation based questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Few questions that would involve problem solving. Basic 10th std math would suffice

Round 2 - Coding Test 

Had few DSA questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical interview
Round 4 - HR 

(1 Question)

  • Q1. About job, expection etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and inspire trust. Be curious.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic 10-15btheorotical question
  • Q2. Join + window funct question

Interview Preparation Tips

Interview preparation tips for other job seekers - prep your advance sql very well
Contribute & help others!
anonymous
You can choose to be anonymous

Blue Sky Analytics Interview FAQs

How many rounds are there in Blue Sky Analytics interview?
Blue Sky Analytics interview process usually has 3 rounds. The most common rounds in the Blue Sky Analytics interview process are Resume Shortlist, One-on-one Round and Assignment.
How to prepare for Blue Sky 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 Blue Sky Analytics. The most common topics and skills that interviewers at Blue Sky Analytics expect are Analytics, Open Source, Risk Assessment, Cloud and Javascript.

Recently Viewed

SALARIES

Zindagi Technologies

LIST OF COMPANIES

Swiggy

Locations

REVIEWS

Maven Silicon

No Reviews

INTERVIEWS

Trident Electrical

No Interviews

COMPANY BENEFITS

PSK Infrastructures

No Benefits

REVIEWS

MoooFarm

No Reviews

JOBS

Browse jobs

Discover jobs you love

SALARIES

Raymond Lifestyle Limited

SALARIES

Axis Direct

LIST OF COMPANIES

UFLIX DESIGN

Locations

Tell us how to improve this page.

Blue Sky Analytics Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

CMS IT Services Interview Questions
3.1
 • 132 Interviews
Brillio Interview Questions
3.4
 • 130 Interviews
iMerit Interview Questions
3.5
 • 93 Interviews
Arcesium Interview Questions
3.6
 • 78 Interviews
Mavenir Systems Interview Questions
3.5
 • 55 Interviews
DotPe Interview Questions
3.2
 • 37 Interviews
Junglee Games Interview Questions
3.1
 • 32 Interviews
Hike Interview Questions
3.6
 • 32 Interviews
View all

Blue Sky Analytics Reviews and Ratings

based on 3 reviews

2.5/5

Rating in categories

1.5

Skill development

2.2

Work-life balance

2.9

Salary

1.0

Job security

1.2

Company culture

1.8

Promotions

1.7

Work satisfaction

Explore 3 Reviews and Ratings
Compare Blue Sky Analytics with

CMS IT Services

3.1
Compare

iMerit

3.5
Compare

Quantiphi Analytics Solutions Private Limited

3.2
Compare

PrimEra Medical Technologies

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