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
4.2

based on 91 Reviews

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 (172)
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 at Institute of Technology, Banaras Hindu University 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

 Sde1

 (1)

 Senior Front end Developer

 (1)

 Senior Software Engineer 1

 (1)

 Software Engineer

 (1)

Jobs at Harness

View all

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Hacker Rank SQL Questions 2 . and 10 MCQ based

Round 2 - Technical 

(3 Questions)

  • Q1. Select customer, sum(amt ) as total_amt from t1 group by customer how many no. of rows it will return and explain this table t1 column name-> dept customer item amt
  • Q2. Select * , sum(amt) over (partition by customer) as total_amt from t2
  • Ans. 

    The query selects all columns and calculates the total amount for each customer in table t2.

    • The query uses a window function to calculate the sum of 'amt' for each customer in the 't2' table.

    • The 'partition by customer' clause divides the result set into partitions based on the 'customer' column.

    • The 'select *' statement selects all columns from the table along with the calculated total amount.

    • The 'sum(amt) over (partiti...

  • Answered by AI
  • Q3. How many Customers has purchased same item on the Same day more than onnce
  • Ans. 

    To find customers who purchased the same item multiple times on the same day.

    • Identify unique customers who purchased the same item multiple times on the same day

    • Check for duplicate transactions by customer and item on the same day

    • Aggregate the data to count the number of customers who made multiple purchases of the same item on the same day

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic sql and solve questiosn without seeing answers
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 was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Machine Learning-related stuff: Confusion Matrix, R2 score, etc.. Also, Python & Statistics.
  • Q2. Explain any one project.
  • Q3. Difference between Data Analyst and Data Scientist.
  • Ans. 

    Data Analyst focuses on analyzing data to provide insights, while Data Scientist focuses on using advanced algorithms and machine learning to predict future trends.

    • Data Analyst focuses on analyzing data to provide insights for decision-making.

    • Data Scientist focuses on using advanced algorithms and machine learning to predict future trends.

    • Data Analyst typically works with structured data, while Data Scientist works wit...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for MapmyIndia Data Analyst interview:
  • Machine Learning
  • Statistics
  • Python
Interview preparation tips for other job seekers - The ML & Python basics should be strong. Add relevant projects to the resume.

Inventory Operations Engineer Interview Questions & Answers

Twilio user image Anonymous

posted on 18 Oct 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Sep 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. About yourself, your past work experience and why you want to get into this role The interviewer was very calm and just wanted to learn about the background.
Round 2 - One-on-one 

(1 Question)

  • Q1. All behavioural questions- 1 how do your prioritise your work? 2 do you have experience in managing cross functional teams? 3 what if one of your Co-worker decline working on a project, How would you tackl...
Round 3 - One-on-one 

(1 Question)

  • Q1. Again all behavioural questions- How do you work with large volume of works? How do you manage work life balance? How do you give harsh feedbacks to your coworkers?
Round 4 - One-on-one 

(1 Question)

  • Q1. All behavioural questions again- same as above just a bit here and there asked in different ways

Interview Preparation Tips

Interview preparation tips for other job seekers - They took 4 rounds of interview and all behavioural questions were asked and more about your past work experience. I believe according to me I had aced all my interview rounds. They didn’t shared any offer saying they found a better candidate.
If that was the case then atleast they should have shared some feedback based on where did I lacked. The HR did mention that on email asking about my timeline to have a call on feedback however I never heard from her.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Information Technology (IIIT), Kota and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

A 90-minute coding test on HackerRank, which includes one medium, one easy, and one hard question.

Round 2 - Technical 

(2 Questions)

  • Q1. What is the index of the first occurrence where a pattern string matches with a text string?
  • Q2. Given a string, how can we find the minimum length substring whose sum is greater than or equal to a specified target?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was good 20 mcqs 3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa and core subjects like cn os
  • Q2. Dsa questions and core subjects
Round 3 - HR 

(1 Question)

  • Q1. Basic family discussion and salary details

Interview Preparation Tips

Interview preparation tips for other job seekers - it was overall a good experience
Interview experience
1
Bad
Difficulty level
Easy
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 - One-on-one 

(1 Question)

  • Q1. What is AML and primary and secondary research?

Interview Preparation Tips

Interview preparation tips for other job seekers - I had an interview with Parvesh Mittal and everything went well and I answered all the questions.
Furthermore, I was informed that the HR will be calling to schedule a meet for second round. The very next day I received an email mentioning that they will not be moving further with the application.
PS: Don’t demotivate and waste the time of the candidate. It’s not funny for a candidate who searching for the job seriously just to entertain your timepass process.

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, Python, Security Testing, cisco and Asset Management.
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

Tell us how to improve this page.

Harness Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 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
 • 793 Interviews
Zoho Interview Questions
4.3
 • 511 Interviews
Freshworks Interview Questions
3.5
 • 154 Interviews
Vyapar Interview Questions
3.5
 • 48 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

Bangalore / Bengaluru

1-4 Yrs

Not Disclosed

Explore more jobs
Software Engineer
20 salaries
unlock blur

₹14.5 L/yr - ₹45 L/yr

Senior Software Engineer
17 salaries
unlock blur

₹28 L/yr - ₹56 L/yr

Senior Software Engineer 1
5 salaries
unlock blur

₹35 L/yr - ₹44.2 L/yr

Software Developer
5 salaries
unlock blur

₹10 L/yr - ₹22 L/yr

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

₹15 L/yr - ₹54 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