Upload Button Icon Add office photos

Filter interviews by

Unbxd Interview Questions and Answers

Updated 2 Sep 2024

Unbxd Interview Experiences

Popular Designations

6 interviews found

Interview Questions & Answers

user image Anonymous

posted on 29 Jul 2024

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

I applied via Campus Placement and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

HackerRank - MCQ and Coding

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS Concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve problems

    • Key principles include encapsulation, inheritance, and polymorphism

    • Encapsulation involves bundling data and methods that operate on the data into a single unit

    • Inheritance allows for the creation of new classes based ...

  • Answered by AI
  • Q2. Simple Linear Data structures Question
Round 3 - Technical 

(2 Questions)

  • Q1. Questions from Resume
  • Q2. Algo based problem solving questions
Round 4 - One-on-one 

(2 Questions)

  • Q1. Behavioral and Managerial Qiestions
  • Q2. Implement an REST API for Login
  • Ans. 

    Implement a REST API for user login functionality

    • Create a POST endpoint for user authentication

    • Use HTTPS for secure communication

    • Implement token-based authentication for session management

  • Answered by AI

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 16 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was good enough round

Round 2 - Group Discussion 

Simpler enough round

Round 3 - Group Discussion 

A little tougher round

Round 4 - One-on-one 

(2 Questions)

  • Q1. Mostly about projects
  • Q2. What were your roles in the project
Round 5 - Technical 

(1 Question)

  • Q1. Not so bad, can score up
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Answer about yourself
  • Q2. Explain what you are doing currently & how you're doing it.
  • Ans. 

    I am currently working as a Direct Sales Representative for a technology company, reaching out to potential clients and promoting our products.

    • Conducting cold calls and emails to generate leads

    • Meeting with clients to demonstrate products and explain benefits

    • Negotiating contracts and closing sales

    • Following up with clients for feedback and future opportunities

  • Answered by AI

Direct Sales Representative Interview Questions asked at other Companies

Q1. Expain when you are a dsr for a pen based company, how it it sales in market, which methord you will take for sales ?
View answer (9)

I applied via Approached by Company and was interviewed in Oct 2022. There were 4 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 

M maximum numbers from array.
Merge sort

Round 3 - One-on-one 

(2 Questions)

  • Q1. Build Recommendation system
  • Q2. Top products for user queries
  • Ans. 

    Top products for user queries can be determined by analyzing search logs and user behavior.

    • Analyze search logs to identify frequently searched products

    • Use machine learning algorithms to predict user preferences

    • Consider user behavior and purchase history to recommend products

    • Examples: Amazon's 'Frequently Bought Together' and 'Customers Who Bought This Item Also Bought' sections

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

(2 Questions)

  • Q1. Why do I want to join,
  • Q2. What kind of work I did in past

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowing spark and kubeflow can help. Revise the deployment pipeline in your projects.

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Unbxd interview questions for popular designations

 Data Scientist

 (1)

 Solution Engineer

 (1)

 Direct Sales Representative

 (1)

 QA Engineer

 (1)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 7 Mar 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basics of core subjects

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident , through on resume

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2022. There were 4 interview rounds.

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 

Aptitude test included Mcqs and coding questions

Round 3 - Group Discussion 

They made group of 10 people and gave a topic mostly e-commerce based or AI based

Round 4 - One-on-one 

(1 Question)

  • Q1. This was a combined round like technical and HR mostly it was to check basics of computer knowledge behaviour and confidence

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and mostly it’s basics don’t be scared

Solution Engineer Interview Questions asked at other Companies

Q1. 1. What is triggers and where we use triggers in xamarin? 2. Oops concepts with example 3. What is data binding? 4. Xamarin Page life cycle 5. Layouts in xamarin 6. Find gretest number from list of array (coding)
View answer (1)

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. SQL Questions - Constraints- how to optimize long SQL query without changing the output
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Sql mcq questions with medium difficulty

Round 2 - Technical 

(1 Question)

  • Q1. What is inheritance? What are advantages of oops? What's indexing in sql?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Advantages of OOPs include reusability, modularity, and flexibility in code design.

    • Indexing in SQL is a way to optimize database queries by creating indexes on columns to improve search performance.

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

(1 Question)

  • Q1. What was your previous job role? What methodologies did you follow while working?
  • Ans. 

    I was a Software Developer at XYZ Company. I followed Agile and Scrum methodologies.

    • Worked as a Software Developer at XYZ Company

    • Followed Agile and Scrum methodologies for project management

    • Participated in daily stand-up meetings, sprint planning, and retrospectives

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What are you leaving your current organization?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for new challenges and opportunities for professional growth

    • Interested in working on different technologies or projects

    • Seeking a more collaborative or innovative work environment

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DSA based Questions- Strings, Stack and Linked List
Round 2 - Technical 

(1 Question)

  • Q1. DSA and Conceptual Based Question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 6 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DSA questions & SQL queries
Round 2 - Technical 

(1 Question)

  • Q1. Again dsa round
Round 3 - Behavioral 

(1 Question)

  • Q1. HR + general questions based on internship, projects, etc
Round 4 - Technical 

(1 Question)

  • Q1. DSA questions & SQL queries
Round 5 - Technical 

(1 Question)

  • Q1. Again dsa round
Round 6 - Behavioral 

(1 Question)

  • Q1. HR + general questions based on internship, projects, etc

Unbxd Interview FAQs

How many rounds are there in Unbxd interview?
Unbxd interview process usually has 3-4 rounds. The most common rounds in the Unbxd interview process are One-on-one Round, Coding Test and Group Discussion.
How to prepare for Unbxd 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 Unbxd. The most common topics and skills that interviewers at Unbxd expect are Machine Learning, Python, Networking, POP and Agile.
What are the top questions asked in Unbxd interview?

Some of the top questions asked at the Unbxd interview -

  1. Implement an REST API for Lo...read more
  2. Top products for user quer...read more
  3. Explain OOPS Conc...read more

Tell us how to improve this page.

Unbxd Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

CyberArk Interview Questions
3.6
 • 13 Interviews
Exotel Interview Questions
3.1
 • 12 Interviews
Narvar India Interview Questions
3.4
 • 11 Interviews
PlanSource Interview Questions
3.6
 • 11 Interviews
Vanenburg Interview Questions
3.9
 • 10 Interviews
Addepar Interview Questions
3.0
 • 8 Interviews
Ivalua Interview Questions
3.6
 • 8 Interviews
View all

Unbxd Reviews and Ratings

based on 28 reviews

3.8/5

Rating in categories

3.1

Skill development

3.4

Work-life balance

2.7

Salary

3.7

Job security

3.3

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 28 Reviews and Ratings
Software Engineer
12 salaries
unlock blur

₹7.5 L/yr - ₹28 L/yr

QA Engineer
12 salaries
unlock blur

₹6 L/yr - ₹11 L/yr

Technical Program Manager
11 salaries
unlock blur

₹20 L/yr - ₹25 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Lead Technical Support Engineer
8 salaries
unlock blur

₹7 L/yr - ₹11 L/yr

Explore more salaries
Compare Unbxd with

Exotel

3.1
Compare

Azuga Telematics

3.3
Compare

Flixstock

2.4
Compare

World Fashion Exchange

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