Upload Button Icon Add office photos

Filter interviews by

Vembu Technologies Software Engineer Interview Questions and Answers

Updated 12 Nov 2024

Vembu Technologies Software Engineer Interview Experiences

3 interviews found

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

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Distance, speed, ration , intrest sums.

Round 2 - Coding Test 

Basic level of the codeing

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic aptitude questions.Aptitude was taken by third party during covid time.

Round 2 - Technical 

(2 Questions)

  • Q1. Recursive program,Data structures
  • Q2. Aptitude questions
Round 3 - Technical 

(2 Questions)

  • Q1. Basic C programming
  • Q2. Aptitude questions
Round 4 - Technical 

(2 Questions)

  • Q1. Basic C programming
  • Q2. Aptitude questions
Round 5 - HR 

(1 Question)

  • Q1. Basics regarding yourselves and you family

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 experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in 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 - Aptitude Test 

Speed and distance, time and work, probability mostly these topics most questions are asked from geeks for geeks , India bix apt & puzzle questions this are some important topics

Round 3 - Coding Test 

2nd,3rd rounds also technical rounds mostly questions are asked based on resume and some logical puzzle type questions they will ask ,

Round 4 - Coding Test 

No HR code 3rd round manager again he asks coding

Interview Preparation Tips

Interview preparation tips for other job seekers - need to be good at core concepts that's it no need to see DSA all

Interview questions from similar companies

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

(2 Questions)

  • Q1. Explain over all experience
  • Q2. Asked question on Core and advance java topic
Round 2 - Technical 

(2 Questions)

  • Q1. Some advance topic of Java
  • Q2. DSA
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Relocation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Aptitude and technical questions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Pattern question
  • Q2. Doubly linked list insertion
Round 3 - Behavioral 

(2 Questions)

  • Q1. C++ linked lists
  • Q2. Resume based, projects were asked.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance allows a child class to override a method from its parent class, exhibiting polymorphic b

  • Answered by AI
  • Q2. How abstraction is implemented?
  • Ans. 

    Abstraction is implemented in software engineering by hiding unnecessary details and exposing only relevant information.

    • Abstraction is achieved through the use of abstract classes and interfaces in object-oriented programming.

    • It allows developers to focus on the essential aspects of a concept without getting bogged down in implementation details.

    • For example, in a car simulation program, the Car class may have abstract ...

  • Answered by AI
  • Q3. What is the difference between abstraction and Interface?
  • Ans. 

    Abstraction is hiding the implementation details while Interface is a contract that defines the methods that a class must implement.

    • Abstraction focuses on hiding the internal implementation details of a class, allowing the user to only see the necessary details.

    • Interface defines a contract that specifies the methods a class must implement, without providing the implementation details.

    • Abstraction can be achieved through...

  • Answered by AI
Round 2 - Behavioral interview 

(1 Question)

  • Q1. What is your motivation when you are working on same project alone for long period?
  • Ans. 

    My motivation when working on a project alone for a long period is the satisfaction of seeing my hard work come to fruition.

    • Setting small achievable goals to keep myself motivated

    • Taking breaks to avoid burnout and maintain productivity

    • Seeking feedback from others to stay motivated and improve my work

    • Reminding myself of the end goal and the impact my project will have

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your salary expectation?
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for Software Engineers in this region.

    • Research the average salary range for Software Engineers in the specific region or industry

    • Consider your level of experience, skills, and qualifications when determining your salary expectation

    • Be prepared to negotiate based on the company's offer and benefits package

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and give interview as many as possible
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All the questions on OOPS, Shell script, linux, c, C++, database
Round 2 - Technical 

(1 Question)

  • Q1. Advanced questions on above areas
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dronacharya College of Engineering, Gurgaon and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Three coding question

Round 2 - Aptitude Test 

Two technical questions based on strings and linked lists.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic data structure and algorithms, along with communication skills.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. LLD/Machine coding - Design a social media application with users, posts, comments, likes, etc. There is also an admin who needs to approve post creation and can delete any post they want. Create appropria...
Round 2 - Technical 

(1 Question)

  • Q1. High-level design - Design a chat-based application like WhatsApp with only user-to-user chat feature (no group chats). Explain and draw out the E2E design by mentioning all the components and design decis...
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring Manager - basic questions like why Razorpay, what are your career goals, what does career growth look like for you, etc.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Observables, Services, Promises, Closure ?

Vembu Technologies Interview FAQs

How many rounds are there in Vembu Technologies Software Engineer interview?
Vembu Technologies interview process usually has 3-4 rounds. The most common rounds in the Vembu Technologies interview process are Aptitude Test, Coding Test and Technical.
What are the top questions asked in Vembu Technologies Software Engineer interview?

Some of the top questions asked at the Vembu Technologies Software Engineer interview -

  1. Recursive program,Data structu...read more
  2. Aptitude questi...read more
  3. Basic C programm...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Vembu Technologies interviews
WalkIn
Campus Placement
67%
33%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Vembu Technologies Software Engineer Salary
based on 18 salaries
₹4 L/yr - ₹6.5 L/yr
41% less than the average Software Engineer Salary in India
View more details

Vembu Technologies Software Engineer Reviews and Ratings

based on 3 reviews

2.2/5

Rating in categories

1.3

Skill development

4.0

Work-Life balance

2.2

Salary & Benefits

4.0

Job Security

1.3

Company culture

2.2

Promotions/Appraisal

2.2

Work Satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
34 salaries
unlock blur

₹4.9 L/yr - ₹16.5 L/yr

Software Engineer
18 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

Software Developer
16 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

QA Engineer
15 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

Channel Account Manager
11 salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

Explore more salaries
Compare Vembu Technologies with

Zoho

4.3
Compare

Freshworks

3.5
Compare

Infosys

3.7
Compare

Wipro

3.7
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