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

relevancy 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

Solution Architect Intern 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 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. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)

Unbxd interview questions for popular designations

 Data Scientist

 (1)

 Direct Sales Representative

 (1)

 QA Engineer

 (1)

 Solution 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 at R N S Institute of Technology, Bangalore 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 (7)
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 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test included Mcqs and coding questions

Round 2 - Group Discussion 

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

Round 3 - 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

Member of Technical Staff -3 Interview Questions & Answers

Exotel user image Anonymous

posted on 7 Nov 2024

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Find length of substring with longest distinct characters(non-repeating characters) eg - input "abcdab" result - "4(abcd)"
  • Q2. Interviewer was not clear on the question herself, here is what i deduced, If you want to build a scheduler service which takes in jobs to run at certain intervals and you cannot use things like cronjob, e...
  • Q3. Current project and roles and responsibilities. what is the most difficult technical problem you solved, again i think interviewer was lost on the problem i explained.
  • Ans. 

    I worked on a project involving developing a new algorithm for optimizing network traffic. My role was to design and implement the algorithm, as well as test and debug it.

    • Researched existing algorithms and identified their limitations

    • Designed a new algorithm that addressed the limitations and improved network performance

    • Implemented the algorithm in code and tested it in a simulated network environment

    • Debugged issues an...

  • Answered by AI
  • Q4. Scalability question on one of the project i was explaining

Interview Preparation Tips

Interview preparation tips for other job seekers - Ideally avoid the recruitment process if you are paired with a junior developer interviewing for very senior roles. On inquiring about the team that i would be paired with, she told me that she is part of a different team, there were no people available to take interview for the team that was actually hiring.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Coding Test 

Hacker Rack Test with medium to high difficulty

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your current project
  • Ans. 

    I am currently working on developing a mobile application for tracking fitness goals and progress.

    • Developing a mobile app using React Native

    • Implementing features such as goal setting, progress tracking, and workout logging

    • Integrating with wearable devices like Fitbit for data synchronization

  • Answered by AI
  • Q2. Questions about kakfa, ES and Java 8
Round 3 - Technical 

(1 Question)

  • Q1. Similar questions on your current project and questions around kafka
Round 4 - Coding Test 

Basic Coding Java and algorithm questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Behavioural round which is similar to psychometric tests
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Basic details 

(2 Questions)

  • Q1. Location and work area
  • Q2. Basic details in general
Round 2 - HR 

(2 Questions)

  • Q1. Current and previous work experience and relevance
  • Q2. Territories covered
Round 3 - Behavioral 

(2 Questions)

  • Q1. Work experience, relevant experience
  • Q2. How can I expand their market
  • Ans. 

    Expanding the market can be achieved through market research, identifying new target demographics, developing new products or services, and implementing effective marketing strategies.

    • Conduct market research to identify potential new markets or untapped segments within the current market.

    • Analyze competitors to understand their strategies and identify opportunities for differentiation.

    • Develop new products or services th...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Found their job ad on Naukri where the salary is mentioned as 8.4-10.8 LPA.
Initially the HR mentioned the salary to be the same as on the ad; but after the interviews, the HR said that the max they can offer is 10-15% hike over current CTC; which is even lower than the minimum salary they had mentioned in the JD.

If the HR is duping the candidates with just the salary itself then how can a future employee expect the employers to be transparent with him/her later on.

Also, they wanted me to sign a declaration that I will find a channel partner/distributor within 15 days of joining.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(4 Questions)

  • Q1. Create basic react app with dummy data fetched from JSON API
  • Ans. 

    Create a basic React app with dummy data fetched from a JSON API.

    • Set up a new React project using create-react-app

    • Create a component to fetch data from a JSON API using fetch or axios

    • Display the fetched data in the component

  • Answered by AI
  • Q2. Array methods and Flatten array
  • Q3. Event loop
  • Q4. HTML and Javascript basics

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 4 interviews in last 1 year

Interview experience

4
  
Good

People are getting interviews through

based on 5 Unbxd interviews
Campus Placement
60%
40% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Zoho Interview Questions
4.3
 • 501 Interviews
Freshworks Interview Questions
3.5
 • 153 Interviews
BrowserStack Interview Questions
3.7
 • 45 Interviews
Zenoti Interview Questions
3.0
 • 40 Interviews
InMobi Interview Questions
3.6
 • 35 Interviews
Druva Interview Questions
3.6
 • 25 Interviews
MindTickle Interview Questions
3.0
 • 19 Interviews
CleverTap Interview Questions
3.7
 • 15 Interviews
Chargebee Interview Questions
4.0
 • 15 Interviews
Postman Interview Questions
3.9
 • 11 Interviews
View all

Unbxd Reviews and Ratings

based on 25 reviews

3.9/5

Rating in categories

3.2

Skill development

3.5

Work-Life balance

2.9

Salary & Benefits

3.9

Job Security

3.5

Company culture

2.8

Promotions/Appraisal

3.2

Work Satisfaction

Explore 25 Reviews and Ratings
Software Engineer
13 salaries
unlock blur

₹9 L/yr - ₹26.8 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
9 salaries
unlock blur

₹13.1 L/yr - ₹30 L/yr

Lead Technical Support Engineer
8 salaries
unlock blur

₹7 L/yr - ₹11 L/yr

Explore more salaries
Compare Unbxd with

InMobi

3.6
Compare

Freshworks

3.5
Compare

Zoho

4.3
Compare

Druva

3.6
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