how familiar are you with the peoplesoft system?
Technical Support Analyst Ii Interview Questions
26,048 technical support analyst ii interview questions shared by candidates
Q: alien dictionary
In Linux, what cli command will show you the current directory your working in.
Write a function that accepts an array of tickets, where ticket has format [source: string, destination: string] and returns comma separated countries in order of visiting. function getRoute(tickets){ return 'USA,BRA,UAE,JPN,PHL'; // implement logic here } const result = getRoute([['JPN', 'PHL'], ['BRA', 'UAE'], ['USA', 'BRA'], ['UAE', 'JPN']]); console.log(result); Example: Tickets: [["JPN", "PHL"], ["BRA", "UAE"], ["USA", "BRA"], ["UAE", "JPN"]] Result: "USA, BRA, UAE, JPN, PHL
CAN protocol
How do you test a down fiber circuit?
Name a time when you had to overcome a challenge, long term goals, describe yourself, why are you a good fit for this role, what kind of manager do you like, why are you leaving your current position, why do you want to work at Sandoz, what do you know about Sandoz?
Has there ever been a time where you needed to bend the rules to accomplish a goal? (The answer is "no")
Solve: M is a 2D matrix of integers (nXm) they are sorted in both row and column Write a function search(int s) that return the exact location of the number or Null using lgn
1. Given a non-negative integer array that is then shuffled and 1 element is removed, find which element was removed. 2. Assume you are designing/writing code for some small business software how would you go about creating a clean, extensible method for calculating sales tax that can be extended easily to work in different parts of the world. 3. (Two separate questions) 3a. Given an integer array, remove the duplicate values and return an integer array 3b. Test a dice role generator method 4. Design a system for tracking employee applicants through the interview process
Viewing 151 - 160 interview questions