Upload Button Icon Add office photos
Engaged Employer

i

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

Bluestock ™ Verified Tick

Compare button icon Compare button icon Compare
4.5

based on 106 Reviews

Filter interviews by

Bluestock ™ Software Developer Intern Interview Questions and Answers

Updated 31 Dec 2024

Bluestock ™ Software Developer Intern Interview Experiences

4 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Assignment 

To create a website focusing on the website development.

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 Nov 2024. There was 1 interview round.

Round 1 - Aptitude Test 

50 questions aptitude test this also include some technical questions.

Software Developer Intern Interview Questions Asked at Other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your ta ... read more
asked in CommVault
Q2. Sliding Maximum You are given an array 'ARR' of integers of lengt ... read more
asked in Amazon
Q3. Fish EaterThere is a river which flows in one direction. One day, ... read more
Q4. Find K Closest ElementsYou are given a sorted array 'A' of length ... read more
asked in Groww
Q5. Minimum and Maximum Cost to buy N CandiesRam went to a specialty ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

It was basic aptitiude questions

Round 2 - Coding Test 

On the Frontend technologies

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

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Good test around 60 min

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Currently pursuing a degree in Computer Science

    • Completed internships at tech companies like Google and Microsoft

  • Answered by AI
  • Q2. Why you join our companey?
  • Ans. 

    I am excited to join your company because of its innovative projects and collaborative work environment.

    • Impressed by the company's reputation in the industry

    • Excited about the opportunity to work on cutting-edge projects

    • Looking forward to collaborating with talented team members

    • Interested in the company's commitment to employee growth and development

  • Answered by AI

Bluestock ™ interview questions for designations

 Software Engineer Intern

 (1)

 Software Developer

 (3)

 Software Development Engineer Intern

 (1)

 Software Engineer

 (1)

 Software Development Engineer

 (1)

 UI UX Developer

 (1)

 Software Development Engineer 1

 (1)

Interview questions from similar companies

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

(1 Question)

  • Q1. Diff between react and jQuery
  • Ans. 

    React is a modern JavaScript library for building user interfaces, while jQuery is a fast and concise JavaScript library for DOM manipulation.

    • React is component-based, promoting reusability and modularity.

    • React uses a virtual DOM for efficient updates, while jQuery directly manipulates the DOM.

    • React is declarative, making it easier to reason about the UI, while jQuery is imperative.

    • React is typically used for single-pa...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 dsa questions medium level

Round 2 - Technical 

(2 Questions)

  • Q1. 2 medium level dp questions based on string and stocks
  • Q2. One hard question based on graph
Round 3 - HR 

(1 Question)

  • Q1. Hr questions and java , springboot questions etc
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. 2Sum DSA leetcode problem
  • Ans. 

    2Sum problem involves finding two numbers in an array that add up to a specific target.

    • Use a hashmap to store the difference between the target and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hashmap.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI
  • Q2. Spiral traversal of a Binary tree
  • Ans. 

    Spiral traversal of a Binary tree involves visiting nodes level by level alternating between left to right and right to left.

    • Start by pushing the root node into a queue.

    • While the queue is not empty, pop a node, print its value, and push its children into the queue.

    • Alternate between popping nodes from the queue and printing their values in a spiral manner.

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

(2 Questions)

  • Q1. A problem similar to coin change problem of leetcode
  • Q2. Aggressive cows problem
  • Ans. 

    The aggressive cows problem involves finding the maximum distance between cows in a field while ensuring they are not too close to each other.

    • Use binary search to find the maximum distance between cows.

    • Sort the cows' positions and check if a certain distance is feasible.

    • Consider the constraints of the problem such as the number of cows and the size of the field.

  • Answered by AI
Round 3 - One on one round with CTO 

(1 Question)

  • Q1. Basic behavioural questions like why I am looking for a change and would I be able to handle the increased work pressure as I was shifting from MNC to a startup

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA questions were easy to medium and they didn’t really focus on any one language. Problem solving skills is all they judged me on.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Design and implement LRU cache?
  • Ans. 

    LRU cache is a data structure that maintains the least recently used items in memory for efficient access.

    • Use a combination of a doubly linked list and a hashmap to store and access the cache items.

    • When a new item is accessed, move it to the front of the linked list to mark it as the most recently used.

    • If the cache is full, remove the least recently used item from the end of the linked list and the hashmap.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Fampay Software Engineer interview:
  • Data Structures
  • Algorithmns

Skills evaluated in this interview

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

Coding and aptitude round

Round 2 - Technical 

(1 Question)

  • Q1. Tree dsa questions
Round 3 - Puzzles Interview 

(1 Question)

  • Q1. Horse race question
Round 4 - HR 

(1 Question)

  • Q1. Location specific question

Software Engineer Interview Questions & Answers

OneCard user image Kishan KAVATHIYA (Kishu)

posted on 15 May 2024

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

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Internal Implementation of HashMap
  • Ans. 

    HashMap is implemented using an array of linked lists to handle collisions.

    • HashMap stores key-value pairs in an array of linked lists

    • Hash function is used to determine the index of the array where the key-value pair will be stored

    • Collision handling is done by chaining, where multiple key-value pairs with the same hash value are stored in the same linked list

    • HashMap allows null keys and values

    • HashMap is not synchronized...

  • Answered by AI

Skills evaluated in this interview

Bluestock ™ Interview FAQs

How many rounds are there in Bluestock ™ Software Developer Intern interview?
Bluestock ™ interview process usually has 1-2 rounds. The most common rounds in the Bluestock ™ interview process are Aptitude Test, Coding Test and HR.

Tell us how to improve this page.

Bluestock ™ Software Developer Intern Interview Process

based on 4 interviews in last 1 year

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Jodo Interview Questions
3.6
 • 21 Interviews
OneCard Interview Questions
3.5
 • 18 Interviews
Namaste Credit Interview Questions
3.4
 • 10 Interviews
PolicyX.com Interview Questions
3.3
 • 10 Interviews
Stashfin Interview Questions
4.5
 • 8 Interviews
Paytail Interview Questions
3.0
 • 8 Interviews
Instamojo Interview Questions
3.5
 • 7 Interviews
View all

Bluestock ™ Software Developer Intern Reviews and Ratings

based on 38 reviews

4.4/5

Rating in categories

4.3

Skill development

4.5

Work-life balance

3.5

Salary

4.1

Job security

4.4

Company culture

3.9

Promotions

4.2

Work satisfaction

Explore 38 Reviews and Ratings
SDE Intern
6 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Software Developer
4 salaries
unlock blur

₹1 L/yr - ₹2 L/yr

SDE
4 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Software Development Engineer
3 salaries
unlock blur

₹0.6 L/yr - ₹2 L/yr

Software Developer Intern
3 salaries
unlock blur

₹1 L/yr - ₹1 L/yr

Explore more salaries
Compare Bluestock ™ with

OneCard

3.5
Compare

Stashfin

4.5
Compare

Namaste Credit

3.4
Compare

PolicyX.com

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