Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Ciena Team. If you also belong to the team, you can get access from here

Ciena Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ciena C Developer Interview Questions and Answers

Updated 7 Oct 2024

Ciena C Developer Interview Experiences

2 interviews found

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

I applied via campus placement at Delhi College of Engineering (DCE), Delhi and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions and c programming questions and some basics

Round 2 - Technical 

(3 Questions)

  • Q1. Recursion concepts
  • Q2. Bit Manipulation
  • Q3. Project questions were asked
Round 3 - Technical 

(2 Questions)

  • Q1. Palindrome DSA questions
  • Q2. Tree related basic questions

C Developer Interview Questions & Answers

user image Anonymous

posted on 7 Oct 2024

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

I applied via campus placement at Delhi College of Engineering (DCE), Delhi and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was a pen /papper test

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced C Developer with a passion for problem-solving and creating efficient code.

    • Over 5 years of experience in C programming

    • Strong knowledge of data structures and algorithms

    • Proficient in debugging and optimizing code for performance

    • Worked on projects involving embedded systems and real-time applications

  • Answered by AI
  • Q2. Explain your projects
  • Ans. 

    I have worked on various projects including developing a real-time chat application, implementing data structures and algorithms, and optimizing code for performance.

    • Developed a real-time chat application using C and socket programming

    • Implemented various data structures and algorithms for efficient processing of large datasets

    • Optimized code for performance by identifying bottlenecks and implementing improvements

  • Answered by AI

C Developer Interview Questions Asked at Other Companies

asked in UBS
Q1. Merge K Sorted Arrays Problem Statement Given 'K' different array ... read more
asked in UBS
Q2. String Transformation Problem Given a string (STR) of length N, y ... read more
asked in UBS
Q3. Preorder Traversal of a BST Problem Statement Given an array PREO ... read more
asked in UBS
Q4. Sort 0 1 2 Problem Statement Given an integer array arr of size ' ... read more
asked in UBS
Q5. BST Node Deletion Problem Given a binary search tree (BST) and a ... read more

Interview questions from similar companies

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Object-Oriented Programming (OOP), and can you explain its fundamental concepts?
  • Q2. What is the definition of an array, and what are the different types of arrays?
  • Q3. What is the clr
Round 2 - Coding Test 

The content is based on HTML, Windows, and ADO.NET.

Round 3 - HR 

(2 Questions)

  • Q1. What motivates you to pursue this job?
  • Q2. What is your expected salary?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Sql related ques mege into, rank,dense rank,queries of joins etc.
  • Q2. Java 8 related ques optional and stream
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 programmings on problem solving+ some mcqs on Java + spring boot+ mysql

Round 2 - One-on-one 

(4 Questions)

  • Q1. Streams question to find the count of integers in a list and return it as 1 : 5, 2 : 3, ..
  • Q2. Solid principles + spring theory different questions like jsonignore, pathvaroables, asynchronous communications, normalisation, etc.
  • Q3. Questions on core java like oops, final,static, collections, generics
  • Q4. Questions on project and each part of your services

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare streams, core java well also try to practice discussion about your work in present company and theory of java + spring
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - Aptitude Test 

1st round some apt qns,some prgramming qns are they asked

Round 2 - One-on-one 

(1 Question)

  • Q1. C depth concepts and some prgram
Round 3 - Technical 

(1 Question)

  • Q1. Some DSA questions they asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to handle exception?
  • Ans. 

    Handle exceptions by using try-catch blocks to gracefully manage errors in code execution.

    • Use try-catch blocks to catch exceptions and handle them appropriately.

    • Throw custom exceptions when necessary to provide more specific error information.

    • Use finally block to execute code that should always run, regardless of whether an exception is thrown.

    • Avoid catching generic exceptions like Exception class, instead catch specif...

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

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Allows for code reusability by creating a new class based on an existing class

    • Derived class inherits properties and behaviors of the base class

    • Supports the 'is-a' relationship, where a derived class is a specialized version of the base class

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is method overloading and overriding
  • Ans. 

    Method overloading is when multiple methods have the same name but different parameters. Method overriding is when a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Method overloading allows a class to have multiple methods with the same name but different parameters.

    • Method overriding occurs in a subclass when a method has the same name, return type, and parameters as ...

  • Answered by AI
  • Q2. Program to swap two variables without using third
  • Ans. 

    Swapping two variables without using a third variable

    • Use XOR operation to swap two variables without using a third variable

    • Example: a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // Now a = 10, b = 5

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why you want to join this organization
  • Ans. 

    I am impressed by the organization's innovative projects and collaborative work culture.

    • Impressed by innovative projects

    • Attracted to collaborative work culture

    • Excited about potential for growth and learning opportunities

  • Answered by AI
  • Q2. What is your weakness and strength
  • Ans. 

    My weakness is overthinking and my strength is attention to detail.

    • Weakness: tend to overthink situations, which can lead to indecision or unnecessary stress

    • Strength: strong attention to detail, ensuring accuracy and quality in my work

    • Example: I sometimes spend too much time analyzing a problem before taking action, but I have learned to set deadlines for myself to prevent this from affecting my productivity

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are the things that u do when your what app screen is blank
  • Ans. 

    I would check for internet connection, restart the app, clear cache, and update the app.

    • Check internet connection

    • Restart the app

    • Clear cache

    • Update the app

  • Answered by AI
  • Q2. Simple python code

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with basics and resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Based on python and also question included networking

Ciena Interview FAQs

How many rounds are there in Ciena C Developer interview?
Ciena interview process usually has 2-3 rounds. The most common rounds in the Ciena interview process are Technical, Coding Test and Aptitude Test.
What are the top questions asked in Ciena C Developer interview?

Some of the top questions asked at the Ciena C Developer interview -

  1. Project questions were as...read more
  2. palindrome DSA questi...read more
  3. Tree related basic questi...read more

Tell us how to improve this page.

Ciena C Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Bharti Airtel Interview Questions
4.0
 • 842 Interviews
Vodafone Idea Interview Questions
4.1
 • 555 Interviews
Ericsson Interview Questions
4.1
 • 412 Interviews
Cisco Interview Questions
4.1
 • 397 Interviews
Nokia Interview Questions
4.1
 • 274 Interviews
Fujitsu Interview Questions
3.8
 • 185 Interviews
Verizon Interview Questions
4.1
 • 113 Interviews
View all
Software Engineer
183 salaries
unlock blur

₹9.7 L/yr - ₹41.2 L/yr

Software Engineer2
165 salaries
unlock blur

₹12 L/yr - ₹38 L/yr

Senior Software Engineer
129 salaries
unlock blur

₹12 L/yr - ₹32.5 L/yr

Module Lead
77 salaries
unlock blur

₹13 L/yr - ₹38.5 L/yr

Embedded Software Engineer
65 salaries
unlock blur

₹10.4 L/yr - ₹40 L/yr

Explore more salaries
Compare Ciena with

Cisco

4.1
Compare

Juniper Networks

4.2
Compare

Infinera

4.1
Compare

Corning Technologies

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