Upload Button Icon Add office photos

Vision India Services

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Vision India Services Software Developer Interview Questions and Answers

Updated 10 Jan 2025

Vision India Services Software Developer Interview Experiences

2 interviews found

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

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Have you read the job description
  • Q2. What you know about Vision India Services Pvt Ltd and Why do you wish to join us
  • Ans. 

    Vision India Services Pvt Ltd is a leading software development company known for its innovative solutions and client satisfaction.

    • Vision India Services Pvt Ltd is known for its expertise in software development and IT services

    • The company has a strong reputation for delivering high-quality solutions to clients

    • Vision India Services Pvt Ltd values employee growth and provides opportunities for career advancement

    • I wish to...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. What did you like the best in Job Description
  • Ans. 

    I enjoyed the opportunity to work on cutting-edge technologies and collaborate with a talented team.

    • Exciting projects using the latest technologies

    • Collaboration with a talented team

    • Opportunity for professional growth and learning

  • Answered by AI
  • Q2. Get me 2 best reason we should hire you
  • Ans. 

    I have a strong technical background and a proven track record of delivering high-quality software solutions.

    • Extensive experience in software development with proficiency in multiple programming languages such as Java, Python, and JavaScript

    • Strong problem-solving skills and ability to work well in a team environment, demonstrated by successful completion of complex projects on time and within budget

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read JD description properly & prepare accordingly

Software Developer Interview Questions & Answers

user image Sandesh Narvariya

posted on 10 Jan 2025

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What is your basic knowledge of Web Forms, ASP.NET, .NET Core, and SQL Server?
  • Ans. 

    I have a strong understanding of Web Forms, ASP.NET, .NET Core, and SQL Server.

    • Proficient in creating web forms using ASP.NET

    • Experience with .NET Core for building modern web applications

    • Skilled in working with SQL Server for database management

    • Knowledge of integrating ASP.NET with SQL Server for data-driven applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Fundamental knowledge of Webform, .NET, and SQL Server.

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Roles & Responsibilities
  • Q2. Roles & Responsibilities
Round 3 - Client Interview 

(1 Question)

  • Q1. What are your strengths & weakness
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It's was MCQ based test

Round 2 - Technical 

(1 Question)

  • Q1. Tell me some of the oops concepts
  • Ans. 

    Some OOP concepts include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the necessary features

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is Guid Id please explain
  • Ans. 

    A Guid Id is a globally unique identifier used in software development to uniquely identify objects or entities.

    • Guid Ids are 128-bit integers represented as a hexadecimal string.

    • They are typically used in databases, APIs, and various software systems to ensure uniqueness.

    • Example: 6B29FC40-CA47-1067-B31D-00DD010662DA

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Discussion about salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basics

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Nov 2021. There were 7 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Students knowledge subject ask from main important basics.
  • Q2. Tell me self introduction.
  • Q3. What do you useful your knowledge course.
  • Q4. What do you understand this subject.
  • Q5. Give me your knowledge course example in currently society.
  • Ans. 

    Online education platforms have become popular in current society.

    • Online courses offered by universities and colleges

    • Platforms like Coursera, Udemy, and edX

    • Increased accessibility to education for people in remote areas

    • Flexible learning schedules for working professionals

    • Affordable education options

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be cool and confidence and correctly catch confidence person.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2022. 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Normally not that though, smooth process
  • Q2. Tell me about job responsibilities
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Union and union all difference
  • Ans. 

    UNION combines the results of two or more SELECT statements, while UNION ALL includes duplicates.

    • UNION removes duplicate rows, while UNION ALL retains all rows including duplicates

    • UNION is slower than UNION ALL as it performs a distinct operation

    • UNION requires the same number of columns in the SELECT statements, while UNION ALL does not have this restriction

  • Answered by AI
  • Q2. What is generic and non-generic collections
  • Ans. 

    Generic collections allow storing any type of data, while non-generic collections are type-specific.

    • Generic collections can store any type of data, such as List or Dictionary.

    • Non-generic collections are type-specific, like ArrayList or HashTable.

    • Generic collections provide type safety and better performance compared to non-generic collections.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not good experience give an interview

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS & CORE JAVA CONCEPTS
  • Q2. Concepts such as Polymorphism and inheritance

Interview Preparation Tips

Topics to prepare for Quess Software Developer interview:
  • Core Java
  • OOPS
Interview preparation tips for other job seekers - For freshers it is easy if you have good core java command and decent programming skills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Java core question
  • Q2. React and Nodejs question in Client
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Configuration, project handling,Integrations
Contribute & help others!
anonymous
You can choose to be anonymous

Vision India Services Interview FAQs

How many rounds are there in Vision India Services Software Developer interview?
Vision India Services interview process usually has 1-2 rounds. The most common rounds in the Vision India Services interview process are One-on-one Round and Technical.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Greenway Health

No Interviews

INTERVIEWS

Greenway Health

No Interviews

SALARIES

Wollmilchsau Technologies

INTERVIEWS

Hire Glocal

No Interviews

SALARIES

Wollmilchsau Technologies

INTERVIEWS

Innova Solutions

No Interviews

INTERVIEWS

Knoldus Inc

No Interviews

INTERVIEWS

Questhiring

No Interviews

Tell us how to improve this page.

Vision India Services Software Developer Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Quess Interview Questions
3.9
 • 407 Interviews
Randstad Interview Questions
3.8
 • 260 Interviews
Team Lease Interview Questions
3.9
 • 201 Interviews
Sodexo Interview Questions
4.1
 • 161 Interviews
Adecco Group Interview Questions
3.7
 • 87 Interviews
ManpowerGroup Interview Questions
3.8
 • 49 Interviews
Alankit Interview Questions
3.4
 • 28 Interviews
Iksula Interview Questions
3.5
 • 27 Interviews
TELUS Health Interview Questions
4.1
 • 17 Interviews
Ven Consulting Interview Questions
3.5
 • 17 Interviews
View all
Vision India Services Software Developer Salary
based on 5 salaries
Lock Unlock
₹2.4 L/yr - ₹4.5 L/yr
55% less than the average Software Developer Salary in India
View more details

Vision India Services Software Developer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

3.1

Skill development

3.1

Work-life balance

3.1

Salary

4.0

Job security

3.1

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 2 Reviews and Ratings
Junior Executive
67 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Team Lead
31 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Executive Accountant
26 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Executive
19 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Executive
19 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Vision India Services with

Quess

3.9
Compare

Team Lease

3.9
Compare

Sodexo

4.1
Compare

Adecco Group

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