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
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 Referral and was interviewed before Mar 2021. There were 4 interview rounds.
NA
NA
posted on 23 Sep 2023
I applied via LinkedIn and was interviewed in Aug 2023. There were 2 interview rounds.
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
posted on 5 Mar 2024
I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.
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...
An array is a collection of similar data types stored in contiguous memory locations.
Arrays can be one-dimensional or multi-dimensional
Elements in an array can be accessed using their index
Arrays can be initialized during declaration or later in the code
Arrays can be passed as arguments to functions
Example: int arr[5] = {1, 2, 3, 4, 5};
Example: char str[10] = "Hello";
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...
C and c++ and data structure
Some of the top questions asked at the Brane Enterprises Junior Software Developer interview -
based on 1 interview
Interview experience
Associate Solution Lead
597
salaries
| ₹0 L/yr - ₹0 L/yr |
Solution Lead
261
salaries
| ₹0 L/yr - ₹0 L/yr |
Product Manager
188
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
105
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Analyst
97
salaries
| ₹0 L/yr - ₹0 L/yr |
Tata Group
Reliance Industries
Aditya Birla Group
Mahindra & Mahindra