Upload Button Icon Add office photos

Filter interviews by

Icancerhelp India Interview Questions, Process, and Tips for Experienced

Updated 5 Nov 2021

Icancerhelp India Interview Experiences for Experienced

1 interview found

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

13 Questions

  • Q1. Position relative and absolute how both are works ?
  • Ans. 

    Position relative and absolute are CSS properties used for positioning elements on a webpage.

    • Position relative: element is positioned relative to its normal position in the document flow.

    • Position absolute: element is positioned relative to its nearest positioned ancestor.

    • Position absolute takes the element out of the normal document flow.

    • Position relative can be used to create subtle adjustments to an element's positio...

  • Answered by AI
  • Q2. Difference between tags and elements in html ?
  • Ans. 

    Tags are used to define the structure of an element in HTML, while elements are the actual components that make up a webpage.

    • Tags are enclosed in angle brackets (<>) and define the beginning and end of an element.

    • Elements consist of the opening tag, content, and closing tag.

    • Example: <p> is a tag that defines a paragraph element, while <p>This is a paragraph</p> is the complete paragraph element.

  • Answered by AI
  • Q3. How to check , uncheck checkbox by clicking on lebel ?
  • Ans. 

    Use 'for' attribute in label tag to associate with checkbox id

    • Add 'for' attribute in label tag with value as the id of the checkbox input element

    • Clicking on the label will toggle the checkbox state

  • Answered by AI
  • Q4. Box model in CSS ?
  • Ans. 

    Box model is a fundamental concept in CSS that defines how elements are rendered on a web page.

    • Box model consists of content, padding, border, and margin.

    • Content is the actual content of the element.

    • Padding is the space between the content and the border.

    • Border is the line that surrounds the element.

    • Margin is the space between the border and the adjacent elements.

    • Box-sizing property can be used to change the box model ...

  • Answered by AI
  • Q5. Difference between flexbox and grid ?
  • Ans. 

    Flexbox is one-dimensional layout while Grid is two-dimensional layout.

    • Flexbox is best suited for arranging items in a single row or column.

    • Grid is best suited for arranging items in rows and columns.

    • Flexbox has a main axis and a cross axis.

    • Grid has rows and columns that intersect to form grid cells.

    • Flexbox is great for responsive design and centering items.

    • Grid is great for complex layouts and aligning items precisely...

  • Answered by AI
  • Q6. Why we use SCSS ?
  • Ans. 

    SCSS is used to write more maintainable and scalable CSS code.

    • SCSS allows for nesting of CSS rules, making it easier to read and organize code.

    • Variables and mixins in SCSS can be reused throughout the codebase, reducing redundancy.

    • SCSS also supports inheritance, allowing for more efficient and modular code.

    • It compiles to regular CSS, so it can be used in any web project.

    • SCSS is widely used in modern web development fra

  • Answered by AI
  • Q7. What is Mixin in SCSS ?
  • Ans. 

    Mixin is a reusable block of code in SCSS that can be included in other stylesheets.

    • Mixin allows developers to define a set of CSS declarations that can be reused throughout the stylesheet.

    • It helps in reducing code duplication and makes the code more maintainable.

    • Mixin can take arguments and can be used to generate different styles based on the arguments passed.

    • Mixin can be defined using the @mixin directive and includ

  • Answered by AI
  • Q8. Benefits of using SCSS ?
  • Ans. 

    SCSS provides benefits like variables, nesting, mixins, and inheritance to make CSS more efficient and maintainable.

    • SCSS allows for the use of variables, which can be reused throughout the stylesheet.

    • Nesting in SCSS makes it easier to read and organize code.

    • Mixins allow for the reuse of code snippets, reducing the amount of code needed.

    • Inheritance in SCSS allows for the creation of base styles that can be extended and ...

  • Answered by AI
  • Q9. What Viewport is ?
  • Ans. 

    Viewport is the visible area of a web page displayed on a device's screen.

    • Viewport determines how much content can be seen without scrolling

    • It can be adjusted using meta tags in HTML or CSS media queries

    • Viewport size varies depending on the device and orientation

    • Viewport can affect the layout and responsiveness of a website

  • Answered by AI
  • Q10. What is the use on meta tags in html ?
  • Ans. 

    Meta tags in HTML are used to provide metadata about the HTML document.

    • Meta tags are placed in the head section of an HTML document.

    • They provide information such as character set, viewport settings, keywords, and description.

    • Meta tags can also be used for search engine optimization (SEO) purposes.

    • Example: <meta charset='UTF-8'>

  • Answered by AI
  • Q11. How to make a webpage responsive ?
  • Ans. 

    A webpage can be made responsive by using media queries, flexible grids, and images, and by optimizing the layout for different devices.

    • Use CSS media queries to adjust the layout based on screen size

    • Use flexible grids and images that can scale to fit different screen sizes

    • Optimize the layout for touch devices by using larger buttons and spacing

    • Test the responsiveness on different devices and adjust as needed

  • Answered by AI
  • Q12. Can we make a page responsive without media queries ?
  • Ans. 

    No, media queries are necessary for responsive design.

    • Media queries are used to apply different styles based on screen size

    • Without media queries, the design would not adapt to different devices

    • Responsive design is essential for a good user experience

  • Answered by AI
  • Q13. How to work on light and dark theme in same project.
  • Ans. 

    Use CSS variables to define colors and switch between themes based on user preference.

    • Define CSS variables for light and dark theme colors

    • Use JavaScript to detect user preference for light or dark theme

    • Switch between themes by updating CSS variables with JavaScript

    • Consider using a toggle button or system preference to allow users to switch themes manually

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice continue and give interviews of regular basic. Don't loose your confidence, just try and try again you will get hired. Each and every companies have different requirement. Someone is there which want your skill set.
In the End - Be Positive.

Skills evaluated in this interview

Top Icancerhelp India Senior UI Developer Interview Questions and Answers

Q1. How to check , uncheck checkbox by clicking on lebel ?
View answer (1)

Senior UI Developer Interview Questions asked at other Companies

Q1. Life cycle methods in react js, explain context API, advantages and disadvantages of context API, how is redux different from context API, different optimization techniques in react js, what are core web vitals, explain LCP, CLS, FID. What ... read more
View answer (1)

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Speak 5 minutes on Delhi metro, Women empowerment, Facebook, Social media, Politics, motivation, trending Etc.
  • Q2. Tell me about your previous day that what you have done from morning to evening?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident because if you are not confident in front of the interviewed then you can't reply properly to any question of him, You should have to be confident.

Interview Questionnaire 

1 Question

  • Q1. Python questions on data structure, pandas, beautifulsoup.

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. It's was basic testing questios, specific to selenium and Java.
  • Q2. Explain framework
  • Ans. 

    A framework is a set of guidelines, standards, and tools used to develop software applications.

    • A framework provides a structure for developers to build upon

    • It includes pre-written code and libraries to simplify development

    • Frameworks can be specific to a programming language or platform

    • Examples include React for web development and TensorFlow for machine learning

  • Answered by AI
  • Q3. Basic java programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, basically on manual testing, Selenium and Java

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Basically in any interview most common question is Biodata, next the things included in resume..... nothing more than that
  • Q2. Literally my answer is empty.....I started saying out of box so that the interviewer might get impressed but end of day I got rejected...😂😂😂
  • Q3. Not only these I faced more than 79 interview....not less than 250-300 rounds....but none has picked me

I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Swap two number with and without temporary variable
  • Ans. 

    Swap two numbers with and without temporary variable

    • Without temporary variable: Use addition and subtraction

    • With temporary variable: Use a third variable to store the value of one of the numbers

    • Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;

    • Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be afraid. It companies take interview to select you. And if you are selected in this company you are not lucky enough so try hard.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Normal Accounts related question like describe Depreciation, ammortization, and what do you mean by Reporting (RTR Activity).
  • Q2. Some interviewer may ask what do you mean by EBITDA as in my case be prepared for this type of bouncers as well .
  • Q3. Then they will ask you your previous work related question. In my case they ask if there is GL to SL mismatch what will you do to solve it.
  • Q4. Then why do we do depreciation of companies what is the need for it
  • Ans. 

    Depreciation is necessary to allocate the cost of an asset over its useful life.

    • Depreciation helps in matching the cost of an asset with the revenue it generates.

    • It allows for the recognition of the wear and tear, obsolescence, and loss of value of assets over time.

    • Depreciation expense reduces taxable income, resulting in tax savings for companies.

    • It helps in determining the true profitability and financial position of...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident remember it's not that the interviewer knows everything but be convincing don't say blah blah if you don't know anything .
Read the basics and if you are experienced be sure to explain every detail of how you used to do work.
Best of luck.

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

I applied via Referral and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. About pointers and their types

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy one so we can take with only basic knowledge

I applied via Walk-in and was interviewed in Mar 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Why should we hire you ?
  • Q2. Latest project running in the intustry?

Interview Preparation Tips

Interview preparation tips for other job seekers - Student should have to clear , to thier goals , excellent communication skills , Answer every question with clam , and must have patience.

Icancerhelp India Interview FAQs

How to prepare for Icancerhelp India interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Icancerhelp India . The most common topics and skills that interviewers at Icancerhelp India expect are Business Analysis, Javascript, Agile, Angular and Angularjs.
What are the top questions asked in Icancerhelp India interview for experienced candidates?

Some of the top questions asked at the Icancerhelp India interview for experienced candidates -

  1. How to check , uncheck checkbox by clicking on lebe...read more
  2. Can we make a page responsive without media querie...read more
  3. How to work on light and dark theme in same proje...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

Icancerhelp India Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Compare Icancerhelp India with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview