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

Clear (1)

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
  • Q3. Two sum
  • 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

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Jk
  • Q2. C language

I applied via Referral and was interviewed before Mar 2021. 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 Resume tips
Round 2 - Coding Test 

NA

Round 3 - Group Discussion 

NA

Round 4 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be positive, good with knowledge of your project

Interview Questionnaire 

1 Question

  • Q1. Oop concepts

Interview Questionnaire 

2 Questions

  • Q1. OOPS Concepts
  • Q2. Threads Concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on basic java
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2023. There were 2 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic Oops Concepts
  • Q2. 4 Pillars of oops
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the 4 pillars of OOPs

    • Encapsulation: Bundling data and methods that operate on the data into a single unit

    • Inheritance: Ability of a class to inherit properties and behavior from another class

    • Polymorphism: Ability to present the same interface for different data types

    • Abstraction: Hiding the complex implementation details and showing only the necessary features

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Box test 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is the difference between HTTp and HTTPS
  • Ans. 

    HTTP is unsecured protocol while HTTPS is secured protocol using SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTPS uses SSL/TLS encryption to secure the communication between the client and server, while HTTP does not.

    • HTTPS uses port 443 by default, while HTTP uses port 80.

    • HTTPS URLs begin with 'https://' and are secured with a padlock icon i...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What is c language used for? What is it required?
  • Ans. 

    C language is a general-purpose programming language used for system programming, embedded systems, and game development.

    • C is used for developing operating systems, device drivers, and firmware.

    • It is required for programming microcontrollers and other embedded systems.

    • C is also used for game development and high-performance computing.

    • It is a low-level language that provides direct access to memory and hardware.

    • C is a p...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - C is a Language.kfpwduhfo[pi-ewr khdisuhfpi9wd=v]asbhsadhq bwhdqliqjsld[ioais'pcoc[0a dlq

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Dec 2022. There were 3 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 Resume tips
Round 2 - Aptitude Test 

An aptitude test is an exam used to determine an individual's skill or propensity to succeed in a given activity

Round 3 - Coding Test 

Programming questions are an integral part of an interview for the developer's position

Interview Preparation Tips

Interview preparation tips for other job seekers - The hard truth is that this is a terrible job market for job seekers. The salaries are lower in general and more positions are being reduced to freelance or part-time. The work you have always loved may not have the same title and may be shared by a team now. Instead of viewing this as a negative, though, consider the opportunities. Maybe you like sales, but always wanted to do some consulting

I applied via Naukri.com and was interviewed in Oct 2022. There were 3 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 Resume tips
Round 2 - HR 

(4 Questions)

  • Q1. What is java? What is variable?
  • Ans. 

    Java is a popular programming language used for developing various applications. A variable is a named memory location used to store data.

    • Java is an object-oriented language

    • It is platform-independent

    • Variables in Java have a specific data type

    • Variables can be assigned values and their values can be changed

    • Example: int age = 25; String name = "John";

  • Answered by AI
  • Q2. What is inheritance? types of inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows code reuse and promotes code organization.

    • There are different types of inheritance: single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.

    • Single inheritance involves a class inheriting from a single base class.

    • Multiple inheritance involves...

  • Answered by AI
  • Q3. 1.Java is a high level language 2.java is a programme is called a set of instructions 3.java run time environment (jre) 4.java is a platform independent. Variable: A variable which is container that some d...
  • Q4. Inheritance; 1.Acquring the properties of parent class to the child class with out changeing the properties of parent class is known as inheritance 2.inheritanc is a is relationship 3.extends keyword is us...
  • Ans. 

    Inheritance is acquiring properties of parent class to child class without changing parent class properties. It is classified into 5 types.

    • Inheritance is a way to reuse code and establish a relationship between classes

    • The 'extends' keyword is used to implement inheritance in Java

    • Examples of inheritance include a 'Car' class inheriting properties from a 'Vehicle' class

    • Single level inheritance involves one parent class a...

  • Answered by AI
Round 3 - Group Discussion 

May I about you ? Which your qualification and which stream

Interview Preparation Tips

Topics to prepare for Tata Group Software Developer interview:
  • Core Java
  • Web Technologies
Interview preparation tips for other job seekers - My strength is quick learner, self motivated, Hard working
My weakness is if any body ask for help me,I never say know.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

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 Coding Test, Technical and One-on-one Round.
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. diameter of tree,2 sum, sliding win...read more
  2. sort array of 0,1,2 oops quesi...read more
  3. slding win...read more

Recently Viewed

INTERVIEWS

Brane Enterprises

No Interviews

INTERVIEWS

Brane Enterprises

No Interviews

INTERVIEWS

Brane Enterprises

No Interviews

INTERVIEWS

PLASCOM INDUSTRIES LLP

No Interviews

INTERVIEWS

Cadence Design Systems

No Interviews

SALARIES

Blazeclan Technologies

INTERVIEWS

Brane Enterprises

No Interviews

SALARIES

Cadence Design Systems

SALARIES

Anunta Technology Management Services

INTERVIEWS

Accenture

No Interviews

Tell us how to improve this page.

Brane Enterprises Software Developer Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ITC Interview Questions
3.9
 • 548 Interviews
Tata Group Interview Questions
4.2
 • 359 Interviews
Adani Group Interview Questions
3.9
 • 187 Interviews
Chetu Interview Questions
3.3
 • 173 Interviews
Winman Software Interview Questions
4.0
 • 29 Interviews
View all
Associate Solution Lead
573 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Solution Lead
261 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
189 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
104 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Product Manager
102 salaries
unlock blur

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