Filter interviews by
I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.
Implement lag() and lead() functions without using lag() or lead()
To implement lag(), shift the values in the array by one position to the right
To implement lead(), shift the values in the array by one position to the left
For example, to implement lag() on [1, 2, 3, 4], you can shift the values to get [null, 1, 2, 3]
For lead(), you can shift the values to get [2, 3, 4, null]
Optimising a query involves identifying bottlenecks and improving efficiency.
Identify slow-performing queries using tools like query execution plans.
Optimize database indexes to speed up query performance.
Limit the number of columns and rows returned in the query.
Avoid using SELECT * and instead specify only the necessary columns.
Use appropriate data types and avoid unnecessary data conversions.
Consider denormalizing d...
Replace 'b' with 'v' in the 3rd position of each string in an array
Iterate through each string in the array
Check if the 3rd position contains 'b'
If yes, replace 'b' with 'v'
Top trending discussions
I applied via Campus Placement
I applied via Walk-in and was interviewed in Apr 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed in Dec 2016. There were 6 interview rounds.
Create a function to generate a transaction bin column based on transaction amounts.
Create bins based on transaction amounts (e.g. $0-$100, $101-$200, etc.)
Use pandas cut() function in Python to create bins
Assign bin labels to the transactions based on the bin ranges
I applied via Naukri.com and was interviewed in Jul 2024. There were 4 interview rounds.
Topics were, DSA, SQL, PL/SQL, Data Augmentation
Customer churn classification using a classification ML model
Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.
Start with the first element and compare it with the next element, swapping if necessary
Repeat this process for each pair of adjacent elements in the array until the entire array is sorted
Continue this process for each element in the array until no more swaps are ne
An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate with each other.
APIs define the methods for requesting and receiving data between software applications
APIs can be used to access data from external sources, such as social media platforms or weather services
Examples of APIs include the Twitter API, Google Maps API, and Spotify API
I am a data analyst with a strong background in statistics and data visualization.
Graduated with a degree in Statistics
Proficient in programming languages like Python and R
Experience in analyzing large datasets and creating data visualizations
Strong problem-solving skills and attention to detail
I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.
Sql and aptitude questions
I applied via Company Website
I applied via Referral and was interviewed before Apr 2022. There were 3 interview rounds.
based on 1 interview
Interview experience
based on 5 reviews
Rating in categories
Senior Software Engineer
686
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer2
258
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
236
salaries
| ₹0 L/yr - ₹0 L/yr |
Consultant
183
salaries
| ₹0 L/yr - ₹0 L/yr |
Lead Software Engineer
146
salaries
| ₹0 L/yr - ₹0 L/yr |
PayPal
Visa
American Express
Discover Financial Services