Upload Button Icon Add office photos

Filter interviews by

Gibraltar Technologies Senior Software Engineer 2 Interview Questions and Answers

Updated 2 Jul 2024

Gibraltar Technologies Senior Software Engineer 2 Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Question on core Java collection, multi threading,concurrent collection ,iterator,oops
  • Q2. Question on spring boot, singleton class, why we need final variables or class
Round 2 - Technical 

(2 Questions)

  • Q1. Asked me about project details
  • Q2. Load balancing, questions on deployment, which server is used in your project
Round 3 - HR 

(2 Questions)

  • Q1. Basic questions
  • Q2. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for technical in depth deep dive.
Core Java , Java 8 , spring boot,jpa, concurrent collection, elastic search ,git ,Jenkins,project and scenario based questions some basic coding questions with different complexity

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Round1 - DSA question | Codility Platform
For a given String str, find the longest repeating and non-overlapping substrings. If there exists more than 1 such substring print out all of them as part of output.

Round 2 - Coding Test 

Round2 - DSA Question | stack | Codility Platform
Find largest area possible in a given Histogram where largest rectangle can be formed by a number of continuous bars whose heights are given in an array.

Round 3 - System Design 

(1 Question)

  • Q1. Design a Common Billing System for Azure services.
  • Ans. 

    Design a Common Billing System for Azure services.

    • Utilize Azure Billing API to track usage and costs

    • Implement role-based access control for billing information

    • Include automated invoicing and payment processing

    • Integrate with Azure Active Directory for user authentication

    • Provide detailed billing reports and analytics for customers

  • Answered by AI
Round 4 - Behavioral 

(2 Questions)

  • Q1. Share the most challenging task of your career so far.
  • Ans. 

    Designing and implementing a real-time data processing system for a high-traffic e-commerce platform.

    • Architecting a scalable and fault-tolerant system to handle millions of transactions per day.

    • Optimizing data processing algorithms to ensure low latency and high throughput.

    • Implementing real-time monitoring and alerting mechanisms to detect and address issues proactively.

  • Answered by AI
  • Q2. Why change from current organization?
  • Ans. 

    Seeking new challenges and growth opportunities in a larger organization with more advanced technologies.

    • Desire for new challenges and opportunities for growth

    • Interested in working with more advanced technologies

    • Seeking a larger organization with greater resources and opportunities for career advancement

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In DSA rounds it is essential to not only solve the problem but also walk through different choices you have made and how it impacts the memory and number of iterations within the implemented algorithm.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Java programming string, linked list
  • Q2. Trees, threads, deadlocks, multithreading
Round 2 - Technical 

(2 Questions)

  • Q1. JAVA programming
  • Q2. Unit tests for the written program
Round 3 - Technical 

(2 Questions)

  • Q1. Data Structures and Algorithms
  • Q2. Unit tests in JAVA
  • Ans. 

    Unit tests in JAVA are used to test individual units or components of a software application.

    • Unit tests are written to verify the behavior of a specific piece of code in isolation.

    • They help ensure that each unit of code works correctly on its own.

    • JUnit is a popular Java framework for writing and running unit tests.

    • Mockito is often used in conjunction with JUnit for mocking dependencies in unit tests.

  • Answered by AI
Round 4 - Behavioral 

(2 Questions)

  • Q1. Salary Negotiation
  • Q2. About org policies

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Nov 2024.

Round 1 - Coding Test 

Asked reverse number

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. It was Data structure and Algorithm round
  • Q2. 1. Program to get a response as Excel column name for integer input. Input 1-> A, 2-> B, 3->C, ...26->Z,27->AA, 28->AB, 29->AC..52->AZ. 2. Find first no-repeating character in String. 3. Given a list of N...
  • Ans. 

    Program to convert integer to Excel column name, find first non-repeating character in a string, and create a map of last names with count of names.

    • For converting integer to Excel column name, you can use a recursive function to map the remainder of the division by 26 to the corresponding letter.

    • To find the first non-repeating character in a string, you can iterate through the string and use a HashMap to store the coun...

  • Answered by AI

Skills evaluated in this interview

I applied via Approached by company and was interviewed in Dec 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic C++ related questions. 2 problems. Asked to open cpp.sh and code there and compile.
Round 2 - Technical 

(2 Questions)

  • Q1. Pointer related questions.
  • Q2. 4 problems. Asked to code for 2 of them.
Round 3 - Behavioral 

(1 Question)

  • Q1. Behavioral questions.
Round 4 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why are you looking for a change?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Data Structures and algorithms and the language that you are going to work on. Practice problem solving on online platforms like hackerrank or leetcode.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic question on probablity and reasoing and some more presence of mind relates question

Round 2 - Coding Test 

Program on find duplicate on array and rever the string

Round 3 - Technical 

(2 Questions)

  • Q1. Difference between linked list and array list
  • Q2. What is hashmap and when it is used
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
-
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 - Aptitude Test 

In Aptitude test in Math & Reasoning &English is be must for 1st round.

Round 3 - Coding Test 

In Coding Round first of all basic programing language C & 2nd One Oops language & DBMS must be knowledge. And then coding profile is above.

Interview Preparation Tips

Interview preparation tips for other job seekers - Dependent on basis his skill, talent, knowledge. Now must be coding knowledge.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic interview questions with project related questions
Round 3 - Technical 

(1 Question)

  • Q1. Detailed Questions on projects
Round 4 - HR 

(1 Question)

  • Q1. Normal HR interview questions with casual talks

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and positive. Keep all things ready related to your projects

I applied via LinkedIn and was interviewed in May 2021. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What challenges did u faced in your role
  • Q2. What is ur purpose of leaving ur ofz
  • Ans. 

    I am looking for new challenges and growth opportunities.

    • Seeking a more challenging role

    • Looking for opportunities to learn and grow

    • Want to work with new technologies

    • Desire to work in a different industry

    • Seeking better work-life balance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident stay strong

Gibraltar Technologies Interview FAQs

How many rounds are there in Gibraltar Technologies Senior Software Engineer 2 interview?
Gibraltar Technologies interview process usually has 3 rounds. The most common rounds in the Gibraltar Technologies interview process are Technical and HR.
What are the top questions asked in Gibraltar Technologies Senior Software Engineer 2 interview?

Some of the top questions asked at the Gibraltar Technologies Senior Software Engineer 2 interview -

  1. Question on spring boot, singleton class, why we need final variables or cl...read more
  2. Load balancing, questions on deployment, which server is used in your proj...read more
  3. Question on core Java collection, multi threading,concurrent collection ,iterat...read more

Tell us how to improve this page.

Gibraltar Technologies Senior Software Engineer 2 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Senior Software Engineer
20 salaries
unlock blur

₹5 L/yr - ₹9.1 L/yr

Technical Lead
20 salaries
unlock blur

₹10.5 L/yr - ₹34 L/yr

Senior Executive
16 salaries
unlock blur

₹2 L/yr - ₹6.9 L/yr

Software Developer
13 salaries
unlock blur

₹2 L/yr - ₹11.7 L/yr

Senior Associate
13 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Explore more salaries
Compare Gibraltar Technologies with

Teleperformance

3.9
Compare

Amazon

4.1
Compare

iEnergizer

4.6
Compare

Deloitte

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