HackerRank Test Coding Questions Answers
1 / 29
Input : NA
Output : NA
Tags:Nagarro
2 / 29
Input : this is crazy and fun
Output :
Tags:Nagarro
3 / 29
Input : NA
Output : NA
Tags:Nagarro
4 / 29
Input : n =10
Output :
Tags:Societe Generale
5 / 29
Input : NA
Output : NA
Tags:Societe Generale
6 / 29
Input : NA
Output : NA
Tags:Societe Generale
7 / 29
Input : NA
Output : NA
Tags:Societe Generale
8 / 29
Each date is in the form ddmmmyyyy where
dd is the set {0-31}
mmm is in the set {Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec)
yyyy is four digits.
Example
dates = {'01 Mar 2017';'03 Feb 2017';'15 Jan 1998']
The array dates sort to ['15 Jan 1998';'03 Feb 2017';'01 Mar 2017';]
Input : {'01 Mar 2017';'03 Feb 2017';'15 Jan 1998']
Output :
Tags:SAP Labs
9 / 29
Example:
Intput:
ele = {0, 1, 2, 3, 4} ind ={0, 1, 2, 1, 2}
Output: {0, 3, 4, 1, 2}
Input : ele: {0, 1, 2} ind: {0, 1, 0}
Output :
Tags:SAP Labs
If you are looking for the Hacker Rank Coding Questions Answers 2020-2021 for practice the you are at right place and right website to practice, All the listed hacker rank coding question are same level. At this page you can find sceciton wise HackerRank Coding Papers along with Answers, you can post your answers and even you can review other answers too. Also, the given Papers are in pdf format. If you are about to start your peparation for the companies askeing hacker rank coding question, then you can practice all the listed question here. You can practice the given Questions along with Solutions from this post. At this page you can find out the entire pdf link to download all the questions with answers to refer it as offline. HackerRank mainly focus on the competitive programming challenges for both business and consumers.
Top Kudos Contributor
Trending Programming Qs.
- Write a function which returns a sub string in the string 'Sigma' (cha...
- Write a program to generate a simple pattern. 1 12 123 1234 123 ...
- Given a string, say sentence=" this is crazy and fun" and a list, say ...
- Write a program to merge two sorted array.
- Write a program to count the no. of words in the given string?
- There are many cars parked in the parking lot. The parking is a straig...
Last Month Contributor
- Write a program to count the no. of words in the given string?
- Write a program to print next to the last word of a sentence.
- Write a program to convert uppercase to lower case and vice versa of a...
- Given a list of the array, sort the array in descending order with the...
- Given a string, say sentence=" this is crazy and fun" and a list, say ...