introduction about yourself, how you think will fit in role, stress strain curve in detail. powertrain of an EV. explain components in detail. where id the maximum power from battery used in car? other consumptions in car. heat dissipation in EV. explain the cooling system with the function of each component. traction control system. center of gravity. comparing material on the stress strain curve. interpretation. where will the curve head if force is stopped in between the stress strain curve.
Engineer Interview Questions
1,135,583 engineer interview questions shared by candidates
Given two binary trees, return true if they have same elements (irrespective of tree structure)
Give a dictionary with a huge set of words and a string with wildcard. You are required to find whether there is a match in the dictionary for this given string.
Write a function to take a BST and a value k as input and have it print the kth smallest element in the BST.
Given an array as an input: [1,2,3,4,5] Return an array, which has a given index the product of all the other numbers in the array (except for the number at the given index), without using the divide operator: [120,60,40,30,24]
In the 2nd round they asked: 1. An egg has to be boiled which takes exactly 11 minutes to boil. There are only 2 sand watches available to you one of 9 minutes and the other of 5 minutes. Using only these sand watches boil the egg.
You have an analog clock with two hands, one for the hour and one for the minute. Given a time of the day, what is the angle between the two hands?
Write a program to count the number of words in a file.
Given an array of unsorted integers, determine which number appears most often.
Given two very large binary trees T1, with millions of nodes, and T2, with hun- dreds of nodes, create an algorithm to decide if T2 is a subtree of T1.
Viewing 971 - 980 interview questions