Filter interviews by
I applied via Recruitment Consultant and was interviewed in Oct 2019. There were 6 interview rounds.
Top trending discussions
posted on 19 May 2024
I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.
Hypertext Markup Language
HTML stands for Hypertext Markup Language
It is the standard markup language for creating web pages
HTML elements are represented by tags enclosed in angle brackets, like
CSS stands for Cascading Style Sheets.
CSS is used to style the layout and design of web pages.
It allows developers to control the appearance of multiple web pages at once.
CSS can be applied inline, internally within the HTML document, or externally in a separate file.
Example:
Box model is a concept in CSS where every element is treated as a rectangular box with content, padding, border, and margin.
Every element in CSS is treated as a rectangular box with content, padding, border, and margin.
Content area is where the actual content of the element is displayed.
Padding is the space between the content and the border.
Border is the line that surrounds the padding and content.
Margin is the space ...
var, let, and const are used to declare variables in JavaScript with different scopes and mutability.
var is function-scoped and can be redeclared and updated
let is block-scoped and can be updated but not redeclared
const is block-scoped and cannot be updated or redeclared
It was a link from hackerEarth, only aptitude question were there
Got 1 hr to complete 2 coding questions on the complier provided by them.
I applied via LinkedIn and was interviewed in Nov 2022. There were 4 interview rounds.
Some basic aptitude questions related to mental abilities and some technical
They give you demo domain and demo worksheet with website contents and we have create a web page with these provided details in worksheet
posted on 9 Oct 2023
I applied via Company Website and was interviewed before Oct 2022. There were 3 interview rounds.
This is a machine round to check the candidates ability on the UI part, how much better the candidate can solve a UI problem
Find the longest subsequence in a string
Iterate through the string and keep track of the current subsequence length
Update the longest subsequence length whenever a longer subsequence is found
Return the longest subsequence found
Synchronous programming executes code sequentially, blocking further execution until the current task is completed. Asynchronous programming allows multiple tasks to be executed concurrently, without waiting for each other to finish.
Synchronous programming is easier to read and debug, but can lead to blocking issues.
Asynchronous programming is more complex, but improves performance by allowing non-blocking execution.
Ex...
A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.
Convert the given string to lowercase and remove any non-alphanumeric characters
Reverse the string and compare it with the original string to check for palindrome
Examples: 'racecar' is a palindrome, 'hello' is not a palindrome
I applied via LinkedIn and was interviewed in Sep 2022. There were 4 interview rounds.
I applied via Hirect and was interviewed in Sep 2022. There were 4 interview rounds.
It will ask about different type of reasoning and numerical questions, some coding decoding questions as well.
posted on 21 Jul 2024
I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.
Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
Encapsulation: bundling data and methods that operate on the data into a single unit
Inheritance: allows a class to inherit properties and behavior from another class
Polymorphism: the ability to present the same interface for different data types
Abstractio...
Senior Software Engineer
279
salaries
| ₹7.4 L/yr - ₹30 L/yr |
Software Engineer
245
salaries
| ₹3.1 L/yr - ₹13 L/yr |
Lead Engineer
65
salaries
| ₹11 L/yr - ₹35 L/yr |
Project Manager
56
salaries
| ₹13 L/yr - ₹30.2 L/yr |
Software Developer
51
salaries
| ₹3 L/yr - ₹11.5 L/yr |
TCS
Infosys
Wipro
HCLTech