Upload Button Icon Add office photos
Engaged Employer

i

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

Vishal Mega Mart Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Vishal Mega Mart Software Engineer Interview Questions and Answers

Be the first one to contribute and help others!

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 !!

Interview Questionnaire 

4 Questions

  • Q1. What will happen if I write without condition in for loop?
  • Ans. 

    The for loop will run indefinitely without any condition to terminate it.

    • The loop will continue executing until it is manually interrupted or the program crashes.

    • This can lead to a program becoming unresponsive or consuming excessive resources.

    • It is important to always include a condition in a for loop to control its execution.

  • Answered by AI
  • Q2. Difference between graph and tree?
  • Ans. 

    Graph is a non-linear data structure with cycles while tree is a hierarchical data structure without cycles.

    • Graph can have multiple starting points and paths between nodes while tree has only one root node and unique paths between nodes.

    • Graph can have cycles while tree is acyclic.

    • Graph can be directed or undirected while tree is always directed.

    • Examples of graphs include social networks, road networks, and computer net...

  • Answered by AI
  • Q3. Different data structures avaliable??
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Arrays

    • Linked Lists

    • Stacks

    • Queues

    • Trees

    • Graphs

    • Hash Tables

  • Answered by AI
  • Q4. Write query to find the top five employee salary?
  • Ans. 

    Query to find the top five employee salaries

    • Use the SELECT statement to retrieve the employee salaries

    • Order the results in descending order using the ORDER BY clause

    • Limit the results to the top five using the LIMIT clause

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. There were basically 2 technical round followed my 1 managerial round.
  • Q2. 1st Round involves everything about data structure and algorithm.
  • Q3. 2nd round involves everything related to core java and spring framework.
  • Q4. Managerial round was something like and technical only but comparatively easier than the above two round.There were some behavioural question as well.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good understanding of data structure and algorithm with difficulty level easy-medium.

I applied via Job Portal and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Problem solving - Understanding of data structure & algorithm
Round 2 - One-on-one 

(1 Question)

  • Q1. System design = Low level design round
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring manager round - Team fitment, current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on DS & Algo. Prepare well with system design concepts
Round 1 - Technical 

(1 Question)

  • Q1. Prepare for Java, SQL & Unix and if you are experienced, you should know what your roles and responsibilities are
Round 2 - Technical 

(1 Question)

  • Q1. Need to have an in depth knowledge of SQL concepts
Round 3 - Coding Test 

Basic Java Program

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be calm and composed and talk to the interviewer like you talk to your friend

I appeared for an interview in Feb 2022.

Round 1 - Technical 

(1 Question)

  • Q1. Find longest substring
  • Ans. 

    Find the longest substring in an array of strings.

    • Iterate through each string and compare with all other strings to find common substrings.

    • Use a hash table to keep track of the frequency of each substring.

    • Return the substring with the highest frequency.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA (easy)
System design (easy)
Congrats! You are hired

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
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 - Coding Test 

The coding test was on hackerearth with 2 coding questions and Java based output questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. 3 DSA questions on DP, binary search

I applied via Approached by Company and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Mostly on js basics. Event loop, hoisting, GraphQL

Round 2 - Technical 

(2 Questions)

  • Q1. How to implement Cadence algorithm
  • Ans. 

    Cadence algorithm is used for real-time stream processing of data.

    • Cadence is a distributed system for managing workflows.

    • It uses a programming model called the Cadence Workflow Model.

    • The Cadence server is responsible for managing the state of workflows.

    • The Cadence client is responsible for executing the workflow tasks.

    • Cadence provides a lot of features like retries, timeouts, and error handling.

  • Answered by AI
  • Q2. How does vdom works in react
  • Ans. 

    VDOM stands for Virtual Document Object Model, which is a lightweight copy of the actual DOM used by React for efficient rendering.

    • VDOM is a tree-like structure that React uses to keep track of changes in the UI.

    • When a component's state changes, React creates a new VDOM tree and compares it with the previous one to identify the changes.

    • React then updates only the parts of the actual DOM that need to be changed, resulti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for basic js questions. Eventloop, arrays

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Linked List Intersection Point
  • Ans. 

    Find the intersection point of two linked lists.

    • Use two pointers to traverse the linked lists

    • Calculate the difference in length between the two lists

    • Move the pointer of the longer list ahead by the difference

    • Move both pointers simultaneously until they meet at the intersection point

  • Answered by AI
  • Q2. Basic Spring Boot
  • Q3. Stream and Java 8 Questions

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

DMart Interview Questions
3.9
 • 412 Interviews
Walmart Interview Questions
3.7
 • 389 Interviews
Titan Company Interview Questions
4.3
 • 157 Interviews
V-Mart Interview Questions
4.1
 • 150 Interviews
Shoppers Stop Interview Questions
4.1
 • 115 Interviews
Decathlon Interview Questions
3.8
 • 106 Interviews
MedPlus Interview Questions
3.6
 • 83 Interviews
Future Group Interview Questions
4.3
 • 78 Interviews
Trent Interview Questions
4.0
 • 78 Interviews
View all
Department Manager
739 salaries
unlock blur

₹1.8 L/yr - ₹5.1 L/yr

Store Manager
507 salaries
unlock blur

₹4.3 L/yr - ₹12 L/yr

Assistant Store Manager
484 salaries
unlock blur

₹3.6 L/yr - ₹6.6 L/yr

Head Cashier
227 salaries
unlock blur

₹1.1 L/yr - ₹3.5 L/yr

Retail Store Manager
186 salaries
unlock blur

₹4.7 L/yr - ₹12 L/yr

Explore more salaries
Compare Vishal Mega Mart with

DMart

3.9
Compare

Future Group

4.3
Compare

Titan Company

4.3
Compare

Walmart

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