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
4.1

based on 57 Reviews

Filter interviews by

GoodWorkLabs Services Senior Software Engineer Interview Questions, Process, and Tips

Updated 17 Feb 2023

Top GoodWorkLabs Services Senior Software Engineer Interview Questions and Answers

GoodWorkLabs Services Senior Software Engineer Interview Experiences

2 interviews found

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

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

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How do you handle conflicts in a team project?
  • Ans. 

    I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.

    • Encourage open communication among team members to address conflicts early on

    • Practice active listening to understand all perspectives and concerns

    • Seek compromise and find common ground to resolve conflicts effectively

  • Answered by AI
  • Q2. What is the difference between an interface and an abstract class?
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.

    • Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company, practice technical skills, communicate, showcase problem-solving abilities, stay confident, and demonstrate enthusiasm for the role
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about projects you have worked upon
  • Q2. PEP-8 standards
Round 2 - Technical 

(2 Questions)

  • Q1. Architecture of project on which you were working
  • Q2. Pandas and Numpy
Round 3 - HR 

(2 Questions)

  • Q1. Tell me your Current CTC
  • Q2. Tell me your Expected CTC
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the D/W Rest and GraphQL APIS?
  • Q2. REST uses fixes endpoint;..............etc.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions with some basic coding questions

Round 2 - Coding Test 

They have given 3 coding questions and some pseudo codings

Round 3 - Technical 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Some coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. What is git, how GitHub work without git
  • Ans. 

    Git is a version control system used for tracking changes in code. GitHub is a platform for hosting code repositories and collaborating with others.

    • Git is a distributed version control system that allows multiple developers to work on the same codebase without conflicts.

    • GitHub is a web-based platform that provides hosting for Git repositories, along with additional features like issue tracking, pull requests, and proje...

  • Answered by AI
  • Q2. What is salting, hashing, rainbow table
  • Ans. 

    Salting, hashing, and rainbow tables are techniques used in cryptography to secure passwords.

    • Salting involves adding a random string of characters to a password before hashing to prevent attacks like rainbow tables.

    • Hashing is the process of converting a password into a fixed-length string of characters using a cryptographic hash function.

    • Rainbow tables are precomputed tables used to crack hashed passwords by matching a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - the interview is pretty easy they ask about basics of web and web security later advance topics which you mentioned in resume

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

In this round there are two codingquestion firs was pythagora triplet,and second was sort array 0's 1's,2's.and to solve this program time limit was 1 hour.

Round 2 - Technical 

(3 Questions)

  • Q1. OOPs Related Basic question
  • Q2. Exception Handling
  • Q3. Multithreading related basic question

GoodWorkLabs Services Interview FAQs

How many rounds are there in GoodWorkLabs Services Senior Software Engineer interview?
GoodWorkLabs Services interview process usually has 2 rounds. The most common rounds in the GoodWorkLabs Services interview process are Technical and Resume Shortlist.
What are the top questions asked in GoodWorkLabs Services Senior Software Engineer interview?

Some of the top questions asked at the GoodWorkLabs Services Senior Software Engineer 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 Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
GoodWorkLabs Services Senior Software Engineer Salary
based on 40 salaries
₹8 L/yr - ₹22 L/yr
At par with the average Senior Software Engineer Salary in India
View more details

GoodWorkLabs Services Senior Software Engineer Reviews and Ratings

based on 2 reviews

4.2/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

3.8

Salary

3.8

Job security

4.0

Company culture

3.8

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
40 salaries
unlock blur

₹8 L/yr - ₹22 L/yr

Software Engineer
38 salaries
unlock blur

₹6 L/yr - ₹15.1 L/yr

Software Developer
19 salaries
unlock blur

₹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

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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