Question
A frog wants to cross the pond. He saw 5 turtle’s
shell which can help him to reach at the end of pond. Frog can move either 1 or 2 steps at a time. Find the number of ways in which a frog can cross the river? (Frog can’t take double step from last shell).Solution
The frog needs to take 6 steps to cross the pond. He can do this in the following ways: Crossing the pond by 6-unit steps = 1 way. Crossing the pond by 4-unit steps and 1 double step = 5C1 = 5C4 = 5 ways. Crossing the pond by 2-unit steps and 2 double steps = 4C2 = 6 ways. Crossing the pond by 3 double steps = 1 way. Hence, the required number of ways = 1 + 5 + 6 + 1 = 13
Which web application vulnerability is most commonly exploited through code injection, allowing attackers to manipulate database queries?Â
Which of the following is a common challenge in transitioning from a monolithic to a microservices architecture?Â
In Big Data architecture, which component is responsible for real-time data streaming?
Which is relational Database
Which of the following protocol is a network layer protocol and used for reporting errors?
Which of the following statements accurately describes hard computing?
What is the name of the challenge in email forensics, when criminals used to present an email as someone else’s and in this case the machine will rece...
Which of the following is an example of SaaS?
Which is connectionless and unreliable protocol
What is a best practice for securing remote access in Windows and Unix/Linux environments?Â