Upload Button Icon Add office photos

Apptio

Compare button icon Compare button icon Compare

Filter interviews by

Apptio Interview Questions, Process, and Tips

Updated 6 Mar 2025

Top Apptio Interview Questions and Answers

  • Q1. - what do you know anything about AWS. - what is the microservices
  • Q2. Designing a multi-threaded framework of ingesting data from a very huge file and use parallel processing of data?
  • Q3. what are different types of VM?

Apptio Interview Experiences

Popular Designations

19 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Analytical, reasoning, permutations

Round 3 - Case Study 

How is trouble shoot issue with a product?

Interview Preparation Tips

Interview preparation tips for other job seekers - Homework on company,
Mission and vision,
Career opportunities

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude test

Round 2 - Coding Test 

Coding round via screen share

Round 3 - Technical 

(1 Question)

  • Q1. Managerial round with technical solution discussion

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Coding Test 

I was asked t solve 2 coding questions got 20 minutes for each, both were on DS and Algo moderate problems. 1 on trees and second on linked list.

Round 2 - Technical 

(1 Question)

  • Q1. System design round where i was asked to design a parking lot followed by few DB questions
Round 3 - Technical 

(1 Question)

  • Q1. Then there was a UI round where i had to answer few Typescript questions and then was given a case study which i had t solve and propose a UI/UX solution.

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall i felt moderate difficulty so if you are prepared for DS/Algo you will have an offer from Apptio.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Jun 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

CCAT test , 20 min 40 questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. 4 rounds of 1-1 interview
  • Q2. Basic Technical question related to SharePoint and related technologies . Managerial scenario based questions.

Technical Service Engineer Interview Questions asked at other Companies

Q1. What is the potential of your market and share of your product??
View answer (2)

Apptio interview questions for popular designations

 Technical Support Engineer

 (2)

 Software Developer

 (2)

 Sde1

 (2)

 Software Development Engineer 1

 (1)

 Senior Developer

 (1)

 Senior Software Engineer

 (1)

 Software Development Engineer

 (1)

 Software Development Engineer II

 (1)

I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 7 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Every employee need to give this aptitude test even managers, without this there is no advancement it includes:
- simple maths problem
- pattern problem
- assertion reasoning

Round 3 - Technical 

(2 Questions)

  • Q1. For me i was asked questions on javascript concepts and 2 programs: 1) make all uppercase letter small and make all lowercase letter uppercase 2) palindrome check
  • Q2. Palindrome and uppercase
Round 4 - Case Study 

I was asked few questions on react and i had to create table where i can apply sorting on columns

Round 5 - Technical 

(1 Question)

  • Q1. This round was by technical manager and most question were on redux and react, and few css questions.
Round 6 - Behavioral 

(1 Question)

  • Q1. I was connected with hiring manager and no technical questions were asked.
Round 7 - HR 

(1 Question)

  • Q1. This was salary discussion round.

Interview Preparation Tips

Topics to prepare for Apptio Sde1 interview:
  • React.Js
  • Redux
  • CSS
Interview preparation tips for other job seekers - if you have good concept knowledge and previous project knowledge, you don't need code chef or hacker rank certificate to be considered good candidate, just show good side of your and your enthuthiasm.

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Validate binary tree is valid or not
  • Ans. 

    Validate if a binary tree is valid or not

    • A valid binary tree should not have any duplicate nodes

    • A valid binary tree should have all left nodes smaller than the parent node and all right nodes greater than the parent node

    • We can use recursion to traverse the tree and check if it is valid

  • Answered by AI
  • Q2. Reversing the linkedlist
  • Ans. 

    Reversing a linked list involves changing the direction of the pointers in the list.

    • Iteratively swap the next and previous pointers of each node in the list

    • Recursively swap the next and previous pointers of each node in the list

    • Use a stack to push each node onto the stack and then pop them off in reverse order

    • Create a new list and iterate through the original list, adding each node to the front of the new list

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DS before attending this interview

Skills evaluated in this interview

Senior Developer Interview Questions asked at other Companies

Q1. What is your current CTC and what is your expected CTC?
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 2 Dec 2021

I applied via Naukri.com and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic cloud questions and customer success questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of cloud should be good.

Interview Questionnaire 

1 Question

  • Q1. Basically there was a lot of Mid Level questions on DS Algo. With basic question on programming language (Java)

Software Development Engineer 1 Interview Questions asked at other Companies

Q1. 4. Design a system for making table reservations at a restaurant.
View answer (1)

I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Spring boot - fail safe via hysterix
  • Q2. Design Patterns
  • Q3. Multithreading basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with design use cases and data structures

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)

Apptio Interview FAQs

How many rounds are there in Apptio interview?
Apptio interview process usually has 3-4 rounds. The most common rounds in the Apptio interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Apptio 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 Apptio. The most common topics and skills that interviewers at Apptio expect are SQL, Agile, HTML, Javascript and Machine Learning.
What are the top questions asked in Apptio interview?

Some of the top questions asked at the Apptio interview -

  1. - what do you know anything about AWS. - what is the microservi...read more
  2. Designing a multi-threaded framework of ingesting data from a very huge file an...read more
  3. what are different types of ...read more
How long is the Apptio interview process?

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

Tell us how to improve this page.

Apptio Interview Process

based on 13 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Equifax Interview Questions
3.3
 • 32 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
SAS Interview Questions
4.3
 • 18 Interviews
11:11 Systems Interview Questions
3.8
 • 14 Interviews
Tangoe Interview Questions
3.7
 • 11 Interviews
View all

Apptio Reviews and Ratings

based on 67 reviews

3.9/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.9

Salary

3.4

Job security

3.9

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 67 Reviews and Ratings
Software Development Engineer II
49 salaries
unlock blur

₹13.5 L/yr - ₹33.5 L/yr

Software Development Engineer 1
25 salaries
unlock blur

₹9 L/yr - ₹15 L/yr

Customer Success Manager
25 salaries
unlock blur

₹13.5 L/yr - ₹26.2 L/yr

Software Development Engineer
23 salaries
unlock blur

₹7.1 L/yr - ₹21 L/yr

Sde1
22 salaries
unlock blur

₹10 L/yr - ₹16 L/yr

Explore more salaries
Compare Apptio with

Saama Technologies

3.7
Compare

DISYS

3.0
Compare

Data-Core Systems

3.2
Compare

Arvato

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview