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

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

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

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    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...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    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

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, reasoning, English, cloud sections

Round 2 - Coding Test 

2 questions in which , one has to complete within an 50 minutes

Round 3 - Communication assessment 

(2 Questions)

  • Q1. Tell me about t Yourself
  • Q2. What are the previous experiences

Interview Preparation Tips

Topics to prepare for Accenture Associate Software Engineer interview:
  • Java
  • SQL
  • Agile Methodology
  • SDLC
Interview preparation tips for other job seekers - Be confident
Keep it just and short
Explain more about your experiences

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

I applied via Naukri.com and was interviewed before Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Leadership principles, Previous experience, Managerial and logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Not really tough, easy to crack if prepared

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.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k 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