Upload Button Icon Add office photos

Filter interviews by

CyanConnode Interview Questions and Answers

Updated 13 Oct 2024

CyanConnode Interview Experiences

Popular Designations

4 interviews 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

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

Data Analyst Interview Questions & Answers

user image Ajay jadhav

posted on 13 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Calculation and logistics

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Nov 2022. There were 3 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 - HR 

(2 Questions)

  • Q1. Information about your previous Company, your role and responsibility and your total years of experience
  • Q2. Salary expectation and notice period
Round 3 - Technical 

(2 Questions)

  • Q1. Discribe about your self
  • Ans. 

    I am a dedicated Sr. Engineer with 8 years of experience in tendering and project management.

    • Experienced in preparing and submitting tender documents

    • Skilled in cost estimation and budgeting

    • Strong background in project scheduling and coordination

    • Proficient in contract negotiation and client communication

  • Answered by AI
  • Q2. Elobrate your role, responsibility, target achieve, your efforts on fulfilling the task assign etc
  • Ans. 

    As a Sr. Engineer in Tendering, I am responsible for managing tender processes, meeting targets, and ensuring successful project bids.

    • Managing tender processes from start to finish

    • Setting and achieving targets for project bids

    • Coordinating with various departments to gather necessary information for bids

    • Preparing and submitting competitive bids on time

    • Negotiating contracts and terms with clients

    • Ensuring compliance with

  • Answered by AI

Site Manager Interview Questions & Answers

user image Anonymous

posted on 24 Sep 2021

I applied via Referral and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Smart meter communication,HES(Two way communication)
  • Q2. Knowledge about MDM
  • Q3. MS Excel knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowledge about smart meter and HES technology

Site Manager Interview Questions asked at other Companies

Q1. Technical work procedures and how to follow up with material delivery
View answer (1)

CyanConnode interview questions for popular designations

 Data Analyst

 (1)

 Senior Tendering Engineer

 (1)

 Site Manager

 (1)

 Technical Support Engineer

 (1)

Interview questions from similar companies

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Personal details
  • Q2. Experience privious
Round 2 - One-on-one 

(3 Questions)

  • Q1. Personal details
  • Q2. Experience details
  • Q3. How u aproach handling team
  • Ans. 

    I approach handling my team with clear communication, setting goals, providing support, and fostering a positive work environment.

    • Establish clear expectations and goals for the team

    • Provide regular feedback and support to team members

    • Encourage open communication and collaboration within the team

    • Recognize and reward team members for their achievements

    • Address any conflicts or issues promptly and professionally

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Great company...plz joins
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com

Round 1 - Technical 

(5 Questions)

  • Q1. Write a js code to reverse a string.
  • Ans. 

    Use JavaScript to reverse a given string.

    • Create a function that takes a string as input

    • Use the split(), reverse(), and join() methods to reverse the string

    • Return the reversed string

  • Answered by AI
  • Q2. Write a js code fizz bizz
  • Ans. 

    FizzBuzz is a common coding challenge where numbers divisible by 3 are replaced with 'Fizz', numbers divisible by 5 are replaced with 'Buzz', and numbers divisible by both are replaced with 'FizzBuzz'.

    • Create a loop to iterate through numbers 1 to 100

    • Use if statements to check if the number is divisible by 3, 5, or both

    • Replace the number with 'Fizz', 'Buzz', or 'FizzBuzz' accordingly

  • Answered by AI
  • Q3. Angular life cycle hooks
  • Q4. What is Dependency Injection in angular?
  • Ans. 

    Dependency Injection is a design pattern in which a class receives its dependencies from an external source rather than creating them itself.

    • In Angular, Dependency Injection is used to provide instances of services to components.

    • It helps in creating loosely coupled components, making the code more maintainable and testable.

    • Example: In Angular, you can inject services like HttpClient, Router, etc. into components using

  • Answered by AI
  • Q5. What are the Directives in angular?
  • Ans. 

    Directives in Angular are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or transform the DOM element and its children.

    • Directives are used to extend HTML with new attributes or elements.

    • There are three types of directives in Angular: Component, Structural, and Attribute directives.

    • Examples of built-in directives in Angular include ngIf, ngFor, and ngStyle.

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - HR 

(2 Questions)

  • Q1. General Question Tell me about yourself
  • Q2. How soon you can join
Round 2 - Coding Test 

Read about MPIN that is used to access mobile banking apps

Many a times users end up setting an MPIN that is guessable because

1. It is a commonly used MPIN eg 1122

2. It is a combination of easily known demographics of the user. Eg: if the birthdate is 02- Jan-1998 then MPIN could be 0201 or 9802 or 0201 etc. Demographics such as these could be used alone or in a combination

a. DOB

b. Wedding Anniversary

c. Spouse birthday

Solutions Required

1. Part A: Assume that the MPIN is 4-digits. Write a program that suggests if the MPIN is a commonly used one. Ignore the demographics for this part

2. Part B: Enhance the above to take user's demographics as input and provides an output

a. Strength: WEAK or STRONG

3. Part C: Enhance the above to provide the following outputs

a. Strength: WEAK or STRONG

b. If weak then the reason why was it considered weak: It should give from the following the reasons as an array. Array should be empty if Strength is STRONG and non-empty if WEAK

i. COMMONLY_USED

ii. DEMOGRAPHIC_DOB_SELF

iii. DEMOGRAPHIC_DOB_SPOUSE

iv. DEMOGRAPHIC_ANNIVERSARY

4. Part E: Above with a 6-digit PIN

5. Write code that tests the above written code using a set of inputs. Write at least 20 test case in PYTHON

Destination expert Interview Questions & Answers

TripFactory user image Anonymous

posted on 12 Apr 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Favourite international destination
Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Favourite international destination

Interview Preparation Tips

Interview preparation tips for other job seekers - Need confidence, strong communication
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 2 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. Medium level SQL question
  • Q2. Case study on Bigbasket/Instagram
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2023. 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 - Technical 

(1 Question)

  • Q1. Just normal Swift question
Round 3 - Technical 

(1 Question)

  • Q1. Same thing, but kept asking the estimated timelines
Round 4 - HR 

(1 Question)

  • Q1. Just background checks

CyanConnode Interview FAQs

How many rounds are there in CyanConnode interview?
CyanConnode interview process usually has 1-2 rounds. The most common rounds in the CyanConnode interview process are Technical, Resume Shortlist and HR.
How to prepare for CyanConnode 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 CyanConnode. The most common topics and skills that interviewers at CyanConnode expect are Python, IPV6, JIRA, SQL and SAN.
What are the top questions asked in CyanConnode interview?

Some of the top questions asked at the CyanConnode interview -

  1. Smart meter communication,HES(Two way communicati...read more
  2. Project Related Questi...read more
  3. Knowledge about ...read more

Tell us how to improve this page.

CyanConnode Interview Process

based on 7 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 429 Interviews
KEC International Interview Questions
4.0
 • 295 Interviews
Thermax Limited Interview Questions
4.2
 • 247 Interviews
Suzlon Group Interview Questions
4.1
 • 128 Interviews
Cogoport Interview Questions
2.8
 • 52 Interviews
MyCaptain Interview Questions
3.2
 • 40 Interviews
View all

CyanConnode Reviews and Ratings

based on 32 reviews

4.6/5

Rating in categories

4.0

Skill development

4.6

Work-life balance

4.5

Salary

4.2

Job security

4.3

Company culture

4.5

Promotions

4.4

Work satisfaction

Explore 32 Reviews and Ratings
Manager
11 salaries
unlock blur

₹8.2 L/yr - ₹20.7 L/yr

Applications Engineer
8 salaries
unlock blur

₹2.7 L/yr - ₹6 L/yr

Lead Solution Engineer
7 salaries
unlock blur

₹12.5 L/yr - ₹16 L/yr

Field Application Engineer
5 salaries
unlock blur

₹2.2 L/yr - ₹3.1 L/yr

Senior Manager
5 salaries
unlock blur

₹23.5 L/yr - ₹32 L/yr

Explore more salaries
Compare CyanConnode with

Elofic Industries

3.9
Compare

Genus Power Infrastructures

4.0
Compare

Hpl Electric & Power

3.5
Compare

KEC International

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