Basic interview questions: strengths/weaknesses, experience relation to the job
Technical Support Analyst Ii Interview Questions
26,048 technical support analyst ii interview questions shared by candidates
What is a CPU?
What is 802.11x.
count number of duplicates in a list
Difficult because those guys kept asking system and software questions even I applied network engineer jobs.
how familiar are you with the peoplesoft system?
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
Viewing 151 - 160 interview questions