Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by HRMantra Software Team. If you also belong to the team, you can get access from here

HRMantra Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

HRMantra Software Interview Questions and Answers

Updated 21 Jan 2025

HRMantra Software Interview Experiences

Popular Designations

4 interviews found

Junior Business Analyst Interview Questions & Answers

user image Rizwan alam Rehman

posted on 21 Jan 2025

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - HRย 

(2 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a dedicated and detail-oriented Junior Business Analyst with a strong background in data analysis and problem-solving.

    • Graduated with a degree in Business Administration

    • Experience in conducting market research and analyzing data

    • Proficient in using data analysis tools such as Excel and SQL

    • Strong communication and presentation skills

    • Ability to work well in a team and independently

  • Answered by AI
  • Q2. Project explanation

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a very bad experience; they were rude in their communication.

Junior Business Analyst Interview Questions asked at other Companies

Q1.ย What is the difference between aircraft and airplane?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 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 - Technicalย 

(2 Questions)

  • Q1. I was given time slot for interview. They asked me some technical questions such as which programming are you familiar with, then thay gave a programming question n told me what will be approach . And then...
  • Ans. I was had two interviews in this companies One was technical Round and Second one was Discussion with CEO.
  • Answered Anonymously
  • Q2. They asked me which programming languages do you know. then they gave a programming question and told me to make a code accordingly. And then I wrote the code within 5 mins and explained them the coding l...
Round 3 - One-on-oneย 

(3 Questions)

  • Q1. They asked me about myself
  • Q2. Programming Question
  • Q3. Gave me asituation and asked me to develop a code forthe givensituation

Interview Preparation Tips

Topics to prepare for HRMantra Software Business Analyst interview:
  • Software
  • Software Development
  • SQL
  • MySQL
  • Java
  • R Programming language
  • Python
Interview preparation tips for other job seekers - Be there before or On Time. Avoid Eye to eye contact. Dress accordingly.

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)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-oneย 

(2 Questions)

  • Q1. CEO has no manners how to talk to the employees, he gives speech on each month in which he repeats the same thing again and again. whenever and whatever happen in the world it will directly impacting HRMan...
  • Q2. Where you stay? (kahan rehte ho?) this is the most important question when I interviewed here. Basic Excel

Interview Preparation Tips

Interview preparation tips for other job seekers - Please Don't join HRMantra, think thousand times before joining here because there is two years bond, and if you survive here for two years even then you will not be able to clear the next interview for your future company because you will not learn anything here.

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)

HR Executive Interview Questions & Answers

user image Anonymous

posted on 15 May 2024

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

I applied via Walk-in and was interviewed before May 2023.ย There was 1 interview round.

Round 1 - HRย 

(5 Questions)

  • Q1. Why do you think, that youโ€™re capable for these role?
  • Q2. What is your salary expectations?
  • Q3. Tell me most asked questions for this role ?
  • Q4. How do you tackle situation, if you arenโ€™t going well in your team with coordination, do you resign or figure out anything, do explain?
  • Q5. What do you do if you lacking while communicating with the employee?

Interview Preparation Tips

Topics to prepare for HRMantra Software HR Executive interview:
  • Communication Skills
Interview preparation tips for other job seekers - Be confident and be straight forward for the role for the position that you are really wanted as your carrier.

HR Executive Interview Questions asked at other Companies

Q1.ย What do you know about Labor Law
View answer (6)

HRMantra Software interview questions for popular designations

ย Business Analyst

ย (2)

ย HR Executive

ย (1)

ย Junior Business Analyst

ย (1)

Interview questions from similar companies

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

(3 Questions)

  • Q1. What is a synchronous machine?
  • Q2. What is a synchronous motor?
  • Q3. What is a synchronous speed
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Group Discussionย 

It is not best for employes

Round 2 - Group Discussionย 

Your experience with quality

Round 3 - Aptitude Testย 

It is gone wrong due to illness

Round 4 - One-on-oneย 

(2 Questions)

  • Q1. Ti bit is bad round
  • Q2. Hopless the reason i didn,t give answer

Interview Preparation Tips

Interview preparation tips for other job seekers - it is not good for employes
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024.ย There was 1 interview round.

Round 1 - One-on-oneย 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-oneย 

(1 Question)

  • Q1. Tell me about yourself?
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in

Round 1 - One-on-oneย 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced Virtual Relationship Manager with a passion for building strong connections and providing excellent customer service.

    • Over 5 years of experience in virtual relationship management

    • Skilled in communication, problem-solving, and relationship-building

    • Proven track record of exceeding customer satisfaction goals

    • Proficient in CRM software and virtual communication tools

  • Answered by AI
  • Q2. Why do you want to join
  • Ans. 

    I am passionate about leveraging technology to enhance customer relationships and provide personalized solutions.

    • Passionate about using technology to improve customer relationships

    • Excited about providing personalized solutions

    • Believe in the importance of virtual communication in today's digital world

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very bad experience till date.. no response from the employer for any kind of queries. No formal documents are provided for company policies. Misleaded on the interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in May 2024.ย There was 1 interview round.

Round 1 - One-on-oneย 

(8 Questions)

  • Q1. What do you mean by SEO?
  • Ans. 

    SEO stands for Search Engine Optimization, which is the practice of increasing the quantity and quality of traffic to your website through organic search engine results.

    • SEO involves optimizing your website to improve its visibility on search engines like Google.

    • It includes keyword research, on-page optimization, link building, and content creation.

    • The goal of SEO is to drive more organic traffic to your website and imp...

  • Answered by AI
  • Q2. What do you mean by Domain and hosting.
  • Ans. 

    Domain is the address of a website, hosting is the service that stores the website's files and makes it accessible online.

    • Domain is the unique address of a website on the internet, like www.example.com

    • Hosting is the service that stores the website's files and data on a server, making it accessible online

    • Domain registration is the process of purchasing and owning a domain name

    • Web hosting providers offer different types ...

  • Answered by AI
  • Q3. Tell me something about your self?
  • Q4. What are the main SEO tools?
  • Ans. 

    Some main SEO tools include Google Analytics, SEMrush, Ahrefs, Moz, and Screaming Frog.

    • Google Analytics for tracking website traffic and user behavior

    • SEMrush for keyword research and competitive analysis

    • Ahrefs for backlink analysis and site auditing

    • Moz for SEO insights and rank tracking

    • Screaming Frog for website crawling and technical SEO analysis

  • Answered by AI
  • Q5. What is Google Adwords?
  • Ans. 

    Google Adwords is an online advertising platform developed by Google, where advertisers pay to display brief advertisements, service offerings, product listings, video content, and generate mobile application installs within the Google ad network to web users.

    • Online advertising platform by Google

    • Advertisers pay to display ads

    • Can display various types of ads like text, display, video, etc.

    • Helps in reaching target audien

  • Answered by AI
  • Q6. What is Organic search?
  • Ans. 

    Organic search refers to the unpaid search results generated by search engines based on relevance to the user's query.

    • Organic search results are not influenced by paid advertising.

    • Websites can improve their organic search rankings through search engine optimization (SEO) techniques.

    • Examples of organic search results include links to websites, blogs, and articles that are deemed relevant to the user's search query.

  • Answered by AI
  • Q7. What do you mean by keywords?
  • Ans. 

    Keywords are specific words or phrases that describe the content of a webpage and are used in SEO to help search engines understand the topic of the page.

    • Keywords are used to optimize a website's content for search engines.

    • They help search engines match a webpage to relevant search queries.

    • Examples of keywords include 'SEO tips', 'best digital marketing agency', 'how to increase website traffic'.

  • Answered by AI
  • Q8. What is keywords analysis?
  • Ans. 

    Keywords analysis is the process of researching and identifying the most relevant keywords for a website to improve its search engine rankings.

    • Keywords analysis involves identifying popular search terms related to a website's content.

    • It helps in understanding what keywords users are searching for and how competitive those keywords are.

    • Tools like Google Keyword Planner can be used for keywords analysis.

    • The goal is to se...

  • Answered by AI

Skills evaluated in this interview

HRMantra Software Interview FAQs

How many rounds are there in HRMantra Software interview?
HRMantra Software interview process usually has 1-2 rounds. The most common rounds in the HRMantra Software interview process are Resume Shortlist, One-on-one Round and HR.
How to prepare for HRMantra Software 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 HRMantra Software. The most common topics and skills that interviewers at HRMantra Software expect are Communication Skills, SQL, Sales, ASP.Net and B2B Sales.
What are the top questions asked in HRMantra Software interview?

Some of the top questions asked at the HRMantra Software interview -

  1. They asked me which programming languages do you know. then they gave a program...read more
  2. CEO has no manners how to talk to the employees, he gives speech on each month ...read more
  3. gave me asituation and asked me to develop a code forthe givensituat...read more

Tell us how to improve this page.

HRMantra Software Interview Process

based on 6 interviews

Interview experience

2.3
ย ย 
Poor
View more

Interview Questions from Similar Companies

greytHR Interview Questions
3.8
ย โ€ขย 22 Interviews
Keka HR Payroll Software Interview Questions
2.9
ย โ€ขย 21 Interviews
ZingHR Interview Questions
3.3
ย โ€ขย 20 Interviews
Smart Call Center Solutions Interview Questions
3.2
ย โ€ขย 19 Interviews
Samsung Semiconductor Interview Questions
3.6
ย โ€ขย 19 Interviews
Seagate Interview Questions
3.3
ย โ€ขย 17 Interviews
Spine Technologies Interview Questions
4.1
ย โ€ขย 7 Interviews
Beehive Software Services Interview Questions
3.4
ย โ€ขย 5 Interviews
Quikchex Interview Questions
3.7
ย โ€ขย 2 Interviews
PeopleWorks Interview Questions
4.5
ย โ€ขย 1 Interview
View all

HRMantra Software Reviews and Ratings

based on 59 reviews

3.7/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

3.4

Salary

3.7

Job security

3.8

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 59 Reviews and Ratings
Business Analyst
43 salaries
unlock blur

โ‚น1.4 L/yr - โ‚น4.1 L/yr

Senior Business Analyst
11 salaries
unlock blur

โ‚น2.4 L/yr - โ‚น7 L/yr

Software Developer
9 salaries
unlock blur

โ‚น2.5 L/yr - โ‚น3.1 L/yr

Senior Software Developer
7 salaries
unlock blur

โ‚น3 L/yr - โ‚น6 L/yr

Junior Software Developer
5 salaries
unlock blur

โ‚น1.2 L/yr - โ‚น4.3 L/yr

Explore more salaries
Compare HRMantra Software with

greytHR

3.8
Compare

Keka HR Payroll Software

2.9
Compare

sumHR - HRMS Software

3.5
Compare

Beehive Software Services

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