Filter interviews by
I am impressed by Ravisys Technologies' innovative products and strong reputation in the industry.
Impressed by innovative products
Strong reputation in the industry
Excited about the opportunity to contribute to a successful company
Questions on quantitative aptitude and basic coding
Program to mimic parseInt function in JavaScript
Create a function that takes a string as input
Iterate through each character in the string and convert it to a number using ASCII values
Handle negative numbers and non-numeric characters appropriately
Return the final parsed integer
Abstraction focuses on hiding the implementation details while encapsulation bundles the data and methods into a single unit.
Abstraction allows us to focus on the essential features of an object while hiding the unnecessary details.
Encapsulation helps in bundling the data (attributes) and methods (functions) that operate on the data into a single unit.
Abstraction is achieved through abstract classes and interfaces in o...
I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.
70 questions are there
Task is there related to the job role
I have strong skills in HTML, CSS, and JavaScript and I am passionate about creating user-friendly interfaces. I want to join to contribute to innovative projects.
Proficient in HTML, CSS, and JavaScript
Experience in creating user-friendly interfaces
Passionate about contributing to innovative projects
My two strengths are problem-solving and attention to detail.
Strong problem-solving skills help me tackle complex issues efficiently
Attention to detail ensures high-quality work and prevents errors
Example: I once debugged a complex code issue by carefully analyzing each line of code
Example: I meticulously reviewed a website design to ensure pixel-perfect accuracy
I tend to overthink details and struggle with time management.
Overthinking details can lead to delays in completing tasks
Difficulty prioritizing tasks due to overthinking
Struggle with time management when trying to perfect every detail
I applied via Approached by Company and was interviewed before Sep 2023. There was 1 interview round.
A promise is an object representing the eventual completion or failure of an asynchronous operation.
Promises are used to handle asynchronous operations in JavaScript.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained together using .then() method.
Example: Fetch API returns a promise when making an HTTP request.
Stylesheets are loaded in a specific order based on their location and type.
Stylesheets can be loaded externally using tag in HTML.
Inline styles can be added using the style attribute in HTML elements.
Styles can also be included within the