Upload Button Icon Add office photos

Filter interviews by

Cradlepoint Software Developer Intern Interview Questions and Answers

Updated 26 Oct 2023

1 interview found

Sort by: Popular
Interview experience
5
 Excellent
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Campus Placement and was interviewed in Sep 2023.

4 Interview Rounds

1

Coding Test Round

3 basic DSA questions were asked from the topics binary trees, strings. The test was for 1 hour.

2

Technical Round (1 Question)

  • Q1. 2 easy DSA questions were asked on linked list and queue.
3

Behavioral Round (1 Question)

  • Q1. 2nd interview round was a managerial. I was asked questions about my projects. The interviewer asked me to write 2 simple SQL queries.
4

HR Round (1 Question)

  • Q1. General questions about the company were asked.

Interview questions from similar companies

Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Campus Placement and was interviewed in Feb 2024.

2 Interview Rounds

1

Coding Test Round

It was a 2 hour test with medium level questions

2

Technical Round (2 Questions)

  • Q1. Mostly asked about CN
  • Q2. Small Linked list question
Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 Not Selected

I applied via LinkedIn and was interviewed in Feb 2024.

2 Interview Rounds

1

Coding Test Round

40 MCQ's, 2 Coding question

2

Technical Round (2 Questions)

  • Q1. Dijkastra's Algorithm
  • Q2. Snake and Ladder

Skills evaluated in this interview

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Technical Round (1 Question)

  • Q1. DSA Medium Questions on arrays & linkedList
2

Coding Test Round

DSA, Behavioural, os, some networks basics

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. Bfs tree traversal
  • Q2. Resume and core

Skills evaluated in this interview

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani and was interviewed in Jun 2022.

4 Interview Rounds

1

Resume Shortlist Round

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
2

Coding Test Round

There were 2 DSA medium level questions

3

Technical Round (2 Questions)

  • Q1. Leetcode medium problem on hashmap
  • Q2. Binary search tree plus heap question
4

HR Round (2 Questions)

  • Q1. Basic HR question on why you want to work at this company
  • Q2. Technical questions on OOPS and a problem on system design

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for DSA and OOPS. Give the interview with confidence
Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via campus placement at International Institute of Information Technology (IIIT), Allahabad and was interviewed in Jun 2022.

3 Interview Rounds

1

Resume Shortlist Round

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
2

Coding Test Round

Two easy coding problems with few mcqs

3

Technical Round (2 Questions)

  • Q1. Design google contacts
  • Q2. Problems related to C

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core CS concepts and coding problems were easy

Skills evaluated in this interview

I was interviewed in Oct 2020.

2 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

There were 25 mcqs and 1 coding question. OS, aptitude, C and C++ concepts were the main focus. 

  • Q1. OS Question

    Which feature of OS is used here

  • Q2. Count of sum of consecutives You are given a positive integer 'N.' Your task is to find the number of ways to represent the given number 'N' as ...read more
2

Video Call Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

It was of 60 minutes,

Questions asked were
1. Swap without temp variable
2. A problem question in which I was asked to find the ball with odd weight out of the remaining in the least number of attempts and write an algorithm for it.
3. Code to insert in the middle of circular linked list, code to find middle element of a singly linked list with knowing the number of elements in it.
4. Socket programming
5. Operating system concepts
6. Types of joins in DBMS
7. A DBMS query
8. Print in C without a semi colon
9. If I have any questions in the end.

  • Q1. SQL Questions

    Types of Joins , answer: left outer,right outer join,inner join

  • Q2. Swap Number Without Temporary Variable Given two variables ‘X’ and ‘Y’. Your task is to swap the number without using a temporary variable or third variable. Sw...read more

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in PuneEligibility criteria7 cgpaNVIDIA interview preparation:Topics to prepare for the interview - Operating Systems, C, C++ Memory Management, Structures, Pointers, Data StructuresTime required to prepare for the interview - 3 weeksInterview preparation tips for other job seekers

Tip 1 : Brush up your operating systems concept
Tip 2 : study Computer Architecture 
Tip 3 : Emphasise more on theoretical concepts rather than coding concepts, Nvidia is a hardware company and deals with kernel level drivers mostly.

Application resume tips for other job seekers

Tip 1 : Put C and C++ as yours skills if you have it
Tip 2 : Do not lie about your skills , be specific

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Mar 2021.

2 Interview Rounds

1

Video Call Round (1 Question)

Round duration - 70 Minutes
Round difficulty - Medium

Interviewer was very nice and made me feel pretty comfortable. We talked about our hobbies for about 10mins and then he asked about my projects and which was my favourite of all. He then asked me a coding question. Which was like pretty easy and I gave him the optimized approach right away. He was satisfied with my approach and just moved on to the next part. He asked me some basic questions related to Operating Systems(related to deadlocks and semaphores). He even asked some basic questions related to OOPS. Then he gave me the next question. This was like a pretty new question for me and I took some time to understand the problem statement and then took some time to think about the logic. I was also sharing my approach with interviewer as well.I finally told him about my approach. He told me that my approach was fine but there also was some other approach but normally no-one would come up with that approach until they have previously solved the question.

  • Q1. Count elements in all subtrees You are given an arbitrary tree consisting of 'N' nodes numbered from 0 to 'N' - 1. You need to find the total nu...read more
2

Video Call Round (1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

Interviewer seemed to be a senior manager.He just asked about me and started with the interview.Interviewer asked me to design a standard map(hash-map). I gave him my approach and he also asked me to devise a hash function for it. I also gave him a hash function and he seemed to be pretty satisfied.

  • Q1. System Design Question

    Design a basic hash map.

Interview Preparation Tips

Eligibility criteria8 CGPACisco interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Operating Systems, Object Oriented Programming, Computer NetworksTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Practise as many questions as you can
Tip 2 : Try solving the question on your own.
Tip 3 : To learn the concepts of OOM its best to go through a project.

Application resume tips for other job seekers

Tip 1 : Mention your coding achievements
Tip 2 : Do not make a big resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Jun 2021.

3 Interview Rounds

1

Face to Face Round (1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

The interviewer was nice and he made me feel comfortable 
Topics :- Data structures, string manipulation and pointers
Timing :- Afternoon

  • Q1. Remove Duplicates From String You are given a string (STR) of length N, consisting of only the lower case English alphabet. Your task is to remove all the dupli...read more
2

Face to Face Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

The interviewer was very supportive and we had a good discussion regarding his role in cisco etc.
Questions on various topics were asked including my courses, resume and internship

  • Q1. Tree Traversals You have been given a Binary Tree of 'N' nodes, where the nodes have integer values. Your task is to find the ln-Order, Pre-Order, and P...read more
  • Q2. Technical Question This was a Machine learning problem. I was given a scenario where I had a dataset of many users with their likes and dislikes for many movies...read more
3

HR Round (2 Questions)

Round duration - 30 Minutes
Round difficulty - Medium

It was the HR round

  • Q1. Basic HR Question

    I was asked to describe my strengths and weaknesses

  • Q2. Basic HR Question

    What has changed in me since I joined college?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in BangaloreEligibility criteriaAbove 7.5 CGPACisco interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Pointers, Machine learning , Dynamic programmingTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Practice coding questions of each difficulty level in the ratio of 3:2:1 (easy:medium:hard)
Tip 2 : Make sure that you have thorough knowledge of your projects/internships

Application resume tips for other job seekers

Tip 1 : Update your resume to highlight your strengths
Tip 2 : Remove unnecessary courses in which you aren’t confident

Final outcome of the interviewSelected

Skills evaluated in this interview

Cradlepoint Interview FAQs

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

Some of the top questions asked at the Cradlepoint Software Developer Intern interview -

  1. 2nd interview round was a managerial. I was asked questions about my projects. ...read more
  2. 2 easy DSA questions were asked on linked list and que...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Cradlepoint interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Cisco Interview Questions
4.2
 • 384 Interviews
Indus Towers Interview Questions
3.9
 • 163 Interviews
VMware Software Interview Questions
4.4
 • 152 Interviews
Nvidia Interview Questions
3.8
 • 100 Interviews
Tejas Networks Interview Questions
4.1
 • 71 Interviews
Arista Networks Interview Questions
4.1
 • 40 Interviews
RadiSys Interview Questions
4.1
 • 37 Interviews
View all

Cradlepoint Software Developer Intern Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

4.0

Work-Life balance

4.0

Salary & Benefits

4.0

Job Security

5.0

Company culture

3.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Software Developer
9 salaries
unlock blur

₹12.7 L/yr - ₹16.6 L/yr

Software Engineer
7 salaries
unlock blur

₹12 L/yr - ₹16.6 L/yr

Software Development Engineer
7 salaries
unlock blur

₹13.2 L/yr - ₹17 L/yr

Engineering Manager
7 salaries
unlock blur

₹42 L/yr - ₹62.3 L/yr

Software Development Engineer II
7 salaries
unlock blur

₹15.5 L/yr - ₹40 L/yr

Explore more salaries
Compare Cradlepoint with

Cisco

4.2
Compare

Juniper Networks

4.2
Compare

Aruba Networks

4.3
Compare

Fortinet

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview