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

Filter interviews by

Altimetrik Interview Questions, Process, and Tips

Updated 1 Mar 2025

Top Altimetrik Interview Questions and Answers

View all 106 questions

Altimetrik Interview Experiences

Popular Designations

213 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Types of job in kotlin coroutine
  • Ans. 

    Types of jobs in Kotlin coroutine include launch, async, withContext, and runBlocking.

    • launch: starts a new coroutine without blocking the current thread

    • async: starts a new coroutine and returns a Deferred object with a result

    • withContext: switches the coroutine context within a coroutine

    • runBlocking: blocks the current thread until the coroutine inside it is completed

  • Answered by AI
  • Q2. What is Flow, Channel diffrent between StateFlow and SharedFlow
  • Ans. 

    Flow is a cold asynchronous data stream, Channel is a hot asynchronous data stream. StateFlow is a hot asynchronous data stream with a state, SharedFlow is a hot asynchronous data stream without a state.

    • Flow is a cold asynchronous data stream that emits values one by one.

    • Channel is a hot asynchronous data stream that can have multiple subscribers.

    • StateFlow is a hot asynchronous data stream that retains the most recent ...

  • Answered by AI
  • Q3. If Flow lifecycle aware
  • Ans. 

    Flow lifecycle aware means using Kotlin Flow with lifecycle awareness in Android development.

    • Flow lifecycle aware helps manage data streams in Android apps

    • It ensures that data emissions are only observed when the lifecycle is in the appropriate state

    • Example: Using Flow with LiveData to update UI components based on lifecycle events

  • Answered by AI
  • Q4. What is inline function and highorder function?
  • Ans. 

    Inline functions are functions that are expanded in place at the call site, while high-order functions are functions that can take other functions as parameters or return them.

    • Inline functions are expanded in place at the call site to improve performance.

    • High-order functions can take other functions as parameters or return them.

    • Example of high-order function: map() function in Kotlin.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Kotlin basic

Skills evaluated in this interview

Senior Android Developer Interview Questions asked at other Companies

Q1. Binary Array SortingA binary array is an array consisting of only 0s and 1s. You are given a binary array "arr" of size ‘N’. Your task is to sort the given array and return this array after sorting. Input Format : The first line of input c... read more
View answer (3)

Sopra Steria

Rated 4 for Job Security by our employees on AmbitionBox

Secure your future with a company that values your job stability.

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

Data structure was more and it was difficult round

Round 2 - Technical 

(1 Question)

  • Q1. It will depend on interviewer
Round 3 - Behavioral 

(1 Question)

  • Q1. It will be depending on Manager who is taking interview
Round 4 - HR 

(1 Question)

  • Q1. It will be very smooth

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a very good company overall I had very good learning and experience

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 (177)
Altimetrik Interview Questions and Answers for Freshers
illustration image
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Coding Test 

NA kjwnoi wniowe nfiow flmi

Round 2 - Coding Test 

NA fklwmoiwef,m ionfwno njnwfeio onfwp

Round 3 - Technical 

(2 Questions)

  • Q1. NAnak wel wenk weon
  • Q2. NAnank
Round 4 - One-on-one 

(2 Questions)

  • Q1. Wedlk k fwkllk own lnfw
  • Q2. Now odnw pmpw pnwpf

Top Altimetrik Senior Data Engineer Interview Questions and Answers

Q1. What services have you used in GCP
View answer (1)

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)

Senior Engineer Interview Questions & Answers

user image Machineni Ravisankar

posted on 1 Mar 2025

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2024.

Round 1 - Assignment 

When I was join there no assignment I think now they conducting

Round 2 - One-on-one 

(2 Questions)

  • Q1. Check the basic knowledge of our skills
  • Q2. Need write programs
Round 3 - Technical 

(1 Question)

  • Q1. Check the in-depth knowledge about our work
Round 4 - HR 

(1 Question)

  • Q1. Discuss salary details

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (57)

Altimetrik interview questions for popular designations

 Senior Software Engineer

 (22)

 Data Engineer

 (16)

 Staff Engineer

 (14)

 Senior Data Engineer

 (10)

 Senior Engineer

 (9)

 Java Developer

 (7)

 Software Engineer

 (7)

 Software Developer

 (6)

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Assignment 

HackersRank 2 questions

Round 2 - Technical 

(2 Questions)

  • Q1. Context API's in react
  • Ans. 

    Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.

    • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

    • It is useful for sharing global data such as themes, user authentication, or language preferences.

    • Context API consists of three main parts: Provider...

  • Answered by AI
  • Q2. Hooks in react js
  • Ans. 

    Hooks in React JS are functions that let you use state and other React features without writing a class.

    • Hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • useState() is a hook that allows you to add state to functional components.

    • useEffect() is a hook that allows you to perform side effects in functional components.

    • Custom hooks are reusable functions that can contain ...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. COnteaxt API, Hooks, Redux etc
  • Q2. React lifecycle and some basic sorting/searching alogo questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Will ask JavaScript and react js question

Skills evaluated in this interview

Senior UI Developer Interview Questions asked at other Companies

Q1. Life cycle methods in react js, explain context API, advantages and disadvantages of context API, how is redux different from context API, different optimization techniques in react js, what are core web vitals, explain LCP, CLS, FID. What ... read more
View answer (1)

Get interview-ready with Top Altimetrik Interview Questions

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Most questions about jmeter
Round 2 - Technical 

(1 Question)

  • Q1. Questions about overall work experience

Performance Engineer Interview Questions asked at other Companies

Q1. Loadrunner Throughput v/s hits/sec? How do you design spike testing in loadrunner & jmeter?
View answer (1)

Jobs at Altimetrik

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What are accumulators in spark?
  • Ans. 

    Accumulators are shared variables that are updated by worker nodes and can be used for aggregating information across tasks.

    • Accumulators are used for implementing counters and sums in Spark.

    • They are only updated by worker nodes and are read-only by the driver program.

    • Accumulators are useful for debugging and monitoring purposes.

    • Example: counting the number of errors encountered during processing.

  • Answered by AI
  • Q2. Explain spark architecture
  • Ans. 

    Spark architecture is a distributed computing framework that consists of a driver program, cluster manager, and worker nodes.

    • Spark architecture includes a driver program that manages the execution of the Spark application.

    • It also includes a cluster manager that allocates resources and schedules tasks on worker nodes.

    • Worker nodes are responsible for executing the tasks and storing data in memory or disk.

    • Spark architectu...

  • Answered by AI
  • Q3. Write a query to find duplicate data using SQL
  • Ans. 

    Query to find duplicate data using SQL

    • Use GROUP BY and HAVING clause to identify duplicate records

    • Select columns to check for duplicates

    • Use COUNT() function to count occurrences of each record

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is pub/sub?
  • Ans. 

    Pub/sub is a messaging pattern where senders (publishers) of messages do not program the messages to be sent directly to specific receivers (subscribers).

    • Pub/sub stands for publish/subscribe.

    • Publishers send messages to a topic, and subscribers receive messages from that topic.

    • It allows for decoupling of components in a system, enabling scalability and flexibility.

    • Examples include Apache Kafka, Google Cloud Pub/Sub, and

  • Answered by AI
  • Q2. What services have you used in GCP
  • Ans. 

    I have used services like BigQuery, Dataflow, Pub/Sub, and Cloud Storage in GCP.

    • BigQuery for data warehousing and analytics

    • Dataflow for real-time data processing

    • Pub/Sub for messaging and event ingestion

    • Cloud Storage for storing data and files

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on SQL ,GCP ,Pyspark

Skills evaluated in this interview

Top Altimetrik Senior Data Engineer Interview Questions and Answers

Q1. What services have you used in GCP
View answer (1)

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. My Profile is AzureDevOps and interviewer asked me questions on Jenkins and Groovy Scripting
  • Q2. Interviewer is not aware of JD and my profile

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical knowledge on skills
Round 2 - One-on-one 

(1 Question)

  • Q1. Fault tolerance and consistency
Round 3 - HR 

(1 Question)

  • Q1. Package discussion

Staff Engineer Interview Questions asked at other Companies

Q1. Swap Adjacent Bit PairsYou are given an integer 'N'. Your task is to find the number formed after swapping each even bit of 'N' in its binary representation with its adjacent bit on the right, assuming that the least significant bit is an o... read more
View answer (2)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Sep 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 Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. It was first technical round Asked about Functional, Non Functional testing, Integration, Regression, Smoke, Retesting, Performance, load, stress testing.
  • Q2. Then he comes to selenium the question was how to navigate to other window in browser. Lastly asked me python program to print the number is prime or not.
Round 2 - Coding Test 

It haven't done. Tomorrow is my coding round. Hope it will go well

Round 3 - Technical 

(1 Question)

  • Q1. Not done yet. Will be conduct after the coding round.

Interview Preparation Tips

Topics to prepare for Altimetrik QA Engineer interview:
  • Automation Testing
  • Python
Interview preparation tips for other job seekers - Must needed skills here is to self learner and initiator. They will send if you can do the work. Show that you can and you are a learner.

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)
Contribute & help others!
anonymous
You can choose to be anonymous

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. You own a Tea shop and I arrive to place a bulk order for tea. What questions w...read more
  2. What is gradient descent, why does gradient descent follow tan angles and pleas...read more
  3. ASP.NET page life cycle and events in it and how page will be render...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.

Recently Viewed

INTERVIEWS

Lenovo

38 interviews

INTERVIEWS

Sharekhan

81 interviews

INTERVIEWS

StrideOne

2 interviews

INTERVIEWS

Tredence

123 interviews

INTERVIEWS

Edelweiss

58 interviews

INTERVIEWS

Indegene

151 interviews

INTERVIEWS

IMS People

37 interviews

Tell us how to improve this page.

Altimetrik Interview Process

based on 176 interviews

Interview experience

3.6
  
Good
View more

HCLTech

A more secure future awaits you

Interview Questions from Similar Companies

Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Coforge Interview Questions
3.3
 • 520 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
Cyient Interview Questions
3.7
 • 284 Interviews
CitiusTech Interview Questions
3.4
 • 268 Interviews
View all

Altimetrik Reviews and Ratings

based on 1.1k reviews

3.8/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.8

Salary

3.3

Job security

3.8

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 1.1k Reviews and Ratings
Java Fullstack React/Angular-Immd-PanIndia-CitiBank

Pune,

Chennai

+1

5-9 Yrs

Not Disclosed

Principal Architect-Cloud

Bangalore / Bengaluru

12-19 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.2k salaries
unlock blur

₹8.4 L/yr - ₹34 L/yr

Staff Engineer
861 salaries
unlock blur

₹10.9 L/yr - ₹41 L/yr

Senior Engineer
634 salaries
unlock blur

₹9 L/yr - ₹31 L/yr

Software Engineer
315 salaries
unlock blur

₹4.8 L/yr - ₹18 L/yr

Staff Software Engineer
236 salaries
unlock blur

₹10.4 L/yr - ₹34 L/yr

Explore more salaries
Compare Altimetrik with

Accenture

3.8
Compare

Persistent Systems

3.5
Compare

Mphasis

3.4
Compare

LTIMindtree

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent