Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Brain Station-23

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Brain Station-23 reviews | Brain Station-23 jobs | Brain Station-23 salaries | Brain Station-23 benefits
      Brain Station-23 interviewsBrain Station-23 Star Coder Program interviewsBrain Station-23 interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Star Coder Program Interview

      Apr 29, 2025
      Anonymous interview candidate
      Dhaka
      No offer
      Positive experience
      Difficult interview

      Application

      I applied online. I interviewed at Brain Station-23 (Dhaka) in Jan 2025

      Interview

      There are 5 rounds. You will be invited for the next round only if you pass the current round. 1. Online mcq test 2. Onsite test. consist of porblem solving and mcq. 3. Onsite day long assesment. It will be a group task where you will be given a case study. Need to come up with a solution as a group. Also there will be apititude test, mcq test which will be individual. There will also be individual viva. 4. HR round 5. Another technical round

      Interview questions [1]

      Question 1

      What are your future plans?
      Answer question

      Other Star Coder Program interview reviews for Brain Station-23

      Star Coder Program Interview

      Mar 27, 2025
      Anonymous interview candidate
      No offer
      Positive experience
      Average interview

      Application

      I interviewed at Brain Station-23

      Interview

      In the first phase, they took an online mcq exam. It was not too difficult. After that they called for an offline coding test. There were a lot of applicants, so the tests were taken in batches throughout the day. The entire process was very smooth and it was an overall good experience.

      Interview questions [1]

      Question 1

      The coding test was fairly easy, they gave some string and array based questions
      Answer question

      Star Coder Program Interview

      Mar 17, 2025
      Anonymous interview candidate
      No offer
      Neutral experience
      Average interview

      Application

      I applied online. I interviewed at Brain Station-23

      Interview

      first a mcq question, then a physical interview. most of the questions were from basic dsa and networking. basic should be strong for first round. you must know coding for second round.

      Interview questions [1]

      Question 1

      Basic DSA and networking questions for first round.
      Answer question

      Star Coder Program Interview

      Jan 24, 2025
      Anonymous interview candidate
      Declined offer
      Positive experience
      Difficult interview

      Application

      I applied online. I interviewed at Brain Station-23

      Interview

      this is an idea of what the 1st phase test could look like in 2026. 2nd phase in problem solving (given 8 problem and some mcq question). 3nd phase is project and team work not coding.

      Interview questions [1]

      Question 1

      Question 11: A bucket contains a mix of blue and red balls. The ratio of blue to red balls is 3:7. If 20 blue balls are added to the bucket, the ratio becomes 1:2. How many red balls are in the bucket? Question 12: What will be the output of the following code? Question 13: Once upon a time, a group of detectives were presented with a challenge to identify which of the 1000 candies was poisoned, before it caused harm to any living species. They had to act fast, as the poison would take effect within an hour of consumption. The detectives knew they could use test subjects, but they needed to determine the minimum number required to solve the mystery in time. Can you help them find the solution before it's too late? Question 14: In the Agile Model, what is the primary purpose of a "sprint"? Question 15: What does the static keyword mean when used with a method? Question 16: Why are immutable objects often preferred in OOP design? Question 17: You are given an undirected graph with weighted edges. Which algorithm would you use to find the Minimum Spanning Tree (MST)? Question 18: Find the output of the following question: Question 19: What is the time complexity of searching for an element in a balanced binary search tree? Question 20: There are 100 light bulbs and 100 people. Initially, all bulbs are off. Person 1 flips every bulb (1, 2, 3, 4, …). Person 2 flips every 2nd bulb (2, 4, 6, …). Person 3 flips every 3rd bulb (3, 6, 9, …), and so on, until all 100 people have acted. How many people would have flipped bulb number 72? Question 21 & 22: A circular queue has a size of 5 and currently contains 3 elements. How many more elements can you insert? Question 23: You are given the head of a circular singly linked list and an integer nn. How would you remove the nnth node from the end of the list efficiently? Question 24: You are working with a binary search tree (BST) and need to find the lowest common ancestor (LCA) of two nodes, uu and vv. Which of the following is the most efficient approach for finding the LCA in a BST, assuming no additional balancing is applied? Question 25: What is the next term in the series: 1, 4, 9, 16, 25, __? Question 26: In a many-to-many relationship between two database tables, which of the following is typically used to model the relationship? Question 27: Which of the following OOP features is not used in the code above? Question 28: Which of the following is NOT a valid SQL data type? Question 29: Which of the following statements is false for dynamic programming? Question 30: Which following statement is false about Relational Database Management System? Question 31: A train traveling at 60 km/h leaves Station A at 7:00 AM. Another train traveling at 90 km/h leaves Station A at 8:00 AM in the same direction. At what time will the second train overtake the first? Question 32: A game development team is working on a character system where all characters have a fight() method. Characters like Warrior, Mage, and Archer implement this method differently. Which concept ensures the correct method is executed based on the character type? Question 33: In the following code snippet, what does the keyword ‘this’ refer to? Question 34: In the context of the Software Development Life Cycle (SDLC), which model emphasizes the continuous iteration of the development and testing phases throughout the project, accommodating changes in requirements even late in the development process? Question 35: In which of the following situations would a stack be most appropriate? Question 36: In a network of cities and roads, you are given nn cities and mm roads between them. Your task is to determine the minimum number of new roads required to ensure that there is a path between every pair of cities. What is the most suitable approach to solve this problem? Question 37: In the SDLC, which of the following best describes the purpose of the "Iteration" concept in Agile methodology? Question 38: What is the shortest path from A to F using BFS? Question 39: Which of the following is an example of compile-time polymorphism? Answer: a. Method overloading Feel free to ask if you need further clarification or have more questions! Question 40: You are given a list of n unique room numbers belonging to guests at a hotel. These numbers are in the range [0, n], but one guest's room number is missing from the list. What is the best possible space complexity for solving this problem? Question 41: What type of casting is demonstrated in the following code? Question 42: Which of the following is not a bipartite graph? Question 43: What is the purpose of the final keyword in OOP? Question 44: Write a SQL query to retrieve the names of all customers who have placed an order with a total value greater than $1000. Orders are in the orders table and customer information is in the customers table. Question 45: Which of the following statements about database keys is incorrect?
      Answer question
      9

      Top companies for "Compensation and Benefits" near you

      avatar
      Intuit
      4.4★Compensation and benefits
      avatar
      Lightspeed
      3.6★Compensation and benefits
      avatar
      Motorola Solutions
      3.9★Compensation and benefits
      avatar
      Adobe
      4.1★Compensation and benefits