i
HCLTech
Filter interviews by
I applied via Approached by Company and was interviewed before Oct 2022. There were 2 interview rounds.
What people are saying about HCLTech
I applied via Company Website and was interviewed in Nov 2023. There were 3 interview rounds.
Coalesce is used to reduce the number of partitions in a DataFrame, while repartition is used to increase the number of partitions.
Coalesce is a narrow transformation that can only decrease the number of partitions without shuffling data.
Repartition is a wide transformation that can both increase or decrease the number of partitions and involves shuffling data across the cluster.
Coalesce is more efficient for reducing ...
Rank vs dense rank quetions ctes
Python data structure
I applied via Naukri.com and was interviewed in Jul 2023. There were 2 interview rounds.
Spark internal working and optimization techniques
Spark uses Directed Acyclic Graph (DAG) for optimizing workflows
Lazy evaluation helps in optimizing transformations by combining them into a single stage
Caching and persistence of intermediate results can improve performance
Partitioning data can help in parallel processing and reducing shuffle operations
I applied via Naukri.com and was interviewed in Apr 2023. There were 3 interview rounds.
Speculative execution in Hadoop is a feature that allows the framework to launch duplicate tasks for a job, with the goal of completing the job faster.
Speculative execution is used when a task is taking longer to complete than expected.
Hadoop identifies slow-running tasks and launches duplicate tasks on other nodes.
The first task to complete is used, while the others are killed to avoid duplication of results.
This help...
Lists are mutable ordered collections, tuples are immutable ordered collections, and sets are mutable unordered collections.
Lists are mutable and ordered, allowing for duplicate elements. Example: [1, 2, 3, 3]
Tuples are immutable and ordered, allowing for duplicate elements. Example: (1, 2, 3, 3)
Sets are mutable and unordered, not allowing for duplicate elements. Example: {1, 2, 3}
Rank assigns a unique rank to each distinct row, while dense rank assigns consecutive ranks to rows with the same values.
Rank function assigns unique ranks to each distinct row in the result set
Dense rank function assigns consecutive ranks to rows with the same values
Rank function leaves gaps in the ranking sequence if there are ties, while dense rank does not
To add data into a partitioned hive table, you can use the INSERT INTO statement with the PARTITION clause.
Use INSERT INTO statement to add data into the table.
Specify the partition column values using the PARTITION clause.
Example: INSERT INTO table_name PARTITION (partition_column=value) VALUES (data);
WAP to add index wise elements of a list . A=[1,2,3] , B=[4,5,7] C should be [5,7,10]
I applied via Naukri.com and was interviewed in Jan 2021. There were 5 interview rounds.
I applied via Naukri.com
I have worked on various AWS services including S3, EC2, Lambda, Glue, and Redshift.
S3 - Used for storing and retrieving data
EC2 - Used for running virtual servers
Lambda - Used for serverless computing
Glue - Used for ETL (Extract, Transform, Load) processes
Redshift - Used for data warehousing and analytics
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
based on 2 reviews
Rating in categories
Software Engineer
22.5k
salaries
| ₹1.2 L/yr - ₹8 L/yr |
Technical Lead
20.7k
salaries
| ₹7 L/yr - ₹25 L/yr |
Senior Software Engineer
15.4k
salaries
| ₹4 L/yr - ₹16.5 L/yr |
Lead Engineer
14.8k
salaries
| ₹4.2 L/yr - ₹14 L/yr |
Senior Analyst
13.9k
salaries
| ₹1 L/yr - ₹8.7 L/yr |
TCS
Wipro
Accenture
Cognizant