Upload Button Icon Add office photos

Filter interviews by

Harbinger Group Interview Questions, Process, and Tips

Updated 23 Dec 2024

Top Harbinger Group Interview Questions and Answers

Harbinger Group Interview Experiences

Popular Designations

12 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via campus placement at Abasaheb Garware College of Arts & Science, Pune and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Simple Java SQL coding questions along with quantitative aptitude questions.

Round 2 - Group Discussion 

A currently trending topic is being discussed.

Round 3 - Technical 

(3 Questions)

  • Q1. SQL queries particularly regarding joins, subqueries, and CRUD operations
  • Q2. Java Oops and dbms
  • Q3. In-depth structure of the project and its database design?
  • Ans. 

    The project is a web-based inventory management system with a relational database design.

    • The project utilizes a MySQL database to store information about products, suppliers, and inventory levels.

    • Tables in the database include products, suppliers, orders, and users.

    • Relationships between tables are established using foreign keys.

    • The database design follows normalization principles to reduce redundancy and improve data i

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Harbinger Group Software Engineer Trainee interview:
  • Java
  • OOPS
  • MySQL

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
Add answer

Trainee Interview Questions & Answers

user image Anonymous

posted on 2 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. OOPs related questions
  • Q2. Inner join SQL query
Round 2 - HR 

(2 Questions)

  • Q1. Project Discussion
  • Q2. Behavioral Questions

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write code for API authentication
  • Ans. 

    Code snippet for API authentication

    • Use API keys or tokens for authentication

    • Implement OAuth for secure authentication

    • Include authentication headers in API requests

  • Answered by AI
  • Q2. Write program to add string in integer list using python
  • Ans. 

    Program to add string in integer list using Python

    • Convert string to integer before adding to the list

    • Use list comprehension to add strings to the integer list

    • Handle exceptions for invalid input strings

  • Answered by AI

Skills evaluated in this interview

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the role of a BA
  • Ans. 

    The role of a Business Analyst is to analyze business processes, gather requirements, and recommend solutions to improve efficiency and productivity.

    • Analyzing business processes to identify areas for improvement

    • Gathering and documenting business requirements from stakeholders

    • Creating detailed functional specifications for developers

    • Collaborating with stakeholders to ensure project success

    • Identifying and recommending so...

  • Answered by AI
  • Q2. What are different methodologies followed
  • Ans. 

    Different methodologies followed in business analysis include Agile, Waterfall, Scrum, and Lean.

    • Agile methodology focuses on iterative development and collaboration between cross-functional teams.

    • Waterfall methodology follows a linear sequential flow, with each phase dependent on the deliverables of the previous one.

    • Scrum is a subset of Agile that emphasizes on short, time-boxed iterations called sprints.

    • Lean methodolo...

  • Answered by AI

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Harbinger Group interview questions for popular designations

 Software Engineer

 (3)

 Content Editor

 (2)

 Business Analyst

 (1)

 Project Manager

 (1)

 Senior Test Engineer

 (1)

 Software Developer

 (1)

 Software Engineer Trainee

 (1)

 Software Testing Qa Analyst

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The mixed aptitude test should be clearly structured, containing both general aptitude questions and technical computer science questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a good company to work for, but there is a need to extend working hours in accordance with project requirements.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (41)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There were 10 questions in aptitude test.
I that 6 were mcq and 4 were coding questions.

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

Jobs at Harbinger Group

View all
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2022. 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 

(2 Questions)

  • Q1. 1)Firstly they can shortlist the resume.
  • Q2. Bad Experiance with interview process,No update from HR

Interview Preparation Tips

Interview preparation tips for other job seekers - Please dont apply to harbinger Group there will lot of Mis-communication with HR. HR have no knowledge about job posting. Actually I am attend L1 round on 5th Dec and they are tell me result i.e.you are eligible for L2 round but HR can not communicate with candidate I will called HR 20-25 times in month but they can not responded. After 1 month I called HR they are told me the position is filled. Worst experience with Harbinger Group.

Software Testing Qa Analyst Interview Questions asked at other Companies

Q1. What is black box testing? Tell me the templete we use to write test cases? Differences? And other
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Mar 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is the hardest situation you were to manage within your team during a critical deadline? How did you succeed?

Interview Preparation Tips

Interview preparation tips for other job seekers - Great experience of the interview process. Great working culture and work life balance as well..

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

I applied via Campus Placement and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1). Introduced yourself 2). What is oops concept 3) Inheritance and polymorphism 4).Coding ques on react.js
  • Q2. 5). Collection
  • Q3. 6). Questions in Java like session I'd , thread, springboot
  • Q4. 7).Data structure : singly linked list , tree , map , BST
  • Q5. 8).Some on the spot question to check IQ level

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and always try to give answer with the example. Listen interviewer question carefully. If u don't know any answer then say sorry sir/mam I don't know but I will definitely search on it later. Be fluent in English. Have good skill in basic coding as well.

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

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

Interview Questionnaire 

1 Question

  • Q1. Mostly about my writing techniques, and grammer

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied for Content Editing role. Should have good understanding of grammer.

Content Editor Interview Questions asked at other Companies

Q1. How long do you typically take on a document and what do you look for?
View answer (1)

Harbinger Group Interview FAQs

How many rounds are there in Harbinger Group interview?
Harbinger Group interview process usually has 1-2 rounds. The most common rounds in the Harbinger Group interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Harbinger Group 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 Harbinger Group. The most common topics and skills that interviewers at Harbinger Group expect are Python, Django, NoSQL, Postgresql and AWS.
What are the top questions asked in Harbinger Group interview?

Some of the top questions asked at the Harbinger Group interview -

  1. In-depth structure of the project and its database desi...read more
  2. write program to add string in integer list using pyt...read more
  3. What are different methodologies follo...read more

Tell us how to improve this page.

Harbinger Group Interview Process

based on 9 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Wipro Interview Questions
3.7
 • 5.6k Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
Adani Group Interview Questions
3.9
 • 182 Interviews
Essar Group Interview Questions
3.8
 • 28 Interviews
Hinduja Group Interview Questions
4.0
 • 23 Interviews
View all

Harbinger Group Reviews and Ratings

based on 88 reviews

3.8/5

Rating in categories

3.9

Skill development

3.4

Work-life balance

3.3

Salary

3.4

Job security

3.7

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 88 Reviews and Ratings
Learning Solutions Associate

Mumbai,

Navi Mumbai

1-4 Yrs

Not Disclosed

Learning Solutions Associate

Mumbai

1-4 Yrs

Not Disclosed

Explore more jobs
Software Engineer
84 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

Senior Software Engineer
70 salaries
unlock blur

₹4.5 L/yr - ₹13 L/yr

Softwaretest Engineer
42 salaries
unlock blur

₹2.8 L/yr - ₹6.5 L/yr

Technical Lead
23 salaries
unlock blur

₹13.3 L/yr - ₹25 L/yr

Associate Technical Leader
20 salaries
unlock blur

₹9.5 L/yr - ₹21 L/yr

Explore more salaries
Compare Harbinger Group with

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Aditya Birla Group

4.1
Compare

Mahindra & Mahindra

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