Filter interviews by
Top trending discussions
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
1st round included basic apt questions and essay writing
I applied via Approached by Company and was interviewed before Feb 2023. There were 3 interview rounds.
Virtual basic discussion, ques on basic programming only
1 hour major interview of first round only technical and core concepts on programming
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
Use conditional formatting to highlight odd cells in Excel
Select the range of cells you want to highlight
Go to the 'Home' tab and click on 'Conditional Formatting'
Choose 'New Rule' and select 'Use a formula to determine which cells to format'
Enter the formula '=MOD(A1,2)=1' (assuming A1 is the top-left cell of your selected range)
Choose the formatting style you want for the odd cells
Joins in SQL are used to combine rows from two or more tables based on a related column between them.
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
INNER JOIN returns rows when there is at least one match in both tables
LEFT JOIN returns all rows from the left table and the matched rows from the right table
RIGHT JOIN returns all rows from the right table and the matched rows from the left table
FU...
Use window function to calculate running sum of salary in SQL
Use window function like SUM() with OVER() clause
Partition the data by employee ID if needed
Order the data by date or any other relevant column
I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.
First round is gamified aptitude that is playfull easy to crake.
That was a aptitude test easy to crake. major question are percentage,reasoning,average,ven diagram,number system, basic math question
Science base assessment (at the first they give certain amount of course and course source that we need to study) easy 10 mcq question we need to learn the course.
I applied via Approached by Company and was interviewed in May 2024. There were 4 interview rounds.
Use find command to locate files with 0KB size and delete them using the rm command.
Use find command with -size 0 option to locate files with 0KB size in a directory
Pipe the output of find command to rm command to delete the files
Example: find /path/to/directory -type f -size 0 -exec rm {} \;
Use find command with -mtime option to delete files older than 10 days.
Use find command with -mtime option to search for files older than 10 days.
Combine find command with -delete option to delete the files found.
Partition components, multifiles, checkpoints, and phases in data processing.
Partition components refer to dividing data into smaller chunks for processing efficiency.
Multifiles are multiple files used to store data during processing.
Checkpoints are markers set during processing to save progress and enable restart from a specific point.
Phases represent different stages of data processing workflow.
Example: In a MapReduc...
Using lookup for join can be inefficient and lead to performance issues. Sort component can be slow and resource-intensive.
Lookup for join can be inefficient for large datasets as it requires scanning the entire dataset for each lookup value.
Join is more optimized for joining datasets based on a common key, while lookup is better suited for smaller reference tables.
Sort component can be slow and resource-intensive, esp...
based on 1 review
Rating in categories
Senior Engineer
33
salaries
| ₹5.5 L/yr - ₹12.5 L/yr |
GIS Technician
24
salaries
| ₹1.9 L/yr - ₹3.5 L/yr |
Group Manager
15
salaries
| ₹16 L/yr - ₹31.8 L/yr |
Team Lead
13
salaries
| ₹6.2 L/yr - ₹13 L/yr |
Senior Software Engineer
13
salaries
| ₹6.5 L/yr - ₹11 L/yr |
Microsoft Corporation
IBM
Oracle