How did you handle when you have a conflict with an antenna engineer in the design
Electrical Engineer Interviews
Electrical Engineer Interview Questions
With an electrical engineer interview, expect to answer technical questions that will evaluate your problem-solving, project management, and communication skills. Expect the interviewer to ascertain you have the proper training to fulfill the job, such as a strong background in mathematics, physics, and electronics.
Top Electrical Engineer Interview Questions & How To Answer
Question #1: How do you prioritize your time when working on multiple projects?
Question #2: What would you do if a colleague wanted to take a different direction on a project?
Question #3: How do you ensure precision in your work?
11,034 electrical engineer interview questions shared by candidates
Riddles and comprehension questions in basic electricity
What are your interests? What is the area of engineering you focused in?
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
Your past work experience
Nand memory basics- erase program read mechanisms
Semiconductor manufacturing basics, circuit analysis, statistics
Basic electrical engineering questions and question on based on the previous experience
Just prepare well enough with examples and past experiences for the 20-30 behavioral questions they will ask you. When answering technical questions use common sense and good reasoning they want to see how you process info and get to a solution.
Viewing 9211 - 9220 interview questions