Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Vinove Software & Services Team. If you also belong to the team, you can get access from here

Vinove Software & Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Vinove Software & Services Associate Software Developer Interview Questions and Answers

Updated 1 May 2024

Vinove Software & Services Associate Software Developer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was a general aptitude test.

Round 2 - Coding Test 

It was basic coding round and pseudo code questions.

Round 3 - HR 

(1 Question)

  • Q1. How do you see yourself in 5 years? What are your weakness and what did you do to overcome?

I applied via Campus Placement and was interviewed in May 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

The aptitude test for the company consisted of almost 80-85 questions combined with aptitude, technical questions, and English. The test was moderate. Only the aptitude and English parts were a bit tricky rest was easy.

Round 2 - Coding Test 

I don't exactly remember how long it was. It consisted of 3 questions. One was an array-based question 2nd one was string-based question and the last was SQL query. all 3 questions were easy if you practiced a little bit.

Round 3 - Technical 

(1 Question)

  • Q1. The technical interview was pretty easy. I guess they wanted a python developer so all the questions were mostly from python basics. At the end they asked me if I am ready for the bond and relocation.
Round 4 - HR 

(1 Question)

  • Q1. HR round was way shorter than expected. They asked me about my projects and tech-stack and few things about my family. It lasted only 5 minutes.

Interview Preparation Tips

Topics to prepare for Vinove Software & Services Associate Software Developer interview:
  • Python
  • SQL
  • OOPS
Interview preparation tips for other job seekers - If you are going for this company there is no need to worry about the hard part if you have studied enough. Keep your basics strong and be confident in your answers.

Associate Software Developer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in Xoriant
Q2. Tell me some of the data types that are used in python?
asked in Xoriant
Q3. What are joins in SQL? Explain each with the real life example?
asked in Xoriant
Q4. How will you delete a file in python module using a python code?
asked in Accenture
Q5. What are some basic DBMS concepts, including joins and subqueries ... read more

I applied via Company Website and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Only Realted to React JS ( which i choose)

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy type Interview becauseeeeeee they ask you to sign Bond of 2 years and in which they mention that if your performance is not good then they will fire you and then you have to pay them 2 Lakh . This is not good company.

Interview questions from similar companies

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na

I applied via Campus Placement and was interviewed before Oct 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 - One-on-one 

(3 Questions)

  • Q1. DS Algo, Backend and DB
  • Q2. Stack(DS) question and DB based questions
  • Q3. Scaling (Horizontal, Vertical) with use cases
  • Ans. 

    Scaling refers to increasing capacity of a system. Horizontal scaling adds more machines, while vertical scaling adds more resources to a machine.

    • Horizontal scaling involves adding more machines to a system to increase capacity

    • Vertical scaling involves adding more resources to a machine to increase capacity

    • Use cases for horizontal scaling include handling increased traffic or adding redundancy

    • Use cases for vertical sca...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Junglee Games Software Developer interview:
  • Backend
  • Data Structures
  • Database
Interview preparation tips for other job seekers - Keep your DS concepts clear and be clear on your answers
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Easy to medium leetcode questions

I applied via Campus Placement and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude with a bit of verbal with 2 coding questions of easy difficulty

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on DSA, DBMS, SQL and OOPS concepts. I was not made to write the code was told to explain the logic and for another ques told to write a query.
  • Q2. Explain the concepts of OOPS and explain the main 4 pillars of OOPS.
  • Ans. 

    OOPS is a programming paradigm that focuses on objects and their interactions. The 4 pillars of OOPS are encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods together in a class to hide implementation details.

    • Inheritance: Creating new classes from existing ones, inheriting properties and behaviors.

    • Polymorphism: Objects of different classes can be treated as objects of a com...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic concepts of OOPS, DSA AND SQL.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Assignment 

It was mostly on JavaScript

Round 2 - Technical 

(1 Question)

  • Q1. Focused on react
Round 3 - One-on-one 

(1 Question)

  • Q1. Brief about project

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core concepts
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Cover topics like closures, classes, functions

Round 2 - Technical 

(2 Questions)

  • Q1. Explain call bind apply
  • Ans. 

    Call, bind, and apply are methods used to manipulate the value of 'this' in JavaScript functions.

    • Call: Invokes a function with a specified 'this' value and arguments provided individually.

    • Example: func.call(thisArg, arg1, arg2)

    • Bind: Creates a new function that, when called, has a specified 'this' value and arguments provided one by one.

    • Example: var newFunc = func.bind(thisArg, arg1, arg2)

    • Apply: Invokes a function with ...

  • Answered by AI
  • Q2. Explain closures
  • Ans. 

    Closures are functions that have access to variables from their containing scope even after the scope has closed.

    • Closures allow functions to access variables from their outer function even after the outer function has finished executing.

    • They help in maintaining state in asynchronous operations.

    • Closures are commonly used in event handlers and callbacks.

  • Answered by AI

Skills evaluated in this interview

Vinove Software & Services Interview FAQs

How many rounds are there in Vinove Software & Services Associate Software Developer interview?
Vinove Software & Services interview process usually has 4 rounds. The most common rounds in the Vinove Software & Services interview process are HR, Aptitude Test and Coding Test.
What are the top questions asked in Vinove Software & Services Associate Software Developer interview?

Some of the top questions asked at the Vinove Software & Services Associate Software Developer interview -

  1. The technical interview was pretty easy. I guess they wanted a python developer...read more
  2. Only Realted to React JS ( which i choo...read more

Tell us how to improve this page.

Vinove Software & Services Associate Software Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.5
 • 40 Interviews
ConsultAdd Interview Questions
3.5
 • 36 Interviews
View all
Vinove Software & Services Associate Software Developer Salary
based on 61 salaries
₹4 L/yr - ₹4.5 L/yr
31% less than the average Associate Software Developer Salary in India
View more details

Vinove Software & Services Associate Software Developer Reviews and Ratings

based on 7 reviews

2.3/5

Rating in categories

1.8

Skill development

1.9

Work-life balance

1.5

Salary

1.4

Job security

1.8

Company culture

1.5

Promotions

1.5

Work satisfaction

Explore 7 Reviews and Ratings
Software Developer
103 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Associate Software Developer
61 salaries
unlock blur

₹4 L/yr - ₹4.5 L/yr

Software Engineer
22 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Associate Software Engineer
18 salaries
unlock blur

₹3.2 L/yr - ₹5 L/yr

Web Developer
15 salaries
unlock blur

₹2.3 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Vinove Software & Services with

Maxgen Technologies

4.6
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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