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

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

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nt ... read more
asked in Capgemini
Q2. Pascal's TriangleYou are given an integer N. Your task is to retu ... read more
Q3. K Largest Elements You are given with an integer k and an array o ... read more
asked in Info Edge
Q4. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more
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
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.

Cyient interview questions for designations

 Software Engineer

 (10)

 Embedded Software Engineer

 (14)

 Software Testing Engineer

 (1)

 Lead Software Engineer

 (1)

 Senior Test Engineer

 (2)

 Senior QA Engineer

 (1)

 Software Developer

 (7)

 Embedded Software Developer

 (1)

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

Senior Software Engineer interview

user image Drunken Engineer

posted on 27 Mar 2022

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(10 Questions)

  • Q1. What is Pricing Rule & Product Rule?
  • Ans. 

    Pricing Rule & Product Rule are mathematical concepts used in calculus to find derivatives of functions.

    • Pricing Rule is used to find the derivative of a function that involves a product of two functions.

    • Product Rule is used to find the derivative of a function that involves the product of two functions.

    • Pricing Rule: (f(x)g(x))' = f'(x)g(x) + f(x)g'(x)

    • Product Rule: (fg)' = f'g + fg'

  • Answered by AI
  • Q2. Can you please explain the Project you have worked on and the difficulties you faced?
  • Q3. What are the Option contraint?
  • Ans. 

    Option constraints are restrictions placed on the values that can be assigned to an option in a software system.

    • Option constraints define the valid range of values for an option.

    • They can include minimum and maximum values, allowed data types, and specific values.

    • For example, an option for selecting a color may have constraints that limit the choices to 'red', 'blue', or 'green'.

  • Answered by AI
  • Q4. What rae the Configuration Attribute?
  • Ans. 

    Configuration attributes are settings that define the behavior of a software system.

    • Configuration attributes can include parameters such as database connection strings, logging levels, and feature toggles.

    • They are typically stored in configuration files or databases.

    • Changing configuration attributes can alter the behavior of the software without modifying its code.

    • Configuration attributes are used to customize the soft...

  • Answered by AI
  • Q5. What is Flow specially Record Triggered flow?
  • Ans. 

    Record Triggered Flow is a type of Flow in Salesforce that is triggered when a record is created or updated.

    • Record Triggered Flow is used to automate processes in Salesforce based on changes to records.

    • It can be set to run before or after the record is saved.

    • Record Triggered Flow can access and update related records as well.

    • It is a powerful tool for automating complex business processes in Salesforce.

  • Answered by AI
  • Q6. What is MDQ (Multi Dimensional Quote)?
  • Ans. 

    MDQ (Multi Dimensional Quote) is a tool used in software development to estimate the effort required for a project by considering multiple dimensions.

    • MDQ takes into account various factors such as complexity, team experience, technology stack, and project scope.

    • It helps in providing a more accurate estimation of the time and resources needed for a project.

    • For example, a project with a high complexity level and a new te...

  • Answered by AI
  • Q7. What is Pricing Waterfall?
  • Ans. 

    Pricing waterfall is a method used to analyze and optimize pricing strategies by breaking down the pricing process into different components.

    • Pricing waterfall helps in understanding the impact of various factors on pricing decisions.

    • It involves analyzing costs, competition, customer demand, and other market factors to determine the optimal pricing strategy.

    • Examples of components in a pricing waterfall include fixed cos...

  • Answered by AI
  • Q8. Explain Discount Schedule ?
  • Ans. 

    A discount schedule is a set of rules or guidelines that determine the amount of discount a customer receives based on various factors.

    • Discount schedules can be based on factors such as quantity purchased, customer loyalty, or promotional events.

    • For example, a discount schedule may offer a 10% discount for purchases of 10 items or more.

    • Another example could be a loyalty program where customers receive increasing discou...

  • Answered by AI
  • Q9. What are the different Pricing Method?
  • Ans. 

    Different pricing methods include cost-plus pricing, value-based pricing, competition-based pricing, and dynamic pricing.

    • Cost-plus pricing involves adding a markup to the cost of production.

    • Value-based pricing sets prices based on the perceived value to the customer.

    • Competition-based pricing involves setting prices based on competitors' prices.

    • Dynamic pricing adjusts prices in real-time based on demand and other factor

  • Answered by AI
  • Q10. What are the different Product we have in CPQ?
  • Ans. 

    CPQ offers multiple products including Configure, Price, Quote, Contract Management, and Billing.

    • Configure: Allows users to customize products based on customer needs

    • Price: Calculates pricing based on configurations and discounts

    • Quote: Generates quotes for customers based on configured products

    • Contract Management: Manages contracts and agreements with customers

    • Billing: Handles invoicing and payment processing

  • Answered by AI
Round 2 - Technical 

(10 Questions)

  • Q1. What is QCP (Quote Calculator Plugin)?
  • Ans. 

    QCP is a software plugin used for calculating quotes for products or services.

    • QCP is a tool used in sales or e-commerce platforms to provide accurate pricing information to customers.

    • It can factor in variables such as quantity, discounts, taxes, and shipping costs to generate a final quote.

    • QCP can be customized to fit the specific pricing structure and rules of a business.

    • Examples of QCP include plugins for online shop...

  • Answered by AI
  • Q2. Explain any Special Field in CPQ?
  • Ans. 

    Special Field in CPQ refers to a custom field that is unique to a specific use case or industry.

    • Special fields can be used to capture industry-specific data or unique requirements.

    • Examples include fields for pricing rules in the manufacturing industry or contract terms in the telecommunications industry.

  • Answered by AI
  • Q3. Have you worked on Amendment? Explain it?
  • Ans. 

    Yes, I have worked on Amendment. It involves making changes to existing software code or documentation.

    • Amendment involves modifying existing code or documentation to improve functionality or fix issues.

    • Examples include updating a software feature to meet new requirements, fixing bugs in the code, or enhancing performance.

    • Amendment may also involve revising documentation to reflect changes made to the software.

  • Answered by AI
  • Q4. What is renewal in CPQ? Explain the complete Flow?
  • Ans. 

    Renewal in CPQ refers to the process of renewing a contract or subscription for a product or service.

    • Renewal in CPQ involves generating a renewal quote for an existing contract or subscription.

    • The renewal flow typically includes reviewing the terms of the existing contract, making any necessary adjustments, and generating a new quote for the renewed contract.

    • Customers may have the option to renew their contract for a s...

  • Answered by AI
  • Q5. Explain Quote to Cash Flow?
  • Ans. 

    Quote to Cash Flow is the process of generating revenue from the initial quote to the final payment.

    • Quote to Cash Flow involves the entire sales process from creating a quote for a product or service to receiving payment for that product or service.

    • It includes activities such as quoting, invoicing, order fulfillment, and payment collection.

    • The goal of Quote to Cash Flow is to streamline the sales process and improve ca...

  • Answered by AI
  • Q6. What is Package level Setting?
  • Ans. 

    Package level setting refers to configuration settings that apply to an entire package of software components.

    • Package level settings are configuration options that affect all components within a software package.

    • These settings are typically defined at the package level and apply globally.

    • Examples include setting default values for variables, defining access control rules, or specifying logging levels.

    • Package level sett...

  • Answered by AI
  • Q7. What is Bundle Product and Nested Bundle?
  • Ans. 

    Bundle product is a group of related products sold together, while nested bundle is a bundle within a bundle.

    • Bundle product is a collection of multiple products sold together as a single unit.

    • Nested bundle is a bundle that contains another bundle within it.

    • Example: A laptop bundle may include a laptop, a laptop bag, and a mouse. Within this bundle, there could be a nested bundle for extended warranty options.

  • Answered by AI
  • Q8. What is Guided Selling?
  • Ans. 

    Guided selling is a sales technique where the salesperson guides the customer through the buying process, offering personalized recommendations and advice.

    • Involves salesperson providing personalized recommendations to customers

    • Helps customers make informed decisions during the buying process

    • Often used in e-commerce websites to suggest products based on customer preferences

  • Answered by AI
  • Q9. Explain Usages Based Product?
  • Ans. 

    Usages based product refers to a pricing model where customers are charged based on their usage of the product or service.

    • Customers are charged based on the amount or frequency of their usage.

    • Common in industries like cloud computing, SaaS, and utilities.

    • Examples include pay-as-you-go cloud services, metered electricity usage, and usage-based insurance.

  • Answered by AI
  • Q10. What is Batch APEX?
  • Ans. 

    Batch APEX is a feature in Salesforce that allows developers to process records in bulk using Apex code.

    • Batch APEX is used to handle large volumes of data in Salesforce.

    • It is commonly used for tasks like data cleansing, data migration, and data processing.

    • Batch APEX classes implement the Database.Batchable interface and are executed asynchronously.

    • Developers can monitor and manage Batch APEX jobs through the Salesforce

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Fundamentals of Data Structures and Algorithms, including SQL.

Round 2 - Technical 

(2 Questions)

  • Q1. Basics of DSA and Algo and sql
  • Q2. Basics
Round 3 - Technical 

(2 Questions)

  • Q1. Details on previus project
  • Q2. B
Round 4 - HR 

(1 Question)

  • Q1. Basics of DSA and algo ..sql
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 - Technical 

(3 Questions)

  • Q1. Technical discussion over how the microservices communicate internally.
  • Q2. Immutable class implementation
  • Q3. Singleton class implementation

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 Salary
based on 598 salaries
₹6.5 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
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.5 L/yr - ₹14.8 L/yr

GIS Engineer
1.1k salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Senior Design Engineer
913 salaries
unlock blur

₹4.2 L/yr - ₹15 L/yr

Explore more salaries
Compare Cyient with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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