Upload Button Icon Add office photos

Filter interviews by

Comviva Technology Web Developer Interview Questions and Answers

Updated 4 Jan 2022

Comviva Technology Web Developer Interview Experiences

1 interview found

I applied via Walk-in and was interviewed in Dec 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About i mentioned domain related questions and some technical questions about the area and my hobbies and main things is answer directly and dont answer in single sentence.
  • Q2. What are framework are used in frontend and what are the layers in css and define checxbox and define tools we are using in web development and what are the tags in html and css
  • Ans. 

    Answering questions related to frontend frameworks, CSS layers, HTML/CSS tags, and web development tools.

    • Frontend frameworks include React, Angular, Vue, etc.

    • CSS layers include presentation, layout, and behavior.

    • Checkbox is a form element that allows users to select one or more options.

    • Web development tools include VS Code, Sublime Text, Atom, etc.

    • HTML tags include

      ,

      , , etc.

    • CSS tags include color, font-size, margin, e

Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont panic if u r panic ull get nervous about ur answer and try to keep calm

Skills evaluated in this interview

Web Developer Jobs at Comviva Technology

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question on aptitude test

Round 2 - Coding Test 

Basic questions on html and css javascript and php

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Interview Questionnaire 

5 Questions

  • Q1. What is the viewport?
  • Ans. 

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

    • It determines the layout and dimensions of the content on the screen.

    • It can be adjusted using meta tags in the HTML head section.

    • It is important for responsive design and mobile optimization.

    • It can be simulated in web development tools like Chrome DevTools.

  • Answered by AI
  • Q2. Inline elements and block elements in CSS
  • Ans. 

    Inline elements are displayed inline with text while block elements take up the full width available.

    • Inline elements do not start on a new line

    • Block elements start on a new line and take up the full width available

    • Inline elements can have padding and margin applied horizontally but not vertically

    • Block elements can have padding and margin applied in all directions

    • Examples of inline elements include and , while examples

  • Answered by AI
  • Q3. Display inline vs. display block
  • Ans. 

    display inline is used for inline elements while display block is used for block-level elements.

    • display inline elements are placed next to each other horizontally

    • display block elements take up the entire width of their container

    • display inline-block elements are placed next to each other horizontally and can have a width and height set

  • Answered by AI
  • Q4. Flex and grid
  • Q5. Pseudo-classes in css
  • Ans. 

    Pseudo-classes are used in CSS to select and style elements based on their state or position in the document.

    • Pseudo-classes start with a colon (:)

    • Common pseudo-classes include :hover, :active, :focus, :first-child, :last-child

    • Pseudo-classes can be combined with selectors to target specific elements

    • Pseudo-classes can also be used to style links based on their state

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is the greatest challenge facing the company?

Interview Preparation Tips

Interview preparation tips for other job seekers - It's really nice , also it's my first interview and I got selected I am really happy on that.Initially they are conducted two rounds like one is technical and another one is HR round In first round they are asking questions which are related to (technical)all web technology courses (like javascript, html, css, angular ,etc) and also some programmatic questions and I answered well those are all questions what they asked. And second round is it's related to personal like about yourself and your background details and some basic information about web development process like that that's it.
Finally I have completed interview successfully ☺️. Thank You.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Had questions on html css javascript and php questions

Round 2 - HR 

(1 Question)

  • Q1. They tested communication
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is bridge? What is the new architecture?
  • Ans. 

    Bridge is a structural design pattern that decouples an abstraction from its implementation. The new architecture refers to modern design patterns and technologies used in software development.

    • Bridge pattern allows the client code to work with different implementations of an interface independently.

    • The new architecture in front end development may include concepts like component-based architecture, state management lib...

  • Answered by AI
  • Q2. How will you optimize a react native app
  • Ans. 

    Optimizing a React Native app involves reducing bundle size, improving performance, and enhancing user experience.

    • Use code splitting to reduce initial load time

    • Optimize images and assets for smaller file sizes

    • Implement lazy loading for components that are not immediately visible

    • Minimize the use of third-party libraries and only include necessary dependencies

    • Utilize performance monitoring tools like React Native Perform

  • Answered by AI
  • Q3. What is context API
  • Ans. 

    Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.

    • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

    • It is useful for sharing global data such as themes, user authentication, or language preferences.

    • Context API consists of three main parts: Provider...

  • Answered by AI
  • Q4. What is hoisting
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is the greatest challenge facing the company?

Interview Preparation Tips

Interview preparation tips for other job seekers - It's really nice , also it's my first interview and I got selected I am really happy on that.Initially they are conducted two rounds like one is technical and another one is HR round In first round they are asking questions which are related to (technical)all web technology courses (like javascript, html, css, angular ,etc) and also some programmatic questions and I answered well those are all questions what they asked. And second round is it's related to personal like about yourself and your background details and some basic information about web development process like that that's it.
Finally I have completed interview successfully ☺️. Thank You.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Technical questions will be there

Round 2 - Coding Test 

Simple coding questions will be asked.

Round 3 - HR 

(1 Question)

  • Q1. Only about salary and joining dates.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed before Jun 2023.

Round 1 - Assignment 

Create 1 webpage using html, css, js, scss - xd provided

Round 2 - Technical 

(7 Questions)

  • Q1. Doctype in html
  • Ans. 

    Doctype in HTML specifies the version of HTML being used in the document.

    • Doctype declaration is placed at the very beginning of an HTML document before the tag.

    • It helps the browser to render the web page correctly by specifying the version of HTML being used.

    • Common doctype declaration for HTML5 is .

Answered by AI
  • Q2. What is Flexbox in css
  • Ans. 

    Flexbox is a layout model in CSS that allows you to design complex layouts with a more efficient and predictable way.

    • Flexbox is used for creating flexible and responsive layouts.

    • It allows you to align and distribute space among items in a container.

    • Flexbox properties include display: flex, flex-direction, justify-content, align-items, and more.

    • Example: display: flex; justify-content: center; align-items: center;

  • Answered by AI
  • Q3. Document.ready and window.onload difference
  • Ans. 

    Document.ready is a jQuery function that fires when the DOM is ready, while window.onload is a vanilla JavaScript event that fires when all resources have loaded.

    • Document.ready is specific to jQuery, while window.onload is a standard JavaScript event.

    • Document.ready fires when the DOM is ready, even if images are still loading, while window.onload waits for all resources to finish loading.

    • Document.ready is faster than w...

  • Answered by AI
  • Q4. Position properties in css
  • Ans. 

    Position properties in CSS control the positioning of elements on a webpage.

    • The 'position' property specifies the type of positioning method used for an element (static, relative, absolute, fixed, or sticky).

    • The 'top', 'right', 'bottom', and 'left' properties can be used to adjust the position of an element relative to its containing element.

    • Examples: position: relative; top: 10px; left: 20px;

  • Answered by AI
  • Q5. Box model in css
  • Ans. 

    Box model in CSS refers to the way elements are rendered on a webpage, including content, padding, border, and margin.

    • The 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 padding.

    • Margin is the space outside the border.

    • You can adjust the size of each part of the box model u...

  • Answered by AI
  • Q6. Semantic tags in html
  • Ans. 

    Semantic tags in HTML are used to give meaning to the content of a webpage for better accessibility and SEO.

    • Semantic tags help search engines understand the structure of a webpage.

    • Examples of semantic tags include

      ,
      ,
    • Using semantic tags improves accessibility for screen readers and other assistive technologies.

  • Answered by AI
  • Q7. Display properties
  • Ans. 

    Display properties are used in CSS to control the layout and appearance of elements on a webpage.

    • Display property determines how an element is displayed on the page

    • Common values include 'block', 'inline', 'inline-block', 'flex', 'grid', 'none'

    • Example: display: block; will make the element a block-level element

  • Answered by AI
    Round 3 - One-on-one 

    (3 Questions)

    • Q1. What is Flexbox in css
    • Ans. 

      Flexbox is a layout model in CSS that allows for the design of complex responsive layouts with a more efficient and predictable way.

      • Flexbox is used to create flexible and responsive layouts.

      • It allows for easy alignment and distribution of space among items in a container.

      • Flexbox properties include display: flex, flex-direction, justify-content, align-items, and more.

      • Example: display: flex; justify-content: center; alig...

    • Answered by AI
    • Q2. Box sizing difference and scenario
    • Ans. 

      Box sizing property in CSS determines how the total width and height of an element is calculated.

      • Content-box: width and height only include the content, padding and border are added on top.

      • Border-box: width and height include content, padding, and border.

      • Use content-box when you want to specify the width and height of the content area only.

      • Use border-box when you want to specify the width and height of the entire box i

    • Answered by AI
    • Q3. Bootstrap grid and flex

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be prepared well, all the best👍

    Skills evaluated in this interview

    Interview experience
    3
    Average
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    Simple question on aptitude test

    Round 2 - Coding Test 

    Basic questions on html and css javascript and php

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Good

    Comviva Technology Interview FAQs

    How to prepare for Comviva Technology Web Developer interview?
    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 Comviva Technology. The most common topics and skills that interviewers at Comviva Technology expect are Javascript, HTML, Web Development, Agile and Bootstrap.
    What are the top questions asked in Comviva Technology Web Developer interview?

    Some of the top questions asked at the Comviva Technology Web Developer interview -

    1. What are framework are used in frontend and what are the layers in css and defi...read more
    2. About i mentioned domain related questions and some technical questions about t...read more

    Tell us how to improve this page.

    Comviva Technology Web Developer Salary
    based on 5 salaries
    ₹3.5 L/yr - ₹6.5 L/yr
    14% more than the average Web Developer Salary in India
    View more details
    Web Developer

    Kolkata,

    Mumbai

    +5

    5-7 Yrs

    Not Disclosed

    Explore more jobs
    Technical Lead
    393 salaries
    unlock blur

    ₹7 L/yr - ₹26.2 L/yr

    Senior Engineer
    338 salaries
    unlock blur

    ₹4.2 L/yr - ₹14.5 L/yr

    Senior Software Engineer
    334 salaries
    unlock blur

    ₹5.3 L/yr - ₹15.5 L/yr

    Software Engineer
    210 salaries
    unlock blur

    ₹3 L/yr - ₹10 L/yr

    Senior Technical Lead
    210 salaries
    unlock blur

    ₹12.8 L/yr - ₹32.5 L/yr

    Explore more salaries
    Compare Comviva Technology with

    TCS

    3.7
    Compare

    Wipro

    3.7
    Compare

    Infosys

    3.6
    Compare

    Tech Mahindra

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