Upload Button Icon Add office photos

Filter interviews by

Gapblue Interview Questions, Process, and Tips

Updated 30 Sep 2024

Top Gapblue Interview Questions and Answers

Gapblue Interview Experiences

Popular Designations

7 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Telephone round

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently had an extremely disappointing experience with the interview process at [Company Name]. I had an interview scheduled with Ms. Sreelekshmi Aravind on September 4, 2024, confirmed via email by Ms. Lakshmi. Despite joining the meeting on time and waiting for 20 minutes, no one joined the call. Attempts to contact Ms. Lakshmi during this time were futile, and she later informed me she was unwell.

I sent a follow-up email to Ms. Aravind the same day to inquire about rescheduling the interview, but I received no response for five days. When I called Ms. Lakshmi for an update, I was informed the position was put on hold, which was why the interview did not take place. Her dismissive and sarcastic response when I questioned the lack of communication and professionalism was highly unprofessional.

Due to this experience, I decided to withdraw my application. The lack of communication and professionalism reflected poorly on the company's values and respect for potential employees. I hope my feedback will be taken seriously, and appropriate measures will be implemented to improve the interview process and communication within the HR team.

Such behavior is unacceptable and needs to be addressed to ensure a more respectful and professional environment.

Human Resources Business Partner Interview Questions asked at other Companies

Q1. How partnering with business helps grow and organisation?
View answer (1)

Software Engineer Interview Questions & Answers

user image Anuja Sara Mathew

posted on 2 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected
Round 1 - Aptitude Test 

Online exam - time , work , permutation , ratio

Round 2 - Coding Test 

Basic c programming questions

Round 3 - Technical 

(2 Questions)

  • Q1. Oop concepts - inheritance polymorphism
  • Q2. Basic c programming coding quuestions

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was basic aptitude .

Round 2 - Technical 

(2 Questions)

  • Q1. It include SQL , DBMS , DS , and other basic questions
  • Q2. Coding qn and sql qn .

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
Add answer
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical reasoning, verbal ability, coding questions were asked. All of th were medium level questions

Round 2 - Technical 

(2 Questions)

  • Q1. Explain constructor
  • Ans. 

    Constructor is a special type of method used to initialize objects in a class.

    • Constructors have the same name as the class they belong to

    • They do not have a return type

    • They are called automatically when an object is created

    • Can be used to initialize instance variables

  • Answered by AI
  • Q2. Oops concepts, palindrome program, SQL query

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)

Gapblue interview questions for popular designations

 Software Engineer

 (3)

 Associate Software Engineer

 (1)

 Human Resources Business Partner

 (1)

 Software Developer

 (1)

 Software Engineer Trainee

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test consist of logical reasoning, verbal ability, coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain oops concepts
  • Ans. 

    OOPs concepts are the principles of Object-Oriented Programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementatio...

  • Answered by AI
  • Q2. Coding qn based on your comfortable language
  • Ans. 

    I am comfortable with Java programming language.

    • Use Java to create a program that calculates the factorial of a number.

    • Utilize loops to iterate through the numbers and multiply them together.

    • Handle edge cases such as negative numbers or zero.

    • Consider using recursion for a more efficient solution.

  • Answered by AI

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)

Software Developer Interview Questions & Answers

user image Arish Varghese

posted on 10 Jul 2024

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

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Find Missing number
  • Ans. 

    Find the missing number in an array of strings.

    • Convert the strings to integers and sort the array

    • Iterate through the array to find the missing number

    • Return the missing number

  • 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 (38)

Jobs at Gapblue

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical reasoning, verbal reasoning, coding

Round 2 - Technical 

(2 Questions)

  • Q1. What is constructor
  • Ans. 

    A constructor is a special type of method that is automatically called when an object is created in a class.

    • Constructors have the same name as the class they are in.

    • Constructors can be used to initialize object properties.

    • Constructors do not have a return type.

    • Example: public class Car { public Car() { // constructor code here } }

  • Answered by AI
  • Q2. Sql queries, palindrome program

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Introduce yourself
  • Q2. What has been your experience with framework design and implementation?
  • Q3. What is the tech and languages you are comfortable with? Rate yourself on each.
  • Q4. What is your experience with finance?
  • Q5. What is TDD and BDD? What are the differences and which one do you prefer?
Round 2 - Technical 

(6 Questions)

  • Q1. Write a program to find the frequency of word in a sentence
  • Q2. Write a program to check if the sum of digits of.the given number is a prime number
  • Q3. Write an SQL query to get the second highest salary in the table
  • Q4. What is the difference between abstract class and interface? Give a use case for both.
  • Q5. Explain static and give it's use case.
  • Q6. Where are objects stored in memory?

Interview Preparation Tips

Interview preparation tips for other job seekers - Thoroughly practice and study language of your choice
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Interview was taken in malad on interface 7 building The relationship officer Vaibhav Panchal . He assigned Interviewer the way he was talking he was not able to speak in english half of the question i was...
  • Q2. His english was poor How you will get the customer count who speak in english? he didn't gave me which table to fetch from ? * question changed get the customer from one table and count from the other ...

Interview Preparation Tips

Interview preparation tips for other job seekers - They intend to hire from internal referrals, why waste our time and your
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Explain your last project and your role in this project
  • Ans. 

    Led a team in implementing a new CRM system for a large retail company

    • Managed project timeline and deliverables

    • Collaborated with stakeholders to gather requirements

    • Provided training and support to end users

    • Ensured successful implementation and user adoption

    • Improved customer data management and analytics

  • Answered by AI
  • Q2. Overall working experience with other companies
  • Ans. 

    I have over 10 years of experience working with various companies in consulting roles.

    • Managed client relationships and delivered successful projects on time and within budget

    • Led cross-functional teams to drive business growth and improve operational efficiency

    • Developed and implemented strategic plans to address client needs and achieve objectives

  • Answered by AI
  • Q3. Why choose kafka over MQ ? what challenges you faced during kafka implementation ?
  • Ans. 

    Kafka is chosen for its scalability and fault tolerance compared to MQ.

    • Kafka offers higher throughput and lower latency compared to MQ.

    • Kafka is horizontally scalable, allowing for easy expansion as data volume grows.

    • Kafka provides fault tolerance through replication of data across multiple brokers.

    • Challenges faced during Kafka implementation may include setting up proper configurations, ensuring data consistency, and m...

  • Answered by AI
  • Q4. Monolith to microservice migration journey ? what all decisions needs to be taken and how the entire migration took place.
  • Ans. 

    Monolith to microservice migration involves breaking down a large application into smaller, independent services.

    • Evaluate the current monolith architecture and identify the components that can be decoupled into microservices.

    • Define the boundaries of each microservice to ensure they are cohesive and loosely coupled.

    • Choose the right technology stack for each microservice based on its requirements and scalability needs.

    • Im...

  • Answered by AI
  • Q5. If worked for RestAPI ? what is the use of swagger ? what is the content of Swagger documentation ?
  • Ans. 

    Swagger is a tool used for documenting and testing REST APIs.

    • Swagger is used for documenting REST APIs by providing a user-friendly interface to view and interact with API endpoints.

    • It allows developers to easily understand the functionality of an API, including available endpoints, request/response formats, and authentication methods.

    • Swagger documentation typically includes information such as API endpoints, request p...

  • Answered by AI
  • Q6. Only this was asked to me , and rejected

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your interview scheduled only through referals , as at least you can get what went wrong if not selected .

Gapblue Interview FAQs

How many rounds are there in Gapblue interview?
Gapblue interview process usually has 1-2 rounds. The most common rounds in the Gapblue interview process are Technical, Aptitude Test and Coding Test.
How to prepare for Gapblue 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 Gapblue. The most common topics and skills that interviewers at Gapblue expect are Python, SAP Fiori, generative ai, Artificial Intelligence and Machine Learning.
What are the top questions asked in Gapblue interview?

Some of the top questions asked at the Gapblue interview -

  1. coding qn based on your comfortable langu...read more
  2. What is construc...read more
  3. explain oops conce...read more

Tell us how to improve this page.

Gapblue Interview Process

based on 7 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
View all

Gapblue Reviews and Ratings

based on 13 reviews

4.3/5

Rating in categories

4.5

Skill development

4.2

Work-life balance

3.9

Salary

4.2

Job security

4.3

Company culture

3.8

Promotions

4.5

Work satisfaction

Explore 13 Reviews and Ratings
Workday Techno Functional Consultant

Kochi

6-10 Yrs

Not Disclosed

Senior Python Developer

Kochi

4-8 Yrs

Not Disclosed

Solution Architect

Kochi

8-12 Yrs

Not Disclosed

Explore more jobs
Applications Engineer
15 salaries
unlock blur

₹3.8 L/yr - ₹6 L/yr

Associate Application Engineer
12 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Associate Consultant
6 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Oracle Financial Functional Consultant
4 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Manager
3 salaries
unlock blur

₹30 L/yr - ₹45 L/yr

Explore more salaries
Compare Gapblue 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