Upload Button Icon Add office photos

Filter interviews by

BLH Hitech Business Associate Interview Questions and Answers

Updated 1 Jul 2022

BLH Hitech Business Associate Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about you.
  • Q2. Tell me about your previous company.
Round 2 - Typing Test 

(1 Question)

  • Q1. How good is your typing speed?
  • Ans. 

    My typing speed is above average and I can type accurately without looking at the keyboard.

    • I have a typing speed of 70 words per minute.

    • I have experience in data entry and transcription work.

    • I am proficient in using keyboard shortcuts to increase efficiency.

    • I can type accurately without looking at the keyboard.

    • I am constantly working on improving my typing speed and accuracy.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join this company?

Interview Preparation Tips

Topics to prepare for BLH Hitech Business Associate interview:
  • Self introduction
  • Education
  • Basic knowledge
  • About the company
  • Your skills
  • Course
Interview preparation tips for other job seekers - I have given so many interviews and I realized that you have to be confident while giving an interview and should keep eye contact.
And one thing that my previous company HR told me "Whenever you are going for an interview always think that you are not getting this job. Then your brain will be calm and you will answer properly."
Well, it worked for me.
Anyways, all the best for your future interviews!!

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 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 - Case Study 

They will give you to study Abode Magento to study.

Round 3 - Assignment 

They will ask you create a presentation and to present it.
Even after getting the job offer and joining the company please don't think that they will confirm your position. Anytime the higher management will ask you to give test and if you don't perform they will ask you to leave.

Interview Preparation Tips

Interview preparation tips for other job seekers - Even after getting the job offer and joining the company please don't think that they will confirm your position. You will ask to give 2-3 test every month on the course they will tell you to study. If you don't clear the test they will ask you to leave.

And if you are a new joinee they expect you to do their whole work immediately.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a dedicated and detail-oriented business analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Business Administration

    • I have experience in conducting market research and analyzing data to identify trends

    • I am proficient in using tools like Excel, SQL, and Tableau for data analysis

    • I have excellent communication skills and can effectively collaborate with cross-functional

  • Answered by AI
  • Q2. Some questions on project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How do you handle conflicting stockholder requirements n a project?
  • Ans. 

    I prioritize stakeholder requirements through effective communication, negotiation, and alignment with project goals.

    • Identify and document all stakeholder requirements to understand the full scope.

    • Facilitate meetings to discuss conflicting requirements and encourage open dialogue.

    • Use prioritization techniques, such as MoSCoW (Must have, Should have, Could have, Won't have), to assess the importance of each requirement.

    • ...

  • Answered by AI

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

I applied via Campus Placement

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.
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 before Oct 2022. There were 3 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. Find the duplicate items in the array.
  • Ans. 

    Find duplicate items in array of strings.

    • Iterate through array and store each item in a hash set.

    • If item already exists in hash set, it is a duplicate.

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

(1 Question)

  • Q1. Javascript basics questions

Skills evaluated in this interview

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

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

  • Q1. Questions on dsa, 2 medium and 1 easy level.
  • Q2. Questions related to the projects.

Interview Questionnaire 

1 Question

  • Q1. Questions regards node js and java script concept, event loop, why node is single threaded, how event loop works in node js, database queries and previous work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was absolutely amazing and fantastic.
Advice:
Answer question with confidence.
Feel comfortable with interviewer.

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. To find if a number is Prime or not and optimise your written code.
  • Ans. 

    Check if a number is prime and optimize the code.

    • Start by checking if the number is less than 2, in which case it is not prime.

    • Iterate from 2 to the square root of the number and check if any of them divide the number evenly.

    • If a divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI
  • Q2. Css question related to flex box, Grid and cross browser compatibility
  • Q3. To call an API in react and optimise your written code.
  • Ans. 

    To optimise API calls in React, use asynchronous functions and caching techniques.

    • Use async/await to handle API calls

    • Implement caching to reduce network requests

    • Use memoization to avoid unnecessary re-renders

    • Consider using a state management library like Redux

    • Use performance profiling tools like React DevTools

  • Answered by AI
  • Q4. Questions on JS concepts like Objects and Prototype Inheritance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basic concepts and prepare well for the interview.

Skills evaluated in this interview

BLH Hitech Interview FAQs

How many rounds are there in BLH Hitech Business Associate interview?
BLH Hitech interview process usually has 3 rounds. The most common rounds in the BLH Hitech interview process are HR and Typing Test.

Tell us how to improve this page.

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.9
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
NexTurn Interview Questions
4.1
 • 28 Interviews
View all
BLH Hitech Business Associate Salary
based on 7 salaries
₹1.4 L/yr - ₹3.8 L/yr
59% less than the average Business Associate Salary in India
View more details

BLH Hitech Business Associate Reviews and Ratings

based on 3 reviews

1.6/5

Rating in categories

1.0

Skill development

1.9

Work-life balance

1.4

Salary

1.0

Job security

1.9

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 3 Reviews and Ratings
Business Associate
7 salaries
unlock blur

₹1.4 L/yr - ₹3.8 L/yr

Quality Analyst
5 salaries
unlock blur

₹1.5 L/yr - ₹2 L/yr

Software Developer
4 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Application Developer
4 salaries
unlock blur

₹2.1 L/yr - ₹3 L/yr

Explore more salaries
Compare BLH Hitech with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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