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

Updated 17 Dec 2024

Brane Enterprises Associate Solutions Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. 2 dsa questions
  • Q2. Tree and binary search on answer
Round 2 - Technical 

(1 Question)

  • Q1. 2 dsa question were asked and project discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Kurukshetra and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Medium leetcode
  • Q2. Easy leetcode question asked
Round 2 - Technical 

(2 Questions)

  • Q1. Medium leetcode
  • Q2. Medium lewtcode

Associate Solutions Engineer Interview Questions Asked at Other Companies

asked in Oracle
Q1. 3. Which emerging technology excites you the most ? Explain any u ... read more
asked in FarEye
Q2. Programming questions- 1) wap to print 1,5,10,....,100. 2)wap to ... read more
asked in Accenture
Q3. What is your project dataset source?
asked in SAP
Q4. Difference between SOAN and REST APIs
asked in SAP
Q5. Exlain the flow of the Java code

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What basic JavaScript and React concepts were you asked about during the interview?
  • Q2. Closures, useMemo, useCalbback and a practical task is given that should completed within 20 minutes

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on improving your speed in React tasks.
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 Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. DSA QUESTION LIKE TREE AND GRAPH
  • Q2. DP AND SORTING APPROACH
Round 3 - Coding Test 

Again same but dsa question and oops concept in deep level

Interview Preparation Tips

Interview preparation tips for other job seekers - good knowledge in dsa , database , programming thats it
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at MLR Institute of Technology, Hyderabad and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Java Basics questions

Round 2 - Technical 

(3 Questions)

  • Q1. Java oops concepts
  • Q2. Swap two number without temporary var
  • Ans. 

    Use bitwise XOR operation to swap two numbers without using a temporary variable.

    • Use XOR operation to swap two numbers without using a temporary variable.

    • a = a XOR b

    • b = a XOR b

    • a = a XOR b

  • Answered by AI
  • Q3. Java program to identify a number is palindrome or not
  • Ans. 

    Java program to check if a number is a palindrome or not.

    • Convert the number to a string to easily check for palindrome

    • Reverse the string and compare it with the original string to check for palindrome

    • Handle edge cases like negative numbers and single-digit numbers

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. About your self
  • Q2. Why IVY company
  • Ans. 

    IVY company is known for its innovative projects, collaborative work environment, and commitment to employee growth.

    • IVY company has a reputation for taking on challenging and cutting-edge projects.

    • The company values collaboration and teamwork, which aligns with my own work style.

    • IVY company offers opportunities for professional development and growth, which is important to me in my career.

    • I admire IVY company's commitm

  • Answered by AI

Skills evaluated in this interview

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

Logical reasoning, problem solving

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice is more important
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Internal working of Hash Map
  • Ans. 

    Hash Map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash Map uses a hash function to determine the index of the key-value pair in the underlying array.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

    • Hash Map typically has a load factor threshold to determine whe...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via campus placement at Karunya University and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

General topics like AI in real world is boom or boon

Round 2 - Technical 

(2 Questions)

  • Q1. Javascript questions-like DOM,async js,Http request methods
  • Q2. Write a code to finding sum of digits of a number untill sum becomes single digit
  • Ans. 

    Code to find sum of digits of a number until sum becomes single digit

    • Use a while loop to keep adding the digits of the number until the sum becomes a single digit

    • Convert the number to a string to easily access individual digits

    • Keep track of the sum and update it in each iteration

    • Repeat the process until the sum is less than 10

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Project based questions
  • Q2. What is the update in the project from the existed one

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for the topics mentioned in resume and go through the projects. be proficient in one programming language

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 2023. 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 - Coding Test 

Basic 2 ,3 Java programs. Moderate level.

Round 3 - Technical 

(3 Questions)

  • Q1. Core Java theory questions. Questions focused on multithreading. Basic spring boot questions.
  • Q2. How to handle authentication in Spring Boot
  • Ans. 

    Authentication in Spring Boot is handled using Spring Security which provides various authentication mechanisms.

    • Use Spring Security to configure authentication in Spring Boot

    • Define a custom UserDetailsService to load user-specific data for authentication

    • Use annotations like @EnableWebSecurity and @EnableGlobalMethodSecurity to secure endpoints

    • Configure authentication providers like in-memory, JDBC, LDAP, etc. in the ap

  • Answered by AI
  • Q3. Transient keyword
Round 4 - Technical 

(2 Questions)

  • Q1. Core Java programs. Core Java theory questions
  • Q2. How many ways in Java we can handle deadlock or ways to handle synchronisation in Java.
  • Ans. 

    In Java, deadlock can be handled by using techniques like avoiding nested locks, using timeout, and using the java.util.concurrent package.

    • Avoid nested locks to prevent potential deadlocks.

    • Use timeout when acquiring locks to prevent indefinite waiting.

    • Utilize java.util.concurrent package classes like ReentrantLock and Semaphore for more advanced synchronization control.

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Basic salary related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Process is lengthy.
Waste of time they take 3 4 rounds and even won't share the interview feedback.

I was positive about the my interview but got rejected they just do timepass.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Very general questions
Round 2 - Coding Test 

Just a few database queries

Brane Enterprises Interview FAQs

How many rounds are there in Brane Enterprises Associate Solutions Engineer interview?
Brane Enterprises interview process usually has 2 rounds. The most common rounds in the Brane Enterprises interview process are Technical.
What are the top questions asked in Brane Enterprises Associate Solutions Engineer interview?

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

  1. 2 dsa question were asked and project discuss...read more
  2. tree and binary search on ans...read more
  3. Easy leetcode question as...read more

Tell us how to improve this page.

Brane Enterprises Associate Solutions Engineer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

ITC Interview Questions
3.9
 • 542 Interviews
Tata Group Interview Questions
4.2
 • 357 Interviews
Adani Group Interview Questions
3.9
 • 178 Interviews
Globant Interview Questions
3.8
 • 169 Interviews
Winman Software Interview Questions
4.1
 • 28 Interviews
View all
Brane Enterprises Associate Solutions Engineer Salary
based on 14 salaries
₹6.8 L/yr - ₹18 L/yr
56% more than the average Associate Solutions Engineer Salary in India
View more details

Brane Enterprises Associate Solutions Engineer Reviews and Ratings

based on 6 reviews

1.2/5

Rating in categories

1.2

Skill development

1.5

Work-life balance

1.2

Salary

1.2

Job security

1.2

Company culture

1.2

Promotions

1.2

Work satisfaction

Explore 6 Reviews and Ratings
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