Upload Button Icon Add office photos
Engaged Employer

i

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

Brane Enterprises Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Brane Enterprises Interview Questions, Process, and Tips

Updated 20 Jan 2025

Top Brane Enterprises Interview Questions and Answers

View all 69 questions

Brane Enterprises Interview Experiences

Popular Designations

132 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About 1st project why you select this project what is the scope of the project.
  • Q2. Jumping array question regarding dp
Round 2 - Coding Test 

6 leetcode problem which 2 easy question 2 medium question 2 hard questiion

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for dsa hardely

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tree qns on preorder and sort 0,1,2 qns
  • Ans. 

    Preorder traversal is a type of tree traversal where nodes are visited in the order root, left, right. Sorting 0s, 1s, and 2s can be done using Dutch National Flag algorithm.

    • Preorder traversal: Root, Left, Right

    • Dutch National Flag algorithm can be used to sort 0s, 1s, and 2s efficiently

  • Answered by AI
  • Q2. Sliding window variation qn and a dp qn

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Associate Solution Lead Interview Questions & Answers

user image ROHIT RAHANGADALE

posted on 12 Sep 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Resume based skills and project
  • Q2. Asked about new learning

Top Brane Enterprises Associate Solution Lead Interview Questions and Answers

Q1. What business processes are you aware of and explain them
View answer (1)

Associate Solution Lead Interview Questions asked at other Companies

Q1. What business processes are you aware of and explain them
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Sudo code and mcq and few behavioural qs

Round 2 - Coding Test 

Dsa trees and graph common ancestors of two nodes

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)

Brane Enterprises interview questions for popular designations

 Associate Solution Lead

 (23)

 Solution Lead

 (13)

 Software Developer

 (11)

 Software Engineer

 (8)

 Associate

 (3)

 Data Scientist

 (3)

 Intern

 (3)

 Process Leader

 (3)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. OOPS concepts is must .
  • Q2. Basic java like super, this keywords etc

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)

Get interview-ready with Top Brane Enterprises Interview Questions

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. What technical knowledge do you have?
  • Ans. 

    I have a strong technical knowledge in software development, database management, and system architecture.

    • Proficient in programming languages such as Java, Python, and SQL

    • Experience with database management systems like MySQL and MongoDB

    • Knowledge of system architecture and design principles

    • Familiarity with cloud computing platforms like AWS and Azure

  • Answered by AI
  • Q2. Which ai tools have you used so far and how do you keep updated with latest advancements?
  • Ans. 

    I have used tools like TensorFlow, IBM Watson, and Google Cloud AI. I stay updated through online courses, conferences, and research papers.

    • Used TensorFlow for deep learning projects

    • Utilized IBM Watson for natural language processing tasks

    • Worked with Google Cloud AI for image recognition applications

    • Stay updated through online courses, conferences, and research papers

  • Answered by AI
  • Q3. What do you bring to the table? What is Prodman?
  • Ans. 

    Prodman is a comprehensive product management tool that helps streamline product development processes.

    • Prodman is a software solution designed to assist product managers in organizing and managing product development tasks.

    • It offers features such as task tracking, collaboration tools, and analytics to improve efficiency and decision-making.

    • Prodman helps teams prioritize tasks, set deadlines, and communicate effectively

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a total messed up interview process. They mass hire and layoff candidates

Skills evaluated in this interview

Top Brane Enterprises Associate Solution Lead Interview Questions and Answers

Q1. What business processes are you aware of and explain them
View answer (1)

Associate Solution Lead Interview Questions asked at other Companies

Q1. What business processes are you aware of and explain them
View answer (1)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Oct 2024

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

I was interviewed in Sep 2024.

Round 1 - Aptitude Test 

Logical questions which are highly useful

Round 2 - Coding Test 

Multiple coding questions they asked in pyspark

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding and aptitude and logical reasoning three sections were there.In Coding you have 4 language to choose from and you must select 2 languages and in each language you have to solve 2 questions. It was relatively easy .

Round 2 - Technical 

(3 Questions)

  • Q1. They ask you to do programming for questions. If you are a thief and you have an array of houses you cannot rob the beside houses of the house you ribbed. Maximise the loot.
  • Q2. Insert node at middle in linked list
  • Ans. 

    To insert a node at the middle of a linked list, find the middle node and adjust pointers accordingly.

    • Find the middle node using slow and fast pointers

    • Insert the new node after the middle node

    • Adjust pointers to link the new node correctly

  • Answered by AI
  • Q3. Find number of Perfect subarrays of the given array .A perfects subarray has odd value at odd place and even value at even position.
  • Ans. 

    Count the number of perfect subarrays in an array where odd values are at odd positions and even values are at even positions.

    • Iterate through the array and keep track of the count of odd and even numbers encountered so far.

    • If the count of odd and even numbers at the current index matches the index itself, increment the count of perfect subarrays.

    • Example: For array [2, 1, 3, 4], there are 3 perfect subarrays: [2, 1], [1

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. They give you direct leetcode sums and ask to solve
  • Q2. Find if a number is there in a sorted array or not and if its not there where shoud it be inserted in log(n) time
  • Ans. 

    Binary search can be used to find the number in a sorted array in log(n) time.

    • Implement binary search algorithm to find the number in the sorted array.

    • If the number is not found, return the index where it should be inserted.

    • Time complexity of binary search is O(log n).

  • Answered by AI
  • Q3. You are given parallel bars selecting two bars you can make a container .Maximise area.Find the slution in o(n)
  • Ans. 

    To maximize the area of a container formed by two parallel bars, use the two-pointer approach in O(n) time complexity.

    • Use the two-pointer approach to iterate from both ends towards the center of the array.

    • Calculate the area formed by the two bars at each step and update the maximum area found so far.

    • Move the pointer with the smaller height towards the center to potentially find a larger area.

    • Repeat the process until th

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do leetcode questions daily.Do medium and easy questions daily.
I heard last round contained them asking questions from other big coding platforms such as geekforgeeks ,CodeChef etc

Skills evaluated in this interview

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. How do you prepare before requirement gathering session
  • Ans. 

    I prepare by reviewing project scope, identifying key stakeholders, setting objectives, and creating a list of questions.

    • Review project scope to understand the goals and requirements

    • Identify key stakeholders to involve in the session

    • Set clear objectives for the session to ensure focus

    • Create a list of questions to guide the discussion and gather necessary information

  • Answered by AI

Top Brane Enterprises Associate Solution Lead Interview Questions and Answers

Q1. What business processes are you aware of and explain them
View answer (1)

Associate Solution Lead Interview Questions asked at other Companies

Q1. What business processes are you aware of and explain them
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Asked me few strategy frameworks

Solution Lead Interview Questions asked at other Companies

Q1. Describe the digital marketing ecosystem. Blue ocean strategy, Analytics, machine learning etc.
View answer (1)

Brane Enterprises Interview FAQs

How many rounds are there in Brane Enterprises interview?
Brane Enterprises interview process usually has 2-3 rounds. The most common rounds in the Brane Enterprises interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Brane Enterprises 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 Brane Enterprises. The most common topics and skills that interviewers at Brane Enterprises expect are Java, Python, Javascript, Machine Learning and Algorithms.
What are the top questions asked in Brane Enterprises interview?

Some of the top questions asked at the Brane Enterprises interview -

  1. If it is a discrete output by a sensor y did you use a ...read more
  2. What business processes are you aware of and explain t...read more
  3. Find if a number is there in a sorted array or not and if its not there where s...read more
How long is the Brane Enterprises interview process?

The duration of Brane Enterprises interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Brane Enterprises Interview Process

based on 134 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

ITC Interview Questions
3.9
 • 552 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
Adani Group Interview Questions
3.9
 • 186 Interviews
Bajaj Group Interview Questions
3.9
 • 3 Interviews
View all

Brane Enterprises Reviews and Ratings

based on 735 reviews

2.0/5

Rating in categories

2.2

Skill development

2.4

Work-life balance

2.3

Salary

1.9

Job security

2.0

Company culture

2.1

Promotions

2.0

Work satisfaction

Explore 735 Reviews and Ratings
Associate Solution Lead
596 salaries
unlock blur

₹6.5 L/yr - ₹24 L/yr

Solution Lead
261 salaries
unlock blur

₹12 L/yr - ₹45 L/yr

Product Manager
188 salaries
unlock blur

₹10.8 L/yr - ₹40 L/yr

Software Developer
103 salaries
unlock blur

₹7 L/yr - ₹26 L/yr

Business Analyst
101 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Explore more salaries
Compare Brane Enterprises with

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Aditya Birla Group

4.1
Compare

Mahindra & Mahindra

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