Explain what you could have improved in your program.
Software Developer Intern Interview Questions
2,874 software developer intern interview questions shared by candidates
Why do you want to work here? Why did you choose that particular project?
Lot's of question about how to solve hypothetical problems related to the department I was interviewing for
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.
Asked about my experiences in school. If I was experienced in REST, TDD, code reviews, agile, etc. Also gave some "mise en situation" where they would ask what would do in this situation, etc. For the leetcode questions, it was a string manipulation one and another with arithmetic manipulation (using % operator).
Q: How do you create many-to-many relationship in SQL? Q: What is the difference between put and patch requests?
Differentiate between outer join and inner join
For the leetcode section: Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] == 0. Notice that the solution set must not contain duplicate triplets.
Why did you choose NCR
Viewing 561 - 570 interview questions