Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by GoodWorkLabs Services Team. If you also belong to the team, you can get access from here

GoodWorkLabs Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

GoodWorkLabs Services Interview Questions and Answers

Updated 13 Dec 2024

GoodWorkLabs Services Interview Experiences

Popular Designations

5 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Interview 

(1 Question)

  • Q1. CSS question Js

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic Kotlin and Java Questions
  • Q2. Basic MVVM Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Kotlin, Java And MVVM very well. Also Should be knowledge about dependency Injections and Unit testing

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Software Developer Interview Questions & Answers

user image KHUSHBU CHOUDHARI

posted on 29 Mar 2024

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

I appeared for an interview before Mar 2023.

Round 1 - Technical 

(5 Questions)

  • Q1. String related questions
  • Q2. Multithreading related questions
  • Q3. Basic java (oops concepts)
  • Q4. Why strings are immutable
  • Ans. 

    Strings are immutable to ensure data integrity and security.

    • Immutable strings prevent accidental changes to data

    • Immutable strings allow for safe sharing of data between different parts of a program

    • Immutable strings help in multithreading environments by avoiding race conditions

    • Example: 'hello' cannot be changed to 'hallo', a new string must be created

  • Answered by AI
  • Q5. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • To retrieve a value, the key is hashed a...

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Sales Interview Questions & Answers

user image Anonymous

posted on 10 Aug 2024

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

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Basic questions
  • Q2. Assignment regarding your knowledge on tech

Sales Interview Questions asked at other Companies

Q1. Shall anyone should go for BDA Or Sales for Learning / Monetary benefit?
View answer (7)

GoodWorkLabs Services interview questions for popular designations

 Senior Software Engineer

 (2)

 Sales

 (1)

 Software Developer

 (1)

 Reactjs Developer

 (1)

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What are the new input types and describe them
  • Ans. 

    New input types include color, date, datetime-local, email, month, number, range, search, tel, time, url, and week.

    • Color - allows users to select a color

    • Date - allows users to select a date

    • Datetime-local - allows users to select a date and time

    • Email - allows users to enter an email address

    • Month - allows users to select a month and year

    • Number - allows users to enter a number

    • Range - allows users to select a value within ...

  • Answered by AI
  • Q2. Can we write Article Tag inside Session Tab
  • Ans. 

    No, Article Tag cannot be written inside Session Tab.

    • Article Tag and Session Tab are separate elements in web development.

    • Article Tag is used for defining the content of an article.

    • Session Tab is used for managing user sessions and interactions.

    • Placing Article Tag inside Session Tab would not make sense in terms of web structure.

  • Answered by AI
  • Q3. What are the advantages in both Less and SASS, SCSS
  • Ans. 

    Less and SASS/SCSS are CSS preprocessors that offer advantages such as variables, mixins, and nesting.

    • Both preprocessors allow for the use of variables, which can simplify the process of updating styles across a website.

    • Mixins allow for the reuse of code, reducing the amount of code that needs to be written.

    • Nesting allows for more organized and readable code.

    • SASS/SCSS also offers additional features such as functions a...

  • Answered by AI
  • Q4. What are differences between SASS, SCSS
  • Ans. 

    SASS is an older syntax of SCSS, which is a newer and more popular syntax of Sass.

    • SASS uses indentation for nesting, while SCSS uses braces.

    • SCSS is more similar to CSS syntax, making it easier for beginners to learn.

    • SCSS supports inline comments, while SASS does not.

    • SCSS files have a .scss extension, while SASS files have a .sass extension.

  • Answered by AI
  • Q5. On the fly System test how I'm writing the code

Interview Preparation Tips

Interview preparation tips for other job seekers - what ever you know say it confidently

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed before Oct 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 - Technical 

(1 Question)

  • Q1. Find the duplicate items in the array.
  • Ans. 

    Find duplicate items in array of strings.

    • Iterate through array and store each item in a hash set.

    • If item already exists in hash set, it is a duplicate.

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

(1 Question)

  • Q1. Javascript basics questions

Skills evaluated in this interview

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What motivates you to join Zidio Development as opposed to other companies?
  • Q2. How will your experience with Zidio development contribute to your career growth?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Based on JavaScript and Java.

Round 2 - Assignment 

A task based on JavaScript.

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

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

GoodWorkLabs Services Interview FAQs

How many rounds are there in GoodWorkLabs Services interview?
GoodWorkLabs Services interview process usually has 1-2 rounds. The most common rounds in the GoodWorkLabs Services interview process are Technical, Resume Shortlist and HR.
How to prepare for GoodWorkLabs Services 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 GoodWorkLabs Services. The most common topics and skills that interviewers at GoodWorkLabs Services expect are Javascript, Java, Microservices, Spring Boot and HTML.
What are the top questions asked in GoodWorkLabs Services interview?

Some of the top questions asked at the GoodWorkLabs Services interview -

  1. What are the advantages in both Less and SASS, S...read more
  2. What are the new input types and describe t...read more
  3. Can we write Article Tag inside Session ...read more

Tell us how to improve this page.

GoodWorkLabs Services Interview Process

based on 6 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
View all

GoodWorkLabs Services Reviews and Ratings

based on 57 reviews

4.1/5

Rating in categories

4.1

Skill development

4.3

Work-life balance

4.3

Salary

3.9

Job security

4.0

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 57 Reviews and Ratings
Search Engine Optimization Intern

Bangalore / Bengaluru

0-1 Yrs

Not Disclosed

Java Developer

Kolkata,

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Android Developer

Kolkata,

Bangalore / Bengaluru

1-6 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
42 salaries
unlock blur

₹8 L/yr - ₹21 L/yr

Software Engineer
38 salaries
unlock blur

₹6 L/yr - ₹15.1 L/yr

Software Developer
19 salaries
unlock blur

₹4.5 L/yr - ₹16 L/yr

Devops Engineer
8 salaries
unlock blur

₹4.8 L/yr - ₹6 L/yr

Technical Lead
8 salaries
unlock blur

₹14 L/yr - ₹28 L/yr

Explore more salaries
Compare GoodWorkLabs Services with

Cogniter Technologies

3.5
Compare

IVTL Infoview Technologies

3.6
Compare

Apmosys Technologies

3.4
Compare

Pitney Bowes

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