employer cover photo
employer logo

Pergunta de entrevista da empresa NetSuite

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.

Resposta da entrevista

Sigiloso

12 de mar. de 2015

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

2