Upload Button Icon Add office photos

Filter interviews by

WASP3D Associate Software Engineer Interview Questions and Answers

Updated 21 Aug 2023

WASP3D Associate Software Engineer Interview Experiences

1 interview found

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

I applied via campus placement at School of Management Sciences, Varanasi and was interviewed before Aug 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 - Coding Test 

Oops concepts, basics of c++ , array manipulation, numbers dsa, copy constructor, inheritance, virtual function

Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare oops very strongly

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

It was an online assessment. Some coding questions. Some cs fundamental mcqs. SQL query, Rest Api question.

Round 2 - Assignment 

An assignment to create a game using nodejs/ go lang/ java.

Round 3 - Technical 

(2 Questions)

  • Q1. Discussion related to Assignment. Told some changes and told to add some more functionalities.
  • Q2. Some APIS were given. It was case study. You had to show the dishes to a customer according to his preferences.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There were 4 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 

Aptitude Question on various standard topics .

Round 3 - Technical 

(2 Questions)

  • Q1. Application of stack in real life.
  • Ans. 

    Stacks are used in real life for managing undo operations in text editors, backtracking in maze solving, and managing function calls in programming.

    • Undo operations in text editors - allows users to go back to previous states of a document

    • Backtracking in maze solving - helps in keeping track of visited paths and backtracking when necessary

    • Managing function calls in programming - helps in keeping track of function calls

  • Answered by AI
  • Q2. Difference between i++ and ++i through implementation.
  • Ans. 

    i++ and ++i are both increment operators in C++ but have different behaviors.

    • i++ is a post-increment operator which increments the value of i after using it in an expression.

    • ++i is a pre-increment operator which increments the value of i before using it in an expression.

    • Example: int i = 5; int a = i++; // a = 5, i = 6; int b = ++i; // b = 7, i = 7;

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About your intro and family background.

Interview Preparation Tips

Interview preparation tips for other job seekers - Instead of focusing on theoretical concepts entire focus must be on conceptual preparation.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How does recyclerview works internally ?
  • Ans. 

    RecyclerView is a flexible view for providing a limited window into a large data set.

    • RecyclerView recycles views to improve performance and memory usage.

    • It uses LayoutManager to organize items in a grid, list, or staggered grid layout.

    • Adapter provides data to be displayed in RecyclerView.

    • ItemDecoration can be used to add spacing between items or decorations to items.

    • ItemAnimator can be used to animate item changes in t

  • Answered by AI
  • Q2. Android basics , Live Data , ViewModel, coroutines internal working

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure your Android basics are clear
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

It was quite easy, all the questions were from leetcode

Interview Preparation Tips

Interview preparation tips for other job seekers - They just want fake personality people. So be as fake as you can 😂🙏

I was interviewed in Sep 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

It was an MCQ + coding based round consisting of multiple choice questions from topics like Aptitude, Logical reasoning, English, Programming ,etc. and 2 coding problems

  • Q1. All prime numbers

    Given an integer N, print all the prime numbers that lie in the range 2 to N (both inclusive).

    Input Format :
    Integer N
    
    Output Format :
    ...
  • Ans. 

    You can solve this problem using brute force or sieve of eratosthenes. I solved it using sieve of eratosthenes

  • Answered Anonymously
  • Q2. Print Permutations

    Given an input string (STR), print all possible permutations of the input string.

    Note:
    The input string may contain the same characters, so there will also be the same permutations.
    T...
  • Ans. 

    I solved this problem by using Recursion + backtracking

  • Answered Anonymously
Round 2 - Video Call 

(3 Questions)

Round duration - 75 minutes
Round difficulty - Medium

There were 2 interviewers. Firstly, they asked me to give my introduction. Then they asked me to explain any one of my projects in detail along with its demonstration. After this, they began with the DSA and computer fundamentals part.

  • Q1. Two Sum

    You are given an array of integers 'ARR' of length 'N' and an integer Target. Your task is to return all pairs of elements such that they add up to Target.

    Note:

    We cannot use th...
  • Ans. 

    I solved this problem using hashmap

  • Answered Anonymously
  • Q2. Queue Using Stack

    Implement a queue data structure which follows FIFO(First In First Out) property, using only the instances of the stack data structure.

    Note:
    1. To implement means you need to complete ...
  • Ans. 

    You can solve this problem by making either of enQueue or deQueue operation costly. I solved it by making the enQueue operation costly.

  • Answered Anonymously
  • Q3. Swap Kth Elements

    Given an array ‘ARR’ of size ‘N,’ swap the Kth element from beginning with the Kth element from the end.

    For example:
    If ‘N’ = 5 and K = 2
    [1, 2, 3, 4, 5]
    
    Then the output will be [1, 4...
  • Ans. 

    Step 1: Find the kth node from the start and the kth node from the end (n-k+1th node from start)
    Step 2: Swap both the nodes

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from J.C. Bose University of Science and Technology, YMCA. I applied for the job as Associate Software Engineer in NoidaEligibility criteria10th and 12th : 85% and above, B.Tech : 60% and aboveIndiaMart interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, DBMS, Operating SystemsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on solving good quality DSA problems rather than quantity 
Tip 2 : Study computer science fundamental subjects like OOPS, DBMS and Operating systems thoroughly

Application resume tips for other job seekers

Tip 1 : Mention at least 1 good development project
Tip 2 : Don't put unnecessary or non technical details in your resume

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 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 - Coding Test 

An online test was taken on Aspiring Minds platform. The test duration was of 1 hour and test consists of questions related to aptitude, english and coding.

Round 3 - Technical 

(5 Questions)

  • Q1. Why java is known as platform independent language?
  • Ans. 

    Java is platform independent because it uses the concept of bytecode and virtual machine.

    • Java code is compiled into bytecode, which is a platform-independent representation of the code.

    • The bytecode is then executed by the Java Virtual Machine (JVM), which is specific to each platform.

    • This allows Java programs to run on any platform that has a compatible JVM.

    • The JVM acts as an interpreter, translating the bytecode into ...

  • Answered by AI
  • Q2. What is exception handling. How to implement it?
  • Ans. 

    Exception handling is a mechanism to handle runtime errors and prevent program crashes.

    • Exception handling is used to catch and handle errors that occur during program execution.

    • It involves the use of try-catch blocks to catch exceptions and handle them gracefully.

    • The try block contains the code that might throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different...

  • Answered by AI
  • Q3. Given a list of custom class objects. Write a program to sort that list based on one of its properties.
  • Ans. 

    Sort a list of custom class objects based on one of its properties.

    • Use a sorting algorithm like bubble sort, insertion sort, or merge sort.

    • Implement a comparison function to compare the desired property of the objects.

    • Apply the sorting algorithm to the list of objects using the comparison function.

  • Answered by AI
  • Q4. Write a SQL query to print number of rows in a table.
  • Ans. 

    A SQL query to count the number of rows in a table.

    • Use the COUNT() function in SQL to count the number of rows in a table.

    • Specify the table name in the FROM clause.

    • Use the result of the COUNT() function to print the number of rows.

  • Answered by AI
  • Q5. What are fundamental pillars of OOPS programming. Explain each of them in detail.
  • Ans. 

    The fundamental pillars of OOPS programming are encapsulation, inheritance, and polymorphism.

    • Encapsulation: It is the process of hiding the internal details of an object and providing a public interface for interacting with it.

    • Inheritance: It allows creating new classes by inheriting properties and behaviors from existing classes, promoting code reuse.

    • Polymorphism: It enables objects of different classes to be treated ...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. Tell me about your experience and learnings which you got from your internships.
  • Answered by Aman Mehta
  • Q2. Where do you see yourself after 5 years?

Interview Preparation Tips

Topics to prepare for Indiamart Intermesh Associate Software Engineer interview:
  • OOPS
  • Data Structures
  • DBMS
  • REST API
Interview preparation tips for other job seekers - For this job role, there is strong eligibility criteria set by the company -
The candidate must have more than 85% in Class X & XII and more than 70% in graduation degree.
If you meet the criteria, then focus mainly on your DSA skills. Mention atleast 2 good level projects in your resume. Your fundamentals of OOPS concept should be very clear. Having knowledge of SQL queries is a plus.

Skills evaluated in this interview

I was interviewed in Jul 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

This round had questions related to aptitude and coding

  • Q1. Find duplicates in an array

    You are given an array/list 'ARR' consisting of N integers, which contains elements only in the range 0 to N - 1. Some of the elements may be repeated in 'ARR'. ...

  • Ans. Sorting
    1. The most trivial approach would be to sort the array/list ‘ARR’ and then return the duplicates.
    2. After sorting the array in non-decreasing order, do the following for all the elements from i = 0 to i = n - 2:
      • If ARR[i] == ARR[i + 1], then add ARR[i] to the the output list.
      • While ARR[i] == ARR[i + 1], do i = i + 1, since we don’t want to add the same duplicate elements again and again.
      • Else continue.
    3. After this loop, w...
  • Answered Anonymously
Round 2 - Face to Face 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This round had some questions from OOPS and some from DBMS

  • Q1. OOPS Question

    What is Compile time Polymorphism and how is it different from Runtime Polymorphism?

  • Q2. DBMS Question

    What is meant by ACID properties in DBMS?

  • Q3. OOPS Question

    What are the various types of inheritance?

Round 3 - HR 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

This was my last round and I hoped it to go good just like the other rounds. The interviewer was very straight to the point and professional. The interview lasted for 30 minutes.

  • Q1. Basic HR Question

    Tell me something not there in your resume

  • Ans. 

    If you get this question, it's an opportunity to choose the most compelling information to share that is not obvious from your resume.


    Example :
     

    Strength -> I believe that my greatest strength is the ability to solve problems quickly and efficiently, which makes me unique from others.
     

    Ability to handle Pressure -> I enjoy working under pressure because I believe it helps me grow and become more efficient...

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Associate Software Engineer in NoidaEligibility criteriaAbove 7 CGPAIndiaMart Intermesh pvt. ltd. interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare for DSA
Tip 2 : Good communication skills and confidence
Tip 3 : Proper knowledge of computer-related subjects

Application resume tips for other job seekers

Tip 1 : Just mention your area of interest in your resume
Tip 2 : Mention only those things which you have a proper knowledge. Also mention about the final year project

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed in Mar 2022.

Round 1 - Group Discussion 

AI

Round 2 - Coding Test 

C#

Interview Preparation Tips

Topics to prepare for Info Edge Associate Software Engineer interview:
  • Class and object
  • Construction
  • Access modifier
  • Polymorphism
  • Inheritance
Interview preparation tips for other job seekers - I am a fresher student. Thank a lot

I applied via campus placement at Guru Nanak Dev University (GNDU) and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic concepts of OOPS, web development, some easy-medium level coding questions. Your projects and aspirations.
  • Q2. Theoretical concepts of DBMS, OS & Computer Network, basic SQL queries.
Round 2 - HR 

(3 Questions)

  • Q1. Why should we hire you?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics strong. Only write those things in resume of which you are confident. Be polite in interview and try to interact as much as possible.

WASP3D Interview FAQs

How many rounds are there in WASP3D Associate Software Engineer interview?
WASP3D interview process usually has 3 rounds. The most common rounds in the WASP3D interview process are Resume Shortlist, Coding Test and HR.

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
Swiggy Interview Questions
3.8
 • 424 Interviews
BigBasket Interview Questions
3.9
 • 346 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
JustDial Interview Questions
3.5
 • 327 Interviews
Meesho Interview Questions
3.7
 • 327 Interviews
CARS24 Interview Questions
3.6
 • 319 Interviews
View all

WASP3D Associate Software Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

5.0

Skill development

2.0

Work-life balance

3.0

Salary

3.0

Job security

1.0

Company culture

1.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
15 salaries
unlock blur

₹3.6 L/yr - ₹5.8 L/yr

Softwaretest Engineer
10 salaries
unlock blur

₹2.8 L/yr - ₹5.1 L/yr

Graphic Designer
9 salaries
unlock blur

₹2.4 L/yr - ₹7.8 L/yr

Senior Application Software Engineer
7 salaries
unlock blur

₹8 L/yr - ₹11 L/yr

Software Engineer
6 salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Explore more salaries
Compare WASP3D with

Vizrt

4.3
Compare

Avid Technology

3.0
Compare

Evertz Microsystems

3.7
Compare

FOR-A India

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