Upload Button Icon Add office photos

Filter interviews by

Vembu Technologies Interview Questions and Answers

Updated 12 Nov 2024

Vembu Technologies Interview Experiences

Popular Designations

6 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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (185)
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

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Aptitude Test 

First round has aptitude logical coding English test all are written in paper. After that no response from the company

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Basic aptitude questions + basic problem solving skills

Round 2 - Technical 

(1 Question)

  • Q1. Logical + aptitude + programing

Interview Preparation Tips

Topics to prepare for Vembu Technologies Software Engineer Trainee interview:
  • java
  • python
  • c++
Interview preparation tips for other job seekers - in this company there is 5 rounds
written test ->aptitude + programing questions
technical 1,2,3 ->logical + aptitude + programing

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)

Vembu Technologies interview questions for popular designations

 Software Engineer

 (3)

 Software Engineer Trainee

 (2)

 Software Tester

 (1)

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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (185)

I applied via Campus Placement and was interviewed before Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell about yourself, Questions on real time applications, basic programming languages

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interview experience..you ll be rewarded if you have the right knowledge

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)

Jobs at Vembu Technologies

View all

Interview questions from similar companies

I applied via Recruitment Consultant

Interview Questionnaire 

2 Questions

  • Q1. Round 1: Fundamentals questions related to Javascript and React. In React questions were focused on react-hooks. lifecycle components and optimization techniques in react. Basic to intermediate questions r...
  • Q2. Round 2: The interview panel will ask you to code some basic coding problem depending on your relevant experience and if you're not able to solve it they'll directly say they're done with the interview. In...

Interview Preparation Tips

Interview preparation tips for other job seekers - I cleared Round 1 after which there was a delay of more than 2 weeks and got a call for Round 2 without any prior notice. Their L2 level interview is very bad, in my case I ended the interview from my side as it looked very clear that the panel was least interested.

Interview Questionnaire 

3 Questions

  • Q1. What are different annotations you used in sprig framework
  • Ans. 

    Annotations used in Spring framework

    • 1. @Autowired - for automatic dependency injection

    • 2. @Controller - for defining a controller class

    • 3. @RequestMapping - for mapping HTTP requests to controller methods

    • 4. @Service - for defining a service class

    • 5. @Repository - for defining a repository class

    • 6. @Component - for defining a generic Spring-managed component

    • 7. @Value - for injecting values from properties files or environme...

  • Answered by AI
  • Q2. How to consume a restful web service
  • Ans. 

    To consume a RESTful web service, use HTTP methods like GET, POST, PUT, DELETE to interact with the API endpoints.

    • Identify the API endpoint and its HTTP method

    • Send a request to the endpoint using the appropriate HTTP method

    • Receive the response from the API

    • Parse the response and use the data as required

  • Answered by AI
  • Q3. How to get second highest salary in a company

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How will you initiate a test with less knowledge in requirement ?
  • Ans. 

    Initiating a test with less knowledge in requirement

    • Start by analyzing the available information and identifying the critical areas to be tested

    • Collaborate with the development team to gain a better understanding of the system

    • Use exploratory testing techniques to uncover potential issues

    • Create test cases based on the information gathered and execute them

    • Continuously learn and update your knowledge as you test

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is must.

Skills evaluated in this interview

I applied via Referral

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself and why you want to leave your current company?
  • Q2. How will you manage your MBA classes and office time? Tell me the Sales Pitch.
  • Q3. Why do you think you can crack the deal with customers?
  • Ans. 

    I have excellent communication skills, a strong understanding of customer needs, and a proven track record of successful deal closures.

    • Strong communication skills: I am able to effectively communicate with customers, understand their needs, and provide them with the necessary information and guidance.

    • Understanding customer needs: I have a deep understanding of the admission process and the concerns and requirements of ...

  • Answered by AI
  • Q4. How would you rate your sales pitch on the rate of 1-10?
  • Ans. 

    I would rate my sales pitch as an 8 out of 10.

    • I have received positive feedback from clients and colleagues.

    • I am constantly working on improving my pitch through training and practice.

    • I am able to adapt my pitch to different audiences and situations.

    • I have successfully closed many deals through my sales pitch.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was inspired by sales as it was for the sales domain. It lasted for 32 minutes. The interviewer wanted to test both my knowledge and consistency with my answers. He was very much into my MBA timings as to how I will manage my class and office timings. I think I did pretty well and gave justified answers. I would suggest staying calm and should apply the presence of the sales mind. Please go through the job description thoroughly.

Vembu Technologies Interview FAQs

How many rounds are there in Vembu Technologies interview?
Vembu Technologies interview process usually has 2-3 rounds. The most common rounds in the Vembu Technologies interview process are Aptitude Test, Technical and Coding Test.
How to prepare for Vembu Technologies 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 Vembu Technologies. The most common topics and skills that interviewers at Vembu Technologies expect are Cisco VoIP, Cloud Computing, Cold Calling, Customer Acquisition and Google AdWords.
What are the top questions asked in Vembu Technologies interview?

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

  1. logical + aptitude + program...read more
  2. Recursive program,Data structu...read more
  3. Aptitude questi...read more

Tell us how to improve this page.

Vembu Technologies Interview Process

based on 7 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Teleperformance Interview Questions
3.9
 • 1.8k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Zoho Interview Questions
4.3
 • 516 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
View all

Vembu Technologies Reviews and Ratings

based on 22 reviews

3.4/5

Rating in categories

3.4

Skill development

2.9

Work-life balance

3.2

Salary

3.9

Job security

2.9

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 22 Reviews and Ratings
Customer Acquisition Analyst

Chennai

0-3 Yrs

Not Disclosed

Product Support Engineer

Chennai

1-2 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
35 salaries
unlock blur

₹6.6 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
14 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

Product Support Engineer
11 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Explore more salaries
Compare Vembu Technologies with

Zoho

4.3
Compare

Freshworks

3.5
Compare

TCS

3.7
Compare

Infosys

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