Upload Button Icon Add office photos

Harbinger Group

Compare button icon Compare button icon Compare

Filter interviews by

Harbinger Group Senior Test Engineer Interview Questions and Answers

Updated 4 Nov 2024

Harbinger Group Senior Test Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

Senior Test Engineer Interview Questions Asked at Other Companies

asked in LTIMindtree
Q1. What should be done when a defect is found in production?
asked in Sapiens
Q2. From Selenium -> Which Automation framework I have implemented ... read more
asked in LTIMindtree
Q3. How did you perform incremental load in your project?
asked in LTIMindtree
Q4. What is meant by regression and retesting?
asked in LTIMindtree
Q5. How can a circular cake be cut into 8 equal pieces with only 3 cu ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Coding Test 

2 medium hard level questions. We just have to code and explain it. Platform doesn't have compilers.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Given an array Reverse array
  • Q2. Giaven a string Reverse string
  • Q3. Given array find sum of all elements

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

What people are saying about Harbinger Group

View All
beautifulsilencer
Verified Icon
2w
works at
Harbinger Group
Portalwiz: The good, the bad, and the বেতন?
Thinking of joining Portalwiz. What's the real deal? - Notice period? - Salary for someone with 3-5 years' experience? - How do they track your progress?
Got a question about Harbinger Group?
Ask anonymously on communities.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Oct 2023.

Round 1 - Coding Test 

Good Knowledge of DSA is required

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

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. What are BASE properties
  • Ans. 

    BASE properties describe a model for distributed systems emphasizing availability and partition tolerance over strict consistency.

    • B - Basically Available: Systems guarantee availability, meaning they respond to requests even if some nodes are down.

    • A - Soft state: The state of the system may change over time, even without new input, due to eventual consistency.

    • E - Eventually consistent: The system will become consistent...

  • Answered by AI
  • Q2. Explain the workflow of a Transaction in DBMS
  • Ans. 

    A transaction in DBMS is a sequence of operations performed as a single logical unit of work, ensuring data integrity.

    • 1. Transaction Initiation: A transaction begins with a request to perform a database operation, like inserting a record.

    • 2. Execution: The DBMS executes the operations defined in the transaction, such as INSERT, UPDATE, or DELETE.

    • 3. Logging: Changes are logged in a transaction log to ensure recovery in c...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Operate or control a particualar typing of data device that is attached to a computer
  • Q2. Operate or contriol
  • Q3. In computing a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton
  • Q4. To perform some manual act upon a human body in a methodical manner, and usually with instruments, with a view to restore soundness or health, as in amputation, lithotomy, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - vdart is supoort
Are these interview questions helpful?
Round 1 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Project description
  • Ans. 

    Developed a web application for tracking personal fitness goals and progress.

    • Used React.js for front-end development

    • Implemented RESTful APIs for data retrieval and storage

    • Utilized MongoDB for database management

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on project
  • Q2. Any problems faced
  • Ans. 

    Yes, faced challenges with debugging complex code and integrating third-party APIs.

    • Debugging complex code with multiple dependencies

    • Integrating third-party APIs with inconsistent documentation

    • Resolving compatibility issues between different software components

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just chill , they hire anybody even if don't have knowledge they will still hire
Interview experience
3
Average
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 tips
Round 2 - Aptitude Test 

Genral aptitude questions

Round 3 - Technical 

(4 Questions)

  • Q1. Be prepared with your basics
  • Q2. Languages and work flow
  • Q3. Be aware what you keep in your resume
  • Q4. Be strong in a area

Harbinger Group Interview FAQs

How many rounds are there in Harbinger Group Senior Test Engineer interview?
Harbinger Group interview process usually has 1 rounds. The most common rounds in the Harbinger Group interview process are Technical.
What are the top questions asked in Harbinger Group Senior Test Engineer interview?

Some of the top questions asked at the Harbinger Group Senior Test Engineer interview -

  1. write program to add string in integer list using pyt...read more
  2. Write code for API authenticat...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
IT By Design Interview Questions
3.6
 • 41 Interviews
ConsultAdd Interview Questions
3.6
 • 37 Interviews
JMR Infotech Interview Questions
4.2
 • 33 Interviews
Systems Plus Interview Questions
4.3
 • 30 Interviews
VDart Interview Questions
4.0
 • 29 Interviews
View all

Harbinger Group Senior Test Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

2.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
81 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Senior Software Engineer
67 salaries
unlock blur

₹4.5 L/yr - ₹13 L/yr

Softwaretest Engineer
34 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

Technical Lead
25 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

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.5
Compare

Saama Technologies

3.7
Compare

Systems Plus

4.2
Compare
write
Share an Interview