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
Lead Electrical Engineer Interview Questions
4,418 lead electrical engineer interview questions shared by candidates
How does a transformer work? Draw a low pass filter. Had you name some parts off of a schematic. Asked about past projects.
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.
I didn't have any experience with Perl before doing this internship and they asked me a Perl question so I had no clue what the answer was. Still got the job though and I learned Perl that summer.
How to add resistors on parallel
Q: Why do you want to join Domtar?
Viewing 4351 - 4360 interview questions