Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Altimetrik Team. If you also belong to the team, you can get access from here

Altimetrik Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 980 Reviews

Filter interviews by

Altimetrik Interview Questions, Process, and Tips

Updated 28 Dec 2024

Top Altimetrik Interview Questions and Answers

View all 106 questions

Altimetrik Interview Experiences

Popular Designations

205 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find the 2nd highest salary group by department
  • Q2. How to implement incremental load in a table
  • Ans. 

    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...

  • Answered by AI

Skills evaluated in this interview

Top Altimetrik Data Engineer Interview Questions and Answers

Q1. convert string of multiple lines with 'n' words to multiple arrays of fixed size: k, with no overlap of elements accross arrays.
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Kubernetes Jenkins gitlab concepts
  • Q2. Docker, swarm architecture, networking

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Sql questions on case statments and joins
  • Q2. Python and project related questions

Gcp Data Engineer Interview Questions asked at other Companies

Q1. GCP Services, What is use of Bigquery? What is Pubsub,Dataflow,cloud storage. Question related previous roles and responsibility.
View answer (1)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(7 Questions)

  • Q1. Find columns from a table where data type is timestamp.
  • Ans. 

    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.

  • Answered by AI
  • Q2. Alter column name
  • Q3. Delete column from a table
  • Ans. 

    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.

  • Answered by AI
  • Q4. Difference between drop, truncate and delete
  • Ans. 

    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

  • Answered by AI
  • Q5. Difference between top and limit.
  • Ans. 

    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

  • Answered by AI
  • Q6. What is difference between count(*) and count(1)
  • Ans. 

    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

  • Answered by AI
  • Q7. FInd second index of "l" from a string "Hello". write a py code.
  • Ans. 

    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'.

  • Answered by AI

Skills evaluated in this interview

Top Altimetrik Data Engineer Interview Questions and Answers

Q1. convert string of multiple lines with 'n' words to multiple arrays of fixed size: k, with no overlap of elements accross arrays.
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Altimetrik interview questions for popular designations

 Senior Software Engineer

 (21)

 Data Engineer

 (16)

 Staff Engineer

 (14)

 Java Developer

 (8)

 Senior Data Engineer

 (8)

 Senior Engineer

 (8)

 Software Engineer

 (6)

 Front end Developer

 (4)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding + Aptitude question

Round 2 - Technical 

(2 Questions)

  • Q1. Basic of programming lang.
  • Q2. DSA and Oop concepts questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview pro

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Get interview-ready with Top Altimetrik Interview Questions

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Architecture level questions
  • Q2. Project Management related questions

iOS Architect Interview Questions asked at other Companies

Q1. Code for Linked list using Generics
View answer (1)

Jobs at Altimetrik

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. GCP main components and its uses
  • Ans. 

    GCP main components include Compute Engine, Cloud Storage, BigQuery, and Dataflow for various uses.

    • Compute Engine - Virtual machines for running workloads

    • Cloud Storage - Object storage for storing data

    • BigQuery - Data warehouse for analytics

    • Dataflow - Stream and batch processing of data

  • Answered by AI
  • Q2. About Big Query architecture

Interview Preparation Tips

Topics to prepare for Altimetrik Gcp Data Engineer interview:
  • GCP
  • SQL
  • Python
Interview preparation tips for other job seekers - Experience is good

Skills evaluated in this interview

Gcp Data Engineer Interview Questions asked at other Companies

Q1. GCP Services, What is use of Bigquery? What is Pubsub,Dataflow,cloud storage. Question related previous roles and responsibility.
View answer (1)

Java Developer interview

user image Dynamic Programmer

posted on 16 Jan 2022

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How can you optmize dags?
  • Ans. 

    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

  • Answered by AI
  • Q2. How can we handle unacknowledged messages in pubsub?
  • Ans. 

    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.

  • Answered by AI

Skills evaluated in this interview

Top Altimetrik Data Engineer Interview Questions and Answers

Q1. convert string of multiple lines with 'n' words to multiple arrays of fixed size: k, with no overlap of elements accross arrays.
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Exceptions and thread implementation
  • Q2. Basics of restful web services

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

Altimetrik Interview FAQs

How many rounds are there in Altimetrik interview?
Altimetrik interview process usually has 2-3 rounds. The most common rounds in the Altimetrik interview process are Technical, Coding Test and HR.
How to prepare for Altimetrik interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Altimetrik. The most common topics and skills that interviewers at Altimetrik expect are Java, Python, SQL, Javascript and Spring Boot.
What are the top questions asked in Altimetrik interview?

Some of the top questions asked at the Altimetrik interview -

  1. What is gradient descent, why does gradient descent follow tan angles and pleas...read more
  2. ASP.NET page life cycle and events in it and how page will be render...read more
  3. You own a Tea shop and I arrive to place a bulk order for tea. What questions w...read more
How long is the Altimetrik interview process?

The duration of Altimetrik interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Altimetrik Interview Process

based on 113 interviews in last 1 year

Interview experience

3.8
  
Good
View more

People are getting interviews through

based on 135 Altimetrik interviews
Job Portal
Recruitment Consultant
Referral
Company Website
Campus Placement
53%
4%
4%
1%
1%
37% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 779 Interviews
Coforge Interview Questions
3.4
 • 496 Interviews
KPIT Technologies Interview Questions
3.5
 • 282 Interviews
Cyient Interview Questions
3.7
 • 276 Interviews
CitiusTech Interview Questions
3.4
 • 259 Interviews
View all

Altimetrik Reviews and Ratings

based on 980 reviews

3.8/5

Rating in categories

3.7

Skill development

3.8

Work-Life balance

3.8

Salary & Benefits

3.4

Job Security

3.8

Company culture

3.4

Promotions/Appraisal

3.5

Work Satisfaction

Explore 980 Reviews and Ratings
Devops- Immd- 7-11yrs- Bangalore- Lululemon

Bangalore / Bengaluru

7-11 Yrs

Not Disclosed

Devops Lead- Immd joiner- Bangalore- 11+yrs

Bangalore / Bengaluru

11-16 Yrs

Not Disclosed

SDET and SDET Lead(API)-Bangalore- Client Lululemon: 7-14yrs

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.2k salaries
unlock blur

₹9 L/yr - ₹34 L/yr

Staff Engineer
807 salaries
unlock blur

₹10.9 L/yr - ₹41 L/yr

Senior Engineer
611 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Software Engineer
306 salaries
unlock blur

₹4.8 L/yr - ₹19 L/yr

Senior Staff Engineer
216 salaries
unlock blur

₹15 L/yr - ₹41 L/yr

Explore more salaries
Compare Altimetrik with

Accenture

3.9
Compare

Persistent Systems

3.5
Compare

Mphasis

3.4
Compare

LTIMindtree

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview