Upload Button Icon Add office photos

Filter interviews by

Shiash Info Solutions HR Executive Recruiter Interview Questions and Answers

Updated 5 Oct 2022

Shiash Info Solutions HR Executive Recruiter Interview Experiences

1 interview found

I applied via Monster and was interviewed in Sep 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. Interviews, discussion
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to change your line from biotechnology department to HR filed
  • Q2. Why you want this job

Interview Preparation Tips

Interview preparation tips for other job seekers - Have patience and self confidence.. Have faith in you.. Your self confidence and believe in you can only get you the position you want 😊

Interview questions from similar companies

I applied via Referral and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - HR 

(6 Questions)

  • Q1. Tell me about yourself.
  • Q2. Tell us about family background.
  • Q3. How many years of Experience do you have?
  • Q4. Why do you think we should hire you?
  • Q5. Are you okay with travelling and the pressure.
  • Q6. Tell us about your strength and weaknesses.

Interview Preparation Tips

Interview preparation tips for other job seekers - That one mantra i believe in is, immense confidence in your ownself, never let others see that nervousness on your face.
Just have faith in yourself and the true knowledge you have gained.
Just be yourself, i believe everyone has a unique personality never let it look fake.
Be courageous enough to accept that you don't know something but will definitely read about the thing later, because half knowledge is always dangerous.

Your success and failures totally depends on you, celebrate your success and learn from rejections instead of demotivating yourself. Rejections are mandatory to know where your are lagging and to come back with more strength.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

They'll give one vedio and based on that question will be.

Round 2 - HR 

(2 Questions)

  • Q1. About ourselves we have to share
  • Q2. Tell me about your self? What is your education qualification? Where did you studied? What is your strength? Tell me about your hobbies? Why did u chosien this company?

Interview Preparation Tips

Topics to prepare for Infosys HR Executive Recruiter interview:
  • Employee Relations
  • HR Policies

I was interviewed in May 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Easy

It was just after the first round in the morning

  • Q1. 

    Huffman Coding Challenge

    Given an array ARR of integers containing 'N' elements where each element denotes the frequency of a character in a message composed of 'N' alphabets of an alien language, your ta...

  • Ans. 

    Implement a function to generate Huffman codes for characters based on their frequencies in an alien language message.

    • Use a priority queue to build the Huffman tree efficiently.

    • Assign '0' and '1' to left and right branches of the tree respectively to generate unique binary codes.

    • Ensure that each code distinctly identifies its corresponding character and minimizes the total number of bits used for the message.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

1 hr after the second round got over and results were announced in the morning.

  • Q1. 

    Ways To Make Coin Change

    Given an infinite supply of coins of varying denominations, determine the total number of ways to make change for a specified value using these coins. If it's not possible to make...

  • Ans. 

    The task is to find the total number of ways to make change for a specified value using given denominations.

    • Create a dynamic programming table to store the number of ways to make change for each value up to the target value.

    • Iterate through each denomination and update the table accordingly based on the current denomination.

    • The final answer will be the value in the table at the target value.

    • Consider edge cases such as w...

  • Answered by AI
Round 3 - Face to Face 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

10 A.M in the morning.
The interviewers were very knowledgeable and humble

  • Q1. 

    Unique Element In Sorted Array

    Nobita wants to impress Shizuka by correctly guessing her lucky number. Shizuka provides a sorted list where every number appears twice, except for her lucky number, which a...

  • Ans. 

    Find the unique element in a sorted array where all other elements appear twice.

    • Iterate through the array and XOR all elements to find the unique element.

    • Use a hash set to keep track of elements and find the unique one.

    • Sort the array and check adjacent elements to find the unique one.

  • Answered by AI
  • Q2. 

    Find Nodes at Distance K in a Binary Tree

    Your task is to find all nodes that are exactly a distance K from a given node in an arbitrary binary tree. The distance is defined as the number of edges between ...

  • Ans. 

    Find all nodes at distance K from a given node in a binary tree.

    • Perform a depth-first search starting from the target node to find nodes at distance K.

    • Use a recursive function to traverse the tree and keep track of the distance from the target node.

    • Maintain a set to store visited nodes and avoid revisiting them.

    • Return the list of nodes found at distance K from the target node.

    • Example: For the given input tree, target n...

  • Answered by AI
Round 4 - Face to Face 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

It was after the first technical interview round.
Got a mail for the second interview round .
Timings approx 12 AM

  • Q1. 

    Remove BST Keys Outside Given Range

    Given a Binary Search Tree (BST) and a specified range [min, max], your task is to remove all keys from the BST that fall outside this range. The BST should remain vali...

  • Ans. 

    Remove keys outside given range from a Binary Search Tree while keeping it valid.

    • Traverse the BST in inorder and remove nodes outside the specified range

    • Recursively check left and right subtrees for nodes to remove

    • Update pointers to maintain the validity of the BST

    • Return the inorder traversal of the adjusted BST

  • Answered by AI
  • Q2. 

    Inorder Successor in a Binary Tree

    Given an arbitrary binary tree and a specific node within that tree, determine the inorder successor of this node.

    Explanation:

    The inorder successor of a node in a bi...

  • Ans. 

    Given a binary tree and a specific node, find its inorder successor in the tree.

    • Perform an inorder traversal of the binary tree to find the successor node.

    • If the given node has a right child, the successor is the leftmost node in the right subtree.

    • If the given node does not have a right child, backtrack to find the ancestor whose left child is the given node.

  • Answered by AI
Round 5 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

Got a call from Hr after clearance of the first 2 rounds.
Timing were 5:30 P.M

Interview Preparation Tips

Eligibility criteria7+ CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - DBMS, OS, OOPS, Data Structure, Array, String, Bit manipulation, BInary Search, Sorting, Number Theory Linked List, Trees, Graph, DPTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Focus the most on Data Structure topics and practice atleast 300 medium level ques (min 2 approaches for each qs)
Tip 2 : Have a strong grip on Core Subjects i.e OS, DBMS, OOPS, CN, System Design(for big mnc's)
Tip 3 : Learn any good development framework and make min 2 good projects with that and try to do any 1 or 2 min intern to put it in your resume.

Application resume tips for other job seekers

Tip 1 : Keep it short and to the point
Tip 2 : Have good knowledge of every single thing you mentioned there.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. OOP concepts, Networking basics,

Interview Preparation Tips

Interview preparation tips for other job seekers - Its easy to pass the interview for fresher, you need to have good aptitude skills

Interview Questionnaire 

3 Questions

  • Q1. About my self and my experience.
  • Q2. What's the reason for leaving previous job?
  • Q3. Technical question depends on process.

I applied via Walk-in and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Da tools

Interview Preparation Tips

Interview preparation tips for other job seekers - Get referal

Intern Interview Questions & Answers

TCS user image Anonymous

posted on 2 Jun 2022

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 2 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 - HR 

(1 Question)

  • Q1. Please Give introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Good luck with your interview. You need it

I applied via Company Website and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python data structures
  • Q2. MongoDB database algorithms
  • Ans. 

    MongoDB database algorithms are used for efficient data storage, retrieval, and processing.

    • MongoDB uses various algorithms for indexing, sharding, and aggregation.

    • Indexing algorithms include B-tree, hash, and text search indexes.

    • Sharding algorithms include range-based, hash-based, and zone-based sharding.

    • Aggregation algorithms include map-reduce and aggregation pipeline.

    • MongoDB also uses algorithms for query optimizati

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your basics

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Prior experience,questions related to data analysis tools.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is fast,mine got done in a day but if you are selected and your salary negotiation is finished, it will take almost a month to get offer letter,so need not worry till that time you will surely get it.
The reason behind the offer letter delay is they have to get approvals from multiple teams which creates a delay on the process.

Shiash Info Solutions Interview FAQs

How many rounds are there in Shiash Info Solutions HR Executive Recruiter interview?
Shiash Info Solutions interview process usually has 3 rounds. The most common rounds in the Shiash Info Solutions interview process are Resume Shortlist, Technical and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
View all
Shiash Info Solutions HR Executive Recruiter Salary
based on 7 salaries
₹1.2 L/yr - ₹2.1 L/yr
47% less than the average HR Executive Recruiter Salary in India
View more details
Talent Acquisition Executive
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Intern
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Science Intern
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Recruiter
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Shiash Info Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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