Upload Button Icon Add office photos

Filter interviews by

Cyient Senior Software Engineer Interview Questions, Process, and Tips

Updated 19 Feb 2024

Top Cyient Senior Software Engineer Interview Questions and Answers

  • Q1. I have experienced in front-end developer 1.what are the challenges you faced in your project. 2.rela time example of subject and behaviour subject 3.how you call the mul ...read more
  • Q2. Difference between abstract class and interface
  • Q3. Advantages of Agile over waterfall model

Cyient Senior Software Engineer Interview Experiences

6 interviews found

I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Core Java Related questions
  • Q2. Difference between abstract class and interface
  • Ans. 

    Abstract class can have implementation while interface only has method signatures.

    • Abstract class can have constructors while interface cannot.

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

    • Abstract class can have non-public members while interface only has public members.

    • Abstract class is used for creating a base class while interface is used for implementing a contract.

    • Example o...

  • Answered by AI
  • Q3. Spring auto-wiring and DI
  • Q4. Transaction Management in Hibernate/JPA
  • Ans. 

    Transaction management in Hibernate/JPA

    • Hibernate/JPA provides transaction management support through the EntityManager API

    • Transactions can be managed programmatically or declaratively using annotations

    • The @Transactional annotation can be used to mark a method as transactional

    • Hibernate/JPA supports different transaction isolation levels and propagation behaviors

    • Rollback can be triggered programmatically or automatically

  • Answered by AI
  • Q5. Unit testing, CI/CD, Git
Round 2 - Behavioral 

(2 Questions)

  • Q1. Simple questions related to SDLC
  • Q2. Advantages of Agile over waterfall model
  • Ans. 

    Agile allows for flexibility, collaboration, and faster delivery compared to the rigid and sequential waterfall model.

    • Agile emphasizes on continuous feedback and improvement

    • Agile allows for changes to be made throughout the development process

    • Agile promotes collaboration and communication among team members

    • Agile enables faster delivery of working software

    • Waterfall model is rigid and sequential, making it difficult to m...

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why should we hire you?
  • Q4. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on core java concepts

Skills evaluated in this interview

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 

(2 Questions)

  • Q1. It was pure technical on product.
  • Q2. Reason for shifting from current org

Interview Preparation Tips

Interview preparation tips for other job seekers - asldl adjsaj; asdasj ajdhlasdlasbbdfbuica iadosan asdpsa to wa skn jpsapd

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Senior Software Engineer Interview Questions & Answers

user image KishorKumarReddy Dondapati

posted on 19 Feb 2024

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

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. I have experienced in front-end developer 1.what are the challenges you faced in your project. 2.rela time example of subject and behaviour subject 3.how you call the multiple API using promises 4. disadva...
  • Ans. 

    Answering questions related to front-end development challenges and techniques.

    • Challenges faced in front-end development projects include browser compatibility issues, performance optimization, and responsive design implementation.

    • Real-time examples of Subject and BehaviorSubject in Angular can be demonstrated by creating a chat application where Subject is used for broadcasting messages and BehaviorSubject is used for...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 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 - Aptitude Test 

Dont remember but it was easy...just few out of scope technology questions which any way not comming for specific profile

Round 3 - Technical 

(1 Question)

  • Q1. Basic to advanced Java Questions like beans? opps? multi threading? etc
Round 4 - HR 

(1 Question)

  • Q1. HR was clueless about the profile. But here is the tip. you can tell them at last moment you want more salary and bcz no body wants to continue and people are leaving there are high chances of getting more...

Interview Preparation Tips

Interview preparation tips for other job seekers - dont join

Cyient interview questions for designations

 Software Engineer

 (10)

 Embedded Software Engineer

 (14)

 Lead Software Engineer

 (1)

 Software Testing Engineer

 (1)

 Senior Test Engineer

 (2)

 Senior QA Engineer

 (1)

 Software Developer

 (7)

 Embedded Software Developer

 (1)

Round 1 - Technical 

(1 Question)

  • Q1. Got extreme Technical knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Best organisation. I had good experience. Again I would like to join again.

Senior Software Engineer interview

user image Drunken Engineer

posted on 27 Mar 2022

Senior Software Engineer Jobs at Cyient

View all

Interview questions from similar companies

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

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

Round 1 - Coding Test 

One coding test happen

Round 2 - Technical 

(2 Questions)

  • Q1. Java questions, spring boot framework questions
  • Q2. DSA using stream api
  • Ans. 

    Using stream API for Data Structures and Algorithms

    • Stream API in Java can be used to perform operations on collections like filtering, mapping, reducing, etc.

    • It can be used for implementing various data structures and algorithms efficiently.

    • For example, you can use stream API to find the sum of all elements in an array or filter out even numbers from a list.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Java questions and spring boot questions
  • Q2. One program using stream api
  • Ans. 

    Using stream API to filter a list of numbers and find the sum of even numbers

    • Use Stream.filter() to filter out even numbers

    • Use Stream.mapToInt() to convert stream to IntStream

    • Use IntStream.sum() to find the sum of even numbers

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Appian based interview
Round 2 - One-on-one 

(1 Question)

  • Q1. Appian based interview
Round 3 - One-on-one 

(1 Question)

  • Q1. Client interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java questions and basics of testing
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How are you doing today
  • Q2. Tell me your technology stack
  • Ans. 

    My technology stack includes Java, Spring Boot, Angular, and MySQL.

    • Java - Object-oriented programming language

    • Spring Boot - Framework for building Java applications

    • Angular - Front-end framework for building web applications

    • MySQL - Relational database management system

  • Answered by AI

Cyient Interview FAQs

How many rounds are there in Cyient Senior Software Engineer interview?
Cyient interview process usually has 2-3 rounds. The most common rounds in the Cyient interview process are Technical, HR and Resume Shortlist.
How to prepare for Cyient Senior 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 Cyient. The most common topics and skills that interviewers at Cyient expect are Healthcare, Semiconductor, Aerospace, SQL and Javascript.
What are the top questions asked in Cyient Senior Software Engineer interview?

Some of the top questions asked at the Cyient Senior Software Engineer interview -

  1. I have experienced in front-end developer 1.what are the challenges you faced i...read more
  2. Difference between abstract class and interf...read more
  3. Advantages of Agile over waterfall mo...read more

Tell us how to improve this page.

Cyient Senior Software Engineer Interview Process

based on 2 interviews

1 Interview rounds

  • Technical Round
View more
Cyient Senior Software Engineer Salary
based on 596 salaries
₹6.6 L/yr - ₹24 L/yr
At par with the average Senior Software Engineer Salary in India
View more details

Cyient Senior Software Engineer Reviews and Ratings

based on 79 reviews

3.4/5

Rating in categories

2.9

Skill development

3.5

Work-life balance

2.7

Salary

3.2

Job security

3.3

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 79 Reviews and Ratings
Senior Software Engineer

Hyderabad / Secunderabad

4-10 Yrs

₹ 5.75-21 LPA

Explore more jobs
Design Specialist
2.1k salaries
unlock blur

₹1 L/yr - ₹7.2 L/yr

Design Engineer
1.7k salaries
unlock blur

₹2 L/yr - ₹10.5 L/yr

Software Engineer
1.2k salaries
unlock blur

₹3.6 L/yr - ₹15 L/yr

GIS Engineer
1.1k salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Senior Design Engineer
904 salaries
unlock blur

₹4.2 L/yr - ₹15 L/yr

Explore more salaries
Compare Cyient with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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