how do you define ur own function in matlab and save it in the list of predefined functions.
Engineer Interview Questions
1,136,958 engineer interview questions shared by candidates
Find the dominator in an array.
Give a deck of card, calculate total number of point that is closes to 21. ex A,A,J = 12 , J,J,A,2 = 23 A, 2 = 13
Last 15 mins- coding question: Given 6 integers and 1 target value, write a function to get the target value using 6 integers with any on these operations +,*,-,/
Implement a method 'find' that will find the starting index (zero based) where the second list occurs as a sub-list in the first list. It should return -1 if the sub-list cannot be found. Arguments are always given, not empty. Sample Input 1 list1 = (1, 2, 3) list2 = (2, 3) Sample Output 1 1 Explanation As second list (2, 3) is sub-list in first list (1, 2, 3) at index 1 Sample Input 2 list1 = (1, 2, 3) list2 = (3, 2) Sample Output 2 -1
Describe a circuit that implements the following truth table using only NAND gates. A B OUT 0 0 1 0 1 1 1 0 0 1 1 1
will cache affect memory I/O register?
How many degrees are between the hour and minute hand on a clock at 9:45?
In what case miller compensation does not work?
Product Sense, Data Modeling, SQL, Python, Ownership
Viewing 2021 - 2030 interview questions