Upload Button Icon Add office photos
Engaged Employer

i

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

Harness Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Harness Interview Questions and Answers

Updated 26 Nov 2024

Harness Interview Experiences

Popular Designations

4 interviews found

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

I applied via Campus Placement and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

1hr
DSA
C++
Javascript
Hackerrank

Round 2 - Coding Test 

Two DSA question on Appcoder platform

Round 3 - Behavioral 

(2 Questions)

  • Q1. What is SAAS, IAAS?
  • Ans. 

    SAAS stands for Software as a Service and IAAS stands for Infrastructure as a Service.

    • SAAS is a software delivery model where software is hosted on the cloud and accessed via the internet.

    • IAAS provides virtualized computing resources over the internet, such as virtual machines, storage, and networking.

    • Examples of SAAS include Google Workspace, Salesforce, and Microsoft Office 365.

    • Examples of IAAS include Amazon Web Ser...

  • Answered by AI
  • Q2. Difference between soap and rest services
  • Ans. 

    SOAP is a protocol, REST is an architectural style for web services.

    • SOAP is a protocol, while REST is an architectural style for web services

    • SOAP uses XML for message format, REST can use various formats like JSON, XML, etc.

    • SOAP is more rigid and has built-in security features, REST is more flexible and relies on underlying protocols for security

    • SOAP has strict rules for communication, REST is more lightweight and simp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practicing and solving problems for Technical role, build a good resume on overleaf and keep asking for referrals with short and concise messages on linkedIn and also keep your profile on all platform

Skills evaluated in this interview

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 (196)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

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

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

Round 1 - Coding Test 

Coding round related to dsa and problem solving.

Round 2 - Coding Test 

Problem sovling round related to DSA

Round 3 - One-on-one 

(2 Questions)

  • Q1. Related to role
  • Q2. Related to tech

Interview Preparation Tips

Topics to prepare for Harness Senior Software Engineer 1 interview:
  • dsa
  • algo
Interview preparation tips for other job seekers - prepare well about ci and cd and dsa algo

Senior Software Engineer 1 Interview Questions asked at other Companies

Q1. Architecture Design for an e2e system that takes input from user to the response shown to the user
View answer (1)

I applied via LinkedIn and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of JavaScript, Coding
Round 2 - Technical 

(1 Question)

  • Q1. React Core Concepts, Coding
Round 3 - Technical 

(1 Question)

  • Q1. Design Jira Dashboard (LLD), WhatsApp (HLD)
  • Ans. 

    Designing Jira Dashboard and WhatsApp HLD

    • For Jira Dashboard, focus on displaying project status, issue tracking, and team performance metrics

    • For WhatsApp HLD, consider features like messaging, voice and video calls, group chats, and file sharing

    • Ensure user-friendly interface and seamless navigation for both applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First 2 rounds went well. But the HM round didn't go well. The person who took the HM round was very rude. This is one of the worst interview I ever had in my entire career.

Skills evaluated in this interview

Senior Front end Developer Interview Questions asked at other Companies

Q1. Discuss a time when you had to refactor a large codebase. How did you approach the task, and what steps did you take to ensure that the code remained maintainable and scalable?
View answer (1)

Sde1 Interview Questions & Answers

user image Anonymous

posted on 6 Jul 2022

I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Easy to medium questions

Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. Basic knowledge on relevant courses

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and speak out in a position manner

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)

Harness interview questions for popular designations

 Software Engineer

 (1)

 Senior Front end Developer

 (1)

 Senior Software Engineer 1

 (1)

 Sde1

 (1)

Jobs at Harness

View all

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium to hard questions based on arrays, dp

Round 2 - Technical 

(2 Questions)

  • Q1. Quick sort algorithm
  • Ans. 

    Quick sort is a popular sorting algorithm that uses divide and conquer strategy.

    • Divides array into smaller sub-arrays based on a pivot element

    • Recursively sorts sub-arrays

    • Combines sorted sub-arrays to get final sorted array

    • Time complexity: O(n log n) on average, O(n^2) worst case

    • Example: [3, 6, 8, 10, 1, 2, 1] -> [1, 1, 2, 3, 6, 8, 10]

  • Answered by AI
  • Q2. Modified rotate a matrix
  • Ans. 

    Rotate a matrix by 90 degrees in place

    • Transpose the matrix

    • Reverse each row of the transposed matrix

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - study well and at the end, they would not hire anyone

Skills evaluated in this interview

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

I applied via Instahyre and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Assignment 

HackerEarth based assessment.
1. 8 qs were stats & prob based multiples choices
2. 2 were medium level sql questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Started with basic sql question like diff btw nosql & sql, join etc
  • Q2. Table were given in google sheet & had to write basic level queries on them eg. cte's, agg function, lead & lag func
Round 3 - Behavioral 

(2 Questions)

  • Q1. The interviewer was not serious at all, asked silly quizzes instead of business case study, KPI & metrics
  • Q2. Prepare for logical reasoning

Interview Preparation Tips

Interview preparation tips for other job seekers - Study A/B testing, Hypothesis testing & logical reasoning (quizzes)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Consisted of 10 questions, 2 SQL medium level questions and remaining easy aptitude, profit loss, work time etc

Round 2 - Technical 

(2 Questions)

  • Q1. SQL visualisation
  • Q2. SQL Questions theory

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be well prepared with SQL as the role required it.

I applied via Campus Placement and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. DSA problems on linked list, OOPs in depth programming, design pattens in Java. Some theoretical knowledge on OOPs and design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics of OOPs and DSA. Design patterns in Java were asked. All the interviewers were young.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2022. There were 4 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 Resume tips
Round 2 - Aptitude Test 

There'll be 10 questions have to write 5 correctly

Round 3 - TL 

(2 Questions)

  • Q1. Self introduction
  • Q2. Types of GST and its uses
  • Ans. 

    There are four types of GST in India - CGST, SGST, IGST, and UTGST. They are used for different types of transactions.

    • CGST is levied by the central government on intra-state transactions

    • SGST is levied by the state government on intra-state transactions

    • IGST is levied by the central government on inter-state transactions

    • UTGST is levied by the union territories on intra-state transactions

    • GST is used to replace multiple in...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary details asked and offered
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Aptitude Test 

Some maths question duration 30 min

Round 3 - One-on-one 

(2 Questions)

  • Q1. Regarding sales
  • Q2. Regarding past experience

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Contribute & help others!
anonymous
You can choose to be anonymous

Harness Interview FAQs

How many rounds are there in Harness interview?
Harness interview process usually has 2-3 rounds. The most common rounds in the Harness interview process are Coding Test, Technical and One-on-one Round.
How to prepare for Harness 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 Harness. The most common topics and skills that interviewers at Harness expect are Healthcare, Cisco, Python, Software Asset Management and Security Testing.
What are the top questions asked in Harness interview?

Some of the top questions asked at the Harness interview -

  1. Design Jira Dashboard (LLD), WhatsApp (H...read more
  2. difference between soap and rest servi...read more
  3. What is SAAS, IA...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

Tell us how to improve this page.

Harness Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
Freshworks Interview Questions
3.5
 • 157 Interviews
Vyapar Interview Questions
3.5
 • 53 Interviews
View all

Harness Reviews and Ratings

based on 91 reviews

4.2/5

Rating in categories

4.3

Skill development

3.8

Work-life balance

4.1

Salary

3.9

Job security

4.1

Company culture

4.0

Promotions

4.1

Work satisfaction

Explore 91 Reviews and Ratings
Software Engineer 2

Bangalore / Bengaluru

1-3 Yrs

Not Disclosed

Developer Relations Engineer

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Software Engineer

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Explore more jobs
Software Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer 1
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sdet (Software Development Engineer in Test)
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Harness with

Freshworks

3.5
Compare

Zoho

4.3
Compare

TCS

3.7
Compare

Infosys

3.6
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