Filter interviews by
I applied via Hirect and was interviewed before Jan 2022. There was 1 interview round.
HTML is a markup language used to create the structure of web pages.
HTML stands for HyperText Markup Language.
It is used to create the structure of web pages by using tags.
Tags are enclosed in angle brackets, like <tag>.
HTML elements are used to define the different parts of a webpage, such as headings, paragraphs, images, links, etc.
Attributes can be added to HTML elements to provide additional information or fu...
Javascript features include dynamic typing, event-driven programming, and object-oriented programming.
Dynamic typing allows for flexibility in variable types
Event-driven programming allows for interactive web applications
Object-oriented programming allows for modular and reusable code
Supports functional programming
Can manipulate HTML and CSS
Can handle asynchronous programming with callbacks and promises
You can add a Javascript file to HTML by using the <script> tag with the src attribute pointing to the file's location.
Use the <script> tag in the HTML file.
Add the src attribute to the <script> tag with the path to the Javascript file.
Place the <script> tag in the <head> or <body> section of the HTML file.
Var is function scoped, let and const are block scoped. Var can be redeclared and updated, let can be updated but not redeclared, const cannot be updated or redeclared.
Var is hoisted to the top of its scope, let and const are not.
Var can be declared without being initialized, let and const cannot.
Var can be used before it is declared, let and const cannot.
Example: var x = 5; let y = 10; const z = 15;
Example: function e...
Semantic tags in HTML are specific tags that provide meaning to the content they enclose.
Semantic tags help search engines and screen readers understand the structure of a webpage.
Examples of semantic tags include <header>, <footer>, <nav>, <article>, <section>, <aside>, <main>, <figure>, <figcaption>.
Using semantic tags improves SEO and accessibility of a website.
Block elements take up the full width available, while inline elements only take up as much width as necessary.
Block elements start on a new line and take up the full width available (e.g. <div>, <p>, <h1>).
Inline elements do not start on a new line and only take up as much width as necessary (e.g. <span>, <a>, <strong>).
To center a div element, use CSS properties like display: flex, text-align: center, margin: 0 auto, etc.
Use display: flex and justify-content: center for horizontal centering
Use text-align: center for centering inline elements inside the div
Use margin: 0 auto for centering block elements with a specific width
An element in HTML is a building block of a webpage, defined by tags and used to structure content.
Elements are defined by tags such as <p> for paragraphs or <img> for images
Elements can have attributes that provide additional information or functionality
Elements can be nested within each other to create a hierarchy of content
I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.
Aptitude test on CS subjects like C programming, DBMS, CN, and OS.
There were 2 input-output based questions of easy to moderate level
Every candidate was given an individual topic and was asked to speak on it
I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.
Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.
OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.
OOPs stands for Object-Oriented Programming System
Java is a class-based OOPs language
Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs
Objects have state and behavior
Java supports interfaces, which allow for multiple inheritance
Example: A car can be represented as an object wit...
Java solves machine dependency by using bytecode and virtual machine.
Java code is compiled into bytecode which is platform-independent
The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific
JVM translates bytecode into machine code for the specific platform
This allows Java code to run on any platform with a JVM installed
Example: A Java program compiled on Windows can run on Linux or Mac as
I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.
Aptitude, reasoning, English, cloud sections
2 questions in which , one has to complete within an 50 minutes
I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.
Numerical ability and logical reasoning followed by some coding mcqs
Printing 1 to 100 without for loop
Use recursion to print numbers from 1 to 99
Print 100 outside the recursion
Use a base case to stop recursion at 100
I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.
Simple aptitude test
I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.
Attended the codevita competition in final year of college.
I applied via Naukri.com and was interviewed before Nov 2020. There were 5 interview rounds.
based on 1 interview
Interview experience
based on 8 reviews
Rating in categories
Web Developer
3
salaries
| ₹1.8 L/yr - ₹3 L/yr |
Full Stack Developer
3
salaries
| ₹2 L/yr - ₹4 L/yr |
TCS
Accenture
Wipro
Cognizant