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.
- Given a number n, print all primes smaller than or equal to n. It is a...
- Write a program to count the no. of words in the given string?
- Sort a list of dates in ascending order given the data format shown be...
- Read a string from terminal.Create a linked list to store each charact...
- Write a program to remove the vowels from the input string.
- Write a program to check whether given date is valid or not?
Last Month Contributor
- Write a program to count the no. of words in the given string?
- Given a number n, print all primes smaller than or equal to n. It is a...
- Write a program to print next to the last word of a sentence.
- Write a program to reverse the string?
- Write a program to convert uppercase to lower case and vice versa of a...