Add office photos
Employer?
Claim Account for FREE

RapiPay

4.0
based on 455 Reviews
Filter interviews by

Edwards Lifesciences Interview Questions and Answers

Updated 19 Jul 2024

Q1. find the subsets with sum K from array having duplicates

Ans.

Find subsets with sum K from array with duplicates

  • Use backtracking to generate all possible subsets

  • Keep track of the sum of each subset as you generate them

  • Check if the sum of a subset is equal to K and add it to the result

Add your answer

Q2. What Territory sales managers are Actually Do?

Ans.

Territory sales managers are responsible for managing sales activities within a specific geographic area.

  • Developing and implementing sales strategies to achieve targets

  • Building and maintaining relationships with customers

  • Identifying new business opportunities and expanding market share

  • Training and motivating sales teams

  • Analyzing sales data and generating reports

  • Attending industry events and conferences

  • Collaborating with other departments to ensure customer satisfaction

View 3 more answers

Q3. Consider an e-commerce site's feature that tells you by what time the parcel will reach a pincode. We discussed on architecture, whether the service that responds with the same should have the rules coupled wit...

read more
Ans.

The rules for parcel delivery time estimation should be decoupled from the service for better maintainability and flexibility.

  • Decoupling the rules from the service allows for easier maintenance and updates without affecting the service itself.

  • Separating the rules also enables reusability across different services or components.

  • Using a separate rules engine or configuration file can provide flexibility to adjust the delivery time estimation logic without changing the service c...read more

Add your answer

Q4. Vertical order traversal of tree.

Ans.

Vertical order traversal of tree is a method to traverse a binary tree in a vertical order.

  • Use a map to store the nodes at each vertical level

  • Perform a level order traversal of the tree and keep track of the horizontal distance of each node from the root

  • Store nodes at each horizontal distance in the map and then print the nodes in each vertical level

Add your answer
Discover Edwards Lifesciences interview dos and don'ts from real experiences

Q5. explain other methods of sorting with example other than inbuilt function

Ans.

Other methods of sorting include bubble sort, selection sort, and insertion sort.

  • Bubble sort: repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

  • Selection sort: repeatedly finds the minimum element from the unsorted part of the array and swaps it with the first unsorted element.

  • Insertion sort: builds the final sorted array one item at a time by inserting each element into its correct position.

Add your answer

Q6. what is promise, how to implement it

Ans.

A promise is an object representing the eventual completion or failure of an asynchronous operation.

  • Promises are used to handle asynchronous operations in JavaScript.

  • They can be created using the Promise constructor.

  • Promises have three states: pending, fulfilled, or rejected.

  • They can be chained using .then() and .catch() methods.

  • Example: const myPromise = new Promise((resolve, reject) => { ... });

Add your answer

Q7. How to setup node js server

Ans.

To setup a Node.js server, you need to install Node.js, create a server file, write code to create a server, and run the server.

  • Install Node.js on your machine

  • Create a server file (e.g. server.js)

  • Write code to create a server using the 'http' module

  • Run the server using the command 'node server.js'

Add your answer

Q8. Classic Stock Buy and Sell once for maxium profit

Ans.

The problem involves finding the maximum profit that can be made by buying and selling a stock once.

  • Iterate through the array of stock prices and keep track of the minimum price seen so far.

  • Calculate the profit that can be made by selling at the current price minus the minimum price.

  • Update the maximum profit if a higher profit is found.

  • Return the maximum profit at the end.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Edwards Lifesciences

based on 8 interviews in the last 1 year
Interview experience
4.3
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.9
 • 470 Interview Questions
4.0
 • 384 Interview Questions
3.8
 • 328 Interview Questions
4.2
 • 136 Interview Questions
4.2
 • 135 Interview Questions
3.8
 • 130 Interview Questions
View all
Top RapiPay Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter