Given a string s, return the number of palindromic substrings in it. A string is a palindrome when it reads the same backward as forward. A substring is a contiguous sequence of characters within the string. Example 1: Input: s = "abc" Output: 3 Explanation: Three palindromic strings: "a", "b", "c". Example 2: Input: s = "aaa" Output: 6 Explanation: Six palindromic strings: "a", "a", "a", "aa", "aa", "aaa".
Developer Intern Interview Questions
5,258 developer intern interview questions shared by candidates
Why do you want to choose software engineering?
What is your long-term career goal(s) in 5-10 years?
basic html tags and basics of php
Question of react js and aws is plus point
Asked about mongodb aggregators and given one scenerio and asked which monogodb aggregator is more suitable for this?
They asked me how to generate a table using Python and how to create cards utilizing HTML and CSS.
Java Basic Concepts, Oops, Web development ,HTML,CSS, Advanced Java, Algorithms.
sorting algorithms.. Given a set of integers and asked the best method
Some sorting question. Built-in libraries are on the table. They wanted a linear solution that is easy to spot.
Viewing 901 - 910 interview questions