Related to past experiences and resume
Sr Electrical Engineer Interview Questions
448 sr electrical engineer interview questions shared by candidates
Power, Transmission line theory, etc
Experiences. What I do in my current job, why want to change, mistake I did in my previous jobs etc.
Experience
Basic Resume and leadership-related questions
Tell me about yourself Tell me about your experiences Technologies you worked with
Draw an integrator circuit. What can you tell me about this circuit? What's the transfer function? What is the cutoff frequency? What are the limiting factors in this design?
How did you handle when you have a conflict with an antenna engineer in the design
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
Why are pull up resistors necessary for I2C
Viewing 381 - 390 interview questions