ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories >> Software >> Embedded-Systems
 
  86-Family (47)  VLSI (192)  DSP (4)  Embedded-Systems-AllOther (6)
 


 

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
 
0
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.
 
3
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
 
0
Veeramuthu K
 
 
 
Answer
yes
 
0
Muthu
 
 
Answer
vhdl is very high speep integrated chips hardware 
descripted language and verilog is to verify logic
 
0
Ekta
 
 
Answer
yes
 
0
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.
 
5
Veeramuthu K
 
 
Answer
= is the assignment operator while == is equality operator
 
0
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.
 
0
D.sreenu
 
 
Answer
I NEED MORE....
 
0
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.
 
0
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.
 
0
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.
 
0
The Big Boss
 
 
Answer
a cdm clamp can be used at the receiver input to protect 
the circuitry form overshoot/ undershoot
 
0
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.
 
0
Prashant Patil
 
 
Answer
When signal transfer from one clock domain sequential to 
another clock domain sequential logic
 
0
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.
 
4
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
 
0
Neto Colina
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com