Upload Button Icon Add office photos

Cisco

Compare button icon Compare button icon Compare
4.2

based on 1.7k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Cisco Data Engineer Interview Questions, Process, and Tips

Updated 3 Oct 2024

Top Cisco Data Engineer Interview Questions and Answers

  • Q1. Optimal Strategy for a Game You and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as fo ...read more
  • Q2. Covid Vaccination We are suffering from the Second wave of Covid-19. The Government is trying to increase its vaccination drives. Ninja wants to help the Government to pl ...read more
  • Q3. Search In Rotated Sorted Array Aahad and Harshit always have fun by solving problems. Harshit took a sorted array and rotated it clockwise by an unknown amount. For examp ...read more
View all 6 questions

Cisco Data Engineer Interview Experiences

3 interviews found

Data Engineer Interview Questions & Answers

user image Pradeep Yogesh

posted on 3 Oct 2024

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

(1 Question)

  • Q1. Asked about projects

Data Engineer Interview Questions & Answers

user image DAVID UGOCHUKWU

posted on 4 Jul 2024

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

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How would you build a pipeline for a Machine learning project?
  • Ans. 

    To build a pipeline for a Machine learning project, you need to collect data, preprocess it, train the model, evaluate its performance, and deploy it.

    • Collect relevant data from various sources

    • Preprocess the data by cleaning, transforming, and normalizing it

    • Split the data into training and testing sets

    • Train the machine learning model using the training data

    • Evaluate the model's performance using the testing data

    • Fine-tune...

  • Answered by AI
  • Q2. How do you measure the performance of a model?
  • Ans. 

    Performance of a model can be measured using various metrics such as accuracy, precision, recall, F1 score, ROC curve, and confusion matrix.

    • Use accuracy to measure the overall correctness of the model's predictions.

    • Precision measures the proportion of true positive predictions out of all positive predictions.

    • Recall measures the proportion of true positive predictions out of all actual positives.

    • F1 score is the harmonic...

  • Answered by AI

Skills evaluated in this interview

Data Engineer Interview Questions Asked at Other Companies

asked in Cisco
Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing ... read more
asked in Sigmoid
Q2. Next Greater ElementYou are given an array arr of length N. You h ... read more
asked in Sigmoid
Q3. Search In Rotated Sorted ArrayAahad and Harshit always have fun b ... read more
asked in Cisco
Q4. Covid VaccinationWe are suffering from the Second wave of Covid-1 ... read more
asked in Sigmoid
Q5. K-th element of 2 sorted arrayYou are given two sorted arrays/lis ... read more

Data Engineer Interview Questions & Answers

user image CodingNinjas

posted on 4 Apr 2022

I was interviewed in Jan 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

It had 14 MCQ questions and one coding question.

  • Q1. Optimal Strategy for a Game

    You and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line.

    The rule of the game is as follows:

    1. Each coin has ...
  • Ans. 

    The task is to find the maximum amount you can definitely win in a game of coins against an opponent who plays optimally.

    • The game is played with alternating turns, and each player can pick the first or last coin from the line.

    • The value associated with the picked coin adds up to the total amount the player wins.

    • To maximize your winnings, you need to consider all possible combinations of coin picks.

    • Use dynamic programmin...

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

It started with introduction , discussion of some projects I did (in depth)
After as i have Machine Learning in my resume , asked some questions regrading data quality , how to improve it . What is considered as bad data
Then 2 DSA questions 
3-4 SQL queries : nth largest salary , JOINS, etc

  • Q1. Search In Rotated Sorted Array

    Aahad and Harshit always have fun by solving problems. Harshit took a sorted array and rotated it clockwise by an unknown amount. For example, he took a sorted array = [1, 2,...

  • Ans. 

    This is a problem where we need to search for a given number in a rotated sorted array.

    • The array is sorted and then rotated, so we can use binary search to find the number.

    • We can find the pivot point where the rotation happened and then perform binary search on the appropriate half of the array.

    • To find the pivot point, we can use a modified binary search algorithm.

    • Once we find the pivot point, we can determine which ha...

  • Answered by AI
  • Q2. Next Greater Number

    You are given a string S which represents a number. You have to find the smallest number strictly greater than the given number which contains the same set of digits as of the original ...

  • Ans. 

    The task is to find the smallest number greater than the given number, with the same set of digits.

    • Iterate through the digits of the given number from right to left.

    • Find the first digit that is smaller than the digit to its right.

    • Swap this digit with the smallest digit to its right that is greater than it.

    • Sort the digits to the right of the swapped digit in ascending order.

    • If no such digit is found, return -1.

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

It was the managerial round

Started from projects , tech stack used , SQL query , Joins, Normalization 
and simple discussion of space and time after coding binary search both iterative and recursive

  • Q1. Covid Vaccination

    We are suffering from the Second wave of Covid-19. The Government is trying to increase its vaccination drives. Ninja wants to help the Government to plan an effective method to help incr...

  • Ans. 

    This question asks for finding the maximum number of vaccines administered on a specific day during a vaccination drive, given the total number of days, total number of vaccines available, and the day number.

    • Read the number of test cases

    • For each test case, read the number of days, day number, and total number of vaccines available

    • Implement a logic to find the maximum number of vaccines administered on the given day num...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Data Engineer in BengaluruEligibility criteria8.5 CGPA at some post (not sure of the role i applied for)Cisco interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms, Dynamic Programming Projects, DBMS, sql queries, Indexing , NormalizationTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice on leetcode ( numbers are not important but you should be able to the approach where its required and that comes with practice)
Tip 2 : Be Clear with your projects, your role. (They really go in depth with projects and internships)
Tip 3 : Do look into the job role and have an idea about the job role and what is expected, (this shows that you are interested in the role)

Application resume tips for other job seekers

Tip 1 : Don't make it too fancy as sometime , resume parse wont be parsing your resume correctly that may lead to rejection.
Tip 2 : Don't lie about anything in resume, its a red flag. You should be able to justify everything that is there in the resume.
Tip 3 : Highlight things that you want to showcase . coding profiles , project, tech stack, achievement

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. String reverse without using loop
  • Ans. 

    Reverse a string without using a loop.

    • Use the built-in string manipulation functions in your programming language.

    • Convert the string to an array of characters, reverse the array, and then convert it back to a string.

    • Use recursion to reverse the string by swapping the first and last characters.

  • Answered by AI
  • Q2. Finding an equilibrium point in an array
  • Ans. 

    Finding an equilibrium point in an array

    • An equilibrium point is a position in an array where the sum of elements on the left is equal to the sum of elements on the right

    • Iterate through the array and calculate the sum of elements on the left and right of each position

    • If the sums are equal, return the position as the equilibrium point

    • If no equilibrium point is found, return -1

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between Monolithic and microservice architecture?
  • Ans. 

    Monolithic architecture is a single-tiered software application where all components are tightly coupled, while microservice architecture is a distributed system where each component is loosely coupled and independently deployable.

    • Monolithic architecture is a single, indivisible unit, while microservice architecture is composed of small, independent services.

    • In monolithic architecture, all components share the same cod...

  • Answered by AI
  • Q2. How GENAI is going to solve the Telecom pain points?
  • Ans. 

    GENAI will use advanced data analytics to identify and address pain points in the telecom industry.

    • Utilizing machine learning algorithms to analyze customer data and predict churn rates

    • Implementing predictive maintenance to reduce network downtime

    • Optimizing network performance through data-driven insights

    • Personalizing customer experiences through targeted marketing strategies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be honest and confident while answering

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Data structure algorithm questions related to various scenarios
  • Q2. DS Algo related questions which revolved around different scenarios
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It includes two DSA questions and some aptitude questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. Give the maximum element at any point of time for after pop and push
  • Q3. Reverse a string
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Phone Call 

(2 Questions)

  • Q1. Tell me about your previous company role ?
  • Ans. 

    I was a software engineer responsible for developing and maintaining web applications for a financial services company.

    • Developed and maintained web applications using technologies such as Java, Spring, and Angular

    • Collaborated with cross-functional teams to gather requirements and deliver solutions

    • Participated in code reviews and testing to ensure high quality software

    • Implemented new features and enhancements to improve

  • Answered by AI
  • Q2. Willing to join Arista ?
  • Ans. 

    Yes, I am willing to join Arista as a Software Engineer.

    • I am excited about the opportunity to work at Arista and contribute to their innovative projects.

    • I have researched the company and believe that my skills align well with their values and goals.

    • I am confident that I can make a positive impact on the team and help drive success at Arista.

  • Answered by AI
Round 2 - Coding Test 

One Hr interview with 3-4 coding questions on strings,array and linked list

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

(1 Question)

  • Q1. Java basics , oops , spring
Round 2 - One-on-one 

(1 Question)

  • Q1. Manger round basics behavior

Cisco Interview FAQs

How many rounds are there in Cisco Data Engineer interview?
Cisco interview process usually has 1 rounds. The most common rounds in the Cisco interview process are Technical.
How to prepare for Cisco Data Engineer 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 Cisco. The most common topics and skills that interviewers at Cisco expect are Python, cisco, Analytics, Information Technology and SQL.
What are the top questions asked in Cisco Data Engineer interview?

Some of the top questions asked at the Cisco Data Engineer interview -

  1. How would you build a pipeline for a Machine learning proje...read more
  2. How do you measure the performance of a mod...read more

Tell us how to improve this page.

Data Engineer Interview Questions from Similar Companies

View all
Cisco Data Engineer Salary
based on 72 salaries
₹10 L/yr - ₹41 L/yr
126% more than the average Data Engineer Salary in India
View more details

Cisco Data Engineer Reviews and Ratings

based on 3 reviews

4.2/5

Rating in categories

3.2

Skill development

5.0

Work-Life balance

3.6

Salary & Benefits

4.6

Job Security

5.0

Company culture

3.6

Promotions/Appraisal

3.2

Work Satisfaction

Explore 3 Reviews and Ratings
Software Engineer
2.6k salaries
unlock blur

₹10 L/yr - ₹37.8 L/yr

Technical Consulting Engineer
646 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Senior Software Engineer
615 salaries
unlock blur

₹13.4 L/yr - ₹48.8 L/yr

Network Engineer
392 salaries
unlock blur

₹3.8 L/yr - ₹15.6 L/yr

Network Consulting Engineer
343 salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Explore more salaries
Compare Cisco with

Google

4.4
Compare

Microsoft Corporation

4.1
Compare

Hewlett Packard Enterprise

4.2
Compare

Juniper Networks

4.2
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