Upload Button Icon Add office photos
Engaged Employer

i

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

Goodlead Consulting Services Verified Tick

Compare button icon Compare button icon Compare
-

No reviews yet

i

This rating is based on a small number of reviews, so it may not fully reflect the overall employee experience.

Filter interviews by

Goodlead Consulting Services Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Group Discussion 

Programming questions related to Python and React.

Round 2 - Group Discussion 

Programmatical problem related to Python and React

Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
Round 4 - Aptitude Test 

Programming Problems related to react and python.

Round 5 - Technical 

(1 Question)

  • Q1. Object Oriented Programming, Memory Management, Multiprocessing, multithreading, GIL, React Components
Round 6 - Technical 

(1 Question)

  • Q1. Object Oriented Programming, GIL, Multi threading, multiprocessing, React Component, Shallow Copy, Deep Copy
Round 7 - Technical 

(1 Question)

  • Q1. Object Oriented Programming, GIL, Multi threading, multiprocessing, React Component, Shallow Copy, Deep Copy
Round 8 - Technical 

(1 Question)

  • Q1. Object Oriented Programming, GIL, Multi threading, multiprocessing, React Component, Shallow Copy, Deep Copy
Round 9 - One-on-one 

(1 Question)

  • Q1. Object Oriented Programming, GIL, Multi threading, multiprocessing, React Component, Shallow Copy, Deep Copy, Django ORM, Class Inheritance

Interview Preparation Tips

Interview preparation tips for other job seekers - In the name of the client Round, the internal team will contact you to conduct interview calls known as Preparation Call Round before the Client Round, aimed at creating a positive impression for the client. Typically, no additional rounds follow the HR round, but they conducted five more rounds while merely reiterating the aforementioned details, which led me to cancel my own job application.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Basics of Python, Flask, ReactJs, RestApi Development
  • Q2. Python - Difference between is and ==
  • Q3. React - useEffect vs useState
  • Q4. Authentication in RestApi
  • Q5. React - Pure Component and Higher order components
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Core Java OOPS Multithreading..
  • Q2. Codding question for collection like Array list and LinkedList
Round 2 - Technical 

(2 Questions)

  • Q1. Spring related question like annotation POM file, ....
  • Q2. Cloud related experience/question
Round 3 - HR 

(1 Question)

  • Q1. Previous experience question like project experience...
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. What is the SQL query using PIVOT to transform the given input table into the expected output?
  • Q2. What is the process flow for implementing an incremental load?
  • Q3. What are the steps involved in query optimization?
  • Q4. What is the process flow of Slowly Changing Dimension Type 2 (SCD 2), and what are the associated post commands?
  • Q5. Difference Between dimension tables and fact tables.Which one loaded firs?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(6 Questions)

  • Q1. What is spark,explain its ecosystem
  • Q2. What are transformations, and how many types of transformations exist?
  • Q3. Explain about spark job process and its planning
  • Q4. What are the concepts of coalesce and repartition in data processing?
  • Q5. Explain about oom and driverhead memory
  • Q6. What is data skewness
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain projects worked on and benefits
  • Q2. What is agile , SDLC, user stories
  • Ans. 

    Agile is a project management methodology focused on iterative development, SDLC is the software development life cycle, and user stories are short descriptions of a feature told from the perspective of the end user.

    • Agile is a project management approach that emphasizes flexibility, collaboration, and customer feedback.

    • SDLC is the process of planning, creating, testing, and deploying software applications.

    • User stories ...

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

(2 Questions)

  • Q1. How will to create a new market in vietnam for LC/BG
  • Ans. 

    To create a new market in Vietnam for LC/BG, we can start by conducting market research, building relationships with local businesses and government agencies, and offering tailored financial solutions.

    • Conduct market research to understand the needs and preferences of Vietnamese businesses

    • Build relationships with local banks, businesses, and government agencies to establish credibility and trust

    • Offer tailored financial ...

  • Answered by AI
  • Q2. What is acceptance criteria
  • Ans. 

    Acceptance criteria are conditions that a product must satisfy to be accepted by a user, customer, or stakeholder.

    • Acceptance criteria are typically defined during the planning phase of a project.

    • They are used to determine whether a product or feature is complete and functioning as expected.

    • Acceptance criteria are often written in a specific format, such as 'Given X, when Y, then Z.'

    • They help ensure that the product mee...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Transition from ASC 840 to ASC 842
  • Q2. Difference between lessee and lessor accounting under US GAAP
Round 2 - Technical 

(1 Question)

  • Q1. Detailed accounting of ASC 842
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

Some basic questions related to profit, time, and distance.

Round 2 - Coding Test 

Identify the missing number in the array and remove the duplicate string from another string, then write the remaining portion.

Round 3 - Technical 

(4 Questions)

  • Q1. What is rest api's
  • Ans. 

    REST APIs are a set of rules and conventions for building and interacting with web services.

    • REST stands for Representational State Transfer

    • Uses standard HTTP methods like GET, POST, PUT, DELETE

    • Data is transferred in JSON or XML format

    • Stateless communication between client and server

    • Example: GET request to retrieve data from a server

  • Answered by AI
  • Q2. What is components
  • Ans. 

    Components in software development are modular, reusable parts of a system that perform specific functions.

    • Components are building blocks of a software system

    • They are designed to be modular and reusable

    • Each component performs a specific function or set of functions

    • Examples include buttons, forms, navigation bars in a web application

  • Answered by AI
  • Q3. Some related to github
  • Q4. Explain about api testing
  • Ans. 

    API testing involves testing the functionality, reliability, performance, and security of APIs.

    • API testing ensures that the API functions as expected and meets the requirements.

    • It involves testing the input parameters, output, authentication, error codes, and response time.

    • Tools like Postman, SoapUI, and JMeter are commonly used for API testing.

    • API testing can be done manually or automated using scripts.

    • Common types of...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Explain about your project
  • Ans. 

    Developed a web application for online food ordering and delivery service

    • Used React.js for front-end development

    • Implemented Node.js and Express.js for back-end functionality

    • Integrated payment gateway for secure transactions

  • Answered by AI
  • Q2. What is the logical problem involving 2 rooms, 3 bulbs, and 3 switches?

Interview Preparation Tips

Interview preparation tips for other job seekers - try to learn basic concepts of frontend and backend technologies

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are the technologies you have worked on ?
  • Ans. 

    I have worked on various technologies including Java, Python, SQL, and Tableau.

    • Java

    • Python

    • SQL

    • Tableau

  • Answered by AI
  • Q2. Help with skills on any of one technology that u have worked for ?
  • Ans. 

    I have worked extensively with Java programming language.

    • Developed web applications using Java EE

    • Utilized Spring framework for dependency injection

    • Implemented RESTful APIs with JAX-RS

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Recently i joined Knack Consulting Services company , iam very happy that i found company where Work-Life Balance , Healthiest environment, Friendly and supportive managers, Good culture i loved it and i recommend surely who wants to join here without no hesitation u can join here , good place to work
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

The aptitude test was interesting, Had a bunch of fun puzzles

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a detail-oriented business analyst with a strong background in data analysis and problem-solving.

    • Experienced in gathering and analyzing business requirements

    • Skilled in creating data models and visualizations

    • Proficient in using tools like SQL, Excel, and Tableau

    • Strong communication and presentation skills

    • Certified in business analysis (e.g. CBAP)

  • Answered by AI
  • Q2. Where do you see yourself in 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont apply if you cant wait for teams to move quickly

Goodlead Consulting Services Interview FAQs

How to prepare for Goodlead Consulting 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 Goodlead Consulting Services. The most common topics and skills that interviewers at Goodlead Consulting Services expect are .Net, ASP, Algorithms, CSS and Cloud.

Tell us how to improve this page.

Executive
4 salaries
unlock blur

₹2.2 L/yr - ₹3.6 L/yr

Partner
3 salaries
unlock blur

₹50.1 L/yr - ₹50.1 L/yr

Explore more salaries
Compare Goodlead Consulting Services with

McLaren Strategic Ventures

3.0
Compare

Gemba Concepts

3.6
Compare

Franchise Alpha

4.5
Compare

Zipgrid

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