Upload Button Icon Add office photos

VVDN Technologies

Compare button icon Compare button icon Compare

Filter interviews by

VVDN Technologies Interview Questions, Process, and Tips

Updated 28 Feb 2025

Top VVDN Technologies Interview Questions and Answers

View all 160 questions

VVDN Technologies Interview Experiences

Popular Designations

196 interviews found

I applied via Referral and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

13 Questions

  • Q1. What is conductor, insulator and semi conductor?
  • Ans. 

    Conductor, insulator and semiconductor are materials that conduct electricity in different ways.

    • Conductors allow electricity to flow through them easily, such as copper and aluminum wires.

    • Insulators do not allow electricity to flow through them easily, such as rubber and plastic.

    • Semiconductors have properties of both conductors and insulators, such as silicon and germanium.

    • The conductivity of a material can be measured...

  • Answered by AI
  • Q2. Why do we use semiconductor in electronics
  • Ans. 

    Semiconductors are used in electronics for their ability to control the flow of electricity.

    • Semiconductors have a unique property of being able to switch between conducting and insulating states.

    • They are used in transistors, diodes, and integrated circuits.

    • Examples include silicon, germanium, and gallium arsenide.

  • Answered by AI
  • Q3. Most used semiconductor in electronics
  • Ans. 

    The most used semiconductor in electronics is silicon.

    • Silicon is abundant and has excellent semiconductor properties.

    • It is used in microprocessors, memory chips, and other electronic components.

    • Other semiconductors like germanium and gallium arsenide are also used in specialized applications.

    • Silicon is preferred due to its low cost, high reliability, and ease of manufacturing.

    • Advancements in silicon technology have led...

  • Answered by AI
  • Q4. How to make a semiconductor p type and n type
  • Ans. 

    Semiconductor doping is used to make a semiconductor p-type or n-type by introducing impurities with different valence electrons.

    • To make a semiconductor p-type, impurities with three valence electrons (e.g., boron) are added.

    • To make a semiconductor n-type, impurities with five valence electrons (e.g., phosphorus) are added.

    • Doping alters the conductivity and creates majority and minority charge carriers.

    • P-type has holes...

  • Answered by AI
  • Q5. Explain about biasing
  • Ans. 

    Biasing is the process of providing a DC voltage or current to establish a desired operating point for electronic components.

    • Biasing is used to ensure that electronic components operate within their specified range.

    • It involves setting the appropriate voltage or current levels to achieve the desired performance.

    • Biasing is commonly used in transistors, amplifiers, and other electronic circuits.

    • There are different types o...

  • Answered by AI
  • Q6. Application of zener diode
  • Ans. 

    Zener diode is used as a voltage regulator and to protect circuits from overvoltage.

    • Zener diode maintains a constant voltage across its terminals when reverse biased

    • It is used in voltage regulator circuits to provide a stable output voltage

    • Zener diodes are also used to protect circuits from overvoltage by shunting excess voltage to ground

    • They are commonly used in power supplies, voltage regulators, and surge protectors

  • Answered by AI
  • Q7. What are logic gates and why do we use it
  • Ans. 

    Logic gates are electronic circuits that perform logical operations on one or more inputs to produce an output.

    • Logic gates are used in digital electronics to create complex circuits and perform mathematical operations.

    • There are several types of logic gates, including AND, OR, NOT, NAND, NOR, XOR, and XNOR gates.

    • Logic gates are the building blocks of digital circuits, and are used in everything from simple calculators t

  • Answered by AI
  • Q8. Name all the gates
  • Ans. 

    There are three basic logic gates: AND, OR, and NOT.

    • AND gate outputs 1 only if all inputs are 1

    • OR gate outputs 1 if any input is 1

    • NOT gate outputs the opposite of its input

  • Answered by AI
  • Q9. Truth table of xor
  • Ans. 

    XOR is a logical operator that returns true if and only if both inputs are different.

    • XOR is represented by the symbol ^.

    • The truth table of XOR has two inputs and one output.

    • If both inputs are the same, the output is false. Otherwise, the output is true.

  • Answered by AI
  • Q10. What are header files
  • Ans. 

    Header files contain declarations of functions, variables, and data structures used in a program.

    • Header files are included at the beginning of a source code file using #include directive

    • They provide information about the functions and variables used in the program

    • They help in avoiding redefinition of functions and variables

    • Examples of header files are stdio.h, math.h, string.h, etc.

  • Answered by AI
  • Q11. Storage classes
  • Q12. Loops ,if else
  • Q13. Prime numbers program
  • Ans. 

    A program to find prime numbers

    • Start with a loop to iterate through numbers

    • Check if each number is divisible by any number less than itself

    • If not, add it to a list of prime numbers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in your answer. Explain clearly about your projects. Prepare basic electronics and basic c programming

Skills evaluated in this interview

Top VVDN Technologies Embedded Software Engineer Interview Questions and Answers

Q1. What is conductor, insulator and semi conductor?
View answer (6)

Embedded Software Engineer Interview Questions asked at other Companies

Q1. 3. 1)Do you know about Autosar. 2)define function definition and function declaration. 3)difference between structure and union. 4) define Enumeration 5)what is microcontroller and microprocessor and its applications 6)where we uses in real... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Technical 

(14 Questions)

  • Q1. Tell me about Yourself
  • Q2. What is ARP? How it will work? Can we able to delete the ARP entry? And What is the command? How long the ARP entry will be there in table? What is ARP Poisoning?
  • Ans. 

    ARP stands for Address Resolution Protocol. It is used to map IP addresses to MAC addresses on a local network.

    • ARP is used to resolve IP addresses to MAC addresses on a local network.

    • ARP works by broadcasting a request for the MAC address of a specific IP address on the network.

    • Yes, ARP entries can be deleted using the 'arp -d' command.

    • ARP entries have a timeout period, typically around 2 minutes, after which they are ...

  • Answered by AI
  • Q3. What is DHCP? Explain in Detail?
  • Ans. 

    DHCP stands for Dynamic Host Configuration Protocol, used to automatically assign IP addresses to devices on a network.

    • DHCP is a network protocol that allows a server to automatically assign IP addresses to devices on a network.

    • It helps in reducing the manual effort required to configure IP addresses for each device.

    • DHCP servers maintain a pool of IP addresses and lease them to devices for a specific period of time.

    • Dev...

  • Answered by AI
  • Q4. What is TCP/UDP and how it will work?
  • Ans. 

    TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) are two different protocols used for data transmission over networks.

    • TCP is a connection-oriented protocol that ensures reliable and ordered delivery of data packets.

    • UDP is a connectionless protocol that does not guarantee delivery or order of packets.

    • TCP uses handshaking to establish a connection between sender and receiver before data transfer.

    • UDP i...

  • Answered by AI
  • Q5. What is VLAN a d how it will work? Explain with scenario
  • Ans. 

    VLAN stands for Virtual Local Area Network, used to logically segment a network into multiple virtual networks.

    • VLANs help in improving network security by isolating traffic between different departments or groups.

    • They can also help in optimizing network performance by reducing broadcast traffic.

    • VLANs are configured at the switch level and allow devices in different VLANs to communicate with each other based on routing ...

  • Answered by AI
  • Q6. What is STP and how it will work?
  • Ans. 

    STP stands for Software Test Plan. It is a document that outlines the testing strategy, objectives, resources, and schedule for a software testing project.

    • STP defines the scope, approach, resources, and schedule of testing activities.

    • It helps in identifying the test environment, test deliverables, and test execution schedule.

    • STP also includes the roles and responsibilities of the testing team members.

    • It serves as a roa...

  • Answered by AI
  • Q7. How to check network connectivity speed? And how will you debug? How can you increase the frames size and how to capture the frames?
  • Ans. 

    To check network connectivity speed, use tools like speedtest.net. Debug by checking for network congestion or hardware issues. Increase frame size by adjusting MTU. Capture frames using tools like Wireshark.

    • Use tools like speedtest.net to check network connectivity speed

    • Debug by checking for network congestion, hardware issues, or misconfigured settings

    • Increase frame size by adjusting Maximum Transmission Unit (MTU)

    • Ca...

  • Answered by AI
  • Q8. Explain me Layer2 and Layer3 in detail
  • Ans. 

    Layer2 and Layer3 are network layers in the OSI model, responsible for data transmission and routing.

    • Layer2 (Data Link Layer) operates at the MAC address level, handling physical addressing and error detection.

    • Layer3 (Network Layer) operates at the IP address level, handling routing and logical addressing.

    • Layer2 switches operate at Layer2, while routers operate at Layer3.

    • Examples of Layer2 protocols include Ethernet an...

  • Answered by AI
  • Q9. What is ICMP and how it will work? How ping works?
  • Ans. 

    ICMP stands for Internet Control Message Protocol. It is used for network troubleshooting and diagnostic purposes.

    • ICMP is a protocol used by network devices to communicate error messages or operational information.

    • Ping is a tool that uses ICMP to send echo requests to a target host and waits for an echo reply.

    • Ping works by sending an ICMP echo request packet to the target host, which then responds with an echo reply if...

  • Answered by AI
  • Q10. What is the difference between RIP and OSPF? Explain me OSPF?
  • Ans. 

    RIP is a distance vector routing protocol while OSPF is a link-state routing protocol. OSPF uses Dijkstra algorithm for routing.

    • RIP stands for Routing Information Protocol and OSPF stands for Open Shortest Path First.

    • RIP uses hop count as the metric for path selection while OSPF uses cost.

    • OSPF is more scalable and efficient than RIP as it converges faster and supports VLSM.

    • OSPF uses areas to divide the network into sma...

  • Answered by AI
  • Q11. What is the difference between Cisco switch and other company switches? What is the difference between cisco switch and white box switch?
  • Ans. 

    Cisco switches are known for their reliability, advanced features, and high price point compared to other company switches.

    • Cisco switches are known for their high quality and reliability.

    • Cisco switches offer advanced features such as VLAN support, QoS, and security options.

    • Cisco switches are typically more expensive than switches from other companies.

    • White box switches are generic, off-the-shelf switches that are not b...

  • Answered by AI
  • Q12. What is SONIC cards?
  • Ans. 

    SONIC cards are a type of prepaid card used for making purchases at SONIC Drive-In restaurants.

    • Prepaid cards used at SONIC Drive-In restaurants

    • Can be used to pay for food and drinks

    • Can be reloaded with funds as needed

  • Answered by AI
  • Q13. Python program. Input: lst = [12,83,0,17,0,71] Output = [12,83,17,71,0,0] Answer: lst=[12, 83,0,17,0,71] ls=[] l=[] for i in lst: if i! = 0: ls.append(i) else: l.append(i) ...
  • Ans. 

    Python program to move all zeros to the end of a list while maintaining the order of non-zero elements.

    • Iterate through the input list and separate non-zero elements into one list and zeros into another list.

    • Concatenate the non-zero list with the zero list to get the desired output.

    • Print the final list with zeros at the end.

  • Answered by AI
  • Q14. Print the below mentioned pattern: * * * * * * * * * * * * * * *
  • Ans. 

    Print a pattern of stars in a pyramid shape.

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

    • Start with one star at the top and increase the number of stars in each row.

    • Adjust the spacing to create the pyramid shape.

  • Answered by AI

Top VVDN Technologies Qa Automation Testing Engineer Interview Questions and Answers

Q1. What is ARP? How it will work? Can we able to delete the ARP entry? And What is the command? How long the ARP entry will be there in table? What is ARP Poisoning?
View answer (1)

Qa Automation Testing Engineer Interview Questions asked at other Companies

Q1. selenium: what are selenium components, what are the different locators in selenium, what is selenium web driver, write a xpath for a given element on a web page
View answer (5)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Tell me about yourself: Provide a snapshot of who you are, and how your background and skills align with the position. You can also highlight a key accomplishment that's relevant to the role.
  • Ans. 

    I am a dedicated Junior Engineer with a strong background in production and a proven track record of successfully implementing process improvements.

    • Bachelor's degree in Mechanical Engineering

    • Experience in optimizing production processes to increase efficiency

    • Proficient in CAD software for designing production layouts

    • Implemented a new scheduling system that reduced production downtime by 20%

  • Answered by AI
  • Q2. How do you fix a mistake? Provide an example of how you handled a mistake in the workplace, and the actions you took to resolve it.
  • Ans. 

    To fix a mistake, I analyze the root cause, take responsibility, communicate with stakeholders, and implement a solution.

    • Analyze the root cause of the mistake to understand what went wrong

    • Take responsibility for the mistake and acknowledge it to relevant parties

    • Communicate with stakeholders to keep them informed about the situation

    • Implement a solution to rectify the mistake and prevent it from happening again

    • Example: I...

  • Answered by AI
  • Q3. Focus on highlighting your key strengths, accomplishments, and career goals.
  • Q4. Acknowledge your mistake: Take responsibility for your actions and explain what went wrong.
  • Ans. 

    I take full responsibility for my mistake in not double-checking the production schedule, resulting in a delay in delivery.

    • Acknowledge the mistake without making excuses

    • Explain what went wrong and how it could have been prevented

    • Discuss steps taken to rectify the mistake and prevent it from happening again

  • Answered by AI
  • Q5. Take care of yourself: Prioritize self-care and get some perspective.
  • Ans. 

    Prioritizing self-care is essential for maintaining overall well-being and gaining perspective in life.

    • Make time for activities that bring you joy and relaxation, such as reading, exercising, or spending time with loved ones.

    • Practice mindfulness and self-reflection to understand your emotions and thoughts better.

    • Set boundaries to protect your mental and physical health, such as saying no to additional work when you're ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Create a professional LinkedIn profile: Include relevant details about your skills, experiences, and accomplishments.

Junior Engineer Production Interview Questions asked at other Companies

Q1. What is the bearing and it's types...gear train...gear box...octane number .... thermal conductivity....heat transfer rate...
View answer (2)

Senior Supervisor Interview Questions & Answers

user image Muheed Akhtar

posted on 5 Jan 2025

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

(5 Questions)

  • Q1. It was excellent experience
  • Q2. LAN Switching SDWAN
  • Q3. WAN Routing Windows
  • Q4. Security SSL GRE
  • Q5. Firewall Monitoring

Senior Supervisor Interview Questions asked at other Companies

Q1. What is standard height between WC Outlet centre to Inlet center?
View answer (1)

VVDN Technologies interview questions for popular designations

 Junior Engineer

 (15)

 Software Engineer

 (10)

 Hardware Engineer

 (10)

 Embedded Software Engineer

 (8)

 Technical Lead

 (7)

 Senior Software Engineer

 (7)

 Production Engineer

 (6)

 Assistant Engineer

 (5)

Java Developer Interview Questions & Answers

user image Aditya Sharma

posted on 26 Nov 2024

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

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Stream API related questions , methods etc.
  • Q2. What is Qualifier and Primary
  • Ans. 

    Qualifier and Primary are annotations used in Spring framework for dependency injection.

    • Qualifier annotation is used to specify which bean should be autowired when multiple beans of the same type are present

    • Primary annotation is used to specify the primary bean to be autowired when multiple beans of the same type are present

    • Qualifier can be used in combination with Autowired annotation to specify the bean name to be in...

  • Answered by AI
  • Q3. Spring boot annotations
  • Q4. Sort Array of 0 and 1
  • Ans. 

    Sort an array of 0s and 1s in linear time complexity.

    • Use two pointers approach - one from the start and one from the end.

    • Swap 0s to the left and 1s to the right until the pointers meet.

    • Time complexity: O(n), Space complexity: O(1).

  • Answered by AI
  • Q5. How do you handle code reviews
  • Ans. 

    I actively participate in code reviews to ensure code quality and learn from others.

    • I actively participate in code reviews by providing constructive feedback on others' code.

    • I also seek feedback on my own code to improve its quality and learn from others.

    • I follow coding standards and best practices during code reviews to maintain consistency and quality.

    • I use code review tools like GitHub pull requests or Bitbucket to

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Get interview-ready with Top VVDN Technologies Interview Questions

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.

    • Pointers are used to access and manipulate memory locations directly.

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

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

  • 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

Top VVDN Technologies Software Engineer Interview Questions and Answers

Q1. Write a program to print a pattern * * ** ** *** *** **** **** *********
View answer (1)

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 (196)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2022. There were 5 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 - HR 

(2 Questions)

  • Q1. Salary Discussed
  • Q2. Verified Degree
Round 3 - Case Study 

IOT Product based Testing

Round 4 - Technical 

(3 Questions)

  • Q1. Whats types of Testing
  • Ans. 

    Types of testing include unit testing, integration testing, system testing, acceptance testing, and regression testing.

    • Unit testing: Testing individual components or modules of a software.

    • Integration testing: Testing how different modules work together.

    • System testing: Testing the entire system as a whole.

    • Acceptance testing: Testing to ensure the system meets the requirements of the stakeholders.

    • Regression testing: Test...

  • Answered by AI
  • Q2. IP & IT Based
  • Q3. Troubleshooting & Configuration
Round 5 - Group Discussion 

Whats about self knowledge

Skills evaluated in this interview

Top VVDN Technologies Assistant Engineer Interview Questions and Answers

Q1. What’s is this wave soldering process
View answer (2)

Assistant Engineer Interview Questions asked at other Companies

Q1. Why do we take only 1 set of cube sample at a casting of concrete of 5 or less than 5 Meter cube.
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What are Middleware and filters
  • Ans. 

    Middleware and filters are components in ASP.NET Core that allow you to handle requests and responses in the pipeline.

    • Middleware are components that are added to the request pipeline to handle requests and responses.

    • Filters are used to implement cross-cutting concerns like logging, exception handling, and authorization.

    • Middleware can be used to modify the request or response before it reaches the controller action.

    • Filt...

  • Answered by AI
  • Q2. Authentication and authorisation
  • Q3. Oops concepts and questions around overloading overriding method hiding
Round 2 - HR 

(1 Question)

  • Q1. General hr behavioural question and situational questions
Round 3 - Technical 

(1 Question)

  • Q1. Majorly focused around oops and work practices
Round 4 - Client Interview 

(1 Question)

  • Q1. Unit testing strategies and basic behavioural questions

Skills evaluated in this interview

Senior .NET Developer Interview Questions asked at other Companies

Q1. Find indexes of two values in an array who's Sum is 8 or a dynamic value
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 30 Nov 2024

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

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. About for ele. Part
  • Q2. Sap information
Round 2 - Technical 

(2 Questions)

  • Q1. Sap software work
  • Q2. Material according

Skills evaluated in this interview

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

Normal aptitude question

Round 2 - Technical 

(3 Questions)

  • Q1. Which language you like?
  • Ans. 

    I prefer C++ for its performance and versatility.

    • C++ is known for its high performance and efficiency.

    • C++ is a versatile language that can be used for a wide range of applications.

    • C++ allows for low-level memory manipulation, making it suitable for embedded systems.

    • Examples: Developing firmware for microcontrollers, implementing real-time systems.

  • Answered by AI
  • Q2. Why c is faster than java or python
  • Ans. 

    C is faster than Java or Python due to its lower-level nature and direct hardware access.

    • C is a low-level language that allows for direct memory manipulation and hardware access, resulting in faster performance.

    • Java and Python are higher-level languages with more abstractions, leading to slower execution compared to C.

    • C code is compiled directly to machine code, while Java and Python code are typically interpreted or r...

  • Answered by AI
  • Q3. Reverse string ?

Skills evaluated in this interview

Embedded Engineer Interview Questions asked at other Companies

Q1. What is the difference between sensors and actuators
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is sap system landscape
  • Ans. 

    SAP system landscape refers to the arrangement of SAP systems in a network environment.

    • SAP system landscape includes development, quality assurance, and production environments.

    • It involves multiple servers, databases, and clients working together.

    • Each landscape is tailored to meet the specific needs of the organization.

    • Changes are typically made in the development environment before being moved to production.

    • Examples o...

  • Answered by AI
  • Q2. What are the shop floor configuration required for production order
  • Ans. 

    Shop floor configuration for production order includes work center, routing, production version, and material master data.

    • Define work centers for operations

    • Create routing with sequence of operations

    • Maintain production version for BOM explosion

    • Ensure material master data is accurate

  • Answered by AI

Skills evaluated in this interview

SAP PP Consultant Interview Questions asked at other Companies

Q1. PP production process flow Co product By product Difference In Bom how to create Bill of material of non stock items Important views of material master What is master data T code for demand management Production execution process MRP Run di... read more
View answer (1)

VVDN Technologies Interview FAQs

How many rounds are there in VVDN Technologies interview?
VVDN Technologies interview process usually has 2-3 rounds. The most common rounds in the VVDN Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for VVDN 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 VVDN Technologies. The most common topics and skills that interviewers at VVDN Technologies expect are Linux, Python, C++, Linux Kernel and C.
What are the top questions asked in VVDN Technologies interview?

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

  1. What is conductor, insulator and semi conduct...read more
  2. How to stop IIS Service? What is CDN? What are the reason 502 bad gateway error...read more
  3. Write a program to print a pattern * * ** ** *** *** **** **** ****...read more
How long is the VVDN Technologies interview process?

The duration of VVDN Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

VVDN Technologies Interview Process

based on 219 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Sasken Interview Questions
3.8
 • 79 Interviews
View all

VVDN Technologies Reviews and Ratings

based on 2.1k reviews

3.6/5

Rating in categories

3.6

Skill development

3.3

Work-life balance

3.2

Salary

3.4

Job security

3.3

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 2.1k Reviews and Ratings
Camera/ Video Testing (QA)

Kochi,

Manesar

2-6 Yrs

Not Disclosed

WLAN Developer II VVDN Technologies

Kochi,

Chennai

+1

3-8 Yrs

Not Disclosed

Explore more jobs
Junior Engineer
1.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Engineer
714 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
369 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
329 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Embedded Software Engineer
311 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare VVDN Technologies with

Sasken

3.8
Compare

Happiest Minds Technologies

3.7
Compare

L&T Technology Services

3.3
Compare

LTIMindtree

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