Upload Button Icon Add office photos

VVDN Technologies

Compare button icon Compare button icon Compare

Filter interviews by

VVDN Technologies Interview Questions and Answers

Updated 30 Jun 2025
Popular Designations

160 Interview questions

A Diploma Trainee Engineer was asked 1mo ago
Q. What are the differences between ESP and MSP modules?
Ans. 

ESP (Embedded Software Platform) and MSP (Microcontroller Software Platform) serve different purposes in embedded systems.

  • ESP is designed for developing applications on embedded systems, while MSP focuses on microcontroller-specific software.

  • ESP supports various programming languages, whereas MSP typically uses C/C++ for low-level programming.

  • ESP may include higher-level abstractions and libraries, while MSP provi...

View all Diploma Trainee Engineer interview questions
A Tool Room Engineer was asked 1mo ago
Q. What is a main program sheet?
Ans. 

A main program sheet outlines the essential details and specifications for tool room operations and production processes.

  • It serves as a reference document for tool design and manufacturing.

  • Includes specifications like dimensions, materials, and tolerances.

  • Facilitates communication between engineering and production teams.

  • Example: A main program sheet for a mold might detail cavity dimensions and cooling channel pl...

View all Tool Room Engineer interview questions
A Tool Room Engineer was asked 1mo ago
Q. What is an H1 value?
Ans. 

H1 value refers to the first header tag in HTML, crucial for SEO and content hierarchy.

  • H1 tags are used to define the main heading of a webpage.

  • Search engines prioritize H1 tags for indexing and ranking.

  • Only one H1 tag is recommended per page for clarity.

  • Example: <h1>Welcome to Our Website</h1> indicates the primary topic.

View all Tool Room Engineer interview questions
A Junior Engineer was asked 1mo ago
Q. How do you handle a production line?
Ans. 

Effective production line management ensures efficiency, quality, and safety in manufacturing processes.

  • Implement Lean Manufacturing principles to minimize waste and optimize workflow.

  • Use visual management tools like Kanban boards to track progress and identify bottlenecks.

  • Conduct regular training sessions for staff to ensure they are skilled and aware of safety protocols.

  • Utilize data analytics to monitor producti...

View all Junior Engineer interview questions
A Junior Engineer was asked 1mo ago
Q. What are FIFO and LIFO?
Ans. 

FIFO (First In, First Out) and LIFO (Last In, First Out) are methods for managing data and inventory.

  • FIFO processes the oldest data first, like a queue.

  • Example of FIFO: A line of customers at a bank.

  • LIFO processes the newest data first, like a stack.

  • Example of LIFO: A stack of plates where the top plate is used first.

View all Junior Engineer interview questions
A Senior Data Analyst was asked 2mo ago
Q. How would you introduce yourself?
Ans. 

To introduce oneself effectively, focus on clarity, confidence, and relevant details about your background and expertise.

  • Start with your name and current position, e.g., 'I'm Jane Doe, a Senior Data Analyst at XYZ Corp.'

  • Mention your educational background briefly, e.g., 'I hold a Master's in Data Science from ABC University.'

  • Highlight relevant experience, e.g., 'I have over 5 years of experience in data analysis, ...

View all Senior Data Analyst interview questions
An Accountant was asked 2mo ago
Q. Are you familiar with Excel and SAP?
Ans. 

I am proficient in Excel for data analysis and reporting, and I have experience using SAP for financial management and ERP solutions.

  • Excel Proficiency: I can create complex spreadsheets, use pivot tables for data analysis, and employ formulas for financial calculations.

  • Data Visualization: I utilize Excel's charting tools to present financial data visually, making it easier to interpret trends and insights.

  • SAP Expe...

View all Accountant interview questions
Are these interview questions helpful?
An Embedded Software Engineer was asked 3mo ago
Q. What is the difference between a microcontroller and a microprocessor?
Ans. 

Microcontrollers integrate CPU, memory, and peripherals; microprocessors focus on CPU performance and require external components.

  • Microcontrollers are designed for specific tasks, e.g., Arduino.

  • Microprocessors are general-purpose, e.g., Intel Core i7.

  • Microcontrollers have built-in memory and I/O ports; microprocessors need external RAM and peripherals.

  • Microcontrollers are power-efficient; microprocessors offer hig...

View all Embedded Software Engineer interview questions
A Junior Engineer was asked 3mo ago
Q. What are the safety protocols?
Ans. 

Safety refers to the condition of being protected from harm or danger, ensuring well-being in various environments.

  • Safety involves risk assessment and management to prevent accidents.

  • In engineering, safety protocols ensure machinery operates without hazards.

  • Examples include using safety gear like helmets and gloves on construction sites.

  • Safety regulations, such as OSHA standards, help maintain workplace safety.

View all Junior Engineer interview questions
A Junior Engineer was asked 3mo ago
Q. What is a management system?
Ans. 

A management system is a structured framework for organizing, controlling, and improving an organization's processes and resources.

  • Types of management systems include Quality Management Systems (QMS), Environmental Management Systems (EMS), and Information Security Management Systems (ISMS).

  • A QMS, like ISO 9001, focuses on meeting customer requirements and enhancing satisfaction.

  • An EMS, such as ISO 14001, helps or...

View all Junior Engineer interview questions

VVDN Technologies Interview Experiences

221 interviews found

Angular Developer Interview Questions & Answers

user image Anshdeep Chawla

posted on 12 Sep 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are services in Angular?
  • Ans. 

    Services in Angular are reusable pieces of code that can be injected into components or other services to provide functionality.

    • Services are singleton objects in Angular, meaning they are instantiated only once during the lifetime of an application.

    • They are used to encapsulate logic that is not specific to a particular component, such as data fetching, logging, or authentication.

    • Services can be injected into components...

  • Answered by AI
  • Q2. Explain map and filter functions
  • Ans. 

    Map and filter functions are used in JavaScript to manipulate arrays by transforming elements or filtering based on a condition.

    • Map function applies a function to each element in an array and returns a new array with the results.

    • Example: let numbers = [1, 2, 3]; let squaredNumbers = numbers.map(num => num * num); // [1, 4, 9]

    • Filter function creates a new array with elements that pass a certain condition.

    • Example: let nu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview 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

Assistant Engineer Interview Questions & Answers

user image Devesh Srivastav

posted on 30 Jun 2025

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

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. What about yourself.
  • Q2. What is the role and responsibilities from your company
  • Q3. Is there any knowledge in the programming
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.

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

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
  • 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

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
Round 3 - Technical 

(1 Question)

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

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
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

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

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
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Basise interview questions
  • Q2. Tell me about you
  • Ans. 

    I am a passionate Prototype Engineer with a strong background in design, development, and testing of innovative prototypes.

    • Over 5 years of experience in prototype engineering, focusing on rapid prototyping techniques.

    • Skilled in CAD software like SolidWorks and AutoCAD, having designed prototypes for consumer electronics.

    • Led a team project that reduced prototype development time by 30% through efficient workflow managem...

  • Answered by AI
  • Q3. There are family
  • Q4. Weeknes of strength
  • Q5. How to interdoues
  • Ans. 

    Introducing oneself effectively sets the tone for communication and builds rapport in professional settings.

    • Start with your name and current position, e.g., 'Hi, I'm Jane Doe, a Prototype Engineer at XYZ Corp.'

    • Mention your background briefly, such as education or relevant experience, e.g., 'I graduated with a degree in Mechanical Engineering.'

    • Highlight your skills or specialties, e.g., 'I specialize in rapid prototypin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about VVDN Technologies?
Ask anonymously on communities.

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 Hardware Design.
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
What are the most common questions asked in VVDN Technologies HR round?

The most common HR questions asked in VVDN Technologies interview are -

  1. Where do you see yourself in 5 yea...read more
  2. What are your strengths and weakness...read more
  3. Why are you looking for a chan...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.

Overall Interview Experience Rating

4.1/5

based on 248 interview experiences

Difficulty level

Easy 35%
Moderate 58%
Hard 7%

Duration

Less than 2 weeks 79%
2-4 weeks 15%
4-6 weeks 4%
More than 8 weeks 2%
View more

Interview Questions from Similar Companies

EXL Service Interview Questions
3.7
 • 801 Interviews
Nagarro Interview Questions
4.0
 • 791 Interviews
GlobalLogic Interview Questions
3.6
 • 627 Interviews
UST Interview Questions
3.8
 • 542 Interviews
CGI Group Interview Questions
4.0
 • 522 Interviews
View all

VVDN Technologies Reviews and Ratings

based on 2.4k reviews

3.6/5

Rating in categories

3.6

Skill development

3.4

Work-life balance

3.2

Salary

3.4

Job security

3.3

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 2.4k Reviews and Ratings
Junior Engineer
1.6k salaries
unlock blur

₹1.2 L/yr - ₹3.6 L/yr

Assistant Engineer
783 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Technical Lead
349 salaries
unlock blur

₹6.4 L/yr - ₹23.2 L/yr

Senior Software Engineer
343 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Embedded Software Engineer
323 salaries
unlock blur

₹3.2 L/yr - ₹10 L/yr

Explore more salaries
Compare VVDN Technologies with

EXL Service

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

3.5
Compare
write
Share an Interview