Filter interviews by
posted on 13 Sep 2017
I was interviewed in Sep 2017.
posted on 13 Sep 2017
I was interviewed in Sep 2017.
I believe the coding profile suits me because of my strong analytical skills, problem-solving abilities, and passion for technology.
I have a strong background in mathematics and logic, which are essential for coding.
I enjoy solving complex problems and finding efficient solutions.
I have experience in programming languages such as Python and Java.
I have successfully completed coding projects in the past, demonstrating m...
posted on 10 Nov 2021
I applied via campus placement at University of Mumbai, Mumbai and was interviewed before Nov 2020. There was 1 interview round.
posted on 6 Nov 2016
I applied via campus placement at Indian Institute of Technology (IIT), Chennai
To check if a linked list is looped onto itself, we can use hashmaps.
Create an empty hashmap
Traverse the linked list, for each node check if it already exists in the hashmap
If a node already exists, it means the linked list is looped
If the traversal completes without finding a loop, the linked list is not looped
p^2-1 is divisible by 8 and 24 for all primes.
To prove p^2-1 is divisible by 8, consider the possible remainders of p when divided by 8.
To prove p^2-1 is divisible by 24, consider the possible remainders of p when divided by 24.
For all primes, p^2-1 will always be divisible by 8 and 24.
Probability of rolling three unbiased dices such that a>b>c and extrapolating to five random number generators.
The probability of rolling three unbiased dices such that a>b>c is 1/216.
To extrapolate to five random number generators, we need to calculate the probability of generating five random numbers such that the first is greater than the second, the second is greater than the third, and so on.
The probability of gen...
To maximize the probability of picking a red marble, divide the marbles unevenly, with more red marbles in one jar.
Place 49 red marbles and 1 blue marble in one jar, and the remaining 1 red marble and 49 blue marbles in the other jar.
This way, the blind man has a higher chance of picking the jar with 49 red marbles and 1 blue marble.
The probability of picking a red marble from the first jar is 49/50, while from the sec
I applied via Naukri.com and was interviewed in Sep 2024. There were 4 interview rounds.
Basic aptitude questions
Data structure and algorithms
I applied via Walk-in and was interviewed in Apr 2024. There were 3 interview rounds.
Lazy evaluation in Spark delays the execution of transformations until an action is called.
Lazy evaluation allows Spark to optimize the execution plan by combining multiple transformations into a single stage.
Transformations are not executed immediately, but are stored as a directed acyclic graph (DAG) of operations.
Actions trigger the execution of the DAG and produce results.
Example: map() and filter() are transformat...
MapReduce is a programming model and processing technique for parallel and distributed computing.
MapReduce is used to process large datasets in parallel across a distributed cluster of computers.
It consists of two main functions - Map function for processing key/value pairs and Reduce function for aggregating the results.
Popularly used in big data processing frameworks like Hadoop for tasks like data sorting, searching...
Skewness is a measure of asymmetry in a distribution. Skewed tables are tables with imbalanced data distribution.
Skewness is a statistical measure that describes the asymmetry of the data distribution around the mean.
Positive skewness indicates a longer tail on the right side of the distribution, while negative skewness indicates a longer tail on the left side.
Skewed tables in data engineering refer to tables with imba...
Spark is a distributed computing framework designed for big data processing.
Spark is built around the concept of Resilient Distributed Datasets (RDDs) which allow for fault-tolerant parallel processing of data.
It provides high-level APIs in Java, Scala, Python, and R for ease of use.
Spark can run on top of Hadoop, Mesos, Kubernetes, or in standalone mode.
It includes modules for SQL, streaming, machine learning, and gra...
I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.
Error handling in PySpark involves using try-except blocks and logging to handle exceptions and errors.
Use try-except blocks to catch and handle exceptions in PySpark code
Utilize logging to record errors and exceptions for debugging purposes
Consider using the .option('mode', 'PERMISSIVE') method to handle corrupt records in data processing
I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.
Coding questions on sql python and spark
Implement a function to pair elements of an array based on a given sum.
Iterate through the array and check if the current element plus any other element equals the given sum.
Use a hash set to store elements already visited to avoid duplicate pairs.
Return an array of arrays containing the pairs that sum up to the given value.
based on 1 review
Rating in categories
Assistant Vice President
4.6k
salaries
| ₹17 L/yr - ₹47.5 L/yr |
Assistant Manager
3.3k
salaries
| ₹6 L/yr - ₹20 L/yr |
Officer
2.9k
salaries
| ₹10 L/yr - ₹35 L/yr |
Vice President
2.5k
salaries
| ₹24 L/yr - ₹70 L/yr |
Manager
2.3k
salaries
| ₹9 L/yr - ₹37 L/yr |
State Bank of India
HDFC Bank
ICICI Bank
Axis Bank