https://github.com/rajaikumar-iosdev/coding-challenges-for-junior-devs
⌨️ I’ve compiled some questions I faced and some of the questions I asked. The choice of programming language for this series would be C++. The reason I didn’t use swift as usual was most interviewers like to see us use raw techniques rather than using in-build functions. And who doesn’t love C++, it’s a legend.
https://github.com/rajaikumar-iosdev/coding-challenges-for-junior-devs
interview-practice junior-developer
Last synced: 11 months ago
JSON representation
⌨️ I’ve compiled some questions I faced and some of the questions I asked. The choice of programming language for this series would be C++. The reason I didn’t use swift as usual was most interviewers like to see us use raw techniques rather than using in-build functions. And who doesn’t love C++, it’s a legend.
- Host: GitHub
- URL: https://github.com/rajaikumar-iosdev/coding-challenges-for-junior-devs
- Owner: Rajaikumar-iOSDev
- License: mit
- Created: 2021-02-04T04:48:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-01T13:13:31.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T02:30:44.973Z (about 1 year ago)
- Topics: interview-practice, junior-developer
- Language: C++
- Homepage: https://rajaikumar.medium.com/junior-dev-coding-interview-questions-answers-part-1-4bfd9e8e9374
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⌨️Coding-challenges-for-junior-devs
I’ve compiled some questions I faced and some of the questions I asked. The choice of programming language for this series would be C++. The reason I didn’t use swift as usual was most interviewers like to see us use raw techniques rather than using in-build functions. And who doesn’t love C++, it’s a legend.
# 🧑🏽💻Challenges present:
1. Factorial
2. Palindrome
3. Maximum sum of an hourglass.
4. Find the biggest and smallest number in the array
More challenges will be added later.
# 📄Tutorial in Medium
Click the Medium badge to read the tutorial.
# 👨💻 Author
[Rajai kumar](https://github.com/Rajaikumar-iOSDev)
# 🔖 Licence
The project is availabe under [MIT licence](https://github.com/Rajaikumar-iOSDev/Coding-challenges-for-junior-devs/blob/main/LICENSE).