i
Altimetrik
Filter interviews by
I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.
Implementing incremental load in a table involves updating only new or changed data without reloading the entire dataset.
Identify a column in the table that can be used to track changes, such as a timestamp or a version number
Use this column to filter out only the new or updated records during each load
Merge the new data with the existing data in the table using SQL queries or ETL tools
Ensure data integrity by handling...
Use SQL query to find columns with timestamp data type in a table.
Use a SQL query like 'SHOW COLUMNS FROM table_name WHERE Type = 'timestamp''
Alternatively, query the information_schema.columns table for column data types
Check for variations of timestamp data types like datetime, timestamp, etc.
To delete a column from a table, use the ALTER TABLE command.
Use the ALTER TABLE command followed by DROP COLUMN to delete a column from a table.
Specify the name of the column you want to delete after the DROP COLUMN keyword.
Make sure to carefully consider the impact of deleting a column on the data and any dependent objects.
Drop removes a table from the database, truncate removes all rows from a table, and delete removes specific rows from a table.
DROP: Removes the entire table structure and data from the database.
TRUNCATE: Removes all rows from a table but keeps the table structure.
DELETE: Removes specific rows from a table based on a condition.
Example: DROP TABLE table_name;
Example: TRUNCATE TABLE table_name;
Example: DELETE FROM table_n
Top is used to select the first few rows from a dataset, while limit is used to restrict the number of rows returned in a query.
Top is commonly used in SQL Server, while limit is commonly used in MySQL.
Top is used with the SELECT statement in SQL Server to limit the number of rows returned, while limit is used in MySQL to restrict the number of rows returned.
Example: SELECT TOP 5 * FROM table_name; (SQL Server) vs. SEL
count(*) counts all rows in a table, while count(1) counts the number of non-null values in a specific column.
count(*) counts all rows in a table
count(1) counts the number of non-null values in a specific column
count(*) is generally used when you want to count all rows in a table, while count(1) is used when you want to count non-null values in a specific column
Find the second index of 'l' in the string 'Hello'.
Use the find() method to find the first index of 'l'.
Use the find() method again starting from the index after the first 'l' to find the second index.
Handle cases where the first 'l' is not found or there is no second 'l'.
What people are saying about Altimetrik
Optimizing dags involves reducing unnecessary tasks, parallelizing tasks, and optimizing resource allocation.
Identify and remove unnecessary tasks to streamline the workflow.
Parallelize tasks to reduce overall execution time.
Optimize resource allocation by scaling up or down based on task requirements.
Use caching and memoization techniques to avoid redundant computations.
Implement data partitioning and indexing for eff
Unacknowledged messages in pubsub can be handled by implementing retries, dead letter queues, and monitoring mechanisms.
Implement retries for unacknowledged messages to be redelivered.
Use dead letter queues to store messages that repeatedly fail to be processed.
Set up monitoring mechanisms to track unacknowledged messages and identify potential issues.
Altimetrik interview questions for designations
I was interviewed in Aug 2024.
Hadoop is an open-source framework used for distributed storage and processing of large data sets across clusters of computers.
Hadoop consists of HDFS (Hadoop Distributed File System) for storage and MapReduce for processing.
It allows for parallel processing of large datasets across multiple nodes in a cluster.
Hadoop is scalable, fault-tolerant, and cost-effective for handling big data.
Popular tools like Apache Hive, A...
Get interview-ready with Top Altimetrik Interview Questions
I was interviewed in Aug 2024.
Use the DISTINCT keyword in a SELECT statement to remove duplicate rows from a table.
Use the DISTINCT keyword in a SELECT statement to retrieve unique rows
Use the GROUP BY clause with appropriate columns to remove duplicates
Use the ROW_NUMBER() function to assign a unique row number to each row and then filter out rows with row number greater than 1
I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.
Technical Assessment Test (MCQs) - 30 mins.
Use the split() method to convert a string with multiple lines into a list of strings.
Use the split() method with the newline character '\n' as the delimiter to split the string into a list of strings.
Example: 'Hello\nWorld\n' -> ['Hello', 'World']
Convert a string of multiple lines with 'n' words to multiple arrays of fixed size without overlap.
Split the string into individual words
Create arrays of fixed size 'k' and distribute words evenly
Handle cases where the number of words is not divisible by 'k'
I applied via Company Website and was interviewed before Dec 2023. There were 2 interview rounds.
I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.
The duration of Altimetrik Data Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 15 interviews
1 Interview rounds
based on 21 reviews
Rating in categories
Senior Software Engineer
1.2k
salaries
| ₹9.1 L/yr - ₹35 L/yr |
Staff Engineer
843
salaries
| ₹10.9 L/yr - ₹41 L/yr |
Senior Engineer
627
salaries
| ₹9.1 L/yr - ₹30 L/yr |
Software Engineer
300
salaries
| ₹4.8 L/yr - ₹18.6 L/yr |
Staff Software Engineer
242
salaries
| ₹10.4 L/yr - ₹34 L/yr |
Accenture
Persistent Systems
Mphasis
LTIMindtree