Filter interviews by
Top trending discussions
posted on 11 Nov 2024
I was interviewed in Oct 2024.
First round was coding test on Coderbyte it was good.
I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.
Advanced Java coding
Core Java arrays and strings are fundamental data structures used for storing and manipulating data in Java programming.
Arrays in Java are used to store multiple values of the same data type in a single variable.
Strings in Java are objects that represent sequences of characters.
Arrays and strings in Java are both indexed collections, with arrays being mutable and strings being immutable.
Example: String[] names = {"Alic
posted on 5 Dec 2024
I applied via Campus Placement
I applied via Approached by Company and was interviewed in May 2024. There were 3 interview rounds.
60m, DSA (graphs, trees, etc.)
A sparse matrix can be represented using a dictionary of dictionaries or a list of lists.
Use a dictionary of dictionaries where the keys are the row and column indices with non-zero values as values.
Alternatively, use a list of lists where each inner list represents a row with non-zero values and their column indices.
Sparse matrices are efficient for large matrices with mostly zero values.
Example: {0: {1: 5, 3: 7}, 2: ...
Efficiently calculate the sum of a matrix
Iterate through each element in the matrix and add them to a running total
Use parallel processing or multi-threading to calculate the sum faster
Consider using optimized algorithms like Strassen's algorithm for matrix multiplication
A metrics tracker to monitor and analyze key performance indicators
Define the key metrics to track (e.g. user engagement, conversion rates)
Implement a data collection system to gather relevant data
Create visualizations and reports to analyze the metrics
Set up alerts for abnormal metric values
Regularly review and update the metrics based on business goals
I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.
Technical aspects about linked list,trees, stacks
Topic related to humanities
posted on 20 Aug 2024
I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.
Good and the whole process took more than 20 days
Find the largest number in an array
I applied via Campus Placement and was interviewed in Mar 2023. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Mar 2023. There were 3 interview rounds.
2 coding qns and aptitude
Lambda function in Python is an anonymous function that can have any number of arguments, but can only have one expression.
Lambda functions are defined using the lambda keyword.
They are commonly used for small, one-time tasks.
They can take any number of arguments, but can only have one expression.
Example: lambda x: x*2 will return the double of x.
based on 6 reviews
Rating in categories
Software Engineer
48
salaries
| ₹6.9 L/yr - ₹18 L/yr |
Senior Software Engineer
42
salaries
| ₹12 L/yr - ₹25 L/yr |
Associate Software Engineer
28
salaries
| ₹5.7 L/yr - ₹12.5 L/yr |
Associate Technical Leader
10
salaries
| ₹20 L/yr - ₹28.8 L/yr |
Technical Lead
9
salaries
| ₹15.2 L/yr - ₹25 L/yr |
TCS
Infosys
Wipro
HCLTech