Upload Button Icon Add office photos

Savantis Solutions India

Compare button icon Compare button icon Compare

Filter interviews by

Savantis Solutions India HR Executive Interview Questions and Answers

Updated 15 Sep 2023

Savantis Solutions India HR Executive Interview Experiences

1 interview found

HR Executive Interview Questions & Answers

user image Anonymous

posted on 15 Sep 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - HR 

(5 Questions)

  • Q1. Tell me about your self?
  • Q2. Why HR as career?
  • Q3. What is current location?
  • Ans. 

    I am currently located in New York City.

    • New York City

    • Specific address: 123 Main Street, New York, NY

    • Nearby landmarks: Central Park, Empire State Building

  • Answered by AI
  • Q4. Qualifications ?
  • Q5. About family background?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be good with communication skills
Show determination

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Savantis Solutions India?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Hirect and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Telephonic Call 

(3 Questions)

  • Q1. What you are doing in your last company
  • Q2. Do you know about recruitment
  • Q3. Whatever you said rest questions are interconnected
Round 2 - HR 

(5 Questions)

  • Q1. Give your introduction
  • Q2. What happens in the induction process
  • Ans. 

    Induction process is a formal introduction of new employees to the organization and its culture.

    • Orientation on company policies and procedures

    • Introduction to colleagues and supervisors

    • Training on job responsibilities and expectations

    • Explanation of benefits and compensation

    • Tour of facilities and work areas

  • Answered by AI
  • Q3. What are the HR processes
  • Ans. 

    HR processes are the set of activities and procedures that HR departments use to manage employees throughout their employment lifecycle.

    • Recruitment and selection

    • Onboarding and orientation

    • Performance management

    • Compensation and benefits

    • Training and development

    • Employee relations

    • Offboarding and exit interviews

  • Answered by AI
  • Q4. Tell me about your family background
  • Q5. Rest whatever you said, questions will be asked on that

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your introduction well, if you are a fresher because whatever you said questions are going to be happen according to that

HR Executive Interview Questions Asked at Other Companies

asked in Tata Group
Q1. From an HR perspective, should a manager understand HR principles ... read more
asked in Sodexo
Q2. What do you know about Labor Law?
Q3. What is your understanding of outsourcing?
asked in Accenture
Q4. If you had 100 million dollars, what would you do?
asked in Siri AB
Q5. What are the sourcing techniques you are familiar with ? How long ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

AI Bot Test via chat gpt

Round 2 - Group Discussion 

Technical Coding testing

Round 3 - Assignment 

Assignment shared by client

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

Interview Questionnaire 

1 Question

  • Q1. Related to SQL, BI Tools

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrating more on technical skills
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 Apr 2023. There were 4 interview rounds.

Round 1 - Group Discussion 

GD checking the communication

Round 2 - Technical 

(1 Question)

  • Q1. SQL, Oracle Fusion
Round 3 - Technical 

(1 Question)

  • Q1. SQL, Oracle Fusion
Round 4 - HR 

(1 Question)

  • Q1. Basic HR Questions, checking your communication

Consultant Interview Questions & Answers

AST Corporation user image Aishwarya Todmal-Phadatare

posted on 20 Feb 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Hiring process

I applied via Naukri.com and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Financial domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Listen to questions and only answer that.Dont get overexcited.Take a deep breath
Are these interview questions helpful?

I applied via Walk-in and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. For fresher 1 aptitude - percentage,date and time,number system,intrest,work done problems 2 Group discussion 3 HR interview

Interview Preparation Tips

Interview preparation tips for other job seekers - First is usual aptitude after finishing it takes 30 min for result . Next g it is more of generall topic, atlast hr

Interview Questionnaire 

1 Question

  • Q1. Question on js

Interview Preparation Tips

Interview preparation tips for other job seekers - study the basics, coding ques

I applied via Campus Placement and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Coding Test 

90 minute test on hacker rank consisting of 3 coding questions all of medium difficulty. Most candidates are required to solve more than 1 question.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions on concepts of OOPS and Operating Systems.
  • Q2. Find least common ancestor of a binary tree.
  • Ans. 

    Find the lowest common ancestor of a binary tree.

    • Traverse the tree recursively from the root node.

    • If the current node is null or matches either of the given nodes, return the current node.

    • Recursively search for the nodes in the left and right subtrees.

    • If both nodes are found in different subtrees, return the current node.

    • If both nodes are found in the same subtree, continue the search in that subtree.

  • Answered by AI
  • Q3. Find first missing positive integer from an array for non-negative integers.
  • Ans. 

    Find first missing positive integer from an array of non-negative integers.

    • Create a hash set to store all positive integers in the array

    • Loop through the array and add all positive integers to the hash set

    • Loop through positive integers starting from 1 and return the first missing integer not in the hash set

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Design a parking lot
  • Ans. 

    Design a parking lot

    • Consider the size and capacity of the parking lot

    • Decide on the layout and organization of parking spaces

    • Implement a system to manage parking availability and reservations

    • Include features like ticketing, payment, and security

    • Consider scalability and future expansion

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Given a grid which represents an ocean( For all index i,j if mat[i][j] = 1 is island and mat[i][j] = 0 means water). Find the island with largest area.
  • Ans. 

    Find the largest island area in a grid representing an ocean using DFS or BFS.

    • Use Depth-First Search (DFS) or Breadth-First Search (BFS) to explore the grid.

    • Mark visited cells to avoid counting them multiple times.

    • Count the size of each island during the traversal.

    • Example: For a grid [[1,0,0],[1,1,0],[0,0,1]], the largest island has area 3.

    • Keep track of the maximum area found during the exploration.

  • Answered by AI
  • Q2. Given list of strings group them into distinct anagrams.
  • Ans. 

    Group list of strings into distinct anagrams.

    • Create a hash table with sorted string as key and list of anagrams as value.

    • Iterate through the list of strings and add each string to its corresponding anagram list in the hash table.

    • Return the values of the hash table as a list of lists.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Arcesium Senior Software Engineer interview:
  • Low Level Design
  • Object Oriented Programming
  • Data Structures
  • Algorithms
  • DBMS
Interview preparation tips for other job seekers - Focus on Data Structures & Algorithms and Low Level Designing. Some brushup of DBMS will also help.

Skills evaluated in this interview

Savantis Solutions India Interview FAQs

How many rounds are there in Savantis Solutions India HR Executive interview?
Savantis Solutions India interview process usually has 2 rounds. The most common rounds in the Savantis Solutions India interview process are Resume Shortlist and HR.
How to prepare for Savantis Solutions India HR Executive 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 Savantis Solutions India. The most common topics and skills that interviewers at Savantis Solutions India expect are Recruitment, Bulk Hiring, Contract Staffing, Employee Engagement and Excel.

Tell us how to improve this page.

Overall Interview Experience Rating

2/5

based on 2 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more

Interview Questions from Similar Companies

Arcesium Interview Questions
3.5
 • 85 Interviews
Programmers.io Interview Questions
4.2
 • 26 Interviews
Diverse Lynx Interview Questions
3.6
 • 20 Interviews
BANGMETRIC Interview Questions
3.8
 • 12 Interviews
Apps Associates Interview Questions
3.9
 • 10 Interviews
Signant Health Interview Questions
3.2
 • 9 Interviews
View all
Savantis Solutions India HR Executive Salary
based on 10 salaries
₹2.1 L/yr - ₹4.3 L/yr
At par with the average HR Executive Salary in India
View more details

Savantis Solutions India HR Executive Reviews and Ratings

based on 2 reviews

3.9/5

Rating in categories

1.9

Skill development

3.9

Work-life balance

2.7

Salary

2.7

Job security

3.0

Company culture

2.7

Promotions

2.7

Work satisfaction

Explore 2 Reviews and Ratings
Trainee Analyst
32 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Project Administrator
16 salaries
unlock blur

₹10.5 L/yr - ₹18.5 L/yr

HR Executive
10 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Analyst
9 salaries
unlock blur

₹2.2 L/yr - ₹2.4 L/yr

SAP Basis Consultant
8 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Explore more salaries
Compare Savantis Solutions India with

Mobile Programming

2.9
Compare

Diverse Lynx

3.6
Compare

Arcesium

3.5
Compare

Solartis Technology Services

3.5
Compare
write
Share an Interview