Upload Button Icon Add office photos

Filter interviews by

Harbinger Systems Interview Questions and Answers

Updated 4 May 2024

Harbinger Systems Interview Experiences

Popular Designations

6 interviews found

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Work done, time series etc.

Round 2 - One-on-one 

(1 Question)

  • Q1. Fibo sersie optimised

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)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test included 2 questions that were allowed to solve in any prefered language.

Round 2 - Group Discussion 

Good group discussion with all members to participate.

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 Approached by Company and was interviewed in Oct 2021. 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Technical questions on DevOps and AWS cloud
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions on DevOps and Cloud aws
Round 4 - HR 

(1 Question)

  • Q1. HR discussion salary details

Associate Technical Leader Interview Questions asked at other Companies

Q1. Active Queue Challenges faced during project implementation Steps taken during the browser migration from IE to edge and chrome.
View answer (1)

Software Engineer Interview Questions & Answers

user image Ashutosh Shelke

posted on 17 Oct 2023

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

I applied via Naukri.com and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Python related questions were asked. Gave a Python logical thinking problem to solve.

Round 2 - HR 

(2 Questions)

  • Q1. If selected, how long will you work for Harbinger Group.
  • Q2. What are your salary expectations?

Interview Preparation Tips

Topics to prepare for Harbinger Systems Software Engineer interview:
  • Python
  • OOPS
Interview preparation tips for other job seekers - Just be confident in your interview even if you are giving wrong answers.

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)

Harbinger Systems interview questions for popular designations

 Software Engineer

 (3)

 Associate Technical Leader

 (1)

 Senior Software Engineer

 (1)

 Senior Technical Lead

 (1)

I was interviewed in Nov 2021.

Interview Questionnaire 

1 Question

  • Q1. Normal technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not attend interview to join.

Senior Technical Lead Interview Questions asked at other Companies

Q1. What is containerization (Docker)? what are steps to create container, till it gets deploy on server.
View answer (1)

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Core java, collections , spring boot, hibernate

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not joined this organisation . No projects available more

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Jobs at Harbinger Systems

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(6 Questions)

  • Q1. Tell me about youtself?
  • Q2. What do you know about TDS?
  • Q3. Situation AP based journal entries
  • Q4. What is GST on reverse charge?
  • Q5. What are the documents required to initiate a foreign remittance?
  • Q6. More situational based AP journal entries.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. DSA Array, String and Hashmap questions
  • Q2. Functional programming java questions
Round 2 - Technical 

(5 Questions)

  • Q1. Spring and spring boot related
  • Q2. HLD scenario level questions
  • Q3. SQL queries nested and joins
  • Q4. DB related questions and experience level questions and previous project situations related questions
  • Q5. Security level questions like XSS vulnerability and SQL injection
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Exception hierarchy
  • Q2. Factory vs abstract factory design patterns
  • Ans. 

    Factory pattern creates objects without exposing the instantiation logic, while Abstract Factory pattern provides an interface for creating families of related objects.

    • Factory pattern is a creational design pattern that provides a way to create objects without specifying the exact class of object that will be created.

    • Abstract Factory pattern is a creational design pattern that provides an interface for creating familie...

  • Answered by AI
  • Q3. Design a systems for large millions of users
  • Ans. 

    Design a scalable system for millions of users

    • Use microservices architecture to break down the system into smaller, independent services

    • Implement load balancing to distribute traffic evenly across servers

    • Utilize caching mechanisms to reduce database load and improve performance

    • Use horizontal scaling by adding more servers to handle increased traffic

    • Implement monitoring and alerting systems to track system performance a

  • Answered by AI
Round 2 - Technical 

(5 Questions)

  • Q1. Kafka implemenation in spring boot
  • Ans. 

    Kafka implementation in Spring Boot allows for easy integration of Kafka messaging system in Java applications.

    • Use Spring Kafka to configure Kafka properties in Spring Boot application

    • Create Kafka producer and consumer beans to send and receive messages

    • Use @KafkaListener annotation to listen for messages on specific topics

  • Answered by AI
  • Q2. How Kafka delete messages
  • Ans. 

    Kafka deletes messages based on retention policies and compaction

    • Kafka deletes messages based on retention policies set at topic level

    • Messages can also be deleted through log compaction process

    • Retention policies can be based on time or size of messages

  • Answered by AI
  • Q3. Kafka configuration
  • Ans. 

    Kafka configuration involves setting up properties like broker, topic, partitions, replication factor, etc.

    • Configure Kafka broker properties in server.properties file

    • Create topics using kafka-topics.sh script

    • Set up partitions and replication factor for fault tolerance

    • Adjust consumer and producer configurations as needed

  • Answered by AI
  • Q4. Structured vs unstructured logs
  • Ans. 

    Structured logs have a predefined format for easy parsing, while unstructured logs do not.

    • Structured logs are easier to search, filter, and analyze compared to unstructured logs.

    • Unstructured logs can be harder to parse and may require more manual effort to extract useful information.

    • Examples of structured logs include JSON or CSV format, while unstructured logs may be plain text or free-form messages.

  • Answered by AI
  • Q5. How micro services communicate each others
  • Ans. 

    Microservices communicate through lightweight protocols like HTTP, messaging queues, and RPC.

    • Microservices can communicate over HTTP using RESTful APIs.

    • Message queues like RabbitMQ or Kafka can be used for asynchronous communication between microservices.

    • Remote Procedure Calls (RPC) can be used for synchronous communication between microservices.

    • Service discovery mechanisms like Eureka or Consul help microservices loca...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Salary structure discussion
  • Q2. Why choice this company
  • Ans. 

    I chose this company because of its innovative projects, strong team culture, and opportunities for growth.

    • Innovative projects that challenge me to learn and grow

    • Strong team culture that fosters collaboration and support

    • Opportunities for career growth and advancement

  • Answered by AI
  • Q3. Why looking for new opportunities
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic environment.

    • Looking to expand skill set and knowledge in Java development

    • Interested in working on innovative projects and technologies

    • Seeking a more collaborative and supportive work culture

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java springboot basic to intermediate question
  • Q2. Java stream questions
Round 2 - Technical 

(2 Questions)

  • Q1. Easy level DSA questions
  • Q2. Project based questions

Harbinger Systems Interview FAQs

How many rounds are there in Harbinger Systems interview?
Harbinger Systems interview process usually has 2-3 rounds. The most common rounds in the Harbinger Systems interview process are One-on-one Round, Resume Shortlist and Technical.
How to prepare for Harbinger Systems 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 Systems. The most common topics and skills that interviewers at Harbinger Systems expect are React.Js, Javascript, Node.Js, CSS and Azure.
What are the top questions asked in Harbinger Systems interview?

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

  1. Core java, collections , spring boot, hibern...read more
  2. Technical questions on DevOps and AWS cl...read more
  3. Technical questions on DevOps and Cloud ...read more

Tell us how to improve this page.

People are getting interviews through

based on 4 Harbinger Systems interviews
Job Portal
Campus Placement
25%
25%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 787 Interviews
DE Shaw Interview Questions
3.8
 • 118 Interviews
View all

Harbinger Systems Reviews and Ratings

based on 140 reviews

3.7/5

Rating in categories

3.7

Skill development

3.5

Work-Life balance

3.3

Salary & Benefits

3.6

Job Security

3.7

Company culture

3.0

Promotions/Appraisal

3.3

Work Satisfaction

Explore 140 Reviews and Ratings
React Native Developer

Pune

4-7 Yrs

Not Disclosed

Architect - User Experience

Pune

8-13 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
192 salaries
unlock blur

₹4.5 L/yr - ₹16.6 L/yr

Software Engineer
153 salaries
unlock blur

₹2.2 L/yr - ₹7.2 L/yr

Associate Technical Leader
82 salaries
unlock blur

₹8 L/yr - ₹22.2 L/yr

Senior Software Test Engineer
49 salaries
unlock blur

₹3.8 L/yr - ₹9.5 L/yr

Technical Lead
47 salaries
unlock blur

₹11 L/yr - ₹25.4 L/yr

Explore more salaries
Compare Harbinger Systems with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview