![]() |
VOOZH | about |
Role: Software Development Engineer
Eligible Branches: CS/IS/IT – All computer science-related B.E. or B.Tech. courses
Interview Process: (All rounds are eliminated.)
Internship Duration: 6 Months
Stipend: ₹40,000/month
Question 1: Finding the Better Location Based on Weather Conditions
Implement a program to find the better location based on the condition provided. Make an API call to get the city names and a suitable condition. Use the city names to make another API call get the weather details of the city and determine the better location among them depending on the condition.
Answer should be submitted through HTTP POST Request to submission URL with the code in the request body and Answer(chosen City) in Query Parameters.
Question 2: Decrypting and Replacing Emoji Unicode in a Fernet Encrypted Paragraph
You will be given a paragraph(string) (encrypted using the Fernet method) and a key(string) to decrypt the paragraph. The paragraph contains emojis in-between the words, emojis are in the form of their unicode representation. Your task is to replace the unicode with their corresponding real emojis.
Send the decrypted paragraph containing emojis in the query params with key answer and the code in the body of the request.
Question 3: Finding and Converting a Hidden IP Address in Text to IPv4 Format
Implement a program to find the hidden IP Address (written in words) in a passage full of random words provided by the below link. You have to parse the valid IP address and written it in the correct IPv4 format e.g. 193.92.89.206
Answer should be submitted through HTTP POST Request to submission URL with the code in the request body and Answer(IP Address) in Query Parameters.