i
Blue Copper Technologies
Filter interviews by
I applied via Campus Placement and was interviewed before Oct 2021. There were 4 interview rounds.
Study aptitude well and prepare yourself accordingly
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.
Transpose the matrix by swapping elements across the diagonal
For clockwise rotation, reverse each row of the transposed matrix
For anti-clockwise rotation, reverse each column of the transposed matrix
Use binary search to efficiently find a particular element in a sorted array.
Start by comparing the target element with the middle element of the array.
If the target element is less than the middle element, search the left half of the array.
If the target element is greater than the middle element, search the right half of the array.
Repeat the process until the target element is found or the search space is empty.
I applied via Campus Placement
Quant questions, you will be able to clear it easily
Task1: create a website with 3 wepages
task2: create custom linux commands
posted on 7 Nov 2024
Questions on arrays and strings.
A program to solve a sudoku puzzle using backtracking algorithm
Implement a function to check if a number can be placed in a specific cell
Use backtracking to try different numbers in empty cells until the puzzle is solved
Ensure the solution follows sudoku rules (no repeated numbers in rows, columns, or subgrids)
posted on 14 Oct 2024
I applied via campus placement at PSG College of Arts & Science, Coimbatore and was interviewed in Apr 2024. There were 2 interview rounds.
There are Question based on data strcuture ,they cover all the topic in ds
In coding code they gave internet access to solve the problem after 30 they told us to make some changes in it and we should ready to explain the entire code
Aptitude, reasoning,java MCQS
I applied via campus placement at Birla Vishwakarma Mahavidyalaya, Vallabh Vidyanagar and was interviewed in Mar 2023. There were 3 interview rounds.
Test consist of 25 Apatitude Question and 10 Coding problems of Debugging code, Find Output, Set Matrixs, Valid Matrix, Height of N-ary Tree, Sorting, Linked List etc. So prepare well with standard dsa problems of any sheet (striver sheet)
Iterate through array to find 2nd largest element
Iterate through array and keep track of largest and second largest elements
Handle edge cases like empty array or array with less than 2 elements
Example: ['3', '5', '2', '7', '1'] should return '5'
I applied via Company Website and was interviewed in Jul 2023. There were 4 interview rounds.
Such like blood relation questions, graph, alphabet and numeric values etc
Related to operators, oop concepts
Classes are reference types while structs are value types.
Classes support inheritance while structs do not.
Classes have default access modifier as internal while structs have it as private.
Classes have a destructor while structs do not.
Classes are allocated on heap while structs are allocated on stack.
Classes can be null while structs cannot.
Dispatch Queue is a thread-safe way to execute tasks asynchronously, while Operations are a way to encapsulate tasks.
Dispatch Queue is a high-level API for managing concurrent operations.
Operations are objects that encapsulate a single task or multiple tasks.
Dispatch Queue is simpler to use and recommended for most use cases.
Operations provide more control over task dependencies and cancellation.
Both can be used togeth
based on 8 reviews
Rating in categories
Software Engineer
25
salaries
| ₹1 L/yr - ₹5.2 L/yr |
Senior Software Engineer
10
salaries
| ₹5 L/yr - ₹9.2 L/yr |
Software Developer
5
salaries
| ₹2 L/yr - ₹5.5 L/yr |
Senior Android Developer
5
salaries
| ₹5.2 L/yr - ₹5.5 L/yr |
Softwaretest Engineer
5
salaries
| ₹2.7 L/yr - ₹3.2 L/yr |
TCS
Infosys
Wipro
HCLTech