Upload Button Icon Add office photos

Filter interviews by

Velsera Associate Software Engineer Interview Questions and Answers

Updated 13 Oct 2023

Velsera Associate Software Engineer Interview Experiences

2 interviews found

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

I applied via campus placement at Army Institute of Technology, Pune and was interviewed before Oct 2022. 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 - Coding Test 

Regular DSA questions

Round 3 - One-on-one 

(1 Question)

  • Q1. All the fulls stack technologies
  • Ans. 

    Full stack technologies refer to a combination of front-end and back-end technologies used to develop web applications.

    • Front-end technologies include HTML, CSS, and JavaScript

    • Back-end technologies include Node.js, Python, Ruby on Rails

    • Database technologies like MySQL, MongoDB, PostgreSQL are also part of full stack development

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. She told me about the company

Interview Preparation Tips

Topics to prepare for Velsera Associate Software Engineer interview:
  • DSA
  • OOPS
  • MERN
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. There were 3 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 

There were 2 coding questions asked based data structures and algo

Round 3 - Technical 

(3 Questions)

  • Q1. Technical round was based on my work experience regarding the technologies
  • Q2. What is virtual dom and explain how it works
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM in memory, used to improve performance by minimizing actual DOM manipulations.

    • Virtual DOM is a concept used in frameworks like React to improve performance.

    • When changes are made to the UI, the virtual DOM is updated instead of the actual DOM.

    • The virtual DOM is then compared to the actual DOM, and only the differences are updated in the real DOM.

    • This process reduces th...

  • Answered by AI
  • Q3. A virtual representation of the real dom
  • Ans. 

    A virtual representation of the real dom is a digital model of a physical space or object.

    • Virtual reality technology is often used to create virtual representations of real-world environments.

    • These representations can be used for training, simulation, or entertainment purposes.

    • Examples include virtual tours of real estate properties, virtual museum exhibits, and virtual reality games.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Velsera Associate Software Engineer interview:
  • Data Structures
  • React.Js
  • Javascript

Skills evaluated in this interview

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Clarivate
Q2. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in CGI Group
Q4. Frog Jump Problem Statement A frog is positioned on the first ste ... read more
asked in Gainsight
Q5. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was a simple Aptitude test designed to test your english proficiency and your quantitative skills.

Round 2 - Communication Assessment 

(1 Question)

  • Q1. Multiple questions meant to test your english communication proficiency
Round 3 - Coding Test 

There were 2 coding questions. The level of questions were not very high. The languages available for the round were Python, Java, C++, C, C#.

Round 4 - One-on-one 

(4 Questions)

  • Q1. Please Introduce yourself
  • Q2. What project did you work on in your final year?
  • Q3. Do you have any connections in the industry?
  • Q4. Did you undergo any Internships?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Swap two variables, prime number
  • Ans. 

    To swap two variables, use a temporary variable to store one value before swapping them.

    • Create a temporary variable to store one of the values

    • Assign the first variable to the temporary variable

    • Assign the second variable to the first variable

    • Assign the temporary variable to the second variable

  • Answered by AI
  • Q2. Based on Linux, SQL and other
  • Q3. What are pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables or functions.

    • Pointers are used to access and manipulate memory directly.

    • They are commonly used in programming languages like C and C++.

    • Example: int *ptr; // declaring a pointer to an integer variable

  • Answered by AI
  • Q4. Commands on SQL and Linux
  • Q5. Questions related to HR
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the difference between drop and delete in SQL?
  • Ans. 

    Drop removes a table from the database while delete removes specific rows from a table.

    • DROP is a DDL (Data Definition Language) command used to remove a table and its data from the database.

    • DELETE is a DML (Data Manipulation Language) command used to remove specific rows from a table based on a condition.

    • DROP command is irreversible and all the data in the table is lost, while DELETE can be rolled back if used within a...

  • Answered by AI
  • Q2. What are the different commands in SQL?
  • Ans. 

    SQL commands are used to interact with databases and perform various operations like querying, updating, and deleting data.

    • SELECT - retrieves data from a database

    • INSERT - adds new data to a database

    • UPDATE - modifies existing data in a database

    • DELETE - removes data from a database

    • CREATE - creates a new database or table

    • ALTER - modifies the structure of a database object

    • DROP - deletes a database object

    • JOIN - combines row...

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

There were two coding questions

Round 2 - Coding Test 

There was oncampus coding round , where 1 question was given.

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me something about yourself?
  • Q2. What are your projects?
Round 4 - HR 

(1 Question)

  • Q1. Where do you see yourself after 5 years?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - communication 

(2 Questions)

  • Q1. Read the sentence
  • Q2. Listen and repeat the sentence
Round 2 - Coding Test 

Mercel platform 1 hour

Round 3 - Technical 

(2 Questions)

  • Q1. Explain ur project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented backend functionality using Node.js and MongoDB

    • Incorporated user authentication and authorization features

    • Utilized RESTful APIs for communication between front-end and back-end

  • Answered by AI
  • Q2. One code according to ur cluster
  • Ans. 

    I would write a code snippet based on the specific cluster or category provided.

    • Identify the specific cluster or category provided in the question

    • Write a code snippet that aligns with the requirements of the cluster

    • Ensure the code is accurate and relevant to the given cluster

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

General aptitude, behaviourial and some analytical questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Questions from projects mentioned in resume
  • Q3. Few basic technical questions

Associate Software Engineer Interview Questions & Answers

Wipro user image A praneeth Kumar Reddy

posted on 24 Oct 2024

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

Numerical based questions are there mostly

Round 2 - Coding Test 

Good basic level coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about urself
  • Q2. Tell about ur projects
  • Ans. 

    I have worked on various projects including a web application for online shopping and a mobile app for task management.

    • Developed a web application using HTML, CSS, and JavaScript for online shopping

    • Created a mobile app using React Native for task management

    • Implemented RESTful APIs for communication between front-end and back-end systems

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

I applied via Indeed and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

They will give assignment with video explanation.

Round 2 - Technical 

(2 Questions)

  • Q1. Theory questions on java
  • Q2. Spring boot questions

Velsera Interview FAQs

How many rounds are there in Velsera Associate Software Engineer interview?
Velsera interview process usually has 3-4 rounds. The most common rounds in the Velsera interview process are Resume Shortlist, Coding Test and HR.
What are the top questions asked in Velsera Associate Software Engineer interview?

Some of the top questions asked at the Velsera Associate Software Engineer interview -

  1. what is virtual dom and explain how it wo...read more
  2. a virtual representation of the real ...read more
  3. All the fulls stack technolog...read more

Tell us how to improve this page.

Velsera Associate Software Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Fast track your campus placements

View all
Velsera Associate Software Engineer Salary
based on 11 salaries
₹9.8 L/yr - ₹13 L/yr
117% more than the average Associate Software Engineer Salary in India
View more details

Velsera Associate Software Engineer Reviews and Ratings

based on 2 reviews

3.0/5

Rating in categories

3.5

Skill development

4.5

Work-life balance

2.5

Salary

3.5

Job security

3.5

Company culture

3.0

Promotions

2.5

Work satisfaction

Explore 2 Reviews and Ratings
Associate Software Engineer
11 salaries
unlock blur

₹9.8 L/yr - ₹13 L/yr

Software Engineer
8 salaries
unlock blur

₹11.1 L/yr - ₹16.5 L/yr

Software Developer
4 salaries
unlock blur

₹9.4 L/yr - ₹11.3 L/yr

Technical Lead
4 salaries
unlock blur

₹26 L/yr - ₹36 L/yr

Project Manager
4 salaries
unlock blur

₹18 L/yr - ₹25 L/yr

Explore more salaries
Compare Velsera with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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