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 Software Developer Intern Interview Questions and Answers

Updated 7 Dec 2023

Brane Enterprises Software Developer Intern Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Mcqs on os,dbms,cn oops,dsa

Round 2 - Technical 

(4 Questions)

  • Q1. Diameter of tree,2 sum, sliding window
  • Ans. 

    The question covers topics like tree diameter, 2 sum problem, and sliding window technique.

    • For the diameter of a tree, you can use depth-first search (DFS) or breadth-first search (BFS) to find the longest path between any two nodes.

    • The 2 sum problem involves finding two numbers in an array that add up to a given target. You can use a hash table or two pointers approach to solve it efficiently.

    • Sliding window technique ...

  • Answered by AI
  • Q2. Diameterof tree
  • Ans. 

    The diameter of a tree is the longest path between any two nodes in the tree.

    • The diameter can be found using Depth First Search (DFS) or Breadth First Search (BFS).

    • It is defined as the maximum distance between any two nodes in the tree.

    • For example, in a tree with nodes A, B, C, D, and E, if the longest path is A-B-C-D-E, then the diameter is 4.

    • The diameter can also be calculated as the sum of the heights of the two dee...

  • Answered by AI
  • Q3. Two sum
  • Ans. 

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

    • Given an array of integers and a target sum, identify two numbers that sum to the target.

    • Example: For array [2, 7, 11, 15] and target 9, the answer is indices 0 and 1 (2 + 7 = 9).

    • Use a hash map to store numbers and their indices for efficient lookup.

    • Time complexity can be O(n) with a hash map, compared to O(n^2) with a bru...

  • Answered by AI
  • Q4. Slding window
Round 3 - One-on-one 

(1 Question)

  • Q1. Sort array of 0,1,2 oops quesions
  • Ans. 

    Sort an array of 0s, 1s, and 2s in ascending order.

    • Use the Dutch National Flag algorithm to sort the array in a single pass.

    • Maintain three pointers: low, mid, and high.

    • Swap elements based on their values and move the pointers accordingly.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - basic leetcode questions

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Brane Enterprises?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before Apr 2022. There were 5 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 

It is easy to crack with skills

Round 3 - Coding Test 

You should strong in Java and c++

Round 4 - Group Discussion 

They asked technical topic to speak

Round 5 - HR 

(6 Questions)

  • Q1. They asked technical questions and coding questions
  • Q2. What is oops . explain in detail
  • Q3. Tell me about yourself
  • Q4. What do you know about our company
  • Q5. Why should I hire you in this company
  • Q6. What is your long term and short term goal

Interview Preparation Tips

Topics to prepare for Ixia Solutions Software Engineer interview:
  • C++
  • Java
  • OOPS
  • Networking

Software Developer Intern Interview Questions Asked at Other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Amazon
Q2. Fish Eater Problem Statement In a river where water flows from le ... read more
asked in Apple
Q3. Kevin and his Fruits Problem Statement Kevin has 'N' buckets, eac ... read more
asked in CommVault
Q4. Sliding Maximum Problem Statement Given an array of integers ARR ... read more
Q5. Reverse Words in a String: Problem Statement You are given a stri ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic technical question oops concept
  • Ans. 

    Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

    • Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

    • Polymorphism: Ability to present the same interf...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Resume Shortlist 

(2 Questions)

  • Q1. No question asked in resume shortlisting
  • Q2. No question asked inresume short listing
Round 3 - Aptitude Test 

1st was logical reasoning 2nd was aptitude test

Interview Preparation Tips

Interview preparation tips for other job seekers - Best to learn logical reasoning questions and reverse typing
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

General aptitude. Around 2-3 questions with fixed time limit.

Round 3 - Coding Test 

Coding for 2-3 questions. Any coding language knowledge is a must to clear this. Failing to clear doesn't guarantee your rejection.

Round 4 - Coding Test 

This is the deciding round where you are given logical questions one by one. You dont need coding language knowledge as long as you are able to portray the logic using a flowchart.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack as long as you are good at logic building.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

I applied through a job fair ,had one apti question followed by the selection was 2 more apti questions and a coding round 3 questions either pattern printing,matrix questions or sliding window.

Round 3 - Coding Test 

After clearing the prev round I had an HR interview followed by one more coding round ,this time questions were hard.

Round 4 - Assignment 

The same day,I had a departmental round where I had to work in the office with a supervisor assigned to me and finish some tasks and assignments.

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

I applied via Walk-in and was interviewed in Sep 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 

3 aptitude questions given one after another. For each question 20 -25 minutes. Questions were based on logic you need to explain the logic behind them . Example. Draw table based on given data, find the bus stops total stops from given set of data

Round 3 - Coding Test 

Coding test was online . 3 coding question with around 1 30 hour. Questions were from string array . Matrix . And array .

Round 4 - HR 

(5 Questions)

  • Q1. Hr round was just casual talk. Questions like about college , course family studies were asked
  • Q2. Tell about your About family
  • Ans. 

    I come from a close-knit family that values love, support, and togetherness.

    • My parents have been married for over 30 years.

    • I have one older sister who is a doctor.

    • We often have family gatherings and celebrate special occasions together.

    • My family has always encouraged and supported my career choices.

  • Answered by AI
  • Q3. Reason behind choosing your college
  • Ans. 

    I chose my college because of its strong reputation in computer science and its location in a tech hub.

    • Strong reputation in computer science

    • Location in a tech hub

    • Opportunities for internships and networking

    • Diverse and inclusive campus community

  • Answered by AI
  • Q4. What advice u will give to juniors while selecting college
  • Ans. 

    Choose a college that offers a strong computer science program and opportunities for practical experience.

    • Look for colleges with reputable computer science departments.

    • Consider the curriculum and courses offered in the computer science program.

    • Research the faculty and their expertise in the field.

    • Look for colleges that offer internships or co-op programs for practical experience.

    • Consider the location and proximity to t...

  • Answered by AI
  • Q5. Question about year gap if any
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview before Mar 2024.

Round 1 - Aptitude Test 

This was the first round .They had given 3 logical reasoning question they were simple based on our ability to solve problem duration is 20 to 25 min for each question.

Round 2 - HR 

(4 Questions)

  • Q1. HR round started with introduction, behavioural question, situation based question.it was moderate level. It was around 25 min. there is no technical questions asked.
  • Q2. Family background
  • Q3. Why do want to join this company
  • Ans. 

    I admire the company's innovative approach and commitment to professional growth, making it an ideal place for my skills and aspirations.

    • The company's focus on cutting-edge technology aligns with my passion for innovation, as seen in my previous project on AI-driven applications.

    • I appreciate the collaborative culture here, which I experienced during my internship where teamwork led to successful project outcomes.

    • The em...

  • Answered by AI
  • Q4. What are ur future plan

Interview Preparation Tips

Interview preparation tips for other job seekers - Final round was departmental round .where they called after HR round within a week.where they had their own own formula and will give questions we have to understand the question and apply formula .it was really hard.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is HTML?
  • Ans. 

    HyperText Markup Language (HTML) is the standard language for creating web pages. It's the foundation of the web, and it tells web browsers how to display content.

  • Answered Anonymously
  • Q2. What is MYSQL?
  • Ans. 

    MySQL is a free, open-source relational database management system (RDBMS) that stores and manages data.

  • Answered Anonymously
  • Q3. What is CSS?
  • Ans. 

    Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML or XML (including XML dialects such as SVG, MathML or XHTML). CSS describes how elements should be rendered on screen, on paper, in speech, or on other media.

  • Answered Anonymously
  • Q4. What is PHP?
  • Q5. What is Java?
  • Q6. What is C++
  • Ans. 

    C++ is a high-level, object-oriented programming language known for its performance and flexibility in system and application development.

    • Object-Oriented: Supports classes and objects, enabling encapsulation and inheritance. Example: class Animal { ... };

    • Performance: Compiled language that offers high performance, suitable for system-level programming. Example: Operating systems, game engines.

    • Standard Template Library ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am a passionate and eager-to-learn fresher in the field of web development and software technology. I have a solid foundation in several programming and development tools, including HTML, JavaScript, CSS, PHP, and MySQL, which I have explored through both academic projects and personal learning.

Skills evaluated in this interview

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

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. Round 1: The aptitude test consisted of questions such as finding the minimum distance between two stops and determining which poem out of 27 belongs to a page containing 4 sheets.
  • Q2. In the second round of the interview with HR, were scenario-based questions asked to assess your communication skills, and how did you respond to those specific scenarios?

Brane Enterprises Interview FAQs

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

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

  1. sort array of 0,1,2 oops quesi...read more
  2. diameter of tree,2 sum, sliding win...read more
  3. diameterof t...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Acies Interview Questions
4.4
 • 39 Interviews
Winman Software Interview Questions
4.0
 • 32 Interviews
3Pillar Global Interview Questions
3.2
 • 20 Interviews
LogicMonitor Interview Questions
3.6
 • 14 Interviews
Ixia Solutions Interview Questions
2.8
 • 8 Interviews
ETON SOLUTIONS Interview Questions
2.5
 • 6 Interviews
SalesHandy Interview Questions
3.2
 • 6 Interviews
View all
Associate Solution Lead
543 salaries
unlock blur

₹10.7 L/yr - ₹19 L/yr

Solution Lead
263 salaries
unlock blur

₹22 L/yr - ₹37 L/yr

Product Manager
195 salaries
unlock blur

₹17 L/yr - ₹29.6 L/yr

Associate Product Manager
106 salaries
unlock blur

₹6.2 L/yr - ₹24 L/yr

Business Analyst
104 salaries
unlock blur

₹5.5 L/yr - ₹12 L/yr

Explore more salaries
Compare Brane Enterprises with

Duck Creek Technologies

4.4
Compare

3Pillar Global

3.2
Compare

Acies

4.4
Compare

Winman Software

4.0
Compare
write
Share an Interview