Upload Button Icon Add office photos

Cybage

Compare button icon Compare button icon Compare

Filter interviews by

Cybage Senior Software Engineer Interview Questions, Process, and Tips for Experienced

Updated 27 Nov 2024

Top Cybage Senior Software Engineer Interview Questions and Answers for Experienced

  • Q1. Write program to count frequencyOfChars(String inputStr) ex. abbcddda a:2 b:2 c:1 d:3 Write program to isPowerOf3(int n) ex. 3->true 27->true 30->false Write SQL ...read more
  • Q2. What is need of spring boot What is actuator, query param, http methods
  • Q3. What is your thought on cybage?

Cybage Senior Software Engineer Interview Experiences for Experienced

12 interviews found

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

I applied via Company Website and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Thet start from basics and gradually come to advance frameworks.

Round 3 - Technical 

(1 Question)

  • Q1. Exact questions i don't remember, but they start from oops concept in java, Multithreading, spring, spring boot, databases mysql, mongodb on which database you work in previous organisation,
Round 4 - Technical 

(1 Question)

  • Q1. What is need of spring boot What is actuator, query param, http methods
  • Ans. 

    Spring Boot is a framework that simplifies the development of Java applications by providing a set of tools and conventions.

    • Spring Boot eliminates the need for complex configuration by providing defaults for most settings.

    • Actuator is a set of tools provided by Spring Boot for monitoring and managing the application.

    • Query param is used to pass parameters in the URL of an HTTP request.

    • HTTP methods like GET, POST, PUT, DE...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
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 - One-on-one 

(1 Question)

  • Q1. Initial discussion with HR.
Round 3 - Technical 

(1 Question)

  • Q1. Oops, c# concept , angular,MVC5,SQL queries.
Round 4 - Technical 

(1 Question)

  • Q1. Project scenarios, .net core,angular,web api,SQL server,design patterns, SOLID. C# code .
Round 5 - HR 

(1 Question)

  • Q1. Introduction, salary discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with c#, MVC5, core concept, C# code and SQL queries

Senior Software Engineer Interview Questions Asked at Other Companies for Experienced

Q1. Duplicate Integer in Array Given an array ARR of size N, containi ... read more
asked in Visa
Q2. Given a grid containing 0s and 1s and source row and column, in h ... read more
asked in Capgemini
Q3. Kth Largest Number Problem Statement You are given a continuous s ... read more
asked in Mphasis
Q4. Trapping Rain Water Problem Statement Given a long type array/lis ... read more
Q5. Anagram Pairs Verification In this task, you need to verify if tw ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Technical questions wrt technology
Round 3 - HR 

(1 Question)

  • Q1. Basic hr questions salary discussion

I applied via Approached by Company and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Related to our technical domain
Round 2 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
Round 3 - Client Interview 

(1 Question)

  • Q1. Technical round with client

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for all the future endeavours

Cybage interview questions for designations

 Senior Software Development Engineer

 (1)

 Software Engineer

 (58)

 Senior Software Developer

 (1)

 Associate Software Engineer

 (1)

 Software Engineer Trainee

 (1)

 System Software Engineer

 (1)

 Senior Software Engineer 1

 (2)

 Senior QA Engineer

 (5)

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

I appeared for an interview before Apr 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic python questions
  • Q2. List tuple classes
  • Ans. 

    Tuple classes are classes that represent a fixed-size collection of elements.

    • Tuple

    • Pair

    • Triple

    • Quadruple

  • Answered by AI
Round 1 - Technical 

(1 Question)

  • Q1. What are SQL queries with examples
  • Ans. 

    SQL queries are used to retrieve data from a database. Examples include SELECT, INSERT, UPDATE, and DELETE.

    • SELECT * FROM customers WHERE city = 'New York'

    • INSERT INTO orders (customer_id, order_date, total_amount) VALUES (1, '2021-01-01', 100.00)

    • UPDATE products SET price = 10.99 WHERE id = 1

    • DELETE FROM orders WHERE id = 5

  • Answered by AI
Round 2 - Assignment 
Round 3 - Client Interview 

(1 Question)

  • Q1. Technical questions about your domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Maintain proper body language

Skills evaluated in this interview

Round 1 - One-on-one 

(1 Question)

  • Q1. What role you want to be discover from cybage?
Round 2 - One-on-one 

(1 Question)

  • Q1. What is your thought on cybage?
  • Ans. 

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

    • Cybage has a strong focus on software engineering and product development.

    • They have a global presence with offices in North America, Europe, and Asia.

    • Cybage has expertise in various industries including healthcare, retail, and finance.

    • They have won several awards for their work in software engineering and innov

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont confuse the interviewee for more questions.

Interview Questionnaire 

1 Question

  • Q1. Write program to count frequencyOfChars(String inputStr) ex. abbcddda a:2 b:2 c:1 d:3 Write program to isPowerOf3(int n) ex. 3->true 27->true 30->false Write SQL query of Emp (emp_id, name) ...
  • Ans. 

    Programs to count frequency of characters in a string, check if a number is power of 3, and SQL query to get highest salary employees by country.

    • For frequencyOfChars, use a HashMap to store character counts and iterate through the string.

    • For isPowerOf3, keep dividing the number by 3 until it becomes 1 or not divisible by 3.

    • For SQL query, use a subquery to get max salary for each country and join with Emp table.

    • Example ...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. OOPS concepts
  • Q2. SQL question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident enough to answer

I applied via Naukri.com and was interviewed before Jun 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions about Javascript/Angular
Round 2 - Technical 

(1 Question)

  • Q1. Questions about Javascript/Angular. These were more about core concepts.
Round 3 - Client Interview 

(1 Question)

  • Q1. Technical discussion with Client. The questions were more about base technologies HTML/CSS/Javascript. The discussion also focused on higher level concepts about APIs/Database/Optimized solutions for large...
Round 4 - HR 

(1 Question)

  • Q1. Salary/Designation Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - If you work daily on the technologies mentioned in your Resume, you have no reason to prepare for anything special. You can brush up about the core concepts.
In the client interview, it's more important to sound smart, so even if you don't know an answer, you can explain your thought process, rather than just saying you don't know the answer.

Cybage Interview FAQs

How many rounds are there in Cybage Senior Software Engineer interview for experienced candidates?
Cybage interview process for experienced candidates usually has 3-4 rounds. The most common rounds in the Cybage interview process for experienced candidates are Technical, HR and Client Interview.
How to prepare for Cybage Senior Software Engineer interview for experienced candidates?
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, HTML, Java and .Net.
What are the top questions asked in Cybage Senior Software Engineer interview for experienced candidates?

Some of the top questions asked at the Cybage Senior Software Engineer interview for experienced candidates -

  1. Write program to count frequencyOfChars(String inputStr) ex. abbcddda a:2 b...read more
  2. What is need of spring boot What is actuator, query param, http meth...read more
  3. What is your thought on cyba...read more

Tell us how to improve this page.

Cybage Senior Software Engineer Interview Process for Experienced

based on 4 interviews

3 Interview rounds

  • Technical Round
  • HR Round
  • Client Interview Round
View more
Cybage Senior Software Engineer Salary
based on 2k salaries
₹6 L/yr - ₹19.8 L/yr
6% less than the average Senior Software Engineer Salary in India
View more details

Cybage Senior Software Engineer Reviews and Ratings

based on 215 reviews

4.0/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.6

Salary

4.0

Job security

4.0

Company culture

3.5

Promotions

3.6

Work satisfaction

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

₹2.7 L/yr - ₹12.8 L/yr

Senior Software Engineer
2k salaries
unlock blur

₹6 L/yr - ₹19.8 L/yr

QA Engineer
1k salaries
unlock blur

₹3.9 L/yr - ₹11 L/yr

Senior QA Engineer
776 salaries
unlock blur

₹6.2 L/yr - ₹15 L/yr

System Analyst
747 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