Upload Button Icon Add office photos

Cybage

Compare button icon Compare button icon Compare

Filter interviews by

Cybage Interview Questions, Process, and Tips

Updated 27 Feb 2025

Top Cybage Interview Questions and Answers

View all 167 questions

Cybage Interview Experiences

Popular Designations

192 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy aptitude test. General logical question and few mathematical.

Round 2 - Technical 

(1 Question)

  • Q1. As I was fresher they asked simple questions like OOP concepts and Java features
Round 3 - HR 

(1 Question)

  • Q1. Normal HR questions.

Top Cybage Software Engineer Interview Questions and Answers

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
Add answer

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 (172)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain Docker File?
  • Ans. 

    Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

    • Dockerfile is used to build Docker images by specifying a series of instructions.

    • Each instruction in a Dockerfile creates a layer in the image.

    • Common instructions include FROM, RUN, COPY, CMD, and ENTRYPOINT.

    • Example: FROM ubuntu:latest, RUN apt-get update, COPY . /app, CMD ["python", "app.py"]

  • Answered by AI
  • Q2. Explain all the contents of a Docker file.
  • Ans. 

    A Docker file contains instructions to build a Docker image.

    • Specifies the base image

    • Sets environment variables

    • Installs dependencies

    • Copies files into the image

    • Defines commands to run when the container starts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy questions.

Cloud Devops Engineer Interview Questions asked at other Companies

Q1. What command can be run to import a pre-exported Docker image into another Docker host?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What make you interested in coding?
  • Ans. 

    I am fascinated by the problem-solving aspect of coding and the ability to create something from scratch.

    • Enjoy the challenge of solving complex problems

    • Love the creativity involved in building something new

    • Appreciate the logical thinking required in coding

    • Passionate about technology and innovation

  • Answered by AI

Top Cybage Software Engineer Interview Questions and Answers

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
Add answer

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 (172)

Software Tester Interview Questions & Answers

user image Priti kale

posted on 28 Mar 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Write code in selenium to automate with one by one array
  • Ans. 

    Automate with one by one array using Selenium code

    • Create an array of strings

    • Iterate through the array and perform actions on each element

    • Use Selenium commands to interact with web elements

  • Answered by AI

Skills evaluated in this interview

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)

Cybage interview questions for popular designations

 Software Engineer

 (57)

 Senior Software Engineer

 (22)

 QA Engineer

 (16)

 Software Developer

 (15)

 Senior QA Engineer

 (5)

 Technical Support Executive

 (5)

 Softwaretest Engineer

 (3)

 Technical Support Engineer

 (3)

Software Engineer Interview Questions & Answers

user image Shantanu Moraskar

posted on 4 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Design patterns
  • Q2. Singleton pattern

Top Cybage Software Engineer Interview Questions and Answers

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
Add answer

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 (172)

Get interview-ready with Top Cybage Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Programming question

Top Cybage Senior Software Engineer Interview Questions and Answers

Q1. Docker QuestionWhat command can be run to import a pre-exported Docker image into another Docker host?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Jobs at Cybage

View all

Legal Consultant Interview Questions & Answers

user image SAMIRON CHAKRAVORTY

posted on 28 May 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. CLM related questions and current role

Legal Consultant Interview Questions asked at other Companies

Q1. Can parties choose an applicable law in the contract of a country to which the parties have no relation
View answer (1)
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

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)

SDE Interview Questions & Answers

user image Anonymous

posted on 27 May 2024

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

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is HashMap working?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap uses hashing to store and retrieve key-value pairs efficiently.

    • Keys in a HashMap must be unique, but values can be duplicated.

    • HashMap allows for null keys and null values.

    • Example: HashMap map = new HashMap<>(); map.put("apple", 5); int value = map.get("apple");

  • Answered by AI

Skills evaluated in this interview

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)
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 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. From Given Matrix Tell Me the Impressions: CTR = 2%, Conv.Rate = 20%, No.Con is 100
  • Ans. 

    The given matrix provides information about the CTR, conversion rate, and number of conversions.

    • CTR stands for Click-Through Rate, which is the percentage of people who click on an ad after seeing it.

    • Conv. Rate refers to the percentage of people who complete a desired action, such as making a purchase, after clicking on an ad.

    • No. Con represents the total number of conversions.

    • With a CTR of 2% and a Conv. Rate of 20%, w...

  • Answered by AI

Digital Marketing Executive Interview Questions asked at other Companies

Q1. What is the difference between do follow and no follow links?
View answer (5)

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 144 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
EPAM Systems Interview Questions
3.7
 • 537 Interviews
View all

Cybage Reviews and Ratings

based on 1.9k reviews

3.8/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

3.4

Salary

3.9

Job security

3.8

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 1.9k Reviews and Ratings
Cybage is hiring For Technical Architects

Pune

12-15 Yrs

₹ 23.4-23.9 LPA

Java Full Stack Lead

Pune

7-12 Yrs

Not Disclosed

Explore more jobs
Software Engineer
3.2k salaries
unlock blur

₹3.1 L/yr - ₹12.5 L/yr

Senior Software Engineer
2k salaries
unlock blur

₹5.9 L/yr - ₹19.8 L/yr

QA Engineer
1.1k salaries
unlock blur

₹2.4 L/yr - ₹11.5 L/yr

Senior QA Engineer
756 salaries
unlock blur

₹6 L/yr - ₹14.5 L/yr

System Analyst
738 salaries
unlock blur

₹9.6 L/yr - ₹25 L/yr

Explore more salaries
Compare Cybage with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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