Riddles and comprehension questions in basic electricity
Electrical Engineer Research Interview Questions
2,228 electrical engineer research interview questions shared by candidates
What are the causes of harmonics
What are your interests? What is the area of engineering you focused in?
Can you tell me a little about your background? What do you know about neuromodulation and our hardware? Can you tell me about an electrical engineering project you've worked on? What electrical frequencies were you working with? What else can you tell me about the intergrated circuits you worked with? How would you design a circuit that inverts a 12V input signal and outputs 6V?
About my experience and my last jobs
1. Consider the following Transaction class: package com.personetics.entities; import java.util.Date; public class Transaction { String id; String accountId; Double amount; Date date; public String getId() { return id; } public void setId(String id) { this.id = id; } public String getAccountId() { return accountId; } public void setAccountId(String accountId) { this.accountId = accountId; } public Double getAmount() { return amount; } public void setAmount(Double amount) { this.amount = amount; } public Date getDate() { return date; } public void setDate(Date date) { this.date = date; } } Design a data structure that gets as input a collection of Transaction objects from the last 6 months and supports the following methods in runtime complexity of O(1): ? insert(Transaction transaction) ? Double getAvg() ? Returns the average amount of all transactions. ? List getTransactionsOfMonthForAccount(int month, String accountI
How does a transformer work? Draw a low pass filter. Had you name some parts off of a schematic. Asked about past projects.
Your past work experience
Nand memory basics- erase program read mechanisms
Semiconductor manufacturing basics, circuit analysis, statistics
Viewing 2131 - 2140 interview questions