Upload Button Icon Add office photos

Filter interviews by

Apptio Test Engineer 1 Interview Questions and Answers

Updated 12 Oct 2024

Apptio Test Engineer 1 Interview Experiences

1 interview found

Test Engineer 1 Interview Questions & Answers

user image PIYUSH PRABHAKAR

posted on 12 Oct 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2023. There were 5 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic career details and skill set
Round 2 - Aptitude Test 

Aptitude test of 10th-grade level questions. Height and distance, speed, relationship and math

Round 3 - Coding Test 

Pen and paper coding round. Anagram, Palindrome, Frequency of occurrence of a string

Round 4 - Technical 

(1 Question)

  • Q1. Selenium basics, explanation of codes
Round 5 - One-on-one 

(1 Question)

  • Q1. Culture fit round

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

They will send you one coding test mostly HackerRank test it would be

The test will be having some sort of questions like coding and some domain related stuffs.

Round 2 - Technical 

(2 Questions)

  • Q1. Find the index of an element in an array in 0logn
  • Ans. 

    Use binary search to find the index of an element in a sorted array of strings.

    • Sort the array of strings first to enable binary search.

    • Compare the target element with the middle element of the array.

    • Based on the comparison, narrow down the search to either the left or right half of the array.

  • Answered by AI
  • Q2. Sort an array without using any type of inbuilt methods.
  • Ans. 

    Sort an array of strings without using inbuilt methods

    • Iterate through the array and compare each element with the rest to find the correct position

    • Use a temporary variable to swap elements if needed

    • Repeat the process until the array is sorted

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Will you be able to join the location
  • Q2. Why you are interested in Hyland

Interview Preparation Tips

Topics to prepare for Hyland Software Solutions India LLP Test Engineer 1 interview:
  • .Net
  • C#
  • DSA

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction and work experience
  • Q2. Basic question on software testing
Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduction and work experience
  • Q2. All other questions apart from the role they are selecting for.

Interview Preparation Tips

Interview preparation tips for other job seekers - The company needs to get their requirement right themselves first. I got through in the communication round and then they kept another communication round and rejected saying that they need to cater to Australian clients and need better communication. Were they not able to judge the communication in round 1...? In round two as well same set of questions were repeated. They are sitting there just to waste time.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction, what is sdlc, what is bug life cycle, white box testing, functional testing,smoke and sanity testing.
  • Ans. 

    SDLC is Software Development Life Cycle, Bug Life Cycle is the process of a bug from detection to resolution, White Box Testing is testing based on internal code structure, Functional Testing is testing the functionality of the software, Smoke and Sanity Testing are initial tests to check basic functionality.

    • SDLC is a process followed for software development, consisting of phases like planning, design, coding, testing...

  • Answered by AI
  • Q2. What stlc and what is regression
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a process used to test software products. Regression testing is retesting of software after changes to ensure no new bugs are introduced.

    • STLC is a series of steps followed to ensure high-quality software testing, including planning, designing, executing, and reporting.

    • Regression testing is the process of retesting software to confirm that recent changes have not adv...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview level is not that hard for me .They focus on communication skills in most of the interviews.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Nov 2021. There were 2 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 - Technical 

(4 Questions)

  • Q1. Roles and responsibilities
  • Q2. Tool evaluation briefly and experience
  • Q3. Tell about your past experience
  • Ans. 

    I have 5 years of experience as a Performance Test Engineer.

    • Worked on performance testing of web applications using tools like JMeter and LoadRunner

    • Designed and executed performance test scenarios to identify bottlenecks and optimize application performance

    • Analyzed test results and provided recommendations for performance improvements

    • Collaborated with development and operations teams to troubleshoot performance issues

    • I...

  • Answered by AI
  • Q4. Current project explanation
  • Ans. 

    I am currently working on a project to performance test a web application.

    • The project involves simulating high user loads to measure the application's performance.

    • I am using tools like JMeter and LoadRunner to create and execute performance test scripts.

    • The goal is to identify any performance bottlenecks and optimize the application's performance.

    • I am also analyzing the test results and providing recommendations for im...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and be confident. Brush your skills thoroughly .

I applied via Naukri.com and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Program to print right angle trigle of number pattern using python or language of your choice
  • Ans. 

    Program to print right angle triangle of number pattern using Python.

    • Use nested loops to print the pattern.

    • The outer loop will iterate through the rows.

    • The inner loop will iterate through the columns.

    • Use the range function to control the number of rows and columns.

    • Print the numbers in the pattern using string formatting.

  • Answered by AI
  • Q2. Previous Project related questions and Testing solution approach for given scenarios.
  • Q3. Program to merge and sort 2 lists using python or language of ur choice atleast
  • Ans. 

    Program to merge and sort 2 lists using Python.

    • Create two lists and merge them using the extend() method.

    • Sort the merged list using the sort() method.

    • Alternatively, use the sorted() function to sort the merged list.

    • Example: list1 = ['apple', 'banana', 'cherry'], list2 = ['orange', 'kiwi', 'mango']

    • Example: merged_list = list1 + list2

    • Example: merged_list.sort() or sorted(merged_list)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 4 rounds interveiw rounds.
1. hackerRank test
2. F2F technical
3. Discussion with Manger ( previous project experience related) may or may not ask for POCs
4. Discussion with higher manager to check ability to work with the company environment
Give ur best in all the round be honest with answers

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - First get prepared well for the interview then appear orelse its a waste of time for all

Interview Questionnaire 

1 Question

  • Q1. Data warehouse concepts, Scd with examples, Sql Queries

I applied via Referral

Interview Questionnaire 

1 Question

  • Q1. The questions were mostly related to Basics of Java and Selenium.

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly questions are asked from your working experience.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. What is SDLC STLC Regression
  • Ans. 

    SDLC (Software Development Life Cycle) is the process of developing software, while STLC (Software Testing Life Cycle) is the process of testing software. Regression testing is retesting software after changes to ensure no new bugs were introduced.

    • SDLC is the process of planning, creating, testing, and deploying software.

    • STLC is the process of planning, creating, executing, and closing test cases to ensure the quality ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What is your Salary expectation
  • Q2. Document required

Interview Preparation Tips

Interview preparation tips for other job seekers - BE confident

Skills evaluated in this interview

Apptio Interview FAQs

How many rounds are there in Apptio Test Engineer 1 interview?
Apptio interview process usually has 5 rounds. The most common rounds in the Apptio interview process are HR, Aptitude Test and Coding Test.
How to prepare for Apptio Test Engineer 1 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 Agile, JMeter, Java, SQL and Selenium.
What are the top questions asked in Apptio Test Engineer 1 interview?

Some of the top questions asked at the Apptio Test Engineer 1 interview -

  1. Selenium basics, explanation of co...read more
  2. Culture fit ro...read more

Tell us how to improve this page.

Apptio Test Engineer 1 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 798 Interviews
Zoho Interview Questions
4.3
 • 512 Interviews
Freshworks Interview Questions
3.5
 • 154 Interviews
View all
Software Development Engineer II
48 salaries
unlock blur

₹13.5 L/yr - ₹31.5 L/yr

Customer Success Manager
25 salaries
unlock blur

₹13.5 L/yr - ₹26.2 L/yr

Software Development Engineer 1
23 salaries
unlock blur

₹9 L/yr - ₹15 L/yr

Software Development Engineer
22 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

Freshworks

3.5
Compare

Zoho

4.3
Compare

LTIMindtree

3.8
Compare

TCS

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