What is different between a and b function foo() { a = 4; var b = 5; }
Applications Engineer Interview Questions
13,872 applications engineer interview questions shared by candidates
Can you handle a project independently ?
We have strings of format A_ _ _ _ _ _ _, an A followed by 6 spaces that can be a number 0-9. We also have regular expressions with the operations "or" and "*" defined as follows:. The easiest way to illustrate this is to give an example. "A000001 or A000000" has size 2 because it matches two strings. "*" represents a wild card, so A00000* has size 10 because it matches 10 different strings, (A000000 - A000009). "A0* or A1*" has size 20,000 because it matches 20,000 different strings. The question was this: Write a function that takes in a number N and outputs a regular expression that matches exactly N strings of format A _ _ _ _ _ _.
Array given we need to return all possible subarrays with sum equal to k
What is inheritance?
Given an array of 999 numbers with each number being unique and in the range of 1-1000. What is the most optimum way to find the missing number?
Draw a basic low pass filter and characterize it. Draw a non-inverting amplifier and characterize it. How do you combine the two to create an active low pass filter. Write out the gain at low frequency and high frequency.
How do you tell the files as the same.
Calculate the average salary of employees based on their teams and then get the Nth largest average from a table using sql
They asked me to go over my resume and expound on my experience and skills
Viewing 81 - 90 interview questions