i
Brane
Enterprises
Filter interviews by
I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.
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 .
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
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...
Solve LeetCode problems by breaking them down into manageable steps and implementing efficient algorithms.
Understand the problem statement clearly. Example: Read the prompt multiple times.
Identify input and output requirements. Example: Determine if inputs are sorted or unsorted.
Consider edge cases. Example: What happens if the input array is empty?
Choose an appropriate algorithm. Example: Use binary search for sorted ...
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).
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...
Top trending discussions
I applied via Walk-in and was interviewed before Mar 2022. There were 4 interview rounds.
General aptitude. Around 2-3 questions with fixed time limit.
Coding for 2-3 questions. Any coding language knowledge is a must to clear this. Failing to clear doesn't guarantee your rejection.
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.
I appeared for an interview in Mar 2021.
I applied via Job Portal and was interviewed before Aug 2022. There were 3 interview rounds.
Good DSA knowledge requires
Not applicable for details disclosure
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...
I applied via Walk-in and was interviewed before Apr 2022. There were 5 interview rounds.
It is easy to crack with skills
You should strong in Java and c++
They asked technical topic to speak
I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.
1 medium-level leetcode question
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
I appeared for an interview before Mar 2024, where I was asked the following questions.
I chose computer science for its blend of creativity, problem-solving, and the potential to impact the world through technology.
Passion for technology: I was fascinated by computers from a young age, often taking them apart to understand how they worked.
Problem-solving skills: I enjoy tackling complex problems, and computer science provides endless challenges to solve.
Creative outlet: Programming allows me to create ap...
I seek growth opportunities, mentorship, and innovative projects at Acies to enhance my skills and advance my career.
Opportunities for professional development through workshops and training programs.
Mentorship from experienced developers to guide my career path.
Engagement in innovative projects that challenge my skills and creativity, such as AI or cloud computing initiatives.
A collaborative work environment that fost...
Some of the top questions asked at the Brane Enterprises Junior Software Developer interview -
based on 1 interview experience
Difficulty level
Duration
Associate Solution Lead
595
salaries
| ₹10.8 L/yr - ₹20 L/yr |
Solution Lead
263
salaries
| ₹22 L/yr - ₹37 L/yr |
Product Manager
195
salaries
| ₹17 L/yr - ₹29.6 L/yr |
Associate Product Manager
106
salaries
| ₹6.2 L/yr - ₹24 L/yr |
Business Analyst
104
salaries
| ₹4 L/yr - ₹12 L/yr |
Duck Creek Technologies
3Pillar Global
Acies
Winman Software