Explain this: var Bob = { name: "Bob", name_fn: function(){ return this.name; } } console.log(Bob.name_fn()) //"Bob" var fn = Bob.name_fn console.log(fn()) //undefined
Technical Support Analyst Iii Interview Questions
7,029 technical support analyst iii interview questions shared by candidates
You climb a 60 foot tree and have the ability to span up to 3 feet at a time. What's the minimum number of branches you'd have to touch to get the top?
Can you give an example of a time where you had to multitask?
What do you think you need to personally work on? AKA what is your weakness?
given list[list[String], where each list[String] represents a node in the following manner: node.id -> child0.id -> child1.id -> ... rebuild the tree.
Have you looked into any other subsidiaries that are owned by Textron?
Write a pgm to find out if call stack address is increasing or decreasing
What is a 1003?
First phone screen: Print all the nodes of a tree in reverse level order (ie print all the nodes at the leaves first, then print the nodes on the level above the leaves, and then eventually work your way to the top).
write a wrapper fun for 32-byte aligned mem allocation
Viewing 21 - 30 interview questions