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 +,*,-,/
Engineers Interview Questions
843,163 engineers interview questions shared by candidates
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
Make an accordion where when clicked, text expands from it and when another item is clicked, the first one collapses and the second one expands.
Write a function to find a substring in a string. Test your code, write the test cases.
I was given two lists of integers and number. The question is to write a function which returns true if the are two numbers in the array such that their sum in the number given.
How would you pick the middle element of a list
Given an array of 1001 elements, consists all numbers from 1-1000. Only one number is repeated. Write a function that returns the repeated number.
how do you define ur own function in matlab and save it in the list of predefined functions.
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?
Viewing 1711 - 1720 interview questions