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
2.1

based on 698 Reviews

Filter interviews by

Brane Enterprises Junior Software Developer Interview Questions, Process, and Tips

Updated 24 Oct 2023

Brane Enterprises Junior Software Developer Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Three long paragraph questions related to logical thinking take around 20-25 min to solve.

Round 2 - Coding Test 

Three coding questions on array, square matrix and monster game.

Round 3 - HR 

(2 Questions)

  • Q1. Asks to introduce yourself
  • Q2. Regarding your interests in IT field and skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Three long paragraph questions related to logical thinking take around 20-25 min to solve.

Round 2 - Coding Test 

Three coding questions on array, square matrix and monster game.

Round 3 - HR 

(2 Questions)

  • Q1. Asks to introduce yourself
  • Q2. Regarding your interests in IT field and skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Easwari Engineering College, Chennai and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy, try to solve every questions

Round 2 - Group Discussion 

The GD topic is mostly random for us it's about
Indian vs foreign web series and they picked
the top 5 people who spoke well.....have seen
one guy got picked even though he spoke only
once whereas other spoke for several times
mainly focus on framing few gud points and
say it way that grabs the interviewers
attention!
ATB!!

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

I applied via campus placement at IMS Engineering College, Ghaziabad and was interviewed in Jun 2023. 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 tips
Round 2 - Aptitude Test 

30 minutes 50 Questions of Aptitude,Programming,English Grammer.

Round 3 - Coding Test 

DSA with the concepts of Arrays, Linked List, trees, Binary Trees and Graphs and the overall Time Complexity.

Round 4 - HR 

(1 Question)

  • Q1. Where do you see Yourself In 5 years?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 2022. There were 4 interview rounds.

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 tips
Round 2 - Aptitude Test 

There are 25 questions in aptitude test.

Round 3 - Group Discussion 

There are several question asked as per company requirements

Round 4 - HR 

(3 Questions)

  • Q1. About your self and expectations
  • Q2. How much you know about programming.
  • Ans. 

    I have a strong understanding of programming concepts and have experience with various programming languages.

    • Proficient in languages such as Java, Python, and C++

    • Familiar with data structures and algorithms

    • Experience with software development practices like version control and testing

    • Completed projects involving web development and mobile app development

  • Answered by AI
  • Q3. Tell me about your self.

Brane Enterprises Interview FAQs

How many rounds are there in Brane Enterprises Junior Software Developer interview?
Brane Enterprises interview process usually has 4 rounds. The most common rounds in the Brane Enterprises interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Brane Enterprises Junior Software Developer interview?

Some of the top questions asked at the Brane Enterprises Junior Software Developer interview -

  1. Find if a number is there in a sorted array or not and if its not there where s...read more
  2. You are given parallel bars selecting two bars you can make a container .Maximi...read more
  3. Find number of Perfect subarrays of the given array .A perfects subarray has od...read more

Tell us how to improve this page.

Brane Enterprises Junior Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

ITC Interview Questions
4.0
 • 538 Interviews
Tata Group Interview Questions
4.2
 • 357 Interviews
Adani Group Interview Questions
3.9
 • 175 Interviews
Globant Interview Questions
3.9
 • 169 Interviews
Winman Software Interview Questions
4.1
 • 28 Interviews
View all
Associate Solution Lead
586 salaries
unlock blur

₹6.5 L/yr - ₹24 L/yr

Solution Lead
260 salaries
unlock blur

₹13.2 L/yr - ₹45 L/yr

Product Manager
192 salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Business Analyst
100 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Software Developer
98 salaries
unlock blur

₹7.2 L/yr - ₹26 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