i
Business Labs
Filter interviews by
I applied via Internshala and was interviewed in Dec 2021. There were 2 interview rounds.
One assignment was given on completion of the assignment I got the job offer. The assignment was not too heard .
I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.
Coding Test consists of 3 Problem Question (2 Logical questions and 1 SQL Query ) and Around 20 MCQS
Platform - CoderByte
30 Aptitude Question
3 Mail Writing Question
Solved a sorting problem by implementing quicksort algorithm.
Implemented quicksort algorithm to efficiently sort the array.
Used recursion to divide the array into smaller subarrays and sort them individually.
Optimized the algorithm by choosing a pivot element strategically to minimize comparisons.
The 3rd question based on SQL query likely refers to a specific query or scenario related to SQL.
Understand the context of the query being asked about
Analyze the structure and purpose of the SQL query
Explain the expected output or result of the query
Code to reverse digits of a number
Use modulo operator to extract the last digit of the number
Multiply the result by 10 and add the next digit until all digits are reversed
Handle negative numbers separately by converting to positive before reversing
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.
I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.
Databases are used to store, organize, and retrieve data efficiently for various applications.
Efficient data storage and retrieval
Data organization and management
Data security and integrity
Support for concurrent access and transactions
Scalability and performance optimization
SQL joins are used to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables in a single query
Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Joins are based on a related column between the tables, such as a primary key and foreign key relationship
Yes, I have 5 years of web development experience.
I have worked on front-end technologies such as HTML, CSS, and JavaScript.
I am proficient in using frameworks like React and Angular.
I have experience with back-end technologies like Node.js and databases like MySQL.
I have developed responsive and user-friendly websites for various clients.
I am familiar with version control systems like Git.
posted on 29 Oct 2023
I was interviewed in Apr 2023.
Todolist implementation
Create a UI for adding tasks
Implement functionality to add, delete and mark tasks as complete
Store tasks in a database or local storage
Allow filtering of tasks by status (completed, active)
Add option to edit task details
I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.
There were 3 coding questions in the first round
30 MCQ questions based on Math, reasoning and English and also email writing
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