Upload Button Icon Add office photos

Filter interviews by

DeviceDriven Interview Questions and Answers

Updated 13 Mar 2024

DeviceDriven Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Compare sorting algorithms
  • Ans. 

    Sorting algorithms are methods used to arrange elements in a specific order.

    • Common sorting algorithms include bubble sort, selection sort, insertion sort, merge sort, quick sort, and heap sort.

    • Bubble sort compares adjacent elements and swaps them if they are in the wrong order.

    • Merge sort divides the array into two halves, sorts them separately, and then merges them back together.

    • Quick sort picks a pivot element and par...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Write pseudocode for linear search
  • Ans. 

    Pseudocode for linear search algorithm on an array of strings

    • Initialize a variable to store the search key

    • Iterate through each element in the array

    • Compare each element with the search key

    • Return the index if found, otherwise return -1

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover basic algorithms

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about DeviceDriven?
Ask anonymously on communities.

Interview questions from similar companies

Intern Interview Questions & Answers

Astrum user image Anonymous

posted on 14 May 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before May 2022. 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 - Aptitude Test 

Basic questions about one self to gauge a sense of the thinking ability

Round 3 - HR 

(2 Questions)

  • Q1. Do you read the news?
  • Q2. In how many days can you finish writing a report?
  • Ans. 

    It depends on the scope and complexity of the report. I can provide an estimated timeline after reviewing the requirements.

    • The timeline will vary based on the length and depth of the report.

    • I will need to review the requirements and gather all necessary information before providing an estimated timeline.

    • Factors such as research, analysis, and revisions will also impact the timeline.

    • On average, a report can take anywher...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good luck
Round 1 - Technical 

(2 Questions)

  • Q1. Explain your current project
  • Q2. Talk about current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep fundamentals strong. Be confident and answer.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via LinkedIn and was interviewed in Feb 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Project Architecture
  • Q2. Questions on Kafka, AWS services used in the current project
  • Q3. Design Patterns
  • Q4. Coding question on collections
  • Q5. Multithreading - Executors and Completable future
  • Q6. Scenario based questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy aptitude with pattern printing question.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Html structure and Css styles
  • Q2. Python questions on list,tuple, dictionary

I applied via Naukri.com and was interviewed before May 2018. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Personal details About my last company. Experience and what I have learned. Communication proficiency Some random case studies.
  • Q2. Technical related questions were asked. Eg: CNC

Interview Preparation Tips

Round: Resume Shortlist
Experience: Experience and education qualification

General Tips: Be practical and honest.
Be specific.
Attitude must be positive and should be down to earth.
Always show as if you have lots of thing to learn.
Thank you
Skills: Behavioural Skills, Attitude, Personality, Communication, Body Language, Problem Solving, Leadership, Time Management, Decision Making Skills
Duration: <1 week

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Past experiences and salary.

Interview Preparation Tips

Topics to prepare for OneX Solutions Marketing and Public Relations Executive interview:
  • Channel Sales
Interview preparation tips for other job seekers - Don't join this company. Fraud. Salary never on time. Too much pressure.
Are these interview questions helpful?

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Past experiences and salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company. Fraud. Salary never on time. Too much pressure.

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Previous salary and past experiences of previous jobs.
  • Ans. Add 50 percentage more than present because they will bargain like hell. Salary slips are must.
  • Answered by shrabani pal

Interview Preparation Tips

Interview preparation tips for other job seekers - If possible don't join this company. It's not an organisation to work for. Never gives salary on time.No confirmation about future.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Interview with the wife of CEO
  • Q2. Basic Introduction
Round 2 - One-on-one 

(2 Questions)

  • Q1. Interview with the CEO
  • Q2. Basic Introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Guys yes if you are looking for immediate money join and work for 2 months Max leave.

Horrible company to work for. I feel much better after leaving that pathetic management.

DeviceDriven Interview FAQs

How many rounds are there in DeviceDriven interview?
DeviceDriven interview process usually has 2 rounds. The most common rounds in the DeviceDriven interview process are One-on-one Round.
How to prepare for DeviceDriven interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at DeviceDriven. The most common topics and skills that interviewers at DeviceDriven expect are Ajax, Angularjs, Application Development, Front End and Javascript.
What are the top questions asked in DeviceDriven interview?

Some of the top questions asked at the DeviceDriven interview -

  1. Write pseudocode for linear sea...read more
  2. Compare sorting algorit...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

OneX Solutions Interview Questions
3.7
 • 16 Interviews
SGK India Interview Questions
3.4
 • 6 Interviews
TRANZACT Interview Questions
1.7
 • 4 Interviews
Astrum Interview Questions
2.3
 • 3 Interviews
Design Forum Interview Questions
4.5
 • 3 Interviews
AKQA Interview Questions
3.0
 • 3 Interviews
View all

DeviceDriven Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Python Developer

Thiruvananthapuram

2-3 Yrs

Not Disclosed

Full-Stack Web Developer

Thiruvananthapuram

3-5 Yrs

Not Disclosed

Angular JS developer

Thiruvananthapuram

2-5 Yrs

Not Disclosed

Explore more jobs
Compare DeviceDriven with

Fastrack

4.3
Compare

Maven Infotech

2.4
Compare

OneX Solutions

3.7
Compare

Vserv Digital Services

4.2
Compare
write
Share an Interview