Upload Button Icon Add office photos

Filter interviews by

LabelBlind Full Stack Developer Interview Questions and Answers

Updated 12 Jun 2024

LabelBlind Full Stack Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1. Asked to create a CRUD application using nodejs

Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. How many ways we can share data between one app to another app?
  • Ans. 

    There are multiple ways to share data between apps, including using intents, content providers, broadcast receivers, and shared preferences.

    • Using Intents: Allows apps to send and receive data through an Intent object.

    • Content Providers: Enable apps to share data with other apps by exposing a structured set of data through a URI.

    • Broadcast Receivers: Apps can send broadcasts to other apps to share data or events.

    • Shared Pr...

  • Answered by AI
  • Q2. Lifecycle of activity. What would be the state if app is running in the background. When it will be in onStop and onRestart state?
  • Ans. 

    The app lifecycle includes states like running in the background, onStop, and onRestart.

    • App running in the background: When the app is not visible but still running, it is in the background state.

    • onStop state: Occurs when the activity is no longer visible to the user.

    • onRestart state: Follows onStop and is called when the activity is being re-displayed to the user.

  • Answered by AI
  • Q3. What is AIDL in Android development?
  • Ans. 

    AIDL stands for Android Interface Definition Language, used for inter-process communication in Android development.

    • AIDL is a tool used to define the programming interface that clients and servers use to communicate with each other in Android.

    • It allows different Android components to communicate with each other across different processes.

    • AIDL files define the methods that can be called remotely, along with the data type

  • Answered by AI
  • Q4. Working experience with JNI
  • Ans. 

    JNI stands for Java Native Interface, used to integrate Java code with native code written in languages like C/C++.

    • Experience in writing Java code that interacts with native code through JNI

    • Understanding of how to create and use JNI libraries

    • Knowledge of passing data between Java and native code using JNI functions

  • Answered by AI
  • Q5. What is a service?
  • Ans. 

    A service is a piece of code that performs specific tasks or functions to support the overall functionality of a software application.

    • Services are often used for tasks such as data processing, communication with external systems, or background tasks.

    • Examples of services include web services, REST APIs, and microservices.

    • Services can run independently of the user interface and can be accessed by multiple components with

  • Answered by AI
  • Q6. Difference between Threads and Coroutines.
  • Ans. 

    Threads are independent sequences of execution within a process, while coroutines are cooperative routines that can pause and resume.

    • Threads are managed by the operating system, while coroutines are managed by the programmer.

    • Threads run concurrently and can execute in parallel on multiple cores, while coroutines are typically single-threaded.

    • Threads have their own stack and memory space, while coroutines share the same...

  • Answered by AI
  • Q7. How we can perform background tasks in Android?
  • Ans. 

    Background tasks in Android can be performed using services, AsyncTask, JobScheduler, or WorkManager.

    • Use Services for long-running tasks in the background

    • AsyncTask for short background tasks that need to interact with the UI

    • JobScheduler for deferrable background tasks that require network connectivity

    • WorkManager for tasks that need to run reliably across different Android versions

  • 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 campus placement at National Institute of Technology (NIT), Raipur and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The DSA round happens with pseudo code

Round 2 - Technical 

(2 Questions)

  • Q1. Question asked from my resume
  • Q2. How I implemented everything
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join
  • Q2. Where do you see yourself in five years

Interview Preparation Tips

Interview preparation tips for other job seekers - I haven’t clear the second round
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. REST API for User CRUD
  • Ans. 

    Design a RESTful API for CRUD operations on user resources.

    • Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations

    • Create endpoints like /users for listing all users, /users/{id} for specific user

    • Use status codes like 200 for success, 404 for not found, 400 for bad request

    • Implement authentication and authorization mechanisms for security

    • Include request and response body formats like JSON or XML

  • Answered by AI
  • Q2. Two Sum Leetcode problem
  • Q3. Basic questions based on the candidate technical skills
Round 2 - Technical 

(2 Questions)

  • Q1. Basics to Intermediate level of questions based on the skills mentioned in the resume
  • Q2. Projects related discussions
Round 3 - Document Verification 

(1 Question)

  • Q1. I was informed to upload the supporting documents. ( They rejected me after this eventhough all my documents are genuine )

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer's are friendly. Be prepared as per your resume.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. It was lld question to design a cab booking system.
  • Q2. Tell me about yourself
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Binary search for closest element
  • Ans. 

    Binary search to find the closest element in a sorted array

    • Implement binary search to find the target element in the array

    • Keep track of the closest element found so far while searching

    • Update the closest element if a closer one is found during the search

  • Answered by AI
  • Q2. String manipulation
Round 2 - Technical 

(1 Question)

  • Q1. Low level Design for an online e-commerce website
  • Ans. 

    Low level design for an online e-commerce website involves designing the architecture and components of the website.

    • Identify the main components such as user interface, database, payment gateway, product catalog, etc.

    • Design the database schema to store user information, product details, orders, etc.

    • Implement user authentication and authorization mechanisms for secure access.

    • Integrate payment gateway for processing tran...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zepto Software Developer interview:
  • DSA
  • Design patterns

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

DSA , medium n easy leetcode question was there

Round 2 - One-on-one 

(2 Questions)

  • Q1. Low level design
  • Q2. DSA and computer fundamental
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Union and union all difference
  • Ans. 

    UNION combines the results of two or more SELECT statements, while UNION ALL includes duplicates.

    • UNION removes duplicate rows, while UNION ALL retains all rows including duplicates

    • UNION is slower than UNION ALL as it performs a distinct operation

    • UNION requires the same number of columns in the SELECT statements, while UNION ALL does not have this restriction

  • Answered by AI
  • Q2. What is generic and non-generic collections
  • Ans. 

    Generic collections allow storing any type of data, while non-generic collections are type-specific.

    • Generic collections can store any type of data, such as List or Dictionary.

    • Non-generic collections are type-specific, like ArrayList or HashTable.

    • Generic collections provide type safety and better performance compared to non-generic collections.

Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not good experience give an interview

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Maharaja Agrasen Institute of Technology, Delhi and was interviewed in May 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

I am writing automation and clicking on aptitude test.

Round 2 - Assignment 

I am writing automation and clicking on assignment test.

Round 3 - HR 

(2 Questions)

  • Q1. Hey guys? How is it going. I gotta work for it. This is an automation task.
  • Ans. Hey guys? How is it going. I gotta work for it. This is an automation task. Answer
  • Answered Anonymously
  • Q2. Hey guys? How is it going. I gotta work for it. This is an automation task. Yes
Round 4 - Assignment 

This is an automation test. I got this task from my senior. I'm doing good.

Round 5 - Assignment 

This is an automation test. I got this task from my senior. I'm doing good.

Interview Preparation Tips

Topics to prepare for 10405090xyzabc Software Developer interview:
  • Testing
  • Software Testing
  • DSA
Interview preparation tips for other job seekers - Tips are like this, This an Automation Script which is giving you feedback so , please ignore all above
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Implement an immutable class.
  • Ans. 

    An immutable class is a class whose instances cannot be modified after creation.

    • Use final keyword for class declaration to prevent inheritance

    • Make all fields private and final to prevent modification

    • Do not provide setter methods, only getter methods should be used

  • Answered by AI
  • Q2. Implement a springboot service that intercepts http requests.
  • Ans. 

    Implement a Springboot service to intercept HTTP requests.

    • Create a Springboot application with necessary dependencies.

    • Implement a custom interceptor by extending HandlerInterceptorAdapter.

    • Override preHandle and postHandle methods to intercept requests and responses.

    • Register the interceptor in the WebMvcConfigurerAdapter configuration class.

  • Answered by AI

Skills evaluated in this interview

LabelBlind Interview FAQs

How many rounds are there in LabelBlind Full Stack Developer interview?
LabelBlind interview process usually has 2 rounds. The most common rounds in the LabelBlind interview process are Coding Test and HR.
How to prepare for LabelBlind Full Stack Developer 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 LabelBlind. The most common topics and skills that interviewers at LabelBlind expect are AWS, Node.Js, React.Js, Javascript and Team Leading.

Tell us how to improve this page.

Interview Questions from Similar Companies

10405090xyzabc Interview Questions
3.6
 • 1.3k Interviews
Swiggy Interview Questions
3.8
 • 415 Interviews
Quess Interview Questions
3.9
 • 380 Interviews
Planet Spark Interview Questions
3.7
 • 352 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 317 Interviews
CARS24 Interview Questions
3.6
 • 314 Interviews
Whitehat jr Interview Questions
3.5
 • 311 Interviews
PhonePe Interview Questions
4.0
 • 293 Interviews
View all
Nutrition Executive
3 salaries
unlock blur

₹1.7 L/yr - ₹2.5 L/yr

Explore more salaries
Compare LabelBlind with

Quess

3.9
Compare

Udaan

4.0
Compare

Swiggy

3.8
Compare

Oyo Rooms

3.3
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