| Back to Questions Page |
| |
| Question |
What products have you designed which have entered high
volume production? |
Rank |
Answer Posted By |
|
Question Submitted By :: Markus |
| This Interview Question Asked @ Intel |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | jigs and fixtures  |
| Guest |
| |
| |
| Question |
What types of high speed CMOS circuits have you designed? |
Rank |
Answer Posted By |
|
Question Submitted By :: Markus |
| This Interview Question Asked @ Intel |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Dynamic CMOS ckts and high speed multipliers using
BOOTh/Mod-Booth algorithm.  |
| Baba |
| |
| |
| Question |
Are you familiar with VHDL and/or Verilog? |
Rank |
Answer Posted By |
|
Question Submitted By :: Markus |
| This Interview Question Asked @ Intel |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | yes  |
| Veeramuthu K |
| |
| |
|
|
| |
| Answer | yes  |
| Muthu |
| |
| |
| Answer | vhdl is very high speep integrated chips hardware
descripted language and verilog is to verify logic  |
| Ekta |
| |
| |
| Answer | yes  |
| Guest |
| |
| |
| Question |
What is the difference between = and == in C? |
Rank |
Answer Posted By |
|
Question Submitted By :: Markus |
| This Interview Question Asked @ Intel |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | '=' in c is the assignment opperator.whereas '==' is the
logical equality operator.  |
| Veeramuthu K |
| |
| |
| Answer | = is the assignment operator while == is equality operator  |
| Priyanka Kokil |
| |
| |
| Answer | = is assignment operator & == is equality operator in C
= operator is used to assign a value to the variable
== operator is used to compare two variables.  |
| D.sreenu |
| |
| |
| Answer | I NEED MORE....  |
| Indian |
| |
| |
| Answer | = is used for assigning the value to a variable
for example
int a=10;
if a=5
printf("%d",a);
else
printf("%d",a);
output:5
in this program a value is assigned to 5 and 5 is printed.
whereas
== is used to check the value of the variable
for example
int a=10;
if a==5
printf("%d",++a);
else
printf("%d",a);
output:10
in this value of a is checked with 10 .If it is equal if
stmt is true and a is incrementd and printed.
If it is not equal a value is printed.  |
| Swapna |
| |
| |
| Question |
You have a driver that drives a long signal & connects to an
input device. At the input device there is either overshoot,
undershoot or signal threshold violations, what can be done
to correct this problem? |
Rank |
Answer Posted By |
|
Question Submitted By :: Markus |
| This Interview Question Asked @ Intel |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | To avoid signal threshold violations(due to loss in long
path), use repeaters to boost signal strength at spec.
intervals.  |
| Baba |
| |
| |
| Answer | This is a signal integrity question for board designers.
there are two types of termination schemes viz. series and
parallel termination. series termination is where a resistor
of small value ( rule of thumb 1/2 of characteristic
impedance of the trace ) placed near the source ( near
driver). the parallel termination is a combination of two
resister ( rule of thumb twice the char. impedance f the
trace) placed near the destination ( input) where one
resistor connects the signal trace to the VCC and other
connects to the GNd.  |
| The Big Boss |
| |
| |
| Answer | a cdm clamp can be used at the receiver input to protect
the circuitry form overshoot/ undershoot  |
| Nikki |
| |
| |
| Question |
In what cases do you need to double clock a signal before
presenting it to a synchronous state machine? |
Rank |
Answer Posted By |
|
Question Submitted By :: Markus |
| This Interview Question Asked @ Intel |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | if the input signal is asynchronous with the clock (state
machine clock), then you need to double clock the same
signal to synchronize with the state machine clock.  |
| Prashant Patil |
| |
| |
| Answer | When signal transfer from one clock domain sequential to
another clock domain sequential logic  |
| Prasanna |
| |
| |
| Question |
Are you familiar with the term snooping? |
Rank |
Answer Posted By |
|
Question Submitted By :: Markus |
| This Interview Question Asked @ Intel |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Let's take an example of different processors(along with
their independent caches) sharing the same memory system.
Now if this memory is a Read-Write memory and let's say
that one of the processors writes to this memory after some
data computation, all the processors need to update their
individual cache copies of the now modified memory. To do
this the concept of snooping is implemented. cache snooping
is the means by which each cache constantly
monitors/detects the bus for any write to a memory location
and if a write is found, it invalidates it current copy of
cached memory data and copies the new content over.  |
| Kanak |
| |
| |
| Question |
Are you familiar with the term MESI? |
Rank |
Answer Posted By |
|
Question Submitted By :: Markus |
| This Interview Question Asked @ Intel |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Is a widely used cache coherency and memory coherence
protocol introduced by Intel. Modified Exclusive Shared
Invalid are the protocol States.
M means value has been modified from main memory and the
cache is required to write the data back to main memory,
before permitting any other read of the main memory state.
(ITS DIRTY)
E IS CLEAN: Value Match with main memory
S Cache may be stored in other caches of the machine
I Invalid  |
| Neto Colina |
| |
| |
|
| |
|
Back to Questions Page |