Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      Brain Station-23

      Questa è la tua azienda?

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Brain Station-23 | Offerte di lavoro di Brain Station-23 | Stipendi di Brain Station-23 | Benefit di Brain Station-23
      Colloqui di Brain Station-23Colloqui per Star Coder Program presso Brain Station-23Colloquio di Brain Station-23


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Colloquio per Star Coder Program

      29 apr 2025
      Candidato anonimo a colloquio
      Dhâkâ
      Nessuna offerta
      Esperienza positiva
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Brain Station-23 (Dhâkâ) nel mese di gen 2025

      Colloquio

      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

      Domande di colloquio [1]

      Domanda 1

      What are your future plans?
      Rispondi alla domanda

      Altre recensioni di colloqui per Star Coder Program presso Brain Station-23

      Colloquio per Star Coder Program

      27 mar 2025
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho sostenuto un colloquio presso Brain Station-23

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 1

      The coding test was fairly easy, they gave some string and array based questions
      Rispondi alla domanda

      Colloquio per Star Coder Program

      17 mar 2025
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza neutra
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Brain Station-23

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 1

      Basic DSA and networking questions for first round.
      Rispondi alla domanda

      Colloquio per Star Coder Program

      24 gen 2025
      Candidato anonimo a colloquio
      Offerta rifiutata
      Esperienza positiva
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Brain Station-23

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 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?
      Rispondi alla domanda
      9

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      AnyVan
      4.0★Stipendio e benefit