Upload Button Icon Add office photos

VVDN Technologies

Compare button icon Compare button icon Compare

Filter interviews by

VVDN Technologies Software Engineer Interview Questions and Answers

Updated 30 Nov 2024

10 Interview questions

A Software Engineer was asked 8mo ago
Q. What is a pointer?
Ans. 

A pointer is a variable that stores the memory address of another variable, enabling direct memory access and manipulation.

  • Pointers are used in languages like C and C++ to manage memory efficiently.

  • Example: int *ptr; // ptr is a pointer to an integer.

  • Pointers can be dereferenced to access the value at the memory address they point to.

  • Example: *ptr = 10; // assigns 10 to the integer variable pointed by ptr.

  • Pointers...

A Software Engineer was asked 8mo ago
Q. What processes occur when powering on a device?
Ans. 

When a device is powered on, several processes occur including booting up the operating system, initializing hardware components, loading necessary drivers, and launching user interface.

  • Booting up the operating system

  • Initializing hardware components

  • Loading necessary drivers

  • Launching user interface

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
A Software Engineer was asked
Q. Conduct a technical interview on Java.
Ans. 

Java is a versatile programming language used for building applications across various platforms.

  • Java is object-oriented, promoting code reusability and modularity. Example: Using classes and objects to model real-world entities.

  • Java has a rich standard library that supports data structures, networking, and GUI development. Example: Using ArrayList for dynamic arrays.

  • Java runs on the Java Virtual Machine (JVM), al...

🔥 Asked by recruiter 2 times
A Software Engineer was asked
Q. Write a program to print the following pattern: * * ** ** *** *** **** **** *********
Ans. 

Program to print a pattern of stars in a specific shape.

  • Use nested loops to print the stars in the desired pattern.

  • The number of stars in each row increases by one until the middle row, then decreases by one.

  • The number of spaces between the stars decreases by one until the middle row, then increases by one.

What people are saying about VVDN Technologies

View All
respectfulscotch
5d
works at
Freelancing in my own
I have 9.2 years of experience in IT development role. I got few offers for Full stack MEAN from tcs, hcl, Vvdn and selected in Wipro (but not releasing the offer yet) Vvdn provides the highest ctc(all fixed) from above list but 5 days wfo. Lead position- 28 lpa Hcl being 2nd highest but 5% variable pay and hybrid. Lead position - 26.5 TCS being 3rd but 10% variable pay and 5 day wfo. Assistant consultant - 22 lpa I’m not sure about Vvdn’s culture, WLB, job security
Vvdn Technologies
0%
Hcl
0%
TCS
0%
3 participants . expiring in 2w
Got a question about VVDN Technologies?
Ask anonymously on communities.
A Software Engineer was asked
Q. What are classes, functions, and objects?
Ans. 

Classes are templates for creating objects, functions are blocks of code that perform a specific task, and objects are instances of a class.

  • Classes define the properties and methods of an object

  • Functions are reusable blocks of code that can take input and return output

  • Objects are created from a class and have their own unique properties and methods

  • Example: Class - Car, Function - startEngine(), Object - myCar

A Software Engineer was asked
Q. Write a program to check if a string is a palindrome.
Ans. 

Program to check if a given string is a palindrome

  • Remove all non-alphanumeric characters from the string

  • Convert the string to lowercase

  • Reverse the string and compare with the original string

VVDN Technologies HR Interview Questions

26 questions and answers

Q. What are your responsibilities in your current role?
Q. What were your roles and responsibilities at your previous company?
Q. What projects did you work on in college, and can you explain how they work ... read more
A Software Engineer was asked
Q. What is encapsulation?
Ans. 

Encapsulation is a fundamental OOP principle that restricts direct access to an object's data and methods.

  • Encapsulation helps in data hiding, protecting object integrity.

  • It allows controlled access through public methods (getters/setters).

  • Example: A class 'BankAccount' with private balance and public methods to deposit/withdraw.

  • Encapsulation promotes modularity and maintainability in code.

Are these interview questions helpful?
A Software Engineer was asked
Q. What is Java?
Ans. 

Java is a high-level, object-oriented programming language used to develop applications for various platforms.

  • Java is platform-independent and can run on any device with a Java Virtual Machine (JVM)

  • It is known for its security features and is commonly used for developing enterprise-level applications

  • Java is used for developing Android applications, web applications, and desktop applications

  • It was developed by Jame...

A Software Engineer was asked
Q. What is SDLC?
Ans. 

SDLC stands for Software Development Life Cycle, which is a process used to design, develop, and maintain software.

  • SDLC is a framework that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

  • It helps to ensure that the software is developed efficiently, meets the requirements of the stakeholders, and is of high quality.

  • Each phase of the SDLC has its own set of d...

A Software Engineer was asked
Q. What are different digital modulation techniques?
Ans. 

Digital modulation techniques are methods used to encode digital information onto an analog carrier signal.

  • Amplitude Shift Keying (ASK)

  • Frequency Shift Keying (FSK)

  • Phase Shift Keying (PSK)

  • Quadrature Amplitude Modulation (QAM)

  • Orthogonal Frequency Division Multiplexing (OFDM)

VVDN Technologies Software Engineer Interview Experiences

10 interviews found

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

Aptitude, electronics

Round 2 - Technical 

(2 Questions)

  • Q1. Transformer and power supply
  • Q2. What is a pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable, enabling direct memory access and manipulation.

    • Pointers are used in languages like C and C++ to manage memory efficiently.

    • Example: int *ptr; // ptr is a pointer to an integer.

    • Pointers can be dereferenced to access the value at the memory address they point to.

    • Example: *ptr = 10; // assigns 10 to the integer variable pointed by ptr.

    • Pointers can ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What all thinks happen on powering on a device.
  • Ans. 

    When a device is powered on, several processes occur including booting up the operating system, initializing hardware components, loading necessary drivers, and launching user interface.

    • Booting up the operating system

    • Initializing hardware components

    • Loading necessary drivers

    • Launching user interface

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study btech project.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

1.basic c program questions
2.asked array related program
3. Some operating system questions

Round 2 - Coding Test 

1.asked questions on Android boot flow
2.asked previous projects

Round 3 - One-on-one 

(2 Questions)

  • Q1. Asked about previous projects while looking at resume
  • Q2. Asked why you are looking for job change?

Interview Preparation Tips

Topics to prepare for VVDN Technologies Software Engineer interview:
  • C
  • Operating Systems
  • Data Structures
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 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 - Aptitude Test 

20 questions within 1 hour ,3-4 logical reasoning, 12-15 maths (work , time, speed, interest)

Round 3 - Technical 

(4 Questions)

  • Q1. What is encapsulation
  • Ans. 

    Encapsulation is a fundamental OOP principle that restricts direct access to an object's data and methods.

    • Encapsulation helps in data hiding, protecting object integrity.

    • It allows controlled access through public methods (getters/setters).

    • Example: A class 'BankAccount' with private balance and public methods to deposit/withdraw.

    • Encapsulation promotes modularity and maintainability in code.

  • Answered by AI
  • Q2. What are classes, functions, objects.
  • Q3. Write a program to check if pallindrome
  • Q4. Write a program to print a pattern * * ** ** *** *** **** **** *********

Interview Preparation Tips

Topics to prepare for VVDN Technologies Software Engineer interview:
  • Programming language of choice
  • OOPS
  • JAVA
  • PYTHON
  • scripting
  • database
  • AWS
Interview preparation tips for other job seekers - Practice programming questions
Learn about the company, about their products.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Technical questions from electronic basics and c coding

Round 2 - Technical 

(2 Questions)

  • Q1. Basic C programming
  • Q2. Basic electronics questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Online MCQ model test was conducted. Test involved aptitude questions, Basic electronics questions and some programming questions as well.

Round 2 - Technical 

(2 Questions)

  • Q1. What are different digital modulation techniques?
  • Ans. 

    Digital modulation techniques are methods used to encode digital information onto an analog carrier signal.

    • Amplitude Shift Keying (ASK)

    • Frequency Shift Keying (FSK)

    • Phase Shift Keying (PSK)

    • Quadrature Amplitude Modulation (QAM)

    • Orthogonal Frequency Division Multiplexing (OFDM)

  • Answered by AI
  • Q2. Explain about project
Round 3 - HR 

(2 Questions)

  • Q1. Personal questions
  • Q2. Question regarding location preference
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 

Swap two numbers without third variable ?

Round 3 - HR 

(2 Questions)

  • Q1. Relocation Package Base location
  • Q2. Documents required confirmation letter

Interview Preparation Tips

Interview preparation tips for other job seekers - Pointers
Dynamic memory allocation
Linked List
Basic C Programming

I applied via Campus Placement and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Introduction, oops concepts, DS & algorithms like tree , graph , stack , linked list , array etc
  • Q2. Python , list tupple , dictionary, silicing , 2program logic
  • Q3. Some non tech questions

Interview Preparation Tips

Interview preparation tips for other job seekers - At least your basic knowledge should be strong.

I applied via Recruitment Consulltant and was interviewed before Jul 2021. 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 aptitude test from all English, maths subject.

Round 3 - Technical 

(5 Questions)

  • Q1. Interview technical on java
  • Ans. 

    Java is a versatile programming language used for building applications across various platforms.

    • Java is object-oriented, promoting code reusability and modularity. Example: Using classes and objects to model real-world entities.

    • Java has a rich standard library that supports data structures, networking, and GUI development. Example: Using ArrayList for dynamic arrays.

    • Java runs on the Java Virtual Machine (JVM), allowin...

  • Answered by AI
  • Q2. Sql and non technical as well
  • Q3. Sql questions basic query select .update etc.
  • Q4. Java, basic coding questions
  • Q5. Non technical few questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Only fresher join not good for experienced l.

I applied via Naukri.com and was interviewed before Oct 2021. 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 

Set and reset bit
Malloc(), calloc() and realloc()
Add a node in LL

Round 3 - Technical 

(1 Question)

  • Q1. LTE architecture UE attach procedure RACH procedure
Round 4 - HR 

(1 Question)

  • Q1. Basic communicational discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Calm
Be confident
Be positive
Believe in yourself

Software Engineer Interview Questions & Answers

user image Vimlesh Kumar

posted on 26 Jul 2021

Interview Questionnaire 

4 Questions

  • Q1. Linux commond
  • Q2. Ls -lhrt
  • Q3. What is SDLC
  • Q4. What is Java

Skills evaluated in this interview

VVDN Technologies Interview FAQs

How many rounds are there in VVDN Technologies Software Engineer interview?
VVDN Technologies interview process usually has 3 rounds. The most common rounds in the VVDN Technologies interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for VVDN Technologies 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 VVDN Technologies. The most common topics and skills that interviewers at VVDN Technologies expect are SPI, MIPS, UART, ARM and Angular.
What are the top questions asked in VVDN Technologies Software Engineer interview?

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

  1. Write a program to print a pattern * * ** ** *** *** **** **** ****...read more
  2. What is encapsulat...read more
  3. What are classes, functions, objec...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 7 interview experiences

Difficulty level

Moderate 80%
Hard 20%

Duration

Less than 2 weeks 50%
2-4 weeks 25%
4-6 weeks 25%
View more
VVDN Technologies Software Engineer Salary
based on 290 salaries
₹2.9 L/yr - ₹8.5 L/yr
46% less than the average Software Engineer Salary in India
View more details

VVDN Technologies Software Engineer Reviews and Ratings

based on 53 reviews

2.8/5

Rating in categories

2.8

Skill development

2.6

Work-life balance

2.6

Salary

2.4

Job security

2.4

Company culture

2.4

Promotions

2.5

Work satisfaction

Explore 53 Reviews and Ratings
Junior Engineer
1.7k salaries
unlock blur

₹1.2 L/yr - ₹3.6 L/yr

Assistant Engineer
812 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Senior Software Engineer
354 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Technical Lead
343 salaries
unlock blur

₹12.7 L/yr - ₹22.1 L/yr

Embedded Software Engineer
343 salaries
unlock blur

₹3.5 L/yr - ₹7.5 L/yr

Explore more salaries
Compare VVDN Technologies with

Virtusa Consulting Services

3.7
Compare

Hexaware Technologies

3.5
Compare

CGI Group

4.0
Compare

Optum Global Solutions

4.0
Compare
write
Share an Interview