Upload Button Icon Add office photos

Cybage

Compare button icon Compare button icon Compare

Filter interviews by

Cybage Senior Associate Interview Questions and Answers

Updated 23 Apr 2024

Cybage Senior Associate Interview Experiences

1 interview found

Senior Associate Interview Questions & Answers

user image Govinda Rao

posted on 23 Apr 2024

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

(1 Question)

  • Q1. 1. What is different between interface and abstract 2.what is the virtual method and uses
  • Ans. 

    Interface defines a contract for classes to implement, while abstract class can have both abstract and concrete methods. Virtual method can be overridden in derived classes.

    • Interface only contains method signatures, while abstract class can have method implementations.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Virtual method in C# allows a method in a base class to be overrid...

  • Answered by AI

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Jan 2023. There were 3 interview rounds.

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 - Technical 

(1 Question)

  • Q1. Discussion on AI use cases and projects asked me to write basic python programming question
Round 3 - Technical 

(1 Question)

  • Q1. Managerial technical round where I have been asked multiple scenarios on AI

Interview Preparation Tips

Topics to prepare for Mphasis Senior Associate interview:
  • Machine Learning
Interview preparation tips for other job seekers - Prepare yourself with AI concepts and be good with python concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2022. 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 - One-on-one 

(1 Question)

  • Q1. About technical Roles and responsibilities Project description
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions related my domain
Round 4 - One-on-one 

(1 Question)

  • Q1. Client round overall performance

Interview Preparation Tips

Interview preparation tips for other job seekers - It will take time to update the status.even through i am still waiting
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Directly, explain about your experience..
Round 2 - One-on-one 

(1 Question)

  • Q1. Roles and Responsibilities cross questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2022. There were 3 interview rounds.

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 - HR 

(2 Questions)

  • Q1. About your experience and about your self
  • Q2. Selery expected
Round 3 - Technical 

(3 Questions)

  • Q1. Role and responsibilities
  • Q2. IT releted question
  • Q3. About yourself and responsibilities job
Round 1 - Technical 

(2 Questions)

  • Q1. Programs on Stream and strings related
  • Q2. Core java collections
Round 2 - Technical 

(2 Questions)

  • Q1. Spring spring boot and jpa hibernate basic questions
  • Q2. Microservices logging log tracing and exceptional handling

Interview Preparation Tips

Interview preparation tips for other job seekers - has to ficus more on Core java and programs on streams

I applied via Naukri.com and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Interface vs abstract class
  • Ans. 

    Interface defines a contract while abstract class provides partial implementation.

    • Interfaces can only have abstract methods while abstract classes can have both abstract and non-abstract methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used for loose coupling while abstract classes are used for code reusability.

    • Example of interface: Runnable interface in Java...

  • Answered by AI
  • Q2. What is Method overloading?
  • Ans. 

    Method overloading is when a class has multiple methods with the same name but different parameters.

    • Method overloading allows for flexibility in method calls

    • The methods must have different parameters, such as different data types or different numbers of parameters

    • Example: public void print(int num) and public void print(String str)

    • The compiler determines which method to call based on the arguments passed

  • Answered by AI
  • Q3. Indexing of sqlsever dstsbase
  • Ans. 

    Indexing in SQL Server database

    • Indexing improves query performance by creating a structure that allows for faster data retrieval

    • Clustered and non-clustered indexes are the two types of indexes in SQL Server

    • Clustered indexes determine the physical order of data in a table while non-clustered indexes create a separate structure

    • Indexing should be done strategically to avoid over-indexing which can slow down data modificat

  • Answered by AI
  • Q4. Value type & reference type
Round 2 - HR 

(1 Question)

  • Q1. Only Salary negitiation
Round 3 - Behavioral 

(1 Question)

  • Q1. Few common questions from project & why did u left your current organization

Interview Preparation Tips

Interview preparation tips for other job seekers - After salary discussion when everything was settled and H.R was about to release my offer letter but after few days she told me that they didn't get approval from higher management due to high package. If they can't afford that amount then why did they offer me the amount? one of my friends also faced same incident.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Trade life cycle , current market update
Round 3 - HR 

(1 Question)

  • Q1. Negotiation related to salary

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Html: seo, semantic, form validation, input types, types of storages
  • Q2. Css: Units, flex box, center div, box model
  • Q3. Js : map, filter, output based questions, arrow function
  • Q4. React: state management, optimization, context api
Round 3 - Technical 

(1 Question)

  • Q1. Load elements according to the scroll, css animations, promise, testing library
  • Ans. 

    Loading elements based on scroll, using CSS animations, promises, and testing libraries.

    • Use Intersection Observer API to load elements based on scroll position

    • CSS animations can be used to add visual effects to elements

    • Promises can be used to handle asynchronous operations

    • Testing libraries like Jest can be used to test code functionality

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why valuelabs, what you know about value labs, willing to work from office, shift timmings.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for all the interview related questions. projects. Frameworks

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. How did you handle teams performance
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions related to process

Interview Preparation Tips

Interview preparation tips for other job seekers - Find all about eclerx before interview

Cybage Interview FAQs

How many rounds are there in Cybage Senior Associate interview?
Cybage interview process usually has 1 rounds. The most common rounds in the Cybage interview process are One-on-one Round.

Tell us how to improve this page.

Cybage Senior Associate Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Cybage Senior Associate Salary
based on 8 salaries
₹8 L/yr - ₹20.2 L/yr
32% more than the average Senior Associate Salary in India
View more details

Cybage Senior Associate Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
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