Filter interviews by
To rotate a matrix by 45 degrees, transpose the matrix and then reverse the rows.
Transpose the matrix
Reverse the rows of the transposed matrix
Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.
Encapsulation helps in hiding the internal state of an object and restricting access to it.
It allows for data hiding, which prevents direct access to an object's attributes.
Encapsulation also enables the concept of data abstraction, where only relevant details are exposed to the outside world.
By using access modifiers ...
MySQL database can be configured using configuration files like my.cnf, command line options, and environment variables.
Use my.cnf file to configure settings like port number, data directory, and buffer sizes
Command line options can be used to override settings from my.cnf file
Environment variables like MYSQL_ROOT_PASSWORD can be used to set passwords during installation
Top trending discussions
I applied via Campus Placement and was interviewed in Jan 2024. There was 1 interview round.
Find duplicates in an array of strings
Iterate through the array and store each element in a hash set
If an element is already in the hash set, it is a duplicate
Return a list of all duplicates found
posted on 19 Oct 2022
Reasoning coding technical questions etc
posted on 22 Feb 2022
I applied via Referral and was interviewed in May 2021. There were 3 interview rounds.
posted on 28 Feb 2025
I was interviewed in Jan 2025.
The maximum score required to achieve is 50% out of 100.
posted on 21 Jan 2025
Normal logical, verbal, and quantitative ability questions.
Data structure was more and it was difficult round
I was interviewed in Jan 2025.
Test will be in hacker rank there would be a difficulty level between easy to medium
I applied via Approached by Company and was interviewed in Oct 2024. There were 3 interview rounds.
One coding test happen
Using stream API for Data Structures and Algorithms
Stream API in Java can be used to perform operations on collections like filtering, mapping, reducing, etc.
It can be used for implementing various data structures and algorithms efficiently.
For example, you can use stream API to find the sum of all elements in an array or filter out even numbers from a list.
Using stream API to filter a list of numbers and find the sum of even numbers
Use Stream.filter() to filter out even numbers
Use Stream.mapToInt() to convert stream to IntStream
Use IntStream.sum() to find the sum of even numbers
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Operations Executive
249
salaries
| ₹1.2 L/yr - ₹4.5 L/yr |
Software Developer
151
salaries
| ₹2.8 L/yr - ₹12 L/yr |
System Engineer
126
salaries
| ₹2 L/yr - ₹9.2 L/yr |
Software Engineer
118
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Manager
57
salaries
| ₹1.2 L/yr - ₹4.2 L/yr |
Wipro
Amazon
TCS
Infosys