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
2.2

based on 130 Reviews

Filter interviews by

Vinove Software & Services Mean Stack Developer Interview Questions and Answers

Updated 31 May 2021

Vinove Software & Services Mean Stack Developer Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Event loop nodejs
  • Q2. Nodejs working process
  • Ans. 

    Nodejs is a runtime environment that executes JavaScript code outside of a web browser.

    • Nodejs uses an event-driven, non-blocking I/O model.

    • It allows developers to write server-side applications in JavaScript.

    • Nodejs has a built-in module system that allows for easy integration of third-party modules.

    • It can be used for building scalable network applications, real-time applications, and APIs.

    • Nodejs can be run on various p

  • Answered by AI
  • Q3. Live online assignment Aptitudes 3 coding questions angular, 3rd party api call, read write file
  • Q4. Payment gateway

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident not too much high level questions

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. How make a queue using a stack
  • Ans. 

    To implement a queue using a stack, use two stacks and simulate the queue operations.

    • Use two stacks, one for enqueue operation and one for dequeue operation.

    • For enqueue operation, simply push elements onto the stack used for enqueueing.

    • For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.

    • Then pop from the dequeue stack to simulate dequeue operation.

  • Answered by AI
  • Q2. Create a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Create a Node class with data and next pointer

    • Initialize a head pointer to null

    • Add nodes by updating next pointers

    • Traverse the list by following next pointers

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Question asked from javascript and Angular.
Round 2 - Behavioral 

(1 Question)

  • Q1. Asking how will you handle pressure and whats your strength and weekness.
Round 3 - HR 

(1 Question)

  • Q1. Discussion on Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - I have given my interview for the role of Software Developer, the recruiter schedule an interview:-
1. Techincal Round - clear
2. Managerial Round- clear
The recruiter(Talent Acquisition Team) told me that they will give hike on current salary but in HR round they lied and said company will hire you on current salary after disscussing with HR on salary negotiation i agreed with the same package because at that time I was unemployed.
He said will give you an update regarding offer letter, From that date he never came back and does not release offer letter i followup with recruiter, I called several times but she doesn't pick my call even not replying on msg/whatsapp.

My advice for jobseekers to stay away from this company it will waste your time and energy.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was ok. I was not able to solve all the questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Remove the last element from a linkedlist
  • Ans. 

    To remove the last element from a linked list, iterate to the second last node and update its next pointer to null.

    • Iterate through the linked list to find the second last node

    • Update the next pointer of the second last node to null

  • Answered by AI
  • Q2. Some basic questions on oops dbms and os

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

The interviewer asked about javascript basics and DSA questions and some typescript questions

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. I don't know why they rejected me
  • Q2. What ever they asked me for coding part the output is correct and logic is also correct
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(5 Questions)

  • Q1. Tell me about
  • Q2. Your self they are asking
  • Q3. What is your weakness
  • Q4. Any questions ask for me
  • Q5. All the best future
Round 2 - Coding Test 

Coding for international

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Normal apti questions test is easy

Round 2 - Coding Test 

Opps,java basics, question on array and string as an array

Round 3 - Technical 

(1 Question)

  • Q1. Machine round collection framework pattern design array mid term SIngleton design pattern
Round 4 - HR 

(1 Question)

  • Q1. More dmbs and sql questions salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on array and string get basics clear little dmbs and youll clear this with flying colours
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question on maths

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve complex problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation ensures that the internal state of an object is hidden from the outside world

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q2. Coding array questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Different deoendency injection techniques
  • Ans. 

    Dependency injection is a design pattern used to remove hard-coded dependencies and make components more modular and testable.

    • Constructor injection: Dependencies are provided through a class's constructor.

    • Setter injection: Dependencies are set through setter methods.

    • Interface injection: Dependencies are injected through an interface.

    • Spring framework in Java uses dependency injection to manage components.

    • Angular framewo...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Client round about architecture

Skills evaluated in this interview

Vinove Software & Services Interview FAQs

How to prepare for Vinove Software & Services Mean Stack Developer interview?
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 Vinove Software & Services. The most common topics and skills that interviewers at Vinove Software & Services expect are Mean Stack, MongoDB, Angularjs, Angular and Node.Js.
What are the top questions asked in Vinove Software & Services Mean Stack Developer interview?

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

  1. Nodejs working proc...read more
  2. live online assignment Aptitudes 3 coding questions angular, 3rd party api c...read more
  3. Payment gate...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Vinove Software & Services interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
View all

Vinove Software & Services Mean Stack Developer Reviews and Ratings

based on 2 reviews

3.7/5

Rating in categories

4.0

Skill development

2.7

Work-Life balance

2.9

Salary & Benefits

2.7

Job Security

3.6

Company culture

2.7

Promotions/Appraisal

3.0

Work Satisfaction

Explore 2 Reviews and Ratings
Software Developer
104 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Associate Software Developer
61 salaries
unlock blur

₹3.7 L/yr - ₹4.5 L/yr

Software Engineer
23 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

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview