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

Question #1: How do you prioritize your time when working on multiple projects?

How to answer
How to answer: It's important to highlight how you can focus on numerous projects concurrently while prioritizing accordingly. Mention how you can stay motivated and on-task by using your organizational skills. Also, discuss how you collaborate with other team members to ensure all projects are completed promptly.
Question 2

Question #2: What would you do if a colleague wanted to take a different direction on a project?

How to answer
How to answer: Most electrical engineers work in groups with other types of engineers and project managers. You might encounter colleagues who want to deviate from the original plan, so employers may want to make sure you have communication and conflict-management skills. Consider using the STAR method to answer the question by explaining how you handled a similar situation.
Question 3

Question #3: How do you ensure precision in your work?

How to answer
How to answer: As an electrical engineer, you're tasked with working on complex projects, so precision is essential. With this open-ended question, illustrate your accuracy at work by explaining your attention to detail and the use of critical thinking skills to investigate problems from all perspectives.

11,034 electrical engineer interview questions shared by candidates

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
avatar

Senior Electrical Engineer

Interviewed at Intel Corporation

3.9
Mar 7, 2022

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

Viewing 9251 - 9260 interview questions

Glassdoor has 11,034 interview questions and reports from Electrical engineer interviews. Prepare for your interview. Get hired. Love your job.