employer cover photo
employer logo
employer logo

Lodestone Software Services

Is this your company?

Lodestone Software Services Interview Question

Test cases for new folder names?

Interview Answer

Anonymous

Jan 19, 2018

One word name (movies, documents, files etc) should with fine.Space separated names should be allowed (marriage photos of Annie).Unicode characters should be allo wed in names (to support multiple languages).Prohibited characters should throw proper errors (using of ?, * etc).naming a folder using same name as one already present in current folder should throw proper error.If there's a command line way of creating and naming folders then above tests should be repeated for command line too.

55