i
Business Labs
Filter interviews by
I applied via LinkedIn and was interviewed before Jan 2024. There were 4 interview rounds.
30 to 60minutes max, depending on how fast we can do. Maths, problem solving, communication skills.
A problem and we need to code. Max time limit is 5hours. I was able tocomplete in 3.5hours.
Top trending discussions
posted on 24 Oct 2023
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
posted on 8 Jul 2024
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
Three long paragraph questions related to logical thinking take around 20-25 min to solve.
Three coding questions on array, square matrix and monster game.
posted on 10 Jul 2024
Coding and snippets which programming languages u select and shell
based on 1 review
Rating in categories
Web Developer
4
salaries
| ₹2.2 L/yr - ₹3.2 L/yr |
PHP Developer
3
salaries
| ₹2.4 L/yr - ₹2.7 L/yr |
TCS
Infosys
Wipro
HCLTech