Upload Button Icon Add office photos

Filter interviews by

VEST Inc Associate Software Engineer Interview Questions and Answers

Updated 13 Apr 2023

VEST Inc Associate Software Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Apr 2022. There were 7 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 - Aptitude Test 

General aptitude questions

Round 3 - Aptitude Test 

Reasoning and puzzle

Round 4 - Coding Test 

Easy level problems on arrays, linked list etc.

Round 5 - Technical 

(1 Question)

  • Q1. Questions related to Java, OOPs, basic data structures and algorithm questions from sorting, recursion, BFS, DFS and questions fromyour resume
Round 6 - Behavioral 

(1 Question)

  • Q1. Asked some puzzles, dsa and project related questions and discussed about your personality, your career interests etc
Round 7 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for basics and be confident

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

MCQ on computer fundamentals

Round 2 - Coding Test 

5 DSA questions medium , hard lvl

Round 3 - Technical 

(3 Questions)

  • Q1. About myself and my project overview
  • Q2. Oops , Abstraction in detail and mysql and nosql diff
  • Q3. DSA questions on Array , Graph and DP

I applied via Campus Placement and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on java oops concepts ,DBMS.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Software Developer Interview Questions & Answers

Sagacious IP user image 058 Abhilakshya Rajrah

posted on 9 Dec 2024

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

(3 Questions)

  • Q1. 2 sum in array
  • Ans. 

    The Two Sum problem involves finding two numbers in an array that add up to a given target value.

    • Iterate through the array and store the difference between the target and current element in a hashmap

    • Check if the current element exists in the hashmap, if yes return the indices

    • Time complexity can be reduced to O(n) using a hashmap

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

    Reverse a singly linked list and return the reversed list.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Use three pointers to keep track of the current, previous, and next nodes while reversing the list.

    • Update the head of the list to be the last node after reversing.

  • Answered by AI
  • Q3. In given time slots , find conflicting time slots
Round 2 - Technical 

(2 Questions)

  • Q1. Asked about projects
  • Q2. Longest palindrome
  • Ans. 

    Find the longest palindromic substring in a given string.

    • Iterate through each character in the string and expand around it to find palindromes

    • Use dynamic programming to optimize the solution

    • Consider both odd and even length palindromes

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding round with 4 coding problem

Round 2 - Technical 

(1 Question)

  • Q1. Interviewer give coding problems which we have to solved face to face
Round 3 - Technical 

(1 Question)

  • Q1. Then question answer regarding coding language and you knowledge regarding programming
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark architecture.
  • Q2. Narrow and wide transformations
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Coding test duration is 30 to 40 min
on paper pen and topic is simple like related to string,pattern and number's

Round 2 - HR 

(2 Questions)

  • Q1. Introduction about yourself
  • Q2. Salary expectation
Round 3 - Technical 

(2 Questions)

  • Q1. Related to the basic of html css and js
  • Q2. Ask run time short code and explanation
Round 4 - One-on-one 

(2 Questions)

  • Q1. About yourself and other
  • Q2. All about company your expectation and salary disscuced

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in every round the proccess is so simple and easy
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Coding Test 

LeetCode style DS Algo Questions

Round 2 - Technical 

(1 Question)

  • Q1. Low Level Design
Round 3 - Technical 

(1 Question)

  • Q1. High Level Design
Round 4 - Behavioral interview 

(1 Question)

  • Q1. Normal Behavioural Questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Strecture of sql statement
  • Ans. 

    SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.

    • SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.

    • They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.

    • Tables are referenced using their names, and conditions are specified to filter data.

    • Joins can be used to combine data from multiple

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What programming language are you most proficient?
  • Ans. 

    I am most proficient in Java.

    • Extensive experience in developing applications using Java

    • Strong understanding of object-oriented programming principles

    • Familiarity with popular Java frameworks like Spring and Hibernate

  • Answered by AI
  • Q2. .NET, Angular and Sql Server
Round 2 - One-on-one 

(1 Question)

  • Q1. How would you design a system that needs to handle million of records
  • Ans. 

    I would design a system using scalable architecture, efficient data storage, and optimized query processing.

    • Utilize a distributed database system like Cassandra or Hadoop for storing large volumes of data

    • Implement data partitioning and sharding to distribute the data across multiple servers

    • Use indexing and caching mechanisms to optimize query performance

    • Employ load balancing techniques to evenly distribute incoming req...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Best place to learn and work

Skills evaluated in this interview

VEST Inc Interview FAQs

How many rounds are there in VEST Inc Associate Software Engineer interview?
VEST Inc interview process usually has 7 rounds. The most common rounds in the VEST Inc interview process are Aptitude Test, Resume Shortlist and Coding Test.

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 760 Interviews
BigBasket Interview Questions
3.9
 • 346 Interviews
Myntra Interview Questions
4.0
 • 212 Interviews
Blinkit Interview Questions
3.7
 • 174 Interviews
FirstCry Interview Questions
3.7
 • 162 Interviews
Exl India Interview Questions
3.5
 • 100 Interviews
Deltax Interview Questions
2.8
 • 85 Interviews
View all
VEST Inc Associate Software Engineer Salary
based on 6 salaries
₹3 L/yr - ₹4 L/yr
45% less than the average Associate Software Engineer Salary in India
View more details

VEST Inc Associate Software Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

4.0

Work-life balance

2.0

Salary

3.0

Job security

2.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
6 salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Associate Software Engineer
6 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

QA Lead
5 salaries
unlock blur

₹4.2 L/yr - ₹13 L/yr

Software Developer
3 salaries
unlock blur

₹3 L/yr - ₹3.2 L/yr

Project Manager
3 salaries
unlock blur

₹14.5 L/yr - ₹20.1 L/yr

Explore more salaries
Compare VEST Inc with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Snapdeal

3.9
Compare

Paytm

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