Filter interviews by
Simple multiple Questions
Calculated measures are derived metrics that are calculated based on existing data in a data model.
Calculated measures are created using mathematical formulas or expressions.
They are used to analyze data and gain insights that are not readily available in the data model.
Examples of calculated measures include average sales per customer, profit margin, and customer lifetime value.
Improving project performance involves setting clear goals, effective communication, and regular monitoring.
Define clear project goals and objectives
Establish effective communication channels among team members
Regularly monitor project progress and adjust plans as needed
Identify and address potential roadblocks or obstacles
Ensure team members have the necessary resources and support to complete tasks
Encourage collabora...
Top trending discussions
I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.
Basic Hacker Rank SQL Questions 2 . and 10 MCQ based
The query selects all columns and calculates the total amount for each customer in table t2.
The query uses a window function to calculate the sum of 'amt' for each customer in the 't2' table.
The 'partition by customer' clause divides the result set into partitions based on the 'customer' column.
The 'select *' statement selects all columns from the table along with the calculated total amount.
The 'sum(amt) over (partiti...
To find customers who purchased the same item multiple times on the same day.
Identify unique customers who purchased the same item multiple times on the same day
Check for duplicate transactions by customer and item on the same day
Aggregate the data to count the number of customers who made multiple purchases of the same item on the same day
posted on 28 Dec 2024
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Apr 2023. There were 2 interview rounds.
Find second max salary of employee by department in SQL
Use GROUP BY clause to group employees by department
Use MAX() function to find the maximum salary
Use subquery to find the second maximum salary
Find second max salary of employee by department using pandas dataframe
Group the dataframe by department
Sort the salaries in descending order
Select the second highest salary for each department
Python code to download file from aws s3 to local using boto3
Install boto3 library using pip
Create an S3 client using boto3
Use the download_file method to download the file from S3 to local
A program to count the number of words in a text file using PySpark.
Read the text file using SparkContext
Split the lines into words using flatMap
Map each word to a tuple of (word, 1)
Reduce by key to count the occurrences of each word
Save the output to a file
I applied via Job Fair and was interviewed in Nov 2023. There was 1 interview round.
Random Forest is an ensemble learning algorithm that builds multiple decision trees and merges them together to get a more accurate and stable prediction.
Random Forest is a popular algorithm used for both classification and regression tasks.
It creates multiple decision trees during training and combines their predictions to improve accuracy.
Random Forest is less prone to overfitting compared to a single decision tree.
E...
posted on 22 Feb 2024
Reasonging, isssues, maths, science, socila
posted on 26 Nov 2021
I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
6 mcqs and 2 sql questions
In SQL, 'HAVING' is used with GROUP BY to filter groups, while 'WHERE' is used to filter rows before grouping.
HAVING is used with GROUP BY to filter groups based on aggregate functions
WHERE is used to filter rows before grouping
HAVING is used after GROUP BY in the query, while WHERE is used before GROUP BY
Example: SELECT department, AVG(salary) FROM employees GROUP BY department HAVING AVG(salary) > 50000;
Example: S
based on 2 reviews
Rating in categories
Software Engineer
39
salaries
| ₹3 L/yr - ₹6 L/yr |
Devops Engineer
26
salaries
| ₹3 L/yr - ₹5.6 L/yr |
Linux Administrator
17
salaries
| ₹2.4 L/yr - ₹5.5 L/yr |
Linux System Administrator
15
salaries
| ₹2.4 L/yr - ₹5.9 L/yr |
Cloud Engineer
13
salaries
| ₹3 L/yr - ₹5 L/yr |
Duck Creek Technologies
Entrata
Ascent HR Technologies Private Limited
CodeClouds