Upload Button Icon Add office photos
Engaged Employer

i

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

_VOIS Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 801 Reviews

Filter interviews by

_VOIS Microservice Developer Interview Questions and Answers

Updated 16 Mar 2022

_VOIS Microservice Developer Interview Experiences

1 interview found

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

Round 1 - Technical 

(1 Question)

  • Q1. Core java, Spring, Spring Boot, Microservice related questions
Round 2 - Behavioral 

(2 Questions)

  • Q1. Describe last project/ assignment worked upon.
  • Ans. 

    Developed a microservice for an e-commerce platform

    • Developed a microservice using Java and Spring Boot

    • Implemented RESTful APIs for handling product catalog and inventory management

    • Integrated with payment gateway for secure online transactions

    • Utilized Docker for containerization and deployment

    • Implemented caching mechanism using Redis for improved performance

  • Answered by AI
  • Q2. Knowledge on docker, kubernetes.
Round 3 - HR 

(1 Question)

  • Q1. What are your salary expectations?
  • Ans. 

    I would like to discuss my salary expectations in person during the negotiation process.

    • Express willingness to discuss salary expectations in person

    • Highlight the importance of negotiation process

    • Avoid giving a specific salary figure

  • Answered by AI

Interview Preparation Tips

Topics to prepare for _VOIS Microservice Developer interview:
  • Core Java
  • Spring
  • Spring Boot
  • Microservices
  • Docker
  • Kubernetes
Interview preparation tips for other job seekers - Interview was good and also the feedback was quite fast.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Discussion about my previous project
  • Q2. Question on html, css, javascript & react
  • Q3. Explain about promises
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

    • Example: const myPromise = new Promise((resolve, reject) => { ... });

  • Answered by AI
  • Q4. Use state, context api
  • Q5. Box modelling in css, css pre processors
  • Ans. 

    Box model in CSS refers to the way elements are rendered in a web page. CSS preprocessors like SASS or LESS help streamline CSS development.

    • Box model in CSS includes content, padding, border, and margin.

    • CSS preprocessors like SASS or LESS allow for variables, nesting, and mixins to be used in CSS.

    • Example: box-sizing: border-box; in CSS changes the box model to include padding and border in the element's total width and

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I got a call that i have been selected to the final round, but the final round never did happend

Skills evaluated in this interview

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Detailed around Core Java
  • Q2. Hands on stream API Java 8
  • Q3. Hands on Spring Web, Spring Data
  • Q4. JVM Garbage Collection
  • Q5. Locking and transactions in Spring data
  • Ans. 

    Spring Data provides support for locking and transactions to ensure data consistency and integrity.

    • Spring Data JPA supports optimistic locking and pessimistic locking mechanisms.

    • Optimistic locking is based on versioning where each entity has a version attribute that is checked before updating.

    • Pessimistic locking locks the database row for a transaction to prevent other transactions from modifying it.

    • Spring Data also su...

  • Answered by AI
Round 2 - Case Study 

System Design and functional and non functional requirements for designing a large scale online booking platform

Interview Preparation Tips

Interview preparation tips for other job seekers - Hands on practice around Core Java, Spring, Locking principles and strategies, databases in detail, JPA, JVM, Garbage collection, Streams

Skills evaluated in this interview

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 Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Angular life cycle, angular loading and some scenarios about authentication
  • Q2. Javascript out put based questions based on it's execution
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via campus placement at Dharampeth Kala-Vanijya and MP Deo Smruti Vidhyan Mahavidyalaya, Nagpur and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Construct stack using queues
  • Ans. 

    Implement a stack using two queues

    • Use two queues to simulate stack operations

    • Push operation: Enqueue the element to queue1

    • Pop operation: Dequeue all elements from queue1 to queue2, dequeue the last element from queue1, then swap the queues

    • Top operation: Dequeue all elements from queue1 to queue2, dequeue the last element from queue1, store it, swap the queues, enqueue the stored element back to queue1, and return it

    • Exa...

  • Answered by AI
  • Q2. M coloring graph

Interview Preparation Tips

Topics to prepare for Hewlett Packard Enterprise Front end Developer interview:
  • DSA
Interview preparation tips for other job seekers - Good with dsa

Skills evaluated in this interview

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Caching Strategy
  • Q2. What is micro Frontend architecture
  • Ans. 

    Micro Frontend architecture is an approach to building front-end applications by breaking them down into smaller, independently deployable units.

    • Allows different teams to work on separate parts of the application

    • Each micro frontend can be developed using different technologies

    • Enables incremental upgrades and updates without affecting the entire application

    • Can improve performance by loading only the necessary components

    • ...

  • Answered by AI
  • Q3. Pure and impure pipes in angular
  • Ans. 

    Pure pipes in Angular are stateless and do not change the input data, while impure pipes can have side effects and change the input data.

    • Pure pipes are used for simple transformations like formatting dates or numbers.

    • Impure pipes are used for more complex transformations that require state or side effects.

    • Pure pipes are faster and more efficient as they only run when a pure change to the input data is detected.

    • Impure p...

  • Answered by AI
  • Q4. How to make singleton services multiton
  • Ans. 

    Singleton services can be made multiton by maintaining a map of instances with unique keys.

    • Create a map to store instances with unique keys

    • Use a factory method to retrieve instances based on keys

    • Ensure that only one instance is created per key

  • Answered by AI
  • Q5. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Allows for easier testing by injecting mock dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Examples: AngularJS, Spring Framework

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read Frontend system design also

Skills evaluated in this interview

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

2 question 1 easy 2 medium dsa

Round 2 - Coding Test 

2 codes of dsa and mcq.

Round 3 - Technical 

(2 Questions)

  • Q1. Code paring round
  • Q2. Dsa question of graph
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Oct 2023. 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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Core Java, Microservices and coding question.
Round 3 - Technical 

(1 Question)

  • Q1. Total experience in AWS. If it is less than 4, interviewer will end the interview immediately.
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 Jul 2023. 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 

(2 Questions)

  • Q1. Asked about basic javascript and react questions
  • Q2. Give some code and asked result
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online Aptitude Test

Round 2 - Technical 

(2 Questions)

  • Q1. React JS Questions
  • Q2. Basic Javascript Questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Experience related questions
  • Q2. Brief explanation on projects
  • Ans. 

    I have worked on various projects ranging from e-commerce websites to interactive web applications.

    • Developed responsive e-commerce website using HTML, CSS, and JavaScript

    • Created interactive data visualization tool using D3.js library

    • Implemented user authentication and authorization using React and Firebase

  • Answered by AI

_VOIS Interview FAQs

How many rounds are there in _VOIS Microservice Developer interview?
_VOIS interview process usually has 3 rounds. The most common rounds in the _VOIS interview process are Technical, Behavioral and HR.
What are the top questions asked in _VOIS Microservice Developer interview?

Some of the top questions asked at the _VOIS Microservice Developer interview -

  1. Core java, Spring, Spring Boot, Microservice related questi...read more
  2. Knowledge on docker, kubernet...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Jio Interview Questions
3.9
 • 1.6k Interviews
Bharti Airtel Interview Questions
4.0
 • 829 Interviews
DXC Technology Interview Questions
3.7
 • 805 Interviews
View all
Deputy Manager
592 salaries
unlock blur

₹8 L/yr - ₹23.4 L/yr

Senior Executive
518 salaries
unlock blur

₹3.5 L/yr - ₹9.1 L/yr

Assistant Manager
506 salaries
unlock blur

₹4.2 L/yr - ₹13.5 L/yr

Manager
247 salaries
unlock blur

₹13.2 L/yr - ₹33 L/yr

Senior Manager
148 salaries
unlock blur

₹19.1 L/yr - ₹40 L/yr

Explore more salaries
Compare _VOIS with

Bharti Airtel

4.0
Compare

Jio

3.9
Compare

TCS

3.7
Compare

Infosys

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