Upload Button Icon Add office photos

Filter interviews by

CyanConnode Technical Support Engineer Interview Questions and Answers

Updated 8 Jun 2024

CyanConnode Technical Support Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Project Related Questions
  • Q2. Achievements in present roll.

Interview Preparation Tips

Interview preparation tips for other job seekers - Best place to work.
Supportive staff
Provide good training
HR is much supportive
Good work Culture

Interview questions from similar companies

I applied via Approached by Company and was interviewed in Aug 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic Java questions. Coding based on technical topics in Java. Approach and knowledge of other technology apart from core strength like ui ,design .
  • Q2. Scenario based questions. Deeper into Java and related technologies
  • Q3. Again based on Java and project but kind of client interview
  • Q4. Basic hr questions and salary discussion

Interview Preparation Tips

Round: Managerial
Experience: More of past projects and team handling

General Tips: Be prepared for basics in related technology and good through understanding in one core area.
Skills: Communication, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-3 Months

I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Scenario based to be solved with python

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the core concepts very well.

Interview Questionnaire 

1 Question

  • Q1. Prepare python data structures and python basics

I applied via Naukri.com and was interviewed before Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Implement stack data structure
  • Ans. 

    Implement stack data structure

    • Use an array or linked list to store elements

    • Push operation adds element to top of stack

    • Pop operation removes element from top of stack

    • Peek operation returns top element without removing it

  • Answered by AI
  • Q2. How global variable work , how its shared by all function
  • Ans. 

    Global variables are accessible from any part of the program and can be modified by any function.

    • Global variables are declared outside of any function.

    • They can be accessed and modified by any function in the program.

    • If a function modifies the value of a global variable, the new value is visible to all other functions.

    • Global variables can be useful for sharing data between functions.

    • However, overuse of global variables

  • Answered by AI
  • Q3. Program to transpose the matrix
  • Ans. 

    Program to transpose a matrix

    • Iterate through rows and columns of the matrix

    • Swap the elements at (i,j) and (j,i) positions

    • Return the transposed matrix

  • Answered by AI
  • Q4. Internal implementation of pre and post fix operator
  • Ans. 

    Pre and post fix operators are used to increment or decrement a value before or after it is used in an expression.

    • Pre-fix operator (++x) increments the value of x and returns the new value.

    • Post-fix operator (x++) returns the value of x and then increments it.

    • Both operators can be used with variables of numeric data types.

    • They can also be used with pointers to increment or decrement the memory address they point to.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare some standard problem from geekforgeeks.com

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. According the qualifications
  • Q2. According the resume details qualifications
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 - HR 

(2 Questions)

  • Q1. Tell me about your self?
  • Ans. Good morning mam or sir first of all thank you for giving me this apportuniti. To introduce myself my name Chanda hemalatha iam staying proddatur. Now iam persving BSC graduation in yogivemana university My father name is Chanda sreenivasulu he is a weaver abd my mother name is Chanda kumari she is a homemaker. I have 2 sister and my hobbies watching TV, reading books, listening music.and my weekness is will not fell c...
  • Answered Anonymously
  • Q2. Why shud I hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite and use the right language and tone for a normal situation. Listen to the questions and think before you begin your answers asked the interviewer to repeat or explain further if you do not understand a question. Use the star method to answer questions about your skill and experience.

I applied via Campus Placement and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is about your self?
  • Q2. Why should I hire you?
  • Q3. I love traveling at a new places.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview
Be polite and use the right language and tone for a normal situation
Listen to the questions and think before you begin your answers
Ask the interviewer to repeat or explain forther if you do not understand a question
Use the STAR method to answer questions about skills and experience.

I applied via Company Website and was interviewed in Dec 2021. There were 4 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 

(2 Questions)

  • Q1. 1. Questions around projects : JWT, UserAuthentication etc
  • Q2. 2. Write a code to find frequency of characters in a given string?
  • Ans. 

    Code to find frequency of characters in a given string

    • Use a hash table to store character frequencies

    • Iterate through the string and update the hash table accordingly

    • Print the hash table to display the character frequencies

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. 1. Write a code to reverse a linked list?
  • Ans. 

    Code to reverse a linked list

    • Create three pointers: prev, curr, and next

    • Initialize prev to null and curr to head

    • Loop through the list and set next to curr's next node

    • Set curr's next node to prev

    • Move prev and curr one node ahead

    • Return prev as the new head

  • Answered by AI
  • Q2. 2. Write a code to reverse linked list in size of K?
  • Ans. 

    Code to reverse linked list in size of K

    • Create a function that takes head of linked list and size K as input

    • Traverse the linked list in groups of K nodes

    • Reverse each group of K nodes using iterative or recursive approach

    • Connect the reversed groups to form the final linked list

    • Return the new head of the reversed linked list

  • Answered by AI
  • Q3. 3. Questions around project and design a database structure for comments system of quora?
Round 4 - HR 

(1 Question)

  • Q1. Basic HR round questions

Interview Preparation Tips

Topics to prepare for AmbitionBox Senior Software Engineer interview:
  • Data Structures
  • Algorithms
  • Web Development
Interview preparation tips for other job seekers - Interview is almost easy, just be confident and think out of the box.

Skills evaluated in this interview

I applied via AmbitionBox and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude, Reasoning

Round 2 - Coding Test 

Technical codes

Interview Preparation Tips

Interview preparation tips for other job seekers - "Be proactive—market yourself as if you were marketing a business (brand you!). Take time to quantify your talents and learn to speak comfortably regarding accomplishments. Create a job search system for introducing, applying, and following up on leads/interviews. Plan your work, work your plan—a job search IS a job. Treat yourself to free or low-cost perks to reward effort, you earned it!” – Cindy

CyanConnode Interview FAQs

How many rounds are there in CyanConnode Technical Support Engineer interview?
CyanConnode interview process usually has 1 rounds. The most common rounds in the CyanConnode interview process are Technical.

Tell us how to improve this page.

CyanConnode Technical Support Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 418 Interviews
KEC International Interview Questions
4.0
 • 299 Interviews
Thermax Limited Interview Questions
4.1
 • 251 Interviews
Tata Power Interview Questions
3.9
 • 162 Interviews
AmbitionBox Interview Questions
4.9
 • 151 Interviews
Suzlon Group Interview Questions
4.1
 • 129 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
MyCaptain Interview Questions
3.2
 • 40 Interviews
View all

CyanConnode Technical Support Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Manager
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Applications Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Solution Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Field Application Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Site Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CyanConnode with

Elofic Industries

4.0
Compare

Genus Power Infrastructures

4.0
Compare

Hpl Electric & Power

3.4
Compare

KEC International

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