Upload Button Icon Add office photos

Cybage

Compare button icon Compare button icon Compare

Filter interviews by

Cybage Front end Developer Interview Questions and Answers

Updated 12 Oct 2024

Cybage Front end Developer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is clouser in js
  • Ans. 

    Closure in JavaScript is the combination of a function and the lexical environment within which that function was declared.

    • A closure allows a function to access variables from an outer function even after the outer function has finished executing.

    • Closures are created every time a function is created, at function declaration time.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunct...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want change the job

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Positions in CSS
  • Ans. 

    Positions in CSS refer to the different ways elements can be placed on a webpage.

    • Static: default positioning, elements flow in the order they appear in the HTML

    • Relative: positioned relative to its normal position

    • Absolute: positioned relative to its nearest positioned ancestor

    • Fixed: positioned relative to the viewport and does not move when scrolled

  • Answered by AI
  • Q2. Event loop in javascript
  • Ans. 

    Event loop in JavaScript manages asynchronous operations by executing callback functions in a queue.

    • Event loop is responsible for handling asynchronous operations in JavaScript.

    • It allows non-blocking I/O operations by executing callback functions in a queue.

    • Event loop continuously checks the call stack and the callback queue to prioritize tasks.

  • Answered by AI

Skills evaluated in this interview

Front end Developer Interview Questions Asked at Other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR ... read more
Q2. Find Unique Element in Array You have been provided an integer ar ... read more
asked in JUSPAY
Q3. Dijkstra's Shortest Path Problem Statement You are given an undir ... read more
asked in JUSPAY
Q4. Encode N-ary Tree to Binary Tree Problem Statement You are provid ... read more
Q5. Sort Linked List Based on Actual Values You are given a Singly Li ... read more

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding problem of array and another of stack

Round 2 - Technical 

(2 Questions)

  • Q1. What is callback hell
  • Ans. 

    Callback hell is a situation in asynchronous programming where multiple nested callbacks make the code difficult to read and maintain.

    • Callback hell occurs when there are multiple levels of nested callbacks in asynchronous code.

    • It makes the code difficult to understand, debug, and maintain.

    • Promises and async/await are solutions to avoid callback hell.

    • Example: nested callbacks in JavaScript AJAX requests.

  • Answered by AI
  • Q2. What is the difference between props and state
  • Ans. 

    Props are used to pass data from a parent component to a child component, while state is used to manage data within a component.

    • Props are read-only and cannot be modified by the child component

    • State is mutable and can be updated using setState()

    • Props are passed down from parent to child components

    • State is managed within a component and can be changed based on user interactions or other events

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn morr about how javascript works

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. React js Basic Question
  • Q2. Coding Question Giving API to call and show in UI
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Based on Angular
  • Q2. Based on Html, CSS, Javascript
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Basic questions on JavaScript, React and HTML/CSS.
  • Q2. Hoisting, Closures, Event Loop, Promises, Async/Await
  • Q3. Semantic elements, block and inline elements, meta tag CSS box model, ways of adding CSS, CSS pre-processors
  • Q4. React questions on component lifecycle, different hooks and thier use, fetching data and displaying it in a list.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the core concepts of Js, HTML and CSS
Basic React topics like component life cycle, fetching data using api endpoints.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2023. 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 

(2 Questions)

  • Q1. Javascript Fundamentals
  • Q2. Angular Case Studies
Round 3 - One-on-one 

(1 Question)

  • Q1. What are scrum and agile methodologies
  • Ans. 

    Scrum and Agile are project management methodologies that prioritize flexibility, collaboration, and iterative development.

    • Agile is a broad approach to project management that emphasizes flexibility, customer satisfaction, and continuous improvement.

    • Scrum is a specific Agile methodology that focuses on iterative development cycles called sprints, daily stand-up meetings, and a product backlog.

    • Both methodologies priorit...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Expectations and benefits explained

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is a long process. Lots of patience required

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. React js,javascript
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. CSS Box-model definition
  • Ans. 

    CSS Box-model defines how elements are rendered in a webpage, including padding, border, and margin.

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

    • Content area is where text or images are displayed

    • Padding is the space between content and border

    • Border is the line around the content and padding

    • Margin is the space outside the border

  • Answered by AI
  • Q2. Difference b/n flexbox and grid
  • Ans. 

    Flexbox is for one-dimensional layouts, grid is for two-dimensional layouts.

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

    • Grid is best for creating complex layouts with rows and columns.

    • Flexbox is more suitable for smaller scale layouts, while grid is better for larger scale layouts.

    • Flexbox is more flexible in terms of item order and sizing, while grid provides more control over the overall layout.

    • Both

  • Answered by AI

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Oct 2022. There were 2 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 

(2 Questions)

  • Q1. Balanced parenthsis using js
  • Ans. 

    JavaScript function to check if parentheses are balanced

    • Create an empty stack

    • Loop through each character in the string

    • If the character is an opening parenthesis, push it onto the stack

    • If the character is a closing parenthesis, pop the top element from the stack and check if it matches the closing parenthesis

    • If the stack is empty at the end of the loop, the parentheses are balanced

  • Answered by AI
  • Q2. Object methods,array creations

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn abt Ngrx , test cases in angular ,rxjs ,rxjs operators

Skills evaluated in this interview

Cybage Interview FAQs

How many rounds are there in Cybage Front end Developer interview?
Cybage interview process usually has 1-2 rounds. The most common rounds in the Cybage interview process are Technical, HR and One-on-one Round.
How to prepare for Cybage Front end 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 Cybage. The most common topics and skills that interviewers at Cybage expect are Javascript, CSS, Front End, HTML and Angular.
What are the top questions asked in Cybage Front end Developer interview?

Some of the top questions asked at the Cybage Front end Developer interview -

  1. What is clouser in...read more
  2. Event loop in javascr...read more

Tell us how to improve this page.

Cybage Front end Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Cybage Front end Developer Salary
based on 29 salaries
₹5 L/yr - ₹15 L/yr
42% more than the average Front end Developer Salary in India
View more details

Cybage Front end Developer Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

4.5

Skill development

5.0

Work-life balance

5.0

Salary

4.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
3.4k salaries
unlock blur

₹2.7 L/yr - ₹12.7 L/yr

Senior Software Engineer
2k salaries
unlock blur

₹6 L/yr - ₹19.8 L/yr

QA Engineer
1.1k salaries
unlock blur

₹3.6 L/yr - ₹11 L/yr

Senior QA Engineer
777 salaries
unlock blur

₹6.2 L/yr - ₹15 L/yr

System Analyst
745 salaries
unlock blur

₹10 L/yr - ₹25 L/yr

Explore more salaries
Compare Cybage with

Mphasis

3.4
Compare

eClerx

3.3
Compare

L&T Technology Services

3.3
Compare

Coforge

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