Upload Button Icon Add office photos

Cybage

Compare button icon Compare button icon Compare

Filter interviews by

Cybage Software Engineer Interview Questions, Process, and Tips

Updated 15 Jan 2025

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 ...read more
  • Q2. How many types of memory areas are allocated by the JVM?
  • Q3. Can we override or replace the embedded Tomcat server in Spring Boot?
View all 57 questions

Cybage Software Engineer Interview Experiences

57 interviews found

Software Engineer Interview Questions & Answers

user image Aniket Sarowar

posted on 17 Dec 2024

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 Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude based on logical and quantitative questions

Round 2 - Technical 

(1 Question)

  • Q1. Basic core java questions and coding problem given for sorting array

Interview Preparation Tips

Interview preparation tips for other job seekers - As a fresher stick to core technology and practice coding problems
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Ony technical question asked
Round 2 - Technical 

(1 Question)

  • Q1. Program given like unique value from array

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Java basics and OOP related
  • Q2. Spring framework deepdive
  • Q3. SQL questions, mostly on joins
  • Q4. Was asked to implement design patterns and scenarios when they will be used
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 Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Describe the details of your project you completed during your course

Cybage interview questions for designations

 Senior Software Engineer

 (22)

 Associate Software Engineer

 (1)

 Software Engineer Trainee

 (1)

 System Software Engineer

 (1)

 Senior Software Development Engineer

 (1)

 Software Developer

 (15)

 Software Tester

 (1)

 Software Developer Trainee

 (1)

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

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

Round 1 - Coding Test 

Mcqs based test mix of theory and code based

Round 2 - Technical 

(3 Questions)

  • Q1. Reverse an array code
  • Ans. 

    Reverse an array of strings in place

    • Iterate through half of the array and swap elements at opposite ends

    • Use a temporary variable to store the value being swapped

  • Answered by AI
  • Q2. Explain oops concepts
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming that help in organizing and designing code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: The ability of objects to take on multiple forms or have multiple behaviors.

    • Abstraction: Hiding complex implementati...

  • Answered by AI
  • Q3. Basic html css js
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

    • Team player with excellent communication skills

  • Answered by AI
  • Q2. General questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I got placed through college. My interview is very easy they’ll test your basics knowledge and logical thinking

Skills evaluated in this interview

Get interview-ready with Top Cybage Interview Questions

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Basic project questions
  • Q2. Basic SQL questions
  • Q3. Basic agile process questions
Round 2 - HR 

(4 Questions)

  • Q1. Introduce yourself
  • Q2. Next goals in 5 years
  • Q3. Strength and weakness
  • Q4. Gave one topic and talk 5 mins about it
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Both coding and aptitude interview

Round 3 - Technical 

(2 Questions)

  • Q1. What is react? What is css? What is redux?
  • Ans. 

    React is a JavaScript library for building user interfaces. CSS is a styling language used to design web pages. Redux is a predictable state container for JavaScript apps.

    • React is used for building reusable UI components

    • CSS is used to style and layout web pages

    • Redux is used for managing the state of an application

    • React and Redux are often used together to build complex web applications

  • Answered by AI
  • Q2. What is dataflow of react
  • Ans. 

    React dataflow is unidirectional, from parent to child components via props and from child to parent via callbacks.

    • React follows a unidirectional data flow architecture.

    • Parent components pass data down to child components via props.

    • Child components can update the parent's state via callbacks.

    • This helps to maintain a clear and predictable flow of data throughout the application.

    • Redux can be used to manage more complex d

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the technology you are applying for, also be confident

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 technical questions

Round 2 - Technical 

(2 Questions)

  • Q1. Java collections framework
  • Q2. Strings in Java
  • Ans. 

    Strings in Java are sequences of characters used to store and manipulate text data.

    • Strings in Java are immutable, meaning their values cannot be changed once they are created.

    • String objects can be created using the 'new' keyword or by directly assigning a string literal.

    • Common string operations in Java include concatenation, substring extraction, and comparison.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They focus on core concepts.

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

2 simple questions were asked on DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Which Angular version have you used
  • Ans. 

    I have used Angular version 8 and 9 in my previous projects.

    • Used Angular 8 for a project that required advanced routing and lazy loading features

    • Upgraded to Angular 9 to take advantage of improved performance and Ivy rendering engine

  • Answered by AI
  • Q2. Pipes in Angular
  • Ans. 

    Pipes in Angular are used for transforming data in templates.

    • Pipes are used to format data before displaying it in the view.

    • Angular provides built-in pipes like date, currency, uppercase, lowercase, etc.

    • Custom pipes can also be created for specific formatting needs.

    • Pipes can be chained together for multiple transformations.

    • Example: {{ birthday | date:'MM/dd/yyyy' }} will format the birthday date.

  • Answered by AI

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Background: I was approached by the recruitment team in the last week of March 2022 based on my profile from Naukri.com . The recruiter talked about the Job Description, the role and the required skillset ...

Interview Preparation Tips

Topics to prepare for Cybage Software Engineer interview:
  • Java
  • Advanced Java
  • Hibernate
  • Spring
  • Spring Boot
Interview preparation tips for other job seekers - 1. Be prepared for tricky questions.
2. Interviewer maybe frustrate you to check your patience.
3. Prepare well for coding questions on array and string as you maybe asked restricted to use inbuild things like IDE and advanced concepts to check your logic building.
4. Stay firm on your opinion as interviewer may trick you to change your stand.
5. Lastly, stay a bit aggressive and cross question the interviewer but dont lose your cool.
6. List down and go through the frequently asked questions as nearly 60% questions are repeated in 8/10 companies.

Hope this will help you to prepare and crack the technical Interview . Good Luck :-)

Cybage Interview FAQs

How many rounds are there in Cybage Software Engineer interview?
Cybage interview process usually has 1-2 rounds. The most common rounds in the Cybage interview process are Technical, HR and Aptitude Test.
How to prepare for Cybage Software Engineer 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, HTML, CSS, Software Engineering and Typescript.
What are the top questions asked in Cybage Software Engineer interview?

Some of the top questions asked at the Cybage Software Engineer interview -

  1. What is Web API (applicaation programming interfeace...read more
  2. How to skip first 10 and last 10 rows in excel source and send to destinat...read more
  3. What is the Hashmap in Java? Hashmap vs Li...read more
How long is the Cybage Software Engineer interview process?

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

Tell us how to improve this page.

Cybage Software Engineer Interview Process

based on 46 interviews

4 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round
  • Personal Interview1 Round
View more
Cybage Software Engineer Salary
based on 3.2k salaries
₹3.1 L/yr - ₹12.6 L/yr
5% less than the average Software Engineer Salary in India
View more details

Cybage Software Engineer Reviews and Ratings

based on 437 reviews

3.7/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

3.4

Salary

3.7

Job security

3.8

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 437 Reviews and Ratings
Software Engineer
3.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior QA Engineer
757 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Analyst
740 salaries
unlock blur

₹0 L/yr - ₹0 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