Upload Button Icon Add office photos

Filter interviews by

Cybage Interview Questions, Process, and Tips

Updated 26 Jan 2025

Top Cybage Interview Questions and Answers

View all 166 questions

Cybage Interview Experiences

Popular Designations

196 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. DIscussed on mIcroservice arch with AWS
  • Q2. Question related to spring boot annotations
  • Q3. Questions related to design pattern
Round 2 - Technical 

(3 Questions)

  • Q1. Question related to previous project.
  • Q2. Some questions of MySQL
  • Q3. Multithreading related questions,

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)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Spring boot, AWS, and Spring Security
  • Q2. JUnit, Not basic all Asked Advanced questions.
Round 2 - Technical 

(2 Questions)

  • Q1. Spring Boot all annotations, Linux,
  • Q2. Deployment related questions
Round 3 - HR 

(1 Question)

  • Q1. Discussed Salary
Round 4 - One-on-one 

(1 Question)

  • Q1. I have not attend becasu of HR reject me

Interview Preparation Tips

Interview preparation tips for other job seekers - I am extremely frustrated with my recent experience interview for a senior software position at Cybage Software. the process started off well, with successful completion of both technical interviews and HR discussions. during which I was given a provisional offer. However, just when I thought things were moving forward, the recruiter abruptly informed me that there were no current requirements matching, which was disrespectful. It left me feeling misled and undervalued as a candidate. The lack of transparent communication and the absence of a clear explanation for why my application was effectively nullified are unacceptable. I would advise others of inconsistencies in their hiring process. This experience had been a significant disappointment.

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)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - HR 

(1 Question)

  • Q1. Generic personal and work related
Round 2 - One-on-one 

(2 Questions)

  • Q1. Seniors ask about overall experience, need to demonstrate your portfolio.with explanations
  • Q2. Questions overall experience, technology standards, skill related, need to explained use cases of solutions provided to clients, process of existing workplace, your dealing with peers and seniors,
Round 3 - Technical 

(1 Question)

  • Q1. Process related, tools used, latest technology, in given use cases how you act or execute the task, how you dealing with clients in given scenarios

Senior UX Designer Interview Questions asked at other Companies

Q1. What is the difference between ux and ui ?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is Dependency Injection
  • Ans. 

    Dependency Injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Allows for easier testing by mocking dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

  • Answered by AI
  • Q2. What are the routings in MVC
  • Ans. 

    Routings in MVC define how the application responds to client requests.

    • Routings map URLs to controller actions in MVC framework

    • Routes are defined in RouteConfig.cs file in ASP.NET MVC

    • Routes can include parameters and constraints

    • Example: routes.MapRoute('Default', '{controller}/{action}/{id}', new { controller = 'Home', action = 'Index', id = UrlParameter.Optional })

  • Answered by AI
  • Q3. What is garbage collection
  • Ans. 

    Garbage collection is an automatic memory management process used in programming languages to reclaim memory occupied by objects that are no longer in use.

    • Garbage collection automatically identifies and deletes objects in memory that are no longer needed by the program.

    • It helps prevent memory leaks and improves the efficiency of memory usage.

    • Examples of programming languages that use garbage collection include Java, C#

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to secure WEB API in .net?
  • Ans. 

    Secure WEB API in .NET by using authentication, authorization, HTTPS, and input validation.

    • Use authentication mechanisms like JWT tokens or OAuth for secure access.

    • Implement authorization to control which users have access to specific resources.

    • Enable HTTPS to encrypt data transmitted between client and server.

    • Implement input validation to prevent injection attacks like SQL injection or cross-site scripting.

  • Answered by AI
  • Q2. Stored procedure vs functions
  • Ans. 

    Stored procedures are precompiled SQL queries stored in the database, while functions are reusable blocks of code that return a value.

    • Stored procedures are used for performing specific tasks or operations in the database.

    • Functions are used to encapsulate logic and can be called from within SQL queries or other functions.

    • Stored procedures can have input and output parameters, while functions always return a value.

    • Stored...

  • Answered by AI

Skills evaluated in this interview

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)

Cybage interview questions for popular designations

 Software Engineer

 (57)

 Senior Software Engineer

 (22)

 QA Engineer

 (17)

 Software Developer

 (14)

 Senior QA Engineer

 (5)

 Technical Support Executive

 (5)

 Front end Developer

 (3)

 Softwaretest Engineer

 (3)

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

(2 Questions)

  • Q1. What are oops concepts
  • Q2. Some questions on collection framework

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
View answer (5)

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

Get interview-ready with Top Cybage Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Why do you want to join cybage
  • Q2. Tell me about yourself
  • Q3. What is inbound and out bound call
  • Ans. 

    Inbound calls are received by the company from customers, while outbound calls are made by the company to customers.

    • Inbound calls are initiated by customers seeking assistance or information.

    • Outbound calls are initiated by the company for sales, marketing, or follow-up purposes.

    • Inbound calls are typically toll-free for customers, while outbound calls may incur charges.

    • Examples: Inbound call - Customer calling a technic...

  • Answered by AI
  • Q4. Where do you see yourself in 5 year
  • Q5. What is the reason you left your last company

Technical Support Executive Interview Questions asked at other Companies

Q1. 1. How to install windows 2. How to make pen drive bootable 3.What is taskbar 4.what is task manager 5.How to make partition in hard drive 6. How to activate windows
View answer (2)

Jobs at Cybage

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

(2 Questions)

  • Q1. Java concept and details
  • Q2. Spring boot basic concepts

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
View answer (5)

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

Front end Developer interview

user image Saloni Decodes

posted on 29 Dec 2021

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

(2 Questions)

  • Q1. What do you mean by serverless
  • Ans. 

    Serverless refers to a cloud computing model where the cloud provider manages the infrastructure and automatically allocates resources as needed.

    • Serverless computing allows developers to focus on writing code without worrying about managing servers or infrastructure.

    • Resources are dynamically allocated and scaled based on demand, leading to cost efficiency.

    • Examples of serverless platforms include AWS Lambda, Azure Funct

  • Answered by AI
  • Q2. How Azure Function Works
  • Ans. 

    Azure Functions is a serverless compute service that allows you to run event-triggered code without managing infrastructure.

    • Azure Functions allows you to write small pieces of code that run in response to events.

    • It supports multiple programming languages like C#, JavaScript, Python, etc.

    • Functions can be triggered by various events like HTTP requests, timers, queues, etc.

    • Azure Functions automatically scales based on dem...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is Microservices
  • Ans. 

    Microservices are a software development technique where applications are composed of small, independent services that communicate with each other.

    • Microservices break down applications into smaller, loosely coupled services

    • Each service is responsible for a specific function and can be developed, deployed, and scaled independently

    • Communication between services is typically done through APIs

    • Examples of companies using mi

  • Answered by AI
  • Q2. How microservices are different from Monolithic
  • Ans. 

    Microservices are smaller, independent services that work together, while Monolithic is a single, large application.

    • Microservices are smaller, independent services that can be developed, deployed, and scaled independently.

    • Monolithic architecture is a single, large application where all components are tightly coupled.

    • Microservices promote flexibility, scalability, and fault isolation.

    • Monolithic applications are easier t...

  • Answered by AI

Skills evaluated in this interview

Cloud Architect Lead Interview Questions asked at other Companies

Q1. How do you assess servers using azure migrate with private end point?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. LAMP stack related 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
View answer (5)

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

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 Resume Shortlist.
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 85 interviews in last 1 year

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
View all

Cybage Reviews and Ratings

based on 1.9k reviews

3.8/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.4

Salary

3.9

Job security

3.8

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 1.9k Reviews and Ratings
ML Lead

Pune

7-11 Yrs

Not Disclosed

Cybage is hiring For Technical Architect

Pune

12-20 Yrs

Not Disclosed

Explore more jobs
Software Engineer
3.2k salaries
unlock blur

₹3.2 L/yr - ₹12.5 L/yr

Senior Software Engineer
2k salaries
unlock blur

₹5.9 L/yr - ₹19.1 L/yr

QA Engineer
1.1k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior QA Engineer
809 salaries
unlock blur

₹6 L/yr - ₹14.2 L/yr

System Analyst
732 salaries
unlock blur

₹9.6 L/yr - ₹25 L/yr

Explore more salaries
Compare Cybage with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Tech Mahindra

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