Upload Button Icon Add office photos
Engaged Employer

i

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

VHS Consulting Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

VHS Consulting Interview Questions and Answers for Freshers

Updated 27 Nov 2024

VHS Consulting Interview Experiences for Freshers

Popular Designations

4 interviews found

Interview Questions & Answers

user image Kavita Sharma

posted on 27 Nov 2024

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

(5 Questions)

  • Q1. Vhhjjkhuhhhhjjhhhb
  • Q2. Cvvbbhjjjjjkkkkkm
  • Q3. Fggvghhhhjjcxfhjjjjhggyhjjj
  • Q4. Yyyttuhgguiihhjjjjj
  • Q5. Ftugguhjiikkhhhjj

HR Recruiter Interview Questions & Answers

user image sapna singh

posted on 9 Aug 2021

Interview Questionnaire 

2 Questions

  • Q1. What is the recruitment
  • Q2. Recruitment is the process of to select the best candidate for company

HR Recruiter Interview Questions asked at other Companies

Q1. You have huge target. And evil mseb wants loadsheeding,power cut. How you can convince your mentor to help you to finish mails and calls
View answer (2)

Interview Questionnaire 

2 Questions

  • Q1. They need only good communication skills
  • Q2. Tell about your self

Information Technology Recruiter Interview Questions asked at other Companies

Q1. Types of Visas and tax terms
View answer (2)

I applied via Recruitment Consulltant and was interviewed before Nov 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 

(2 Questions)

  • Q1. Explain Recruitment process in brief
  • Ans. 

    Recruitment process involves sourcing, screening, interviewing, and hiring candidates for a job.

    • Identify job opening and create job description

    • Source candidates through job portals, social media, referrals, etc.

    • Screen resumes and shortlist candidates

    • Conduct interviews and assess candidate's skills and fit

    • Select the best candidate and make an offer

    • Onboard the new hire and complete necessary paperwork

  • Answered by AI
  • Q2. How do u find the candidate interest level

Interview Preparation Tips

Interview preparation tips for other job seekers - It's very good company where all are very helping nature

Technical Recruiter Interview Questions asked at other Companies

Q1. What different visas are you aware of. Can you name some of them.
View answer (1)

VHS Consulting interview questions for popular designations

 Software Engineer

 (2)

 Software Programmer

 (1)

 Senior System Administrator

 (1)

 HR Recruiter

 (1)

 Software Developer

 (1)

 SAP Consultant

 (1)

 Test Engineer

 (1)

 Business Development Manager

 (1)

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

I applied via Recruitment Consultant and was interviewed before Apr 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. All technical questions based on topics what we mentioned in resume
  • Q2. Oops concepts, Abstraction, Collections
  • Q3. They will go through company norms and about bond
  • Q4. Will forwarded to Manager, he will check analytical skills and our thinking towards an problem

Interview Preparation Tips

Round: Test
Experience: Program execution round like one page we have to enter two names in input fields and when click on submit it should show some success response in one more new page

General Tips: My interview was quite easy and simple
Skills: Algorithmic Approach To Problem Solving, Technical Skill, Java Programming, Communication
Duration: <1 week

I applied via Campus Placement and was interviewed before Sep 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 - Coding Test 

Mcqs on javascript,. 1 coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Campus recruitment
1 online coding
2 technical rounds DSA
1 tech managerial
1 hr

Os, DBMS, DSA, stacks, trees,
Round 1 - Coding Test 

Topics:
Python, Django, MySQL, Automation, Technical questions

Round 2 - Technical 

(3 Questions)

  • Q1. Topics: Python, Django, MySQL, Automation, Technical questions
  • Q2. Explain Django Architecture
  • Ans. 

    Django follows Model-View-Controller (MVC) architectural pattern.

    • Django has a high-level architecture that follows the Model-View-Controller (MVC) architectural pattern.

    • The Model layer represents the database schema and business logic.

    • The View layer is responsible for rendering the templates and presenting the data to the user.

    • The Controller layer handles the user's input and interacts with the Model and View layers.

    • Dj...

  • Answered by AI
  • Q3. Difference between XML and JSON
  • Ans. 

    XML is a markup language while JSON is a lightweight data interchange format.

    • XML uses tags to define elements while JSON uses key-value pairs.

    • XML is more verbose and complex than JSON.

    • JSON is easier to read and parse than XML.

    • XML supports namespaces and validation while JSON does not.

    • XML is widely used in web services and document exchange while JSON is preferred for data exchange between applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Python Django
Showcase your skills

Skills evaluated in this interview

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. What is a pointer to pointer
  • Ans. 

    A pointer to pointer is a variable that stores the memory address of another pointer variable.

    • It is used to create dynamic data structures like linked lists and trees.

    • It allows multiple levels of indirection.

    • It is denoted by ** in C and C++.

    • Example: int **ptr;

    • Example: ptr = &p; where p is a pointer variable.

  • Answered by AI
  • Q2. Class, object, inheritance, polymorphism,dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on pointers,work on ds, study network analysis, learn more about the job and company

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are the main principles of the Java
  • Ans. 

    Main principles of Java include object-oriented programming, platform independence, and automatic memory management.

    • Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.

    • Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.

    • Automatic memory management: Java uses garbage collection to automatically m

  • Answered by AI
  • Q2. What is the different between == and equals method
  • Ans. 

    The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.

    • The == operator is used to compare the memory addresses of two objects in Java.

    • The equals method is used to compare the content of two objects in Java.

    • Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true

  • Answered by AI

Skills evaluated in this interview

VHS Consulting Interview FAQs

How many rounds are there in VHS Consulting interview for freshers?
VHS Consulting interview process for freshers usually has 1-2 rounds. The most common rounds in the VHS Consulting interview process for freshers are Resume Shortlist, HR and Technical.
How to prepare for VHS Consulting interview for freshers?
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 VHS Consulting. The most common topics and skills that interviewers at VHS Consulting expect are SAP Implementation, SAP Integration, SAP Support, SAP ABAP and SAP FICO.
What are the top questions asked in VHS Consulting interview for freshers?

Some of the top questions asked at the VHS Consulting interview for freshers -

  1. Explain Recruitment process in br...read more
  2. In the SQL server diff between delete truncate and drop functions.what is store...read more
  3. Interviewer expects you are thorough in fundamental concepts and it's implement...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Pitney Bowes Interview Questions
3.7
 • 21 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
Avontix Interview Questions
3.9
 • 19 Interviews
Dataflow Group Interview Questions
3.0
 • 15 Interviews
Ivanti Interview Questions
3.5
 • 14 Interviews
Emtec Interview Questions
4.3
 • 14 Interviews
BCITS Interview Questions
3.7
 • 13 Interviews
View all

VHS Consulting Reviews and Ratings

based on 232 reviews

3.7/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.5

Salary

3.1

Job security

3.4

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 232 Reviews and Ratings
Software Engineer
178 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Information Technology Recruiter
155 salaries
unlock blur

₹1 L/yr - ₹4.8 L/yr

Software Developer
65 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Senior Software Engineer
63 salaries
unlock blur

₹4.8 L/yr - ₹11.5 L/yr

Technical Recruiter
38 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Explore more salaries
Compare VHS Consulting with

Accel Frontline

4.0
Compare

Pitney Bowes

3.7
Compare

DynPro

3.8
Compare

Apex CoVantage

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