idoow
KSL Cleantech Interview Questions and Answers
Q1. What is front end and back end developer
Front end developers work on the user interface and user experience of a website or application, while back end developers work on the server-side functionality and database management.
Front end developers use HTML, CSS, and JavaScript to create the visual and interactive elements of a website or application.
Back end developers use programming languages like Java, Python, and PHP to create the server-side logic and database management.
Fullstack developers have knowledge of bo...read more
Q2. What are modules in python?
Modules in Python are files containing Python code that can be imported and used in other Python programs.
Modules help in organizing code and making it reusable.
Python has a vast collection of modules that can be imported and used.
Modules can be created by users and shared with others.
Modules can be imported using the 'import' statement.
Modules can also be imported selectively using 'from' statement.
Q3. What is css and explain HTML
CSS is a styling language used to design the layout and appearance of web pages. HTML is a markup language used to create the structure of web pages.
CSS stands for Cascading Style Sheets and is used to control the visual presentation of a web page.
HTML stands for HyperText Markup Language and is used to create the structure of a web page by defining elements like headings, paragraphs, and images.
CSS can be used to change the color, font, size, and layout of HTML elements.
HTML...read more
Q4. What is javascript in HTML
JavaScript in HTML is a scripting language used to add interactivity and dynamic content to web pages.
JavaScript is a programming language that can be embedded directly into HTML code
It allows for interactive elements like pop-up alerts, form validation, and dynamic content updates
JavaScript code is typically enclosed in <script> tags within the HTML document
Q5. Difference b/w tuples & list.
Tuples are immutable and ordered while lists are mutable and ordered.
Tuples use parentheses while lists use square brackets.
Tuples are faster than lists for accessing elements.
Lists can be modified while tuples cannot be modified.
Tuples are commonly used for returning multiple values from a function.
Lists are commonly used for storing collections of data.
Q6. Frameworks of CSS?
CSS frameworks are pre-written CSS code that can be used to speed up development time.
Bootstrap
Foundation
Materialize
Bulma
Semantic UI
More about working at idoow
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month