Javascript Program To Reverse Words In A Given String
Example: Let the input string be “i like this program very much”. The function should change the string to “much very program this like i”...
read more
How to find Shortest Paths from Source to all Vertices using Dijkstra’s Algorithm
Given a weighted graph and a source vertex in the graph, find the shortest paths from the source to all the other vertices in the given graph....
read more
Reverse words in a given string
Given a string, the task is to reverse the order of the words in the given string....
read more
Count set bits in an integer
Write an efficient program to count the number of 1s in the binary representation of an integer.Examples :...
read more
C++ Program To Reverse Words In A Given String
Example: Let the input string be “i like this program very much”. The function should change the string to “much very program this like i”...
read more
Java Program To Reverse Words In A Given String
Example: Let the input string be “i like this program very much”. The function should change the string to “much very program this like i”...
read more
Cisco Systems Interview Experience | On-Campus 2021
As it always Does, Cisco systems was the first company visiting our college for “VIRTUAL” Placement drive 2021. (Virtual Due to COVID-19 Pandemic)...
read more
Configuring NAT For IP Address Conservation in Cisco
IP address conservation is the goal of Network Address Translation (NAT). It makes it possible for private IP networks to connect to the Internet using unregistered IP addresses. Before packets are routed to another network, NAT acts as a router, typically connecting two networks, and converts the private (not globally unique) addresses in the internal network into lawful addresses. NAT can be set up to only advertise one address to the outside world for the entire network as part of this functionality. Effectively concealing the entire internal network behind one address, boosts security. NAT is frequently used in contexts with remote access because it provides the combined benefits of security and address conservation....
read more
Cisco Interview Experience-Consulting Engineer
There were a total of 4 Rounds in the interview process....
read more
Cisco Interview Experience SDE-1
My placement experience was a roller coaster of emotions. At one point, I felt very confident, and at others, I had no self-esteem and was terrified. I started to practice coding for interviews on Interviewbit during the summer vacation during my internship days because I had no prior experience in competitive programming. However, due to a tight schedule, I couldn’t keep up with it. Eventually, after the start of my 7th semester in July’19, I began full-fledged competitive coding practice....
read more
Cisco Interview Experience for Internship (On-Campus) 2023-24
Cisco conducted a Code-a-thon in July (mid) after an online coding assessment. unfortunately, our team was not shortlisted but we performed well in the coding test....
read more
How to Deploy Cable Devices in Cisco Packet Tracer?
The main purpose of Cisco Packet Tracer is to help students learn the principles of networking with hands-on experience as well as develop Cisco technology specific skills. Since the protocols are implemented in software only methods, this tool cannot replace hardware Routers or Switches. Interestingly, this tool does not only include Cisco products but also many more networking devices....
read more