Cognizant Tech Solutions Interview Review
171 Interview Reviews |
Back to all Cognizant Tech Solutions Interview Questions & Reviews
Interview questions and reviews posted anonymously by interview candidates
Cognizant Tech Solutions Web Developer Interview
Posted Nov 20, 2009 2009-11-20 18:14 PST
3.0
Average Interview
|
Overall Negative Experience
|
Interviewed and No Offer
|
Interviewed Jun 2009 (took a day)
phone interview , asked simple questions like css div etc ,asked web developer related questions including AJAX , CSS ,Java script , there are some related to my last project ,, there were questions like Q:what are position in CSS?
A:
Positioning
The CSS positioning properties allow you to position an element. It can also place an element behind another, and specify what should happen when an element's content is too big.
Elements can be positioned using the top, bottom, left, and right properties. However, these properties will not work unless the position property is set first. They also work differently depending on the positioning method.
There are four different positioning methods.
Static Positioning
HTML elements are positioned static by default. A static positioned element is always positioned according to the normal flow of the page.
Static positioned elements are not affected by the top, bottom, left, and right properties.
Fixed Positioning
An element with fixed position is positioned relative to the browser window.
It will not move even if the window is scrolled:
Example
p.pos_fixed
{
position:fixed;
top:30px;
right:5px;
}
Interview Questions
Other Details
I got the interview through a Recruiter and the interview consisted of a Phone Interview.
Helpful Interview?
Yes |
No
Inappropriate?
Comments (0)
Members can
comment on this interview
–
Join Now (It's Free) or
Sign In