How to build an XOR gate using multiplexers? Definition of capacitance RC circuit problems
Electrical Engineers Interview Questions
11,036 electrical engineers interview questions shared by candidates
When using a CPU, what mode of operation should your MOSFETS be in.
Question about how I have gone above and beyond recently.
They asked about leakage current
Tell me about a project you designed
How did you handle when you have a conflict with an antenna engineer in the design
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
Viewing 9201 - 9210 interview questions