Add office photos
Engaged Employer

ECSION RESEARCH LABS

4.8
based on 30 Reviews
Filter interviews by

C2E Consultancy Interview Questions and Answers

Updated 10 Aug 2024

Q1. What is required field in sql how we write

Ans.

Required field in SQL is a column that must contain a value before a record can be saved.

  • A required field is specified using the NOT NULL constraint in SQL.

  • Example: CREATE TABLE Students (ID INT NOT NULL, Name VARCHAR(50) NOT NULL);

Add your answer

Q2. What is resolution of mobile screen

Ans.

The resolution of a mobile screen refers to the number of pixels in each dimension that can be displayed.

  • Resolution is typically expressed as width x height, such as 1920x1080 for Full HD.

  • Common mobile screen resolutions include 720x1280 (HD), 1080x1920 (Full HD), and 1440x2560 (Quad HD).

  • Higher resolution screens provide sharper images and text, but may consume more battery power.

Add your answer

Q3. A tag not having closing tag

Ans.

An unclosed tag can cause rendering issues and break the structure of the webpage.

  • An unclosed tag can lead to unexpected behavior in the layout of the webpage.

  • It is important to always close HTML tags properly to ensure correct rendering.

  • Example:

    Some content without closing tag

  • Example:

Add your answer

Q4. What is media query.

Ans.

Media query is a CSS technique used to apply different styles based on the characteristics of the device displaying the webpage.

  • Media queries are used in responsive web design to make websites adapt to different screen sizes and devices.

  • They are written using the @media rule in CSS.

  • Media queries can target various aspects such as screen width, height, orientation, and resolution.

  • Example: @media only screen and (max-width: 600px) { /* styles for screens up to 600px wide */ }

Add your answer
Discover C2E Consultancy interview dos and don'ts from real experiences

Q5. How we define html

Ans.

HTML is a markup language used for creating the structure of web pages.

  • HTML stands for HyperText Markup Language

  • It uses tags to define the structure of content on a web page

  • Example:

    This is a heading

Add your answer

Q6. What is attribute

Ans.

An attribute is a characteristic or property of an HTML element that can be used to provide additional information or modify the element's behavior.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Front end Developer Interview Questions from Similar Companies

3.7
 • 19 Interview Questions
3.0
 • 14 Interview Questions
3.6
 • 14 Interview Questions
4.1
 • 13 Interview Questions
5.0
 • 11 Interview Questions
3.8
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter