Upload Button Icon Add office photos

Cybage

Compare button icon Compare button icon Compare

Filter interviews by

Cybage Interview Questions and Answers

Updated 24 Mar 2025

Cybage Interview Experiences

Popular Designations

194 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 1 Mar 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. SQL queries, QA methodologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Process was very smooth..Interview round very easy and received offer letter on the same day

Top Cybage QA Engineer Interview Questions and Answers

Q1. 1.oops concept 2.what is deffered defect 3.priority and severity of defect 4.tc or test scenarios for order placement 5.sdlc ,stlc 6.geeatest of all no program 6
View answer (1)

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. What is online, block element 2. React lifecycle method 3. This , call ,apply and bind method

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on the basics

Senior Software Engineer 1 Interview Questions asked at other Companies

Q1. Architecture Design for an e2e system that takes input from user to the response shown to the user
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What if we decide to not move forward with you?

Interview Preparation Tips

Topics to prepare for Cybage Digital Marketing Executive interview:
  • Behavioral Training

Digital Marketing Executive Interview Questions asked at other Companies

Q1. What is the difference between do follow and no follow links?
View answer (5)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. It’s all about how much you know as a domain
  • Q2. Xxxx cxxxx xxxx. XXXX6
Round 2 - HR 

(1 Question)

  • Q1. Xxxx xyhdtv xxghgh cxhggh
Round 3 - One-on-one 

(1 Question)

  • Q1. Salary negotiations

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a proactive approach

Digital Marketer Interview Questions asked at other Companies

Q1. How to identitify that a particular lead is comming from Google Ads of Facebook Ads if we're running both Ads together?
View answer (1)

Cybage interview questions for popular designations

 Software Engineer

 (58)

 Senior Software Engineer

 (22)

 QA Engineer

 (16)

 Software Developer

 (15)

 Technical Support Executive

 (5)

 Senior QA Engineer

 (5)

 Technical Support Engineer

 (4)

 Softwaretest Engineer

 (3)

I applied via Naukri.com

Interview Questionnaire 

7 Questions

  • Q1. Hoisting in js?
  • Ans. 

    Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope.

    • Variables declared with var are hoisted to the top of their scope

    • Function declarations are hoisted before variables

    • Function expressions are not hoisted

    • Let and const declarations are not hoisted

  • Answered by AI
  • Q2. Promises and its working
  • Ans. 

    Promises are a way to handle asynchronous operations in JavaScript.

    • Promises represent a value that may not be available yet.

    • They have three states: pending, fulfilled, and rejected.

    • Promises can be chained using .then() and .catch() methods.

    • They help avoid callback hell and make code more readable.

    • Example: new Promise((resolve, reject) => { ... }).then(result => { ... }).catch(error => { ... })

  • Answered by AI
  • Q3. Redux questions
  • Q4. Asking coding problems and its answers, gives us code and asked to findout errors in code.
  • Q5. ES6 features and its use where and why?
  • Ans. 

    ES6 features are modern JavaScript syntax and features that make code more concise and readable.

    • Arrow functions for concise function syntax

    • Template literals for easier string interpolation

    • Let and const for block-scoped variables

    • Destructuring for easily extracting values from objects and arrays

    • Spread and rest operators for easily manipulating arrays and objects

    • Classes for object-oriented programming

    • Modules for better co

  • Answered by AI
  • Q6. Asked to write Regular Expressions
  • Q7. Gives 1 coding problem to solve in javascript.
  • Ans. 

    Given an array of integers, return the sum of all even numbers.

    • Use Array.reduce() method to iterate over the array and sum the even numbers.

    • Use the modulo operator (%) to check if a number is even.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly they asked me coding questions of JavaScript , promises, Async-await ,Javascript array methods etc and API related questions.

Skills evaluated in this interview

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 18 Apr 2024

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

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Assignment 

Write up your chosen favorite topic

Round 2 - Coding Test 

Technical evaluation for fitment in org

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company and good culture

Jobs at Cybage

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Aptitude Test 

Aptitude + reasoning + passege writing on a topic

Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts, string class , collection
Round 3 - HR 

(1 Question)

  • Q1. Discussion about salary

Top Cybage Software Engineer Interview Questions and Answers

Q1. Count Ways to Reach the N-th Stair Problem Statement You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or two steps at a time. Your task is to d... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (217)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Aptitude Test 

Aptitude, reasoning, passege writing on a topic

Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts, collection, exception handling
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Top Cybage Software Engineer Interview Questions and Answers

Q1. Count Ways to Reach the N-th Stair Problem Statement You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or two steps at a time. Your task is to d... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (217)

Interview Questionnaire 

4 Questions

  • Q1. Basic Manual Question
  • Q2. Very Easy to answer points wise
  • Q3. Basic SQL Questions
  • Q4. Writing queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Good advise to answer any type answers.

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination Sum Problem Statement Given an array of distinct positive integers ARR and a non-negative integer 'B', find all unique combinations in the array where the sum is equal to 'B'. Numbers can be chosen multiple times from ARR. Ensur... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

It was techincal aptitude test with an essay writing at the end

Round 2 - HR 

(3 Questions)

  • Q1. Where are you located from?
  • Q2. Family member details
  • Q3. What do you know about Cybage?
  • Ans. 

    Cybage is a global technology consulting organization specializing in outsourced product engineering services.

    • Cybage is a global technology consulting organization

    • Specializes in outsourced product engineering services

    • Offers services in software development, testing, and maintenance

    • Has expertise in various domains including healthcare, finance, and retail

    • Has a strong focus on quality and customer satisfaction

  • Answered by AI

Top Cybage Software Engineer Interview Questions and Answers

Q1. Count Ways to Reach the N-th Stair Problem Statement You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or two steps at a time. Your task is to d... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (217)

Cybage Interview FAQs

How many rounds are there in Cybage interview?
Cybage interview process usually has 2-3 rounds. The most common rounds in the Cybage interview process are Technical, HR and One-on-one Round.
How to prepare for Cybage 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, SQL, HTML, Java and Python.
What are the top questions asked in Cybage interview?

Some of the top questions asked at the Cybage interview -

  1. Write program to count frequencyOfChars(String inputStr) ex. abbcddda a:2 b...read more
  2. How to recover data from hdd if hdd is affected from virus...read more
  3. Introduce yourself How to handle username and password popup in selenium? Expla...read more
How long is the Cybage interview process?

The duration of Cybage interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Cybage Interview Process

based on 148 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Mphasis Interview Questions
3.4
 • 801 Interviews
EPAM Systems Interview Questions
3.7
 • 550 Interviews
eClerx Interview Questions
3.3
 • 525 Interviews
Coforge Interview Questions
3.3
 • 523 Interviews
Synechron Interview Questions
3.5
 • 365 Interviews
ITC Infotech Interview Questions
3.6
 • 336 Interviews
Tata Elxsi Interview Questions
3.8
 • 299 Interviews
Cyient Interview Questions
3.7
 • 290 Interviews
View all

Cybage Reviews and Ratings

based on 2k reviews

3.8/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.4

Salary

3.9

Job security

3.8

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 2k Reviews and Ratings
Site Reliability Engineer

Pune

5-10 Yrs

Not Disclosed

Database Administrator

Gurgaon / Gurugram

2-4 Yrs

Not Disclosed

Explore more jobs
Software Engineer
3.4k salaries
unlock blur

₹2.8 L/yr - ₹12.6 L/yr

Senior Software Engineer
2k salaries
unlock blur

₹5.9 L/yr - ₹19.8 L/yr

QA Engineer
1.1k salaries
unlock blur

₹3.6 L/yr - ₹11 L/yr

Senior QA Engineer
776 salaries
unlock blur

₹6.2 L/yr - ₹15 L/yr

System Analyst
744 salaries
unlock blur

₹9.6 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