Filter interviews by
posted on 22 Mar 2021
I applied via Walk-in and was interviewed before Mar 2020. There was 1 interview round.
Top trending discussions
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.
Different types of joins available in Databricks include inner join, outer join, left join, right join, and cross join.
Inner join: Returns only the rows that have matching values in both tables.
Outer join: Returns all rows when there is a match in either table.
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 ...
Implementing fault tolerance in a data pipeline involves redundancy, monitoring, and error handling.
Use redundant components to ensure continuous data flow
Implement monitoring tools to detect failures and bottlenecks
Set up automated alerts for immediate response to issues
Design error handling mechanisms to gracefully handle failures
Use checkpoints and retries to ensure data integrity
AutoLoader is a feature in data engineering that automatically loads data from various sources into a data warehouse or database.
Automates the process of loading data from different sources
Reduces manual effort and human error
Can be scheduled to run at specific intervals
Examples: Apache Nifi, AWS Glue
To connect to different services in Azure, you can use Azure SDKs, REST APIs, Azure Portal, Azure CLI, and Azure PowerShell.
Use Azure SDKs for programming languages like Python, Java, C#, etc.
Utilize REST APIs to interact with Azure services programmatically.
Access and manage services through the Azure Portal.
Leverage Azure CLI for command-line interface interactions.
Automate tasks using Azure PowerShell scripts.
Linked Services are connections to external data sources or destinations in Azure Data Factory.
Linked Services define the connection information needed to connect to external data sources or destinations.
They can be used in Data Factory pipelines to read from or write to external systems.
Examples of Linked Services include Azure Blob Storage, Azure SQL Database, and Amazon S3.
I was interviewed in Dec 2024.
2nd with VP which is easy but he seems not okay with my ECTC
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.
I was interviewed in Dec 2024.
Basic aptitude test asking questions very basic
Coding questions based on dsa
Spark is a distributed computing system that provides an interface for programming clusters with implicit data parallelism.
Spark is built on the concept of Resilient Distributed Datasets (RDDs), which are fault-tolerant collections of objects.
It supports various programming languages such as Scala, Java, Python, and R.
Spark provides high-level APIs for distributed data processing, including transformations and actions.
...
Lazy evaluation is a strategy used by Spark to delay the execution of transformations until an action is called.
Lazy evaluation improves performance by optimizing the execution plan
Transformations in Spark are not executed immediately, but rather recorded as a lineage graph
Actions trigger the execution of the transformations and produce a result
Lazy evaluation allows Spark to optimize the execution plan by combining an...
Left join returns all records from the left table and the matching records from the right table.
Inner join returns only the matching records from both tables.
Left join includes all records from the left table, even if there are no matches in the right table.
Inner join excludes the non-matching records from both tables.
Left join is used to retrieve all records from one table and the matching records from another table.
I...
Different types of joins in SQL include inner join, left join, right join, and full outer join.
Inner join: Returns rows when there is a 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.
Full outer join: Returns rows when there is a match in either table.
Various optimizations such as indexing, caching, and parallel processing were used in the project.
Implemented indexing on frequently queried columns to improve query performance
Utilized caching mechanisms to store frequently accessed data and reduce database load
Implemented parallel processing to speed up data processing tasks
Optimized algorithms and data structures for efficient data retrieval and manipulation
I optimized code, increased memory allocation, used efficient data structures, and implemented data partitioning.
Optimized code by identifying and fixing memory leaks
Increased memory allocation for the application
Used efficient data structures like arrays, hashmaps, and trees
Implemented data partitioning to distribute data across multiple nodes
TCS
Accenture
Wipro
Cognizant