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 (206)
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
View answer (1)
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 (206)

Gapblue interview questions for popular designations

 Software Engineer

 (3)

 Human Resources Business Partner

 (1)

 Software Engineer Trainee

 (1)

 Software Developer

 (1)

 Associate Software Engineer

 (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 (2)

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 (42)
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 (206)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 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 - Coding Test 

Easy DSA questions and some questions on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join if you are a fresher and want to grow as a developer. I had resigned that time I am writing this review

I applied via Campus Placement and was interviewed in Mar 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How do you get the second to last element from a SQL table?
  • Ans. 

    To get the second to last element from a SQL table, use the OFFSET-FETCH clause.

    • Use the ORDER BY clause to sort the table in descending order.

    • Use the OFFSET-FETCH clause to skip the last row and fetch the second to last row.

    • Example: SELECT column_name FROM table_name ORDER BY column_name DESC OFFSET 1 ROWS FETCH NEXT 1 ROWS ONLY;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice by building a simple full stack web application.

Skills evaluated in this interview

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.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

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
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
7 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