employer cover photo
employer logo

NetSuite Interview Question

1 Given a sorted array of integers, write a method to remove the duplicates. Do not use any classes from the java.util package, or the equivalent library for your language. 2. Given a non-negative real number a, its square root is a number x, such that x * x = a. One way to compute a square root is via successive approximation, where one estimate yields a better estimate. 3. SQL query questions.

Interview Answer

Anonymous

Mar 12, 2015

I answered in Python because the instructions were I could use any programming language I want.

2