Upload Button Icon Add office photos

Filter interviews by

Indian Cable Net Company Interview Questions and Answers

Updated 17 Apr 2023

Indian Cable Net Company Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2022. 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 - One-on-one 

(3 Questions)

  • Q1. Just to check behaviour and attitude
  • Q2. How network works
  • Ans. 

    A network is a group of interconnected devices that communicate with each other to share resources and information.

    • Devices are connected through various mediums such as cables, wireless signals, or satellites.

    • Data is transmitted through the network using protocols such as TCP/IP.

    • Networks can be classified based on their size and geographical location, such as LAN, WAN, and MAN.

    • Network security is crucial to protect aga

  • Answered by AI
  • Q3. How network troubleshoot done
  • Ans. 

    Network troubleshooting involves identifying and resolving issues in a network.

    • Identify the problem by gathering information from users and network devices

    • Isolate the problem by testing different components of the network

    • Resolve the problem by implementing a solution or workaround

    • Verify the solution by testing the network again

    • Document the problem and solution for future reference

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Indian Cable Net Company Network Engineer interview:
  • Routing
  • Switching
Interview preparation tips for other job seekers - Keep calm and be gentle

Skills evaluated in this interview

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)

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

There are30 multiple chocke quetsions

Round 2 - Technical 

(5 Questions)

  • Q1. What is troubleshooting
  • Q2. What is diagnosing
  • Q3. What is email writing
  • Q4. What is java andu know it
  • Q5. What is sql how can

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview no need to panic questions can be well known
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

This is good experience đź‘Ť

Round 2 - Group Discussion 

This is good experience đź‘Ť bhut hi accha rha h

Round 3 - One-on-one 

(5 Questions)

  • Q1. Aapka naam kya hai
  • Q2. Aapke pass phone hai laptop hai
  • Q3. Aap kahan se Hain
  • Q4. Aap is job ko kar payenge
  • Q5. Aapke yahan per net theek chalta hai
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

1 Hour test to test Analytical skills and General Aptitude

Round 2 - Guesstimates 

(4 Questions)

  • Q1. How many people in the area you live in own a car?
  • Ans. 

    It is estimated that around 80% of the population in the area I live in own a car.

    • Approximately 80% of people in the area own a car

    • Car ownership is common due to lack of public transportation options

    • Many households have multiple cars for different family members

  • Answered by AI
  • Q2. Measure 4 Liters out of two vessels that are of 5 Liters and 3 Liters
  • Q3. How do you manage a conflict in the workplace?
  • Ans. 

    I manage conflicts by actively listening, understanding all perspectives, finding common ground, and facilitating a resolution.

    • Actively listen to all parties involved to understand their perspectives

    • Identify common ground and areas of agreement

    • Facilitate open communication and encourage collaboration

    • Seek a win-win solution that addresses the concerns of all parties

    • Document agreements and follow up to ensure resolution

  • Answered by AI
  • Q4. The overall quality of the process isn't improving. How do you tackle this situation?
  • Ans. 

    To improve the overall quality of the process, I would focus on identifying root causes, implementing process improvements, and monitoring results.

    • Conduct a thorough analysis to identify the root causes of the quality issues

    • Collaborate with stakeholders to develop and implement process improvements

    • Establish key performance indicators (KPIs) to monitor the effectiveness of the changes

    • Regularly review and adjust the proc...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. One thing that you would do differently from your previous manager?
  • Ans. 

    I would focus more on fostering a collaborative team environment.

    • Encourage open communication and idea sharing among team members

    • Promote a culture of teamwork and mutual support

    • Implement regular team-building activities to strengthen relationships

  • Answered by AI
  • Q2. What is the angle between minute and hour clock when the clock strikes 2:20?
  • Ans. 

    The angle between the minute and hour hands of a clock at 2:20 is 50 degrees.

    • Calculate the angle formed by the hour hand from 12 o'clock to the current time (2:20)

    • Calculate the angle formed by the minute hand from 12 o'clock to the current time (20 minutes past the hour)

    • Subtract the smaller angle from the larger angle to get the angle between the minute and hour hands

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Turing Lead Business Analyst interview:
  • Analytical skills
  • Operations
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. What is react.js? Ans: React.js is javascript library used for building the UI components.
  • Ans. 

    React.js is a JavaScript library used for building user interfaces by creating reusable UI components.

    • React.js allows developers to create interactive user interfaces efficiently.

    • It uses a virtual DOM for optimal performance by updating only the necessary components.

    • React components can be reused across different parts of an application.

    • It follows a unidirectional data flow, making it easier to manage state and data.

    • Re...

  • Answered by AI
  • Q2. What is JavaScript? Ans: javaScript is type free language that means to declare the variable we don't any specific datatype and values. javascript is a dynamic type language.
  • Q3. Why javascript is Dynamic language? Ans: The type of variable is dynamically changed based on the its current value. that is the reason the javascript is treated as as dynamic language.
  • Ans. 

    JavaScript is considered a dynamic language because variables can change types based on their current value.

    • Variables in JavaScript can hold different types of values at different times

    • The type of a variable is determined at runtime, not at compile time

    • Dynamic typing allows for flexibility and ease of use in JavaScript programming

    • Example: a variable can start as a number and then be reassigned as a string

  • Answered by AI
  • Q4. How to run the jscode? Ans: In terminal type the node filename.js
Round 2 - HR 

(2 Questions)

  • Q1. Why should i hire you? Ans: you should hire me because of i have great skills on the frontend development. and improve the organizations standard with my work and skills.
  • Q2. What is salary expection per annum? Ans: upto 600000
  • Ans. 

    My salary expectation is up to 600,000 per annum based on my experience and skills.

    • Consider factors such as experience, skills, industry standards, and location when determining salary expectations.

    • Research average salaries for front end developers in your area to ensure your expectations are realistic.

    • Be prepared to negotiate and discuss other benefits in addition to salary.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tracxn Front end Developer interview:
  • Html5
  • CSS3
  • React.Js
  • Bootstrap
  • Javascript
Interview preparation tips for other job seekers - no

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Coding test was really good it was easier to tackle the problem and writting code for it.

Round 2 - Technical 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What is the major project you have worked on, and can you provide an explanation of it?
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database storage

    • Incorporated authentication and authorization features for user security

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. SQL ques and concept
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Mostly Aptitude, Reasoning,Verbal in the round-1 with 60 questions

Round 2 - Coding Test 

2 programming questions - you can select which language u are comfortable

Round 3 - Technical 

(1 Question)

  • Q1. It's purely based on your resume, so which language u are comfortable they can prefer to ask that's the thing

Interview Preparation Tips

Interview preparation tips for other job seekers - Please whenever you are trying to submit your resume to particular company... Check the specifications what they want, what's on your resume.. based on that only your profile can select to next round..!
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Modern Education Societys College of Engineering, Pune and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

5G technology, 2 mins to prepare, Calls out name and then we have to turn on camera and speak.

Round 2 - Group Discussion 

Impact of E-commerce on bricks and motors

Round 3 - One-on-one 

(6 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for software development.

    • Graduated with a Bachelor's degree in Computer Science

    • Proficient in programming languages such as Java, Python, and C++

    • Completed internships at tech companies like Google and Microsoft

    • Interested in machine learning and artificial intelligence

  • Answered by AI
  • Q2. Research Internship based questions on python which I mentioned in my Resume
  • Q3. Doctype Html - Why is it mentioned? HTML - Inline and block elements
  • Q4. What is OOP? Explain its five pillars.
  • Ans. 

    OOP stands for Object-Oriented Programming. Its five pillars are encapsulation, inheritance, polymorphism, abstraction, and composition.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Creating new classes by inheriting attributes and methods from existing classes.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstrac...

  • Answered by AI
  • Q5. SQL - Select query syntax and types of join
  • Ans. 

    SQL select query syntax and types of join

    • SQL SELECT query syntax: SELECT column1, column2 FROM table_name WHERE condition

    • Types of joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL JOIN

    • Example: SELECT orders.order_id, customers.customer_name FROM orders INNER JOIN customers ON orders.customer_id = customers.customer_id

  • Answered by AI
  • Q6. JAVA - DSA Questions 1. For range 1 to 100, if number divisible by 3 print "Zig", if number divisible by 5 print "Zag" and if divisible by both print "Zig-Zag". 2. Find second largest element in a given ar...

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your resume thoroughly and actually know every detail of the tech stack you mention in it.

Skills evaluated in this interview

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

I applied via campus placement at International Institute of Information Technology (IIIT), Allahabad and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

2 sections 37 minutes first section aptitude and case study based que , section 2 maths and logic

Round 2 - Technical 

(4 Questions)

  • Q1. Intro and why interested in tradinf
  • Ans. 

    I have always been fascinated by the financial markets and enjoy analyzing trends and data to make informed decisions.

    • I have a strong background in finance and data analysis, which makes me well-suited for a role as a Financial Marketing Analyst.

    • I am passionate about understanding consumer behavior and market dynamics to develop effective marketing strategies.

    • I have experience in conducting market research and competit...

  • Answered by AI
  • Q2. Any experience in trading share your experience and if yes share your screen and show your portfolio if you want
  • Q3. Explain your trading strategy
  • Ans. 

    My trading strategy involves a combination of technical analysis, fundamental analysis, and risk management.

    • I use technical analysis to identify entry and exit points based on chart patterns and indicators.

    • I also consider fundamental analysis to evaluate the financial health and growth potential of the companies I invest in.

    • Risk management is a key component of my strategy, as I set stop-loss orders and diversify my po...

  • Answered by AI
  • Q4. Biggest risk you have taken in your life
  • Ans. 

    The biggest risk I have taken in my life was quitting my stable job to start my own business.

    • Left a secure job to pursue entrepreneurship

    • Invested personal savings into the business

    • Took on financial risks without guaranteed income

    • Faced uncertainty and challenges in the initial stages

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer was very friendly and easy to talk he was just interested in knowing about my interest in trading .
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. What can you tell me about SCCM technology?
  • Ans. 

    SCCM (System Center Configuration Manager) is a software management suite developed by Microsoft for managing large groups of computers running Windows OS.

    • SCCM allows for remote control, patch management, software distribution, operating system deployment, network access protection, and hardware and software inventory.

    • It helps organizations to manage their IT infrastructure more efficiently and securely.

    • SCCM integrates...

  • Answered by AI
  • Q2. What is Active Directory and how does it function?
  • Ans. 

    Active Directory is a directory service developed by Microsoft for Windows domain networks.

    • Centralized database for managing network resources

    • Stores information about users, computers, groups, and more

    • Allows for authentication and authorization of users and computers

    • Enables administrators to manage and secure network resources

    • Supports features like Group Policy, LDAP, and Kerberos authentication

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Communication skills
  • Q2. Personal information about studies and family

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong technical skills are required.

Indian Cable Net Company Interview FAQs

How many rounds are there in Indian Cable Net Company interview?
Indian Cable Net Company interview process usually has 2 rounds. The most common rounds in the Indian Cable Net Company interview process are Resume Shortlist and One-on-one Round.
How to prepare for Indian Cable Net Company 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 Indian Cable Net Company. The most common topics and skills that interviewers at Indian Cable Net Company expect are Accounts Finalisation, Communication Skills, Corporate, Excel Powerpoint and Excel Report Preparation.
What are the top questions asked in Indian Cable Net Company interview?

Some of the top questions asked at the Indian Cable Net Company interview -

  1. How network troubleshoot d...read more
  2. How network wo...read more
  3. Just to check behaviour and attit...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Indian Cable Net Company interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

McKinsey & Company Interview Questions
3.9
 • 252 Interviews
Tata Play Interview Questions
4.0
 • 67 Interviews
DISH TV Interview Questions
3.5
 • 56 Interviews
Gtpl Hathway Interview Questions
4.0
 • 24 Interviews
Videocon d2h Interview Questions
3.8
 • 23 Interviews
Airtel DTH Services Interview Questions
4.2
 • 21 Interviews
Siti Networks Interview Questions
4.0
 • 11 Interviews
DEN Networks Interview Questions
3.6
 • 9 Interviews
Sun Direct TV Interview Questions
4.0
 • 7 Interviews
View all

Indian Cable Net Company Reviews and Ratings

based on 56 reviews

4.4/5

Rating in categories

3.6

Skill development

4.0

Work-Life balance

3.6

Salary & Benefits

4.3

Job Security

3.9

Company culture

3.1

Promotions/Appraisal

3.6

Work Satisfaction

Explore 56 Reviews and Ratings
Field Engineer
7 salaries
unlock blur

â‚ą1.3 L/yr - â‚ą2 L/yr

NOC Engineer
6 salaries
unlock blur

â‚ą2.5 L/yr - â‚ą4.7 L/yr

Senior Officer
6 salaries
unlock blur

â‚ą3 L/yr - â‚ą4.7 L/yr

Network Engineer
6 salaries
unlock blur

â‚ą3.5 L/yr - â‚ą5.5 L/yr

NOC Support Engineer
6 salaries
unlock blur

â‚ą2 L/yr - â‚ą3.1 L/yr

Explore more salaries
Compare Indian Cable Net Company with

Hathway

3.5
Compare

DEN Networks

3.6
Compare

Gtpl Hathway

4.0
Compare

Siti Networks

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview