Upload Button Icon Add office photos

Filter interviews by

Visions Software Engineer Interview Questions and Answers

Updated 7 Oct 2022

Visions Software Engineer Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed in Apr 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Technologies you worked and some Googled questions
Round 3 - HR 

(1 Question)

  • Q1. Basic questions and salary discussion and 1 year bond discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste your time here. Please try in any other company.

Interview questions from similar companies

Interview Preparation Tips

General Tips: It's not a World Cup final and you're not Tendulkar. So relax, you don't have the burden of a nation's expectation on you. If you've managed to understand the fundamentals of algorithms, data structures, OS etc., cracking interviews shouldn't be hard. If you've not, then I guess you need at least a couple of months of intense preparation.
College Name: NIT SURATHKAL

I applied via Naukri.com and was interviewed in Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Virtual Interview - 3 rounds same day [DS & Algo, Java, Architecture/Product]

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good. Focus on problem solving and speed to clear 1st Round. Strong Java fundamentals upto Java 8,9 is enough to clear 2nd Round. Basic Design and Product Architecture knowledge can help clear the final round.

Believe yourself and keep working !!

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

Interview Questionnaire 

1 Question

  • Q1. How you will design an E-Commerce system
  • Ans. 

    An E-Commerce system can be designed by identifying user requirements, selecting appropriate technologies, and implementing secure payment and shipping methods.

    • Identify user requirements and create user stories

    • Select appropriate technologies for front-end, back-end, and database

    • Implement secure payment and shipping methods

    • Design a user-friendly interface with easy navigation

    • Ensure scalability and performance of the sys...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Initial interview was a telephonic interview for 30 minutes. Basic question and 1 question was how you will design an e-commerce system. Difficulty level was average.
Second round was an assignment .
Third round was again a technical interview

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-
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 - Aptitude Test 

Two DSA ques were asked. One easy and one medium.

Round 3 - Technical 

(1 Question)

  • Q1. Project discussion and some DSA ques
Round 4 - HR 

(1 Question)

  • Q1. Standard hr question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Questions about JavaScript, different types of DataTypes,
  • Q2. Write code to add elements dynamically
  • Ans. 

    Adding elements dynamically to an array in code

    • Use push() method to add elements to an array in JavaScript

    • In Python, use append() method to add elements to a list

    • In Java, use ArrayList and add() method to dynamically add elements

  • Answered by AI
  • Q3. What is Hoisting
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope.

    • Variable and function declarations are hoisted to the top of their scope during the compilation phase.

    • Only the declarations are hoisted, not the initializations.

    • Function declarations take precedence over variable declarations when hoisted.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Current CTC, Experience
  • Q2. What is expected CTC
  • Ans. 

    Expected CTC should be based on industry standards, experience, skills, and location.

    • Research industry standards for Software Engineer salaries

    • Consider your experience level and skills when determining expected CTC

    • Take into account the cost of living in the location of the job

    • Negotiate based on the job responsibilities and market demand

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about Yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications and a strong background in computer science.

    • Experienced in developing web applications using technologies like HTML, CSS, JavaScript, and React

    • Strong background in computer science with knowledge of data structures and algorithms

    • Passionate about learning new technologies and solving complex problems

  • Answered by AI
  • Q2. Sort the array in one loop
  • Ans. 

    Use quicksort algorithm to sort array in one loop

    • Use quicksort algorithm to partition array and sort elements

    • Choose a pivot element and rearrange elements around pivot in one loop

    • Repeat process for subarrays until entire array is sorted

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Immutable Class, Remove duplicates from string using java 8
  • Ans. 

    Immutable class, remove duplicates from string using Java 8

    • Create an immutable class to represent the string

    • Use Java 8 streams to remove duplicates from the string

    • Convert the string to a character array, use distinct() and collect() to remove duplicates

  • Answered by AI
  • Q2. Sealed classes in java
  • Ans. 

    Sealed classes in Java restrict inheritance to a predefined set of subclasses.

    • Sealed classes were introduced in Java 15 to restrict inheritance to a predefined set of subclasses.

    • Subclasses of a sealed class must be declared in the same file as the sealed class.

    • Sealed classes are declared using the 'sealed' modifier before the 'class' keyword.

    • Example: sealed class Shape permits Circle, Square, Triangle;

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Fallout Mechanism between the microservices
  • Ans. 

    Fallout mechanism between microservices refers to how failures in one microservice can impact other microservices.

    • Fallout can occur due to cascading failures when one microservice depends on another.

    • Implementing circuit breakers can help prevent fallout by isolating failures.

    • Monitoring and alerting systems are crucial for detecting and responding to fallout.

    • Using asynchronous communication can reduce the impact of fall...

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Lowe's user image Asish Kumar Mahapatra

posted on 17 Jul 2024

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

(1 Question)

  • Q1. Java tricky question related to collections
Round 2 - Technical 

(1 Question)

  • Q1. HLD discussion related to current project
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Internals of hashset
  • Ans. 

    HashSet is a collection that stores unique elements using a hash table.

    • Uses hashing to store elements

    • Does not allow duplicate elements

    • Provides constant-time performance for basic operations like add, remove, contains

  • Answered by AI
  • Q2. Deques based questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Projects discussion from beginning
  • Q2. How do you resolve conflicts?
  • Ans. 

    I resolve conflicts by actively listening, understanding all perspectives, finding common ground, and proposing solutions.

    • Actively listen to all parties involved

    • Understand each perspective and the underlying reasons for conflict

    • Find common ground and areas of agreement

    • Propose solutions that address the concerns of all parties

  • Answered by AI

Skills evaluated in this interview

Visions Interview FAQs

How many rounds are there in Visions Software Engineer interview?
Visions interview process usually has 3 rounds. The most common rounds in the Visions interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in Visions Software Engineer interview?

Some of the top questions asked at the Visions Software Engineer interview -

  1. Basic questions and salary discussion and 1 year bond discuss...read more
  2. Technologies you worked and some Googled questi...read more

Tell us how to improve this page.

Visions Software Engineer Reviews and Ratings

based on 2 reviews

4.3/5

Rating in categories

4.3

Skill development

4.3

Work-life balance

4.3

Salary

4.3

Job security

4.3

Company culture

4.0

Promotions

4.3

Work satisfaction

Explore 2 Reviews and Ratings
Software Developer
9 salaries
unlock blur

₹3.8 L/yr - ₹9.4 L/yr

Quality Analyst
8 salaries
unlock blur

₹3 L/yr - ₹8.4 L/yr

Graphic Designer
4 salaries
unlock blur

₹2.5 L/yr - ₹4.6 L/yr

System Administrator
4 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Web Designer
4 salaries
unlock blur

₹2.6 L/yr - ₹5 L/yr

Explore more salaries
Compare Visions with

Reliance Retail

3.9
Compare

DMart

3.9
Compare

Future Group

4.3
Compare

Reliance Digital

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