i
AltezzaSys
Filter interviews by
I was interviewed in Dec 2024.
Top trending discussions
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...
posted on 6 Jan 2022
I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed before Dec 2021. There were 4 interview rounds.
Usual questions about self and experience
A question that is both tricky and simple.
Questions based on both numerical data and case studies.
I am interested in working for this company because of its innovative projects and strong reputation in the industry.
Innovative projects that challenge me to grow as a programmer
Strong reputation in the industry for quality work
Opportunities for career advancement and professional development
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 Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.
I applied via Job Portal and was interviewed before Oct 2022. There were 3 interview rounds.
posted on 16 Sep 2022
I applied via LinkedIn and was interviewed before Sep 2021. There were 4 interview rounds.
Powerpoint,Word,excel and Iconography
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Information Technology Recruiter
41
salaries
| ₹1 L/yr - ₹4.4 L/yr |
Senior IT Recruiter
20
salaries
| ₹2.8 L/yr - ₹4.5 L/yr |
Team Lead
19
salaries
| ₹2.7 L/yr - ₹8.6 L/yr |
Senior Consultant
15
salaries
| ₹8.6 L/yr - ₹20 L/yr |
Talent Acquisition Executive
11
salaries
| ₹2 L/yr - ₹4.8 L/yr |
Infosys
TCS
Wipro
HCLTech