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

Clear (1)

VHS Consulting Software Engineer Interview Questions and Answers

Updated 4 Jun 2024

VHS Consulting Software Engineer Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. DevOps tools related questions
  • Q2. And python programming questions

Software Engineer Interview Questions & Answers

user image Dara.vinodkumar

posted on 7 Feb 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. Difference between Asp.net and Ado.net? Explain about Ado.net complete briefly?
  • Ans. 

    ASP.NET is a web development framework while ADO.NET is a data access technology for connecting to databases.

    • ASP.NET is used for building web applications, while ADO.NET is used for accessing and manipulating data from databases.

    • ASP.NET provides a framework for creating dynamic web pages, handling user input, and managing state, while ADO.NET provides a set of classes for interacting with databases.

    • ASP.NET includes fea...

  • Answered by AI
  • Q2. Difference between Functions and stored procedure?
  • Ans. 

    Functions return a value while stored procedures do not.

    • Functions are used to perform a specific task and return a value to the caller.

    • Stored procedures are used to execute a set of SQL statements and do not return a value.

    • Functions can be used in SQL statements while stored procedures cannot.

    • Functions can be called from within stored procedures.

    • Functions are deterministic while stored procedures may not be.

    • Functions c...

  • Answered by AI
  • Q3. Interface Inheritance Difference between overloading and overriding
  • Ans. 

    Interface is a contract that defines the methods a class must implement. Inheritance is the ability of a class to inherit properties and methods from another class.

    • Interface is used to achieve abstraction and multiple inheritance in Java.

    • Inheritance allows code reuse and promotes code organization.

    • Overloading is having multiple methods with the same name but different parameters.

    • Overriding is providing a different impl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare oops and asp.net ,ado.net ,SQL server concepts

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

I was interviewed before Sep 2016.

Interview Preparation Tips

Round: Group Discussion
Experience: Interview was scheduled in Grab Job consultancy. In that, a class room, where we all asked to sit and interviewer was sitting in front and asked to speak one by one on the topic traffic situation in Hyderabad.
Tips: Just speak once two to three lines. Don't rush to speak. Take ur time and don't try speak repeatedly.
Duration: 35 minutes

Round: Technical Interview
Experience: System based test. Easy question from java , c, data structure.

Round: HR Interview
Experience: Not held because already we got too late.

Skills: Proficiency In English, Basic Coding
College Name: Medak College of engineering

Interview Preparation Tips

Round: Test
Duration: 1 hour
Total Questions: 50

Round: Group Discussion
Duration: 1 hour 5 minutes

College Name: GITAM University, Visakhapatnam

I was interviewed before Jun 2016.

Interview Preparation Tips

Round: Test
Duration: 1 hour

Round: Group Discussion
Duration: 10 hours

Skills: Java Programming

I was interviewed in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Oops concepts in Java?
  • Ans. 

    Oops concepts in Java

    • Encapsulation - hiding implementation details

    • Inheritance - reusing code and creating parent-child relationships

    • Polymorphism - multiple forms of a method or object

    • Abstraction - creating abstract classes and interfaces

    • Example: Encapsulation - using private variables and public methods

    • Example: Inheritance - creating a subclass that inherits from a superclass

    • Example: Polymorphism - using method overloa...

  • Answered by AI
  • Q2. Altering columns in Databases?
  • Ans. 

    Altering columns in databases involves modifying the structure of a table by adding, deleting or modifying columns.

    • Use ALTER TABLE statement to modify columns

    • Add new columns using ADD COLUMN

    • Delete columns using DROP COLUMN

    • Modify columns using MODIFY COLUMN

    • Changing column data type may result in data loss

  • Answered by AI
  • Q3. Asked some queries in SQL
  • Q4. Reversing a number in java?
  • Ans. 

    Reversing a number in Java

    • Convert the number to a string

    • Use StringBuilder to reverse the string

    • Convert the reversed string back to a number

  • Answered by AI
  • Q5. Extracting words from a line in java?
  • Ans. 

    To extract words from a line in Java, split the line using whitespace as delimiter.

    • Use the split() method of String class

    • Pass the whitespace regex as argument to split() method

    • Iterate over the resulting array to get individual words

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: Started with the question "Tell me about yourself". Asked me about Core Java. Asked to solve some questions related to Java and SQL.
Tips: Be prepared with high knowledge in Java, Data Structures and SQL.

Skills: Java Programming, Data Strrutures, SQL
College Name: IIITDM Jabalpur

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: The aptitude test was not that harder. focus was mainly on number systems. personally, i don't suggest that you need to go through R.S.Agrawal. IndiaBix is more than enough...but practice number systems as much as you can. A candidate with basic knowledge of all topics can easily crack this round.out of around 450 students, 257

College Name: Walchand College Of Engineering, Sangli

Interview Questionnaire 

7 Questions

  • Q1. They asked me only what i have mentioned in my resume. My first question was swap two numbers without using third variable
  • Q2. What is the difference between arrays and linked list. Which one is better
  • Ans. 

    Arrays are fixed in size and have contiguous memory, while linked lists are dynamic and have non-contiguous memory.

    • Arrays have constant time access to elements, while linked lists have linear time access.

    • Arrays are better for random access and searching, while linked lists are better for insertion and deletion.

    • Arrays use less memory for storing elements, while linked lists use more memory due to additional pointers.

    • Exa...

  • Answered by AI
  • Q3. Tell us about yourself?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding. I have experience with Java, Python, and web development.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and technology

    • Proficient in Java, Python, and web development

    • Experience with projects such as building a web application using Django

  • Answered by AI
  • Q4. How do you manage your tuition classes with your college hectic schedule?
  • Ans. 

    I prioritize my college schedule and plan my tuition classes accordingly.

    • I make a timetable for both college and tuition classes.

    • I communicate with my tuition teacher to adjust the timings if necessary.

    • I try to finish my college assignments and projects beforehand to avoid last-minute stress.

    • I utilize breaks between classes to attend tuition classes.

    • I make sure to take breaks and not overload myself with too many class...

  • Answered by AI
  • Q5. Will your parents allow you to work late at night and in weekends?
  • Ans. 

    Yes, my parents are supportive of my career and understand the demands of the job.

    • My parents are supportive of my career and understand the demands of the job.

    • I have discussed my work schedule with my parents and they are okay with me working late nights and weekends if required.

    • They trust my judgment and are aware that sometimes working late or on weekends may be necessary in the software engineering field.

  • Answered by AI
  • Q6. What have you done in your research paper?
  • Ans. 

    My research paper was on the impact of social media on mental health.

    • Conducted a literature review on existing research on the topic

    • Designed and distributed a survey to gather data on social media usage and mental health

    • Analyzed the survey data using statistical methods

    • Discussed the findings and implications in the paper

    • Included recommendations for future research

  • Answered by AI
  • Q7. What was your role in your minor project?
  • Ans. 

    I was responsible for designing and implementing the user interface of the minor project.

    • Designed the layout and flow of the user interface

    • Implemented the UI using HTML, CSS, and JavaScript

    • Collaborated with the team to ensure consistency in design and functionality

    • Conducted user testing and made necessary improvements based on feedback

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were quite tricky, but not difficult.
Most of the questions were from data structure like stacks, queues, sorting and complexity etc.
Tips: Do not think much about each question. They will totally depend on your general understanding about programming topics.
Duration: 1 hour minute
Total Questions: 100

Round: Group Discussion
Experience: It was great discussion. firstly, the EY team made us very comfortable and he told us his first experience about GD. He supported every contentest's opinion without any biasing and arguments. We were 15 students in our group discussion
Tips: Don't divert from your perspective about whatever topic you will get. Be calm and slow but effective
Don't talk out of topic
Be a good listener so as you can support or disagree with other's view
Duration: 30 minutes

Round: Technical Interview
Experience: I wrote the code for the same.
I answered the second question very well
Tips: Do not overwhelm your resume with too much of extra information

Round: HR Interview
Experience: Told.
Tips: Calm and be sensible.
Nervousness and fumbling may degrade your performance
Answer precise and relevant

Skills:
College Name: MSIT GGSIPU
Motivation: Guys do not preset your mind with any stuff of information before a day of your interview.
Keep your point precise and sensible. Like other MNCs, EY don't expect a fluenced english speaking candidate,instead they want to see how different you are from other in any aspect.
Funny Moments: I took a sound sleep in college auditorium after my GD selection, as they were conductiong interview one selecte

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. A cricket puzzle
  • Q2. Sorting and Searching in real-life scenario puzzle
  • Q3. A couple of questions about electrical and electronics engineering (my branch)
  • Q4. A couple of questions about what I envision

Interview Preparation Tips

Round: Test
Experience: Enlightening. Really had to rack my brains for that hour. Made a lot of corrections in my own answers before confirming a choice. The coding section was amusing - some MCQ's had programs for each option and you had to 'choose' the right program. 
I still remember trembling with excitement/fear when my name was called out in the selected list.
Tips: Strengthen your basics. 
Timing is never a problem is you do not ponder over each obstacle. Be alert during the test - many questions require common sense over formulae. Read the rules: All the questions in this test were MCQ type without any negative marking. ANSWER ALL before the time ends.
Duration: 60 minutes
Total Questions: 60

Round: Group Discussion
Experience: A touchy topic as the moderators were (probably) parents and all your comments would reflect your own upbringing. Diplomacy was a major flavor in most of the arguments presented. 
The GD was conducted methodically and everyone was given at least one chance to state their views. I was digressing in the beginning but quickly took control of the situation by assessing the environment.
Tips: Be confident and rational in your thoughts.NOBODY likes a drama queen, please present your views with a polite intensity.
Listen to all who are present, you may not know everything.

Round: Other Interview
Experience: I apologize as I don't remember the questions specifically. 
The interviewer was exceptionally pleasant and was even nice enough to explain the intricate details of cricket (yes, I am an Indian and I am not a cricket lover :p). I imagine that he liked my method of solving and never-give-up attitude (I did not get the right answer in the first three tries). The rest of the queries simply probed into my basics. Had I been cramming up advanced theorems, I am sure I would have faltered. However, with little hesitation, I braved through all his questions. And I still thank goodness that I did. 
I remember the interviewer saying one statement distinctly - 'The rounds get easier as you keep qualifying'. Not sure how far that is applicable to you, but I sure can vouch for it. :)
Tips: Candor is a refreshing quality. Please imbibe it.
Spend some time with yourself. Think about who you are and what do you want to become. 
Do not be ashamed if money matters to you. Just back it up with virtues. :p
SMILE, you make the world a better place. Or at least the interview room. :D

General Tips: I have told most of what I could in the earlier sections... Last tip: Being nice is a choice. Choose it! :)
Skill Tips: The most fun way to acquire these skills is to interact with people, discuss ideas, solve random aptitude tests WITH a friend, etc. Do not feel embarrassed to ask someone for help.
If you want to go fast, go alone. If you want to go far, go together.
Skills: Analytical, Verbal, Coding, Diplomacy, Technical foundations (pertaining to your branch), General knowledge
College Name: VIT VELLORE
Motivation: As I studied Electrical and Electronics Engineering through my college years, I realized that I may not be the best man for it. Sure, anyone can get good grades - even I did. However, I believe that instead of hoarding up a core technical job and finding ways to be contented in it would make life a chore.
So, I looked into new pastures and EY came at the right time. As a brilliant platform for a career take-off, EY spans across economics, consulting and computer coding - which I am excited for. My time in college has indicated my preferences for these fields and I am now confident of my path.
Funny Moments: Placement time wasn't easy as the wait was enough to drive one crazy. My impatience for the company's arrival, the test results, the GD results and finally the interview results left little scope for humor.
Apart from a few inside jokes with friends, a handful of instances like running from one written test to another and tripping on the way; rambling away during the GD so much so that the moderator has to end explaining the topic again; stopping a chuckle during the interview but ending up in a violent bout of cough make me laugh even today...
Oh yes! The interviewer's face when I asked if ODI matches were the ones with 50 overs or what. Epic! XD

I was interviewed before May 2016.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about your mini project
  • Ans. 

    Developed a web application for tracking personal expenses

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented Node.js and MongoDB for back-end functionality

    • Included features for adding, categorizing, and analyzing expenses

  • Answered by AI
  • Q2. Tell me about your team work other than project.
  • Ans. 

    I actively participate in team building activities and collaborate with colleagues on various initiatives outside of work projects.

    • Organizing team lunches or outings to build camaraderie

    • Participating in charity events or volunteer work as a team

    • Collaborating on internal initiatives such as diversity and inclusion programs

    • Attending industry conferences or workshops together

  • Answered by AI
  • Q3. How will you convince your client if you are not able deliver the project on time.
  • Ans. 

    I will explain the reasons for the delay and present a plan to mitigate it.

    • Communicate the reasons for the delay clearly and honestly

    • Present a plan to mitigate the delay and ensure timely delivery

    • Provide regular updates on the progress of the project

    • Offer alternative solutions or compromises if necessary

    • Ensure that the client understands the impact of the delay on the project

    • Maintain a professional and respectful attit

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions will be from aptitude and vocabulary
Duration: 1 hour
Total Questions: 60

Contribute & help others!
anonymous
You can choose to be anonymous

VHS Consulting Interview FAQs

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

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

  1. Difference between Asp.net and Ado.net? Explain about Ado.net complete brief...read more
  2. Difference between Functions and stored procedu...read more
  3. Interface Inheritance Difference between overloading and overrid...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Akamai Technologies

50 top interview questions

SALARIES

Brainstorm Infotech

REVIEWS

IVTL Infoview Technologies

No Reviews

INTERVIEWS

L&T Construction

No Interviews

LIST OF COMPANIES

Brainstorm Infotech

Locations

DESIGNATION

DESIGNATION

DESIGNATION

Tell us how to improve this page.

VHS Consulting Software Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
VHS Consulting Software Engineer Salary
based on 178 salaries
₹3 L/yr - ₹9 L/yr
37% less than the average Software Engineer Salary in India
View more details

VHS Consulting Software Engineer Reviews and Ratings

based on 30 reviews

3.1/5

Rating in categories

2.9

Skill development

3.2

Work-life balance

2.9

Salary

2.7

Job security

2.8

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 30 Reviews and Ratings
Software Engineer
178 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Information Technology Recruiter
155 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
65 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
63 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Recruiter
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare VHS Consulting with

KPMG India

3.5
Compare

Deloitte

3.8
Compare

PwC

3.4
Compare

Ernst & Young

3.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent