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 Associate Software Engineer Interview Questions and Answers

Updated 26 Nov 2024

Brane Enterprises Associate Software Engineer Interview Experiences

2 interviews found

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

I applied via LinkedIn and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Two Leetcode questions which need to be solved in 1 hour.

Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions related to Java
  • Q2. Puzzle questions for understanding your problem solving skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - The company was run by someone which cannot be named. Its better not to get into the company and spoil the future.

Associate Software Engineer Interview Questions & Answers

user image pravallika manikonda

posted on 28 Oct 2023

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

I applied via Naukri.com and was interviewed before 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 tips
Round 2 - Coding Test 

Data structures and oops

Round 3 - Technical 

(1 Question)

  • Q1. Performance and technical questions

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
Q2. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Accenture
Q3. Write a function to determine if a given string is a valid passwo ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
asked in CGI Group
Q5. Frog Jump Problem Statement A frog is positioned on the first ste ... read more

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Brane Enterprises?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
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 - Technical 

(1 Question)

  • Q1. Related to DSA, language was Golang, mandatory, based on my profile
Round 3 - Technical 

(1 Question)

  • Q1. Related to DSA and my previous company work experience
Round 4 - Technical 

(1 Question)

  • Q1. DSA, Concurrency in Golnag, my previous company work experience and Cloud knowledge, Docker Kubernetes Knowledge
Round 5 - One-on-one 

(1 Question)

  • Q1. Manegerial round, with my team manager

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Understand concurrent programming in depth
2. Do not memorize coding questions
3. If stuck, honestly tell and request for some other question
4. Don't fake any past experience
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

MCQ with aptitude + basis of oops

Round 2 - One-on-one 

(1 Question)

  • Q1. Dictionary related questions in Python
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion, How early you can join etc
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Java coding round for freshers
  • Q2. Java coding round for freshers engineering
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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java hashmap, list, sets
  • Q2. Structural solutions for these concepts mentioned.
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

1 medium-level leetcode question

Round 2 - Technical 

(2 Questions)

  • Q1. 1 String-based question
  • Q2. 1 Array-based question
Round 3 - Technical 

(1 Question)

  • Q1. Design in-memory file system
  • Ans. 

    Design an in-memory file system for efficient file storage and retrieval

    • Use a tree data structure to represent directories and files

    • Implement caching mechanisms to improve performance

    • Consider using hash tables for fast file lookup

    • Support file operations like read, write, delete, and search

    • Ensure data consistency and durability through proper error handling

  • Answered by AI

Skills evaluated in this interview

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
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Aug 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 tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Question on quick sort
  • Q2. Golang internals
  • Q3. Question on docker and kubernetes
Round 3 - One-on-one 

(1 Question)

  • Q1. Question on design pattern

Brane Enterprises Interview FAQs

How many rounds are there in Brane Enterprises Associate Software Engineer interview?
Brane Enterprises interview process usually has 2-3 rounds. The most common rounds in the Brane Enterprises interview process are Coding Test, Technical and Resume Shortlist.
What are the top questions asked in Brane Enterprises Associate Software Engineer interview?

Some of the top questions asked at the Brane Enterprises Associate Software Engineer interview -

  1. Puzzle questions for understanding your problem solving skil...read more
  2. Technical questions related to J...read more
  3. Performance and technical questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more

Interview Questions from Similar Companies

Acies Interview Questions
4.4
 • 39 Interviews
Winman Software Interview Questions
4.0
 • 31 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
Brane Enterprises Associate Software Engineer Salary
based on 30 salaries
₹5.2 L/yr - ₹20 L/yr
116% more than the average Associate Software Engineer Salary in India
View more details

Brane Enterprises Associate Software Engineer Reviews and Ratings

based on 5 reviews

2.7/5

Rating in categories

3.1

Skill development

3.3

Work-life balance

2.7

Salary

2.7

Job security

3.1

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 5 Reviews and Ratings
Associate Solution Lead
547 salaries
unlock blur

₹6.5 L/yr - ₹23 L/yr

Solution Lead
272 salaries
unlock blur

₹12.2 L/yr - ₹46 L/yr

Product Manager
195 salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Associate Product Manager
106 salaries
unlock blur

₹6.2 L/yr - ₹24 L/yr

Business Analyst
104 salaries
unlock blur

₹4 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