Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Coding Ninjas Team. If you also belong to the team, you can get access from here

Coding Ninjas Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Coding Ninjas Intern Interview Questions and Answers

Updated 10 Oct 2023

Coding Ninjas Intern Interview Experiences

2 interviews found

Intern Interview Questions & Answers

user image Shubham Ashish Trivedi

posted on 14 Sep 2021

I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How can you promote coding ninjas courses in your college or anywhere?
  • Ans. 

    I can promote Coding Ninjas courses by organizing coding events, sharing course details on social media, and collaborating with college clubs.

    • Organize coding events in college and invite Coding Ninjas as a sponsor or guest speaker

    • Share course details on social media platforms like Facebook, LinkedIn, and Twitter

    • Collaborate with college clubs like coding clubs, tech clubs, and entrepreneurship clubs to promote the cours...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident, Don't hesitate, give your 100%.
Focus on your speaking skills

Intern Interview Questions & Answers

user image Anonymous

posted on 10 Oct 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Medium level coding question

Round 3 - Technical 

(2 Questions)

  • Q1. Intreview round asked about project mentioned in CV
  • Q2. Basic of reacts, opps question,sql queries

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about youself
  • Q2. What is your 5 year plans
Round 2 - One-on-one 

(2 Questions)

  • Q1. What you know about operations
  • Ans. 

    Operations involve managing processes, resources, and activities to achieve organizational goals efficiently.

    • Operations management focuses on improving processes and maximizing efficiency.

    • It includes activities such as production planning, inventory management, quality control, and supply chain management.

    • Examples of operations in a business context include optimizing production schedules, reducing waste in manufacturi...

  • Answered by AI
  • Q2. Tell me about your qualifications

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

All the logical Qustions

Round 3 - Technical 

(1 Question)

  • Q1. They will ask you about dsa qustions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't hesitate to give answer just give your answer in a simpler manner
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There was 1 interview round.

Round 1 - talk 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. I am Rishita Agarwal from B.Tech CSE pursuing from Amity University with a CGPA of 8.14.

Interview Preparation Tips

Topics to prepare for Teachnook Intern interview:
  • Data Structures
  • DBMS
Interview preparation tips for other job seekers - DSA is must for applying in any technical company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Over all Good Experience
  • Q2. SQL Joins and Group by

I was interviewed in Mar 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

Timing (10 am- 11 am)
For this round I had slightly more time than the last, due to the fact that the weekend fell in between.The interviewer was very very cool and helping this time, something which I kept at the last in my list of probable things that can happen during an interview. Duration of this round was around 45 minutes.

  • Q1. 

    Connecting Ropes with Minimum Cost

    You are given 'N' ropes, each of varying lengths. The task is to connect all ropes into one single rope. The cost of connecting two ropes is the sum of their lengths. Yo...

  • Q2. 

    Validate Binary Search Tree (BST)

    You are given a binary tree with 'N' integer nodes. Your task is to determine whether this binary tree is a Binary Search Tree (BST).

    BST Definition:

    A Binary Search Tr...

Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Medium

This round was on call where I was just supposed to answer the HRquestions that were asked. It started with a brief interview with one another and then moved to questions on DBMS, operating systems, computer networks and all. Almost 10-15 questions were asked and I probably answered 90% of them correctly.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Malaviya National Institute of Technology Jaipur. I applied for the job as SDE - Intern in GurgaonEligibility criteriaall branches were allowedSpeedLabs interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : practice on gfg and coding ninjas
Tip 2 : compete in online coding contests
Tip 3 : learn DSA and practice regularly from GFG or leetcode

Application resume tips for other job seekers

Tip 1 : put your entire valuable experience in brief
Tip 2 : put the handle of you competitive coding profiles

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed in Feb 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 70 Minutes
Round difficulty - Medium

Timing was 9:15AM. Platform was not very good. Questions were not well explained.

  • Q1. 

    Merge Overlapping Intervals Problem Statement

    Given a specified number of intervals, where each interval is represented by two integers denoting its boundaries, the task is to merge all overlapping interv...

  • Ans. Brute Force
    1. We are given the function MERGEINTERVALS(), which takes a 2D vector representing the vector of intervals and returns another 2D vector which is the vector of merged intervals.
    2. We create another function ISOVERLAP() to check if the current interval overlaps with the other interval.
    3. Now we create an empty 2D vector “RES” to store finally merged intervals and another boolean vector “VIS” to mark if the current in...
  • Answered Anonymously
  • Q2. 

    Rat in a Maze Problem Statement

    You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...

  • Ans. Bactracking

    Approach: We can start the traversal of the paths from the rat’s starting position, i.e. (0,0) keeping track of the visited cells during the traversal. We will recursively go through all the paths possible until the last index of the grid (destination) is reached, and add the path information using which the rat successfully reached the end.

     

    Algorithm is as follows:

     

    1. Take the starting position of th...
  • Answered Anonymously
  • Q3. 

    Problem: Permutations of a String

    Given a string STR consisting of lowercase English letters, your task is to return all permutations of the given string in lexicographically increasing order.

    Explanatio...

  • Ans. Backtracking

    The idea is to fix a character at a position and then find the permutations for rest of the characters.

    Make a list ‘ans’ which will contain the permutations of the given string.

     

    Algorithm:

    Let’s define a function generatePermutaionsHelper(Str, l, r). This function generates the permutations of the substring which starts from index  ‘l’ and ends at index  ‘r’.

    • Call the function: generatePermutai...
  • Answered Anonymously

Interview Preparation Tips

Eligibility criteria8 CGPALido Learning interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Core Java, Algorithms, PointersTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Prepare maximum algorithms.
Tip 2 : Deep knowledge of data structure. 
Tip 3 : OOPS is must.

Application resume tips for other job seekers

Tip 1 : Keep it short.
Tip 2 : Mention only your own projects.

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about youself
  • Q2. What is your 5 year plans
Round 2 - One-on-one 

(2 Questions)

  • Q1. What you know about operations
  • Ans. 

    Operations involve managing processes, resources, and activities to achieve organizational goals efficiently.

    • Operations management focuses on improving processes and maximizing efficiency.

    • It includes activities such as production planning, inventory management, quality control, and supply chain management.

    • Examples of operations in a business context include optimizing production schedules, reducing waste in manufacturi...

  • Answered by AI
  • Q2. Tell me about your qualifications

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

All the logical Qustions

Round 3 - Technical 

(1 Question)

  • Q1. They will ask you about dsa qustions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't hesitate to give answer just give your answer in a simpler manner

Coding Ninjas Interview FAQs

How many rounds are there in Coding Ninjas Intern interview?
Coding Ninjas interview process usually has 3 rounds. The most common rounds in the Coding Ninjas interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Coding Ninjas Intern interview?

Some of the top questions asked at the Coding Ninjas Intern interview -

  1. How can you promote coding ninjas courses in your college or anywher...read more
  2. intreview round asked about project mentioned in...read more
  3. basic of reacts, opps question,sql quer...read more

Tell us how to improve this page.

Coding Ninjas Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Intern Interview Questions from Similar Companies

BYJU'S Intern Interview Questions
3.1
 • 4 Interviews
View all
Coding Ninjas Intern Salary
based on 10 salaries
₹0.8 L/yr - ₹5 L/yr
6% less than the average Intern Salary in India
View more details

Coding Ninjas Intern Reviews and Ratings

based on 3 reviews

3.5/5

Rating in categories

2.3

Skill development

2.3

Work-life balance

2.3

Salary

4.6

Job security

3.5

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 3 Reviews and Ratings
Teaching Assistant
159 salaries
unlock blur

₹0.7 L/yr - ₹5 L/yr

Relationship Manager
29 salaries
unlock blur

₹3.5 L/yr - ₹5.4 L/yr

Operations Associate
26 salaries
unlock blur

₹4 L/yr - ₹5.8 L/yr

Admission Counsellor
19 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Program Manager
16 salaries
unlock blur

₹10 L/yr - ₹30.5 L/yr

Explore more salaries
Compare Coding Ninjas with

upGrad

3.7
Compare

Simplilearn

3.2
Compare

Unacademy

3.0
Compare

BYJU'S

3.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview