Upload Button Icon Add office photos

Filter interviews by

Continuum Global Html Developer Interview Questions and Answers

Updated 23 Mar 2023

Continuum Global Html Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is loops? What is if and else?
  • Ans. 

    Loops are used to repeat a set of instructions. If and else are conditional statements used to execute code based on certain conditions.

    • Loops are used to iterate over a collection of data or execute a block of code multiple times.

    • If statements are used to execute code if a certain condition is true.

    • Else statements are used to execute code if the if statement condition is false.

    • If-else statements are used to execute dif...

  • Answered by AI
  • Q2. What is media query?
  • Ans. 

    Media query is a CSS technique used to apply different styles based on the device's screen size, resolution, and orientation.

    • Media queries are used to create responsive web designs.

    • They allow developers to specify different styles for different devices.

    • Media queries use the @media rule in CSS.

    • Example: @media screen and (max-width: 600px) { /* styles for screens smaller than 600px */ }

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am an experienced HTML developer with a passion for creating visually appealing and user-friendly websites.

    • Experienced HTML developer

    • Passionate about creating visually appealing websites

    • Focused on user-friendly design

    • Proficient in HTML, CSS, and JavaScript

    • Familiar with responsive web design principles

    • Strong attention to detail

    • Ability to work collaboratively in a team

    • Examples: Developed a responsive website for a loca...

  • Answered by AI
  • Q2. What you do in your free time?
  • Ans. 

    In my free time, I enjoy exploring new technologies, working on personal coding projects, and staying active.

    • Exploring new technologies

    • Working on personal coding projects

    • Staying active

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not good for freshers, as you have to sign a 2 yers bond. There is no work life balance and you might experience the work pressure your never even heard before.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test was the first round of interview

Round 2 - Technical 

(1 Question)

  • Q1. What is virtual dom in react and what makes it faster ?
Round 3 - One-on-one 

(1 Question)

  • Q1. It was HR round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is reactjs?
  • Ans. 

    ReactJS is a JavaScript library for building user interfaces.

    • ReactJS is developed and maintained by Facebook.

    • It allows developers to create reusable UI components.

    • ReactJS uses a virtual DOM for better performance.

    • It follows a component-based architecture.

    • ReactJS can be used to build single-page applications.

  • Answered by AI
  • Q2. What is call, apply and bind in javascript?
  • Ans. 

    call, apply, and bind are methods in JavaScript used to manipulate the context of a function.

    • call() is used to invoke a function with a specified 'this' value and arguments provided individually.

    • apply() is similar to call() but arguments are passed as an array.

    • bind() is used to create a new function with a specified 'this' value and initial arguments.

  • Answered by AI
  • Q3. Data Types in javascript
  • Ans. 

    JavaScript has several data types including string, number, boolean, object, array, null, and undefined.

    • String: 'hello'

    • Number: 42

    • Boolean: true or false

    • Object: { key: value }

    • Array: [1, 2, 3]

    • Null: null

    • Undefined: undefined

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good luck

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 DSA questions. Both medium level difficult

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Mostly questions from Domain, JavaScript, Like output based questions of objects, their memory location, reference, one DSA question from recursion, output based questions mostly

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic
Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

HTML CSS javascript jQuery

I applied via Company Website and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic information and qualifications and experience
Round 3 - Aptitude Test 

A carrer test evaluating a person's capability to work

Round 4 - HR 

(1 Question)

  • Q1. Qualification and experience and subject questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Market yourself
Apply even if you're not fully qualified
Job search like it's your job
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. How to handle data load
  • Ans. 

    Handle data load by optimizing database queries, using indexing, caching, and load balancing.

    • Optimize database queries to reduce load on servers

    • Use indexing to speed up data retrieval

    • Implement caching to store frequently accessed data

    • Utilize load balancing to distribute data load evenly across servers

  • Answered by AI
  • Q2. What is paging describe how it works
  • Ans. 

    Paging is a memory management scheme that allows the operating system to use secondary storage as an extension of the computer's primary memory.

    • Paging divides the physical memory into fixed-size blocks called pages.

    • Virtual memory is divided into fixed-size blocks called frames.

    • The operating system keeps track of the mapping between pages and frames using a page table.

    • When a process requests data that is not in physical...

  • Answered by AI
  • Q3. What is connection string
  • Ans. 

    A connection string is a string that specifies information about a data source and the means of connecting to it.

    • Contains information such as server name, database name, authentication details, etc.

    • Used by applications to establish a connection to a database or other data source.

    • Formatted in a specific way depending on the database management system being used.

    • Example: 'Server=myServerAddress;Database=myDataBase;User I

  • Answered by AI
  • Q4. Difference between procedure and functions
  • Ans. 

    Procedures do not return values, functions return values.

    • Procedures are a set of instructions that perform a specific task, but do not return a value.

    • Functions are also a set of instructions that perform a specific task, but they return a value.

    • Functions can be called within expressions, while procedures cannot.

    • Example: Procedure to display a message vs Function to calculate the sum of two numbers.

  • Answered by AI

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

This aptitude test is very important so time will be increased better than 5minutes.

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self.
  • Q2. Self introduction is main important, and eye contact is very important, perfect internetwork, and speaking skills is very important.

Interview Preparation Tips

Interview preparation tips for other job seekers - Talented some people's not qualified but your not looser try to other job confidence layer.

I applied via Company Website and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What is the business
  • Ans. 

    The business refers to the organization or entity that provides goods or services to customers in exchange for payment.

    • It involves creating and selling products or services

    • It requires marketing and advertising to attract customers

    • It involves managing finances and operations to ensure profitability

    • Examples include retail stores, restaurants, and online businesses

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Being business development manager
Increase the value of current customers while attraction new ones.

Continuum Global Interview FAQs

How many rounds are there in Continuum Global Html Developer interview?
Continuum Global interview process usually has 3 rounds. The most common rounds in the Continuum Global interview process are Resume Shortlist, One-on-one Round and HR.
How to prepare for Continuum Global Html 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 Continuum Global. The most common topics and skills that interviewers at Continuum Global expect are CSS, HTML, Html5, UI Development and Javascript.
What are the top questions asked in Continuum Global Html Developer interview?

Some of the top questions asked at the Continuum Global Html Developer interview -

  1. What is loops? What is if and el...read more
  2. What is media que...read more

Tell us how to improve this page.

Continuum Global Html Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k 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
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Continuum Global Html Developer Salary
based on 6 salaries
₹3 L/yr - ₹4 L/yr
10% less than the average Html Developer Salary in India
View more details

Continuum Global Html Developer Reviews and Ratings

based on 4 reviews

2.3/5

Rating in categories

2.2

Skill development

2.0

Work-life balance

2.0

Salary

1.7

Job security

1.9

Company culture

1.7

Promotions

1.9

Work satisfaction

Explore 4 Reviews and Ratings
QA Analyst
14 salaries
unlock blur

₹3.1 L/yr - ₹6.4 L/yr

Data Analyst
13 salaries
unlock blur

₹2.9 L/yr - ₹5 L/yr

Campaign Manager
12 salaries
unlock blur

₹5.5 L/yr - ₹7.8 L/yr

Associate - Team Lead
8 salaries
unlock blur

₹8 L/yr - ₹15.6 L/yr

Quality Analyst
6 salaries
unlock blur

₹3 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Continuum Global with

Accenture

3.9
Compare

Genpact

3.8
Compare

TCS

3.7
Compare

Wipro

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