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 Software Programmer Interview Questions and Answers

Updated 17 Dec 2022

VHS Consulting Software Programmer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. I was selected for contact to hire role.Team lead from parent company interviewed me .The questions where of basics of oops concepts in detail.As I was interviewed for asp.net c# projects I was asked abou...
  • Q2. In the SQL server diff between delete truncate and drop functions.what is stored procedure and it's advantages.diff between function and stored procedure.
  • Ans. 

    Explaining SQL server functions and stored procedures

    • DELETE removes specific rows from a table, TRUNCATE removes all rows from a table, DROP removes a table from the database

    • Stored procedures are precompiled SQL statements that can be reused, improving performance and security

    • Functions return a single value, while stored procedures can return multiple values or none at all

    • Stored procedures can also have input and outpu...

  • Answered by AI
  • Q3. Interviewer expects you are thorough in fundamental concepts and it's implementation in your area of expertise

Interview Preparation Tips

Interview preparation tips for other job seekers - Lots of videos are available on .net in YouTube by different .net professional and refer them

Skills evaluated in this interview

Interview questions from similar companies

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,

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

Software Engineer Interview Questions & Answers

American Megatrends user image R. Arockia Ratheesh Sahayaraj

posted on 6 Nov 2015

Interview Preparation Tips

Round: Test
Experience: Only 24 people from my campus attended the placement process of this company.The experience wasn't really good.I wasn't 
short-listed for next round as my CGPA was 7.5 and need was of above 7.5 ,as they were maintaining standards.

Round: Test
Experience: 1.C aps was really tough.
2.Section 2 we had to choose either Microprocessor or Java,I preferred microprocessor . 3.Simple Questions on 8085 and 8086 instruction set was asked.
4.How much memory are there are 20 address lines,
5.Difference between SRAM and DRAM.
6.ROM is used for stack or not.
7.What are contents of Stack Pointer after PUSH and POP operation.
8.What happens after RET instruction?
9.What is CMC equivalent instruction?

Round: Test
Experience: 16 questions on Quant which are :-
Odd number in a series, Area and Volume, Games of Skill, Time and Work, Average, Trains, Boats 
and Streams, Profit and Gain were asked.
If no. of handshakes is 66,find total number of People.?
A lotus in a pond doubles in size everyday,if it fills the pond on 20th day,when will be the pond would be half?
LOGICAL REASONING-
4 men are on the side of a bridge.One torch light is with them and without it they cannot cross 
the bridge.The bridge can withstand only 2 people at a time.The time required by the persons are 1 
min,2 mins,7 mins,10 mins respectively.Find the shortest time required by all of em to cross the
bridge.
(Answer: 17 minutes)

Round: SOFT SKILLS
Experience: scenario based questions were asked:-
1.working on a project in your company and your brother is in urgent need of a project.What will you do?
2.Your friend mails the project details to some other company.what will be you reaction?
3.Your boss allows to take your team members for a treat.Whether you choose costly one or within budget?
4.Your favorite subject in your curriculum and Why?
5.Where you would view yourself in 5 years?
6.What is a dream company in your terms?
7.Any situation were your work was criticized and what was your reaction?

Skills:
College Name: Anna University Chennai

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

Interview Questionnaire 

3 Questions

  • Q1. Test scenarios to test ATM machine
  • Ans. 

    Test scenarios to test ATM machine

    • Test card insertion and ejection

    • Test PIN entry and validation

    • Test cash withdrawal and balance update

    • Test receipt printing

    • Test network connectivity and error handling

  • Answered by AI
  • Q2. Explain about SQL joines
  • Ans. 

    SQL joins are used to combine data from two or more tables based on a related column between them.

    • There are four types of SQL joins: inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all the rows from the left table and matching rows from the right table.

    • Right join returns all the rows from the right table and matching rows from the left ...

  • Answered by AI
  • Q3. Explain about Ur previous project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ,don't get confused with questions be calm and understand the questions and answer

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. C2H profile basic technology based question s only

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your answer
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What is Java?
  • Ans. 

    Java is a versatile, object-oriented programming language designed for portability across platforms.

    • Object-Oriented: Supports concepts like inheritance, encapsulation, and polymorphism.

    • Platform-Independent: Write once, run anywhere (WORA) due to Java Virtual Machine (JVM).

    • Rich API: Offers a wide range of libraries for tasks like networking, I/O, and GUI development.

    • Strongly Typed: Enforces strict type checking at compi...

  • Answered by AI
  • Q2. What are the methods to effectively use threads in programming?
  • Ans. 

    Effective thread usage enhances performance and responsiveness in applications by enabling concurrent execution of tasks.

    • Use thread pools to manage a fixed number of threads, reducing overhead. Example: Java's ExecutorService.

    • Implement synchronization mechanisms (like mutexes) to prevent race conditions. Example: using 'synchronized' keyword in Java.

    • Utilize concurrent data structures (like ConcurrentHashMap) to avoid l...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is advisable not to join the company for better opportunities, as this organization is not favorable; they focus solely on work. There are health issues that the company does not address, and they do not care about their employees.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Online test to check our mathematical ability and logical reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Online test and also one to one from lead engineers
Round 3 - HR 

(1 Question)

  • Q1. Salary and travelling related details if finalized
Round 4 - One-on-one 

(1 Question)

  • Q1. Face to face virtual interview from manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good knowledge about coding and basics and be confident
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal apptitude queations were asked in this round

Round 2 - Technical 

(1 Question)

  • Q1. Questions on javascript Basic of HTML, CSS

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for basics

VHS Consulting Interview FAQs

How many rounds are there in VHS Consulting Software Programmer interview?
VHS Consulting interview process usually has 2 rounds. The most common rounds in the VHS Consulting interview process are Resume Shortlist and Technical.
What are the top questions asked in VHS Consulting Software Programmer interview?

Some of the top questions asked at the VHS Consulting Software Programmer interview -

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

Tell us how to improve this page.

VHS Consulting Software Programmer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

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
View all

VHS Consulting Software Programmer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

4.0

Salary

3.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
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