Upload Button Icon Add office photos

Filter interviews by

Cyient Software Developer Interview Questions, Process, and Tips

Updated 11 Jul 2024

Top Cyient Software Developer Interview Questions and Answers

Cyient Software Developer Interview Experiences

7 interviews found

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

Great interview it was

Round 2 - Technical 

(2 Questions)

  • Q1. What is android?
  • Ans. 

    Android is a mobile operating system developed by Google, based on the Linux kernel.

    • Developed by Google

    • Based on Linux kernel

    • Used in smartphones, tablets, smartwatches, etc.

  • Answered by AI
  • Q2. What is kotlin?
  • Ans. 

    Kotlin is a statically typed programming language that runs on the Java Virtual Machine (JVM) and can also be compiled to JavaScript source code.

    • Kotlin is interoperable with Java, meaning you can use Java libraries and frameworks in Kotlin code.

    • Kotlin is concise, reducing boilerplate code compared to Java.

    • Kotlin supports functional programming features like higher-order functions and lambdas.

    • Kotlin is officially suppor

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Whats is current ctc?
  • Ans. 

    Current CTC refers to the current salary package of the candidate.

    • Current CTC is the total amount of money a candidate is currently earning from their job.

    • It includes the basic salary, bonuses, incentives, and any other monetary benefits.

    • Candidates may choose to disclose their current CTC during job interviews to negotiate a better salary package.

    • Example: If a candidate's current CTC is $50,000 per year, they may expec

  • Answered by AI
  • Q2. What is expected ctc?
  • Ans. 

    Expected CTC is the salary range that the candidate is looking for in a new job.

    • Research the average salary for Software Developers in your area

    • Consider your experience, skills, and the company's size and industry

    • Be prepared to negotiate based on the job responsibilities and benefits offered

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is interface?
  • Ans. 

    An interface in software development defines a contract for classes to implement, specifying methods and properties.

    • Interfaces in programming languages like Java and C# allow for multiple inheritance by defining a set of methods that a class must implement.

    • Interfaces are used to enforce a certain behavior in classes that implement them.

    • Interfaces provide a way to achieve abstraction and polymorphism in object-oriented ...

  • Answered by AI

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

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

Round 1 - Technical 

(1 Question)

  • Q1. The round was simple and i was asked 1.Regarding my roles and responsibilities in the previously dealt projects. 2. Skills required for their project 3.Asked about matlab and Simulink libraries which is...
Round 2 - Technical 

(1 Question)

  • Q1. The 2nd round was managerial round and i was little nervous but, the manager is soo cool and his way of interview is quite good. He tested my skill set which are required for their project and the round t...
Round 3 - HR 

(1 Question)

  • Q1. HR is little typical and i was asked how i would be managing if at all there is a time stretching? I was also asked my personal and family details in which he understood that my presence is more important ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Be genuine and answer in a clear manner.
2.Have an answer for every thing that you mentioned in your CV
3.Hope the best and give the best.
Good Luck

Software Developer Interview Questions & Answers

user image manish agrawal

posted on 24 Mar 2022

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 - Coding Test 

Basic and project if you have experience other wise basics and logical questions

Round 3 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. Why are you looking for a change?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learning basic and build logical level thinker

Cyient interview questions for designations

 Embedded Software Developer

 (1)

 Software Engineer

 (10)

 Java Developer

 (1)

 Embedded Software Engineer

 (14)

 Senior Software Engineer

 (6)

 Lead Software Engineer

 (1)

 Software Engineering Lead

 (1)

 Software Testing Engineer

 (1)

Software Developer Interview Questions & Answers

user image manish agrawal

posted on 21 Mar 2022

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

Round 1 - Technical 

(1 Question)

  • Q1. Oops and core technologies
Round 2 - Technical 

(1 Question)

  • Q1. Project explaination
Round 3 - HR 

(1 Question)

  • Q1. Basic intro and why hired you like that type of questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops concepts should be good and logical thaught you have

Software Developer Interview Questions & Answers

user image SANDEEP SUNNY

posted on 25 Mar 2022

I applied via Job Fair and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Coding Test 
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. Where do you see yourself in 5 years?

Interview Preparation Tips

Topics to prepare for Cyient Software Developer interview:
  • Python
  • Javascript
  • HTML
  • CSS
  • C#.Net
  • WPF
  • Node.Js
  • Angularjs
Interview preparation tips for other job seekers - Be strong in basics in what you have learned.

All the best 😊

Software Developer Jobs at Cyient

View all

Interview Questionnaire 

1 Question

  • Q1. High level practical SQL questions along with basic SSIS related questions

Interview questions from similar companies

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

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Run time polymorphism code
  • Q2. Linked list code
  • Q3. Deep copy shallow copy differences
  • Ans. 

    Deep copy creates a new copy of an object with its own unique memory space, while shallow copy creates a new object that references the same memory locations as the original object.

    • Deep copy duplicates all nested objects, while shallow copy only duplicates the references to nested objects.

    • Deep copy ensures that changes to the copied object do not affect the original object, while shallow copy may lead to unintended sid...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. More deep questions about polymorphism code
  • Q2. Code for interchange of strings without strcpy
  • Ans. 

    Use a loop to swap characters of two strings without using strcpy function.

    • Create two arrays of characters to store the strings

    • Use a loop to iterate through each character of the strings and swap them

    • Ensure to handle cases where strings have different lengths

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare oops concept and data structure well because its easy for first round but for second round its too difficult - the interviewer was so irritating and asked very stupid wuestions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Admin part and mainly LWC development
  • Q2. Case study on devlopment part
Round 2 - One-on-one 

(1 Question)

  • Q1. Last project details and more technical skills and real-time cases
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic C# coding Questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions related to Angular
  • Q2. Question related to ASP.NET CORE

Cyient Interview FAQs

How many rounds are there in Cyient Software Developer interview?
Cyient interview process usually has 2-3 rounds. The most common rounds in the Cyient interview process are Technical, HR and Coding Test.
How to prepare for Cyient Software Developer 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 Python.
What are the top questions asked in Cyient Software Developer interview?

Some of the top questions asked at the Cyient Software Developer interview -

  1. Whats is current c...read more
  2. What is expected c...read more
  3. What is andro...read more

Tell us how to improve this page.

Cyient Software Developer Interview Process

based on 3 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more
Cyient Software Developer Salary
based on 487 salaries
₹4 L/yr - ₹15.8 L/yr
22% more than the average Software Developer Salary in India
View more details

Cyient Software Developer Reviews and Ratings

based on 70 reviews

3.5/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.0

Salary

3.4

Job security

3.4

Company culture

2.5

Promotions

3.2

Work satisfaction

Explore 70 Reviews and Ratings
Software Developer

Pune,

Nanded

7-12 Yrs

Not Disclosed

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