Skip to content

GangababuManam/QuadratryxTestSolved

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QuadratryxTestSolved

Programming Questions

  1. K’th Non-repeating Character :

Given a text file, read the text file and for each word present in the text file find the k-th Non-repeating character. Then construct a dataframe containing the word, character, and k value and save it as an excel file.

Example :

Given a string and a number k, find the k-th non-repeating character in the string. If it doesn’t exist fill it with #

Input : str = “Automated Feature Engineering in Python”, k = 3

Output : Excel

  1. Vowel Count :

    Given a text file, read the text file and for each word present in the text file find the count of vowels (a,e,i,o,u) and consonant count. Construct a Dataframe and save it as an excel file.

Example :

Input : str = “Automated Feature Engineering in Python”

Output : Dataframe

About

Quadratryx interview coding test in second round

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published