Upload Button Icon Add office photos

Filter interviews by

VassarLabs Software Engineer Interview Questions and Answers

Updated 18 Oct 2023

VassarLabs Software Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 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 - Aptitude Test 

Basic java questions

Round 3 - Technical 

(2 Questions)

  • Q1. Explain Linked list implementation and stack
  • Ans. 

    Linked list is a data structure where each element points to the next element. Stack is a data structure that follows Last In First Out (LIFO) principle.

    • Linked list implementation involves creating nodes with data and a pointer to the next node.

    • Stack implementation involves pushing elements onto the stack and popping them off in reverse order.

    • Example: Linked list - 1 -> 2 -> 3 -> NULL, Stack - push(1), push(2), push(3)

  • Answered by AI
  • Q2. Oops concepts in java
  • Ans. 

    Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the imp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn java and dsa

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2021. There were 4 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 

(1 Question)

  • Q1. Questions on IOT and related
Round 3 - Coding Test 

Questions mainly from Linked list.

Round 4 - Technical 

(1 Question)

  • Q1. Basically coding round, with basic questions from arrays. One needs to have good communication skills to explain to interviewers.

Interview Preparation Tips

Topics to prepare for VassarLabs Software Engineer interview:
  • DSA
  • IOT
Interview preparation tips for other job seekers - It is an startup, you need to ready for any questions.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website

Round 1 - Technical 

(2 Questions)

  • Q1. Life cycle of thread
  • Ans. 

    Thread life cycle includes new, runnable, running, blocked, and terminated states.

    • Thread is created in 'new' state

    • It becomes 'runnable' when start() method is called

    • Thread enters 'running' state when CPU starts executing its run() method

    • It can go to 'blocked' state if it's waiting for a resource

    • Finally, thread reaches 'terminated' state when run() method completes or stop() method is called

  • Answered by AI
  • Q2. İnternal working of hash map
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash map consists of an array of buckets, each containing a linked list of key-value pairs.

    • When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.

    • To retrieve a value, the hash function is used to find the corresponding bucket...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Why I want to change the job
  • Ans. 

    Seeking new challenges, growth opportunities, and a better work-life balance.

    • Looking for new challenges and opportunities to learn and grow

    • Seeking a better work-life balance

    • Interested in working with new technologies or in a different industry

    • Wanting to advance career progression

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

DSA round with 2 questions

Round 2 - Coding Test 

DSA with 2 questions

Round 3 - HR 

(2 Questions)

  • Q1. What are the challenges you have faced ?
  • Ans. 

    I have faced challenges in debugging complex code, meeting tight deadlines, and adapting to new technologies.

    • Debugging complex code: I have encountered issues with legacy codebases that required extensive debugging to identify and fix errors.

    • Meeting tight deadlines: I have had to work under pressure to deliver projects on time, often requiring long hours and efficient time management.

    • Adapting to new technologies: I hav...

  • Answered by AI
  • Q2. What are your expectation from the company
  • Ans. 

    I expect the company to provide a challenging work environment, opportunities for growth, and a supportive team.

    • Opportunities for professional development and growth

    • A collaborative and supportive team environment

    • Challenging and interesting projects to work on

    • Competitive compensation and benefits package

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q2. Types of arrays in PHP
  • Ans. 

    Types of arrays in PHP include indexed arrays, associative arrays, and multidimensional arrays.

    • Indexed arrays: default type where each element is assigned a numeric index starting from 0.

    • Associative arrays: elements are assigned a specific key instead of numeric index.

    • Multidimensional arrays: arrays within arrays, creating a matrix-like structure.

    • Example: $indexedArray = [1, 2, 3]; $associativeArray = ['key1' => 'value...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Neural IT Junior Software Developer interview:
  • PHP
  • MySQL
Interview preparation tips for other job seekers - good environment and team mates are supportive

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website

Round 1 - Technical 

(2 Questions)

  • Q1. Life cycle of thread
  • Ans. 

    Thread life cycle includes new, runnable, running, blocked, and terminated states.

    • Thread is created in 'new' state

    • It becomes 'runnable' when start() method is called

    • Thread enters 'running' state when CPU starts executing its run() method

    • It can go to 'blocked' state if it's waiting for a resource

    • Finally, thread reaches 'terminated' state when run() method completes or stop() method is called

  • Answered by AI
  • Q2. İnternal working of hash map
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash map consists of an array of buckets, each containing a linked list of key-value pairs.

    • When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.

    • To retrieve a value, the hash function is used to find the corresponding bucket...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Why I want to change the job
  • Ans. 

    Seeking new challenges, growth opportunities, and a better work-life balance.

    • Looking for new challenges and opportunities to learn and grow

    • Seeking a better work-life balance

    • Interested in working with new technologies or in a different industry

    • Wanting to advance career progression

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

DSA round with 2 questions

Round 2 - Coding Test 

DSA with 2 questions

Round 3 - HR 

(2 Questions)

  • Q1. What are the challenges you have faced ?
  • Ans. 

    I have faced challenges in debugging complex code, meeting tight deadlines, and adapting to new technologies.

    • Debugging complex code: I have encountered issues with legacy codebases that required extensive debugging to identify and fix errors.

    • Meeting tight deadlines: I have had to work under pressure to deliver projects on time, often requiring long hours and efficient time management.

    • Adapting to new technologies: I hav...

  • Answered by AI
  • Q2. What are your expectation from the company
  • Ans. 

    I expect the company to provide a challenging work environment, opportunities for growth, and a supportive team.

    • Opportunities for professional development and growth

    • A collaborative and supportive team environment

    • Challenging and interesting projects to work on

    • Competitive compensation and benefits package

  • Answered by AI

I applied via Company Website and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Php basic and array functions
  • Q2. Mysql basic,views,triggers

Interview Preparation Tips

Interview preparation tips for other job seekers - Average
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Core java, Java 8
Round 2 - Coding Test 

Random Programming questions

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. 1 Explain SQL ? 2 Update query? 3 types software Testing? 4 Unit Testing? 5 Database Testing? etc
  • Ans. 

    Answers to common interview questions for Software Test Engineer

    • SQL is a programming language used to manage and manipulate relational databases.

    • Update query is used to modify existing data in a database table.

    • Types of software testing include functional, performance, and security testing.

    • Unit testing is a type of testing where individual units or components of a software application are tested in isolation.

    • Database te...

  • Answered by AI
Round 3 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why are you looking for a change?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1 Explain SQL ?
2. Define software Testing ?
3. Explain login page test cases?
4. Explain update query?
5 . Explain functions Testing and real life examples ?
6. Types of software Testing?
7. Define UNIT Testing ?
8 . Define API Testing ?
9. Define Database Testing etc ?

VassarLabs Interview FAQs

How many rounds are there in VassarLabs Software Engineer interview?
VassarLabs interview process usually has 3-4 rounds. The most common rounds in the VassarLabs interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for VassarLabs Software Engineer 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 VassarLabs. The most common topics and skills that interviewers at VassarLabs expect are Algorithms, Data Structures, Design Patterns, Java and Microservices.
What are the top questions asked in VassarLabs Software Engineer interview?

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

  1. Explain Linked list implementation and st...read more
  2. Oops concepts in j...read more
  3. Basically coding round, with basic questions from arrays. One needs to have goo...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 VassarLabs interviews
Campus Placement
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
VassarLabs Software Engineer Salary
based on 58 salaries
₹4 L/yr - ₹17.3 L/yr
22% more than the average Software Engineer Salary in India
View more details

VassarLabs Software Engineer Reviews and Ratings

based on 8 reviews

2.4/5

Rating in categories

3.0

Skill development

2.1

Work-Life balance

2.1

Salary & Benefits

2.2

Job Security

2.1

Company culture

2.1

Promotions/Appraisal

2.6

Work Satisfaction

Explore 8 Reviews and Ratings
Software Engineer
58 salaries
unlock blur

₹4 L/yr - ₹17.3 L/yr

Software Developer
34 salaries
unlock blur

₹4 L/yr - ₹9.1 L/yr

Software Development Engineer
25 salaries
unlock blur

₹5.5 L/yr - ₹11 L/yr

R&D Engineer
17 salaries
unlock blur

₹9 L/yr - ₹9 L/yr

Project Manager
13 salaries
unlock blur

₹7.8 L/yr - ₹22 L/yr

Explore more salaries
Compare VassarLabs with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

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