Cisco Technical Test Questions

Cisco Technical Test Questions 2023

This page will help you get Cisco Technical Test Questions and Answers asked in the company’s Recruitment Process. Other than that you will find Insights on the Steps involved in the Recruitment Process, Eligibility Criteria, CTC Offered, Interview Rounds, and Job Profiles. 
Cisco offers various roles for freshers like ASIC Engineer, and Software Engineer, and many more. To get more specific details please go through this page. 

cisco-coding-questions

About Cisco

Cisco Systems, Inc. is a multinational technology company headquartered in San Jose, California, United States. Founded in 1984, Cisco is a leading provider of networking hardware, software, and services. The company is known for its networking and communication technologies, which are used by businesses, governments, and individuals worldwide.

Cisco offers a wide range of products and solutions, including routers, switches, firewalls, wireless systems, collaboration tools, data center infrastructure, and security systems. These products enable organizations to connect and communicate efficiently and securely.

About Cisco Recruitment Process

This Cisco Recruitment process consists of the following steps :

  1. Online Assessment [Coding Round]
  2. Technical Interview
  3. HR Interview
We have mentioned further details of the Cisco Recruitment Process in the following Tabular Form
CiscoRelated Information
Position :
  • Software Engineer
Course :
  • B.E / B.Tech – CS, IT, EC, EN & EEE.
  • Eligible Batch – 2022 & 2023
Eligibility Criteria / Academic Qualification Required :
  • Minimum  85 % Score is required in 10th / 12th/ Graduation.
  • No Current Backlogs
Cost to Company (CTC)
  • ₹ 12.5 L.P.A
Selection Process :
  1. Online Technical Assessment
  2. Technical Interview
  3. HR Interview

Details of  Cisco Recruitment Process

Cisco Recruitment Process starts with Online Assessment and followed by a Technical Interview, we have given the further details below :

RoundsTopicsTime
Online AssessmentAdvanced Coding Questions~ 90 Minutes
Technical InterviewDSA, OS, Computer Networks, DBMS, OOPs Concepts & other Core Subjects.~ 1.5 – 2 Hours

Prime Course Trailer

Related Banners

Get PrepInsta Prime & get Access to all 200+ courses offered by PrepInsta in One Subscription

Cisco Technical Test Questions

1. Which of the following is not a valid C variable name?

myVar

myVar

7.65%

123var

123var

65.29%

_var

_var

22.94%

Var123

Var123

4.12%

Currently there is no PrepInsta Explanation.

2. What is the output of the following C code snippet?
printf("%d", sizeof(int));

2

2

21.57%

8

8

9.8%

4

4

38.56%

Compiler-dependent

Compiler-dependent

30.07%

Currently there is no PrepInsta Explanation.

3. Which of the following is not a fundamental data type in C?

string

string

82.12%

int

int

3.97%

float

float

8.61%

char

char

5.3%

Currently there is no PrepInsta Explanation.

4. Which of the following is not a characteristic of object-oriented programming (OOP)?

Encapsulation

Encapsulation

3.42%

Inheritance

Inheritance

2.05%

Polymorphism

Polymorphism

0.68%

Sequential execution

Sequential execution

93.84%

Currently there is no PrepInsta Explanation.

5. In networking, which protocol is used for sending emails?

HTTP

HTTP

25.33%

FTP

FTP

7.33%

SMTP

SMTP

62.67%

DNS

DNS

4.67%

Currently there is no PrepInsta Explanation.

6. Which data structure is used for implementing a queue?

Array

Array

25.53%

Linked List

Linked List

48.23%

Stack

Stack

24.82%

Tree

Tree

1.42%

Currently there is no PrepInsta Explanation.

7. What is the time complexity of the quicksort algorithm in the average case?

O(n)

O(n)

14.29%

O(n^2)

O(n^2)

12.03%

O(n log n)

O(n log n)

54.89%

O(log n)

O(log n)

18.8%

Currently there is no PrepInsta Explanation.

8. In operating systems, what is the purpose of virtual memory?

Allow multiple processes to share the memory

Allow multiple processes to share the memory

26.83%

Increase the speed of disk access

Increase the speed of disk access

10.57%

Provide additional storage for system files

Provide additional storage for system files

32.52%

Increase the amount of available RAM

Increase the amount of available RAM

30.08%

Currently there is no PrepInsta Explanation.

9. Which operator has the highest precedence in C?

+

+

18.4%

%

%

28.8%

|

|

12%

&&

&&

40.8%

Currently there is no PrepInsta Explanation.

10. What is the result of the following pseudo-code?
x = 10
y = x++
z = ++x

x = 10, y = 10, z = 12

x = 10, y = 10, z = 12

49.58%

x = 11, y = 10, z = 12

x = 11, y = 10, z = 12

15.13%

x = 11, y = 11, z = 12

x = 11, y = 11, z = 12

21.85%

x = 12, y = 10, z = 12

x = 12, y = 10, z = 12

13.45%

Currently there is no PrepInsta Explanation.

11. Which of the following is not a valid comparison operator in pseudocode?

>

>

4.27%

>=

>=

2.56%

<>

<>

88.89%

==

==

4.27%

Currently there is no PrepInsta Explanation.

12. In C, what is the size of the long double data type?

2 Bytes

2 Bytes

3.39%

4 Bytes

4 Bytes

12.71%

8 Bytes

8 Bytes

70.34%

Compiler Dependent

Compiler Dependent

13.56%

Currently there is no PrepInsta Explanation.

13. In OOP, what is the process of creating an object called?

Inheritance

Inheritance

9.17%

Abstraction

Abstraction

15%

Instantiation

Instantiation

70.83%

Encapsulation

Encapsulation

5%

Currently there is no PrepInsta Explanation.

14. Which network topology requires a central controller or hub?

Bus

Bus

14.05%

Star

Star

63.64%

Ring

Ring

11.57%

Mesh

Mesh

10.74%

Currently there is no PrepInsta Explanation.

15. Which data structure uses LIFO (Last In, First Out) order?

Stack

Stack

77.42%

Queue

Queue

13.71%

Heap

Heap

7.26%

Tree

Tree

1.61%

Currently there is no PrepInsta Explanation.

16. Which algorithm is used to find the shortest path in a graph with non-negative edge weights?

Prim's algorithm

Prim's algorithm

12.82%

Kruskal's algorithm

Kruskal's algorithm

12.82%

Dijkstra's algorithm

Dijkstra's algorithm

58.12%

Bellman-Ford algorithm

Bellman-Ford algorithm

16.24%

Currently there is no PrepInsta Explanation.

17. In the context of operating systems, what is a deadlock?

A process that has terminated unexpectedly

A process that has terminated unexpectedly

18.42%

A process that is waiting for a resource indefinitely

A process that is waiting for a resource indefinitely

64.04%

A process that is consuming excessive CPU time

A process that is consuming excessive CPU time

9.65%

A process that is accessing an invalid memory address

A process that is accessing an invalid memory address

7.89%

Currently there is no PrepInsta Explanation.

18. What is the result of the following expression in C?
int x = 5;
int y = 2;
int z = x / y;
printf("%d", z);

2.5

2.5

20.54%

2

2

67.86%

2.0

2.0

8.04%

Compiler-dependent

Compiler-dependent

3.57%

Currently there is no PrepInsta Explanation.

19. Which of the following is a bitwise operator in C?

&&

&&

23.21%

||

||

13.39%

^

^

61.61%

%

%

1.79%

Currently there is no PrepInsta Explanation.

20. In pseudocode, which loop structure is used to repeat a set of statements until a condition becomes false?

For Loop

For Loop

21.43%

Switch Loop

Switch Loop

10.71%

While Loop

While Loop

54.46%

do while loop

do while loop

13.39%

Currently there is no PrepInsta Explanation.

×

Please login to report

The above-given MCQs were asked along with Coding Questions in the Cisco Technical Test. For getting Sample Cisco Coding Questions with Solution, click on the button given below:

FAQs related to Cisco Technical Test

Question 1: How many rounds are there in Cisco Recruitment Process?

Total number of Rounds in the Cisco Recruitment Process is:-

  1. Online Aptitude + Technical Test
  2. Technical Interview
  3. HR Interview

Please note that Cisco may conduct 2 Technical rounds after the Online Assessment in which Advanced levels of Questions based on DSA and other Core Subjects of Computer Science Engineering can be asked.

Question 2: What is the eligibility criteria for Cisco?

Eligibility Criteria for Cisco for hiring Software Engineer is:-

  • BE/B.Tech – CS/IT and circuital branches.
  • Minimum 80 % or equivalent C.G.P.A in academics.

Get over 200+ course One Subscription

Courses like AI/ML, Cloud Computing, Ethical Hacking, C, C++, Java, Python, DSA (All Languages), Competitive Coding (All Languages), TCS, Infosys, Wipro, Amazon, DBMS, SQL and others

Checkout list of all the video courses in PrepInsta Prime Subscription

Checkout list of all the video courses in PrepInsta Prime Subscription