1.Tell me about yourself? 2. projects?
Junior Software Developer Intern Interview Questions
21 junior software developer intern interview questions shared by candidates
Application: Github repository listing using github username
1st round: HR (just questions about you based on your resume). 2nd round Home Assignment: Task was to write a Python script that reads an input plaintext file and prints out the top 10 most frequently occurring pairs of successive words (words that follow immediately after each other).Create a Dockerfile that encapsulates this script along with any required dependencies. Run the script as a web API that accepts the file in a POST request. Add another GET endpoint that accepts the name of a wikipedia article and uses that as input. 3rd round: F2F interview (Questions based on Home Assignment and more technical questions regarding Python (OOP, Inheritance, Decorators), Linux (Basic commands and its usages e.g chmod, ps, ln, df), Cloud & DevOps (if you have knowledge mostly related to CI/CD, Jenkins, AWS).
Finding the number of leaves of a binary tree using recursion and iterative approach.
About the different error codes in api testing. such as 502, 404, 300, 200, 402 etc.
1. To print a number pyramid. 2. Binary Search Algorithm. 3. Count occurrence of characters in a string.
How would your teammates describe you?
1. Write a half page or paragraph report on what you don’t like about our product & how we could improve it 2. Design a booking app where you can choose the following The number of hours needed for the booking Date of booking Time of booking And then display the price of the booking at the end. The hourly price is $100 on Weekdays $150 on Weekends Feel free to use any library of your choice, as long as it’s React. Be as creative as you can for the design of the front-end. This exercise should take a maximum 4-5 hours of your time, so please factor in time accordingly. If it goes more than the prescribed time, just send it over to us.
Do you know about Solid principles and clean code?
You are provided an ordered list of scheduled meetings for an individual. Every meeting has a start and end time in 24-hour notation separated with a hyphen. 6 write a function that returns all the times where the individual is free. Return the data in the same format as the input. 8 9 0 I Example: Input: [ "09:00-09:30", "11:00-12:00" , "14:15 - 15:00" ]
Viewing 1 - 10 interview questions