Electrical Engineer Interview Questions

8,143 electrical engineer interview questions shared by candidates

The interview was mainly behavioural questions, explain a time you had a difficult customer, how do you handle stressful situation, why are customers important, some more questions related to the degree. Be prepared for example based and personal experience questions but tailor the answers to company values. I had a graduate in my interview which was great as I could ask questions about their experience and get to know more about the graduate scheme. The interview was very fair and laid back if you be yourself.
avatar

Graduate Electrical Engineer

Interviewed at Siemens

4
Dec 4, 2017

The interview was mainly behavioural questions, explain a time you had a difficult customer, how do you handle stressful situation, why are customers important, some more questions related to the degree. Be prepared for example based and personal experience questions but tailor the answers to company values. I had a graduate in my interview which was great as I could ask questions about their experience and get to know more about the graduate scheme. The interview was very fair and laid back if you be yourself.

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 6821 - 6830 interview questions

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