Upload Button Icon Add office photos

Filter interviews by

Gibraltar Technologies Java Developer Interview Questions and Answers

Updated 15 Jun 2022

Interview questions from similar companies

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

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

Round 1 - Technical 

(8 Questions)

  • Q1. How much exp in docker?
  • Ans. 

    I have 2 years of experience working with Docker in various projects.

    • 2 years of experience working with Docker in various projects

    • Proficient in creating Docker containers, managing images, and orchestrating containers using Docker Compose

    • Familiar with Docker Swarm and Kubernetes for container orchestration

    • Experience in troubleshooting Docker-related issues and optimizing container performance

  • Answered by AI
  • Q2. Do you have exp in Kubernetes?
  • Ans. 

    Yes, I have experience in Kubernetes.

    • I have worked on deploying and managing applications on Kubernetes clusters.

    • I am familiar with creating and managing Kubernetes resources such as pods, deployments, services, and ingresses.

    • I have experience in using tools like kubectl and Helm for interacting with Kubernetes clusters.

    • I have implemented CI/CD pipelines using Kubernetes for automated deployment and scaling of applicat

  • Answered by AI
  • Q3. What is OOP?
  • Ans. 

    OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP.

    • Examples of OOP languages include Java, C++, and Python.

  • Answered by AI
  • Q4. Types of polymorphism
  • Ans. 

    Polymorphism in Java refers to the ability of a method to do different things based on the object it is acting upon.

    • Types of polymorphism in Java include method overloading and method overriding.

    • Method overloading is when multiple methods have the same name but different parameters.

    • Method overriding is when a subclass provides a specific implementation of a method that is already defined in its superclass.

  • Answered by AI
  • Q5. Thread in java
  • Ans. 

    Threads in Java allow multiple tasks to run concurrently within a single program.

    • Threads are lightweight sub-processes that share the same memory space.

    • They are used to improve performance by allowing tasks to run simultaneously.

    • Examples include creating a new thread using the Thread class or implementing the Runnable interface.

  • Answered by AI
  • Q6. Knowledge in which spring modules
  • Q7. What is spring profile
  • Ans. 

    Spring profile is a way to segregate parts of your application configuration and make it only available in certain environments.

    • Spring profiles allow you to define different configurations for different environments such as development, testing, and production.

    • You can use @Profile annotation to specify which beans should be loaded based on the active profile.

    • Profiles can be activated in various ways such as through app...

  • Answered by AI
  • Q8. What is @PreAuthorize and @PostAuthorize
  • Ans. 

    Annotations used in Spring Security to apply authorization rules before and after a method is called.

    • Used in Spring Security to define authorization rules

    • @PreAuthorize is used to apply authorization rules before a method is called

    • @PostAuthorize is used to apply authorization rules after a method is called

    • Both annotations support SpEL expressions for defining rules

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Deloitte Java Developer interview:
  • Basics in java
  • Spring security
  • Spring Boot
  • Docker
  • Cloud Computing
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. What are the design patterns you know in java
  • Ans. 

    Design patterns in Java are reusable solutions to common problems in software design.

    • Creational patterns (e.g. Singleton, Factory, Builder)

    • Structural patterns (e.g. Adapter, Decorator, Facade)

    • Behavioral patterns (e.g. Observer, Strategy, Template Method)

  • Answered by AI
  • Q2. What is daimond problem
  • Ans. 

    The diamond problem occurs in multiple inheritance when a class inherits from two classes that have a common ancestor, leading to ambiguity in method invocation.

    • Diamond problem arises in multiple inheritance when a class inherits from two classes that have a common ancestor.

    • It leads to ambiguity in method invocation as the compiler cannot determine which inherited method to invoke.

    • Example: Class A has a method 'display...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java concepts based on streams and oops concepts and singleton class
  • Q2. DSA questions like first missing number and rotate array
Round 2 - One-on-one 

(2 Questions)

  • Q1. SQL queries based on group by and implementation of min heap
  • Q2. Scenario based question like what data structure are used
Round 3 - One-on-one 

(2 Questions)

  • Q1. Java based questions like difference between interface and abstract class and spring boot rest API implementation
  • Q2. Permutation of the number without duplicates
  • Ans. 

    Generate all permutations of a given number without duplicates

    • Use backtracking to generate all possible permutations

    • Avoid duplicates by keeping track of used digits

    • Recursively swap digits to generate permutations

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Min stack write code with full operation
  • Ans. 

    A min stack is a stack data structure that supports the usual push and pop operations, along with an additional operation to retrieve the minimum element in constant time.

    • Create a stack to store the elements and another stack to store the minimum values encountered so far.

    • When pushing an element, check if it is smaller than the current minimum. If so, push it onto the minimum stack.

    • When popping an element, check if it ...

  • Answered by AI
  • Q2. Graph and sql ,concept problem
Round 2 - One-on-one 

(2 Questions)

  • Q1. Merge Sort based tricky ques
  • Q2. Island problem leetcode

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain how hashmap internally works
  • Ans. 

    HashMap internally uses an array of linked lists to store key-value pairs.

    • HashMap uses hashing to determine the index of the key in the array.

    • If multiple keys hash to the same index, a linked list is used to store them.

    • When retrieving a value, the key is hashed to find the index and then the linked list is searched for the key.

  • Answered by AI
  • Q2. Difference between vector and Arraylist
  • Ans. 

    Vector is synchronized and slower, ArrayList is unsynchronized and faster.

    • Vector is synchronized, ArrayList is not.

    • Vector is slower due to synchronization, ArrayList is faster.

    • Vector is legacy class, ArrayList is part of Java Collections framework.

    • Vector doubles its size when full, ArrayList increases by 50%.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Java & advance java,spring Boot
  • Ans. 

    I m to get yourlife company to work.

  • Answered Anonymously
  • Q2. Check my skills
  • Ans. 

    It's like technical round & Hr round , way of language speaking.

  • Answered Anonymously
  • Q3. I ability to doing work hard in this company
  • Q4. I'm have read to extra work form this company
  • Q5. I hope I think about me good everything it's OK thank you my side.

Interview Preparation Tips

Topics to prepare for Amazon Java Developer interview:
  • Core Java
  • JDBC
  • Servlets
  • Hibernate
  • Spring Boot
Interview preparation tips for other job seekers - Good
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. When will you start a company
  • Q2. How Many location in company
  • Q3. Who is the CEO of Zoho
  • Ans. 

    Sir.Sridhar Vembu is the founder and CEO

  • Answered Anonymously
  • Q4. What is the high salary of Zoho
  • Q5. Is Zoho a foreign company?
  • Ans. 

    Yes, Zoho is a foreign company based in India.

    • Zoho is headquartered in Chennai, India.

    • It was founded by Sridhar Vembu in 1996.

    • Zoho has offices in multiple countries including the United States, China, Japan, and Singapore.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Ages, trains, profit losss, hcf lcm, clock, simple interest 30 min

Round 2 - Coding Test 

Array string sorting algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Part1 aptitude questions and part2 checking multiple programming language syntax such as python c#
java js shell script
part 3 on testing and devops
all are 10 qns from each part 30 mcqs

Interview Preparation Tips

Topics to prepare for HARMAN Java Developer interview:
  • aptitude
  • Testing
  • Devops
  • programming language
  • IT Projects
Interview preparation tips for other job seekers - study whatever you know thoroughly

Gibraltar Technologies Interview FAQs

How to prepare for Gibraltar Technologies Java Developer 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 Gibraltar Technologies. The most common topics and skills that interviewers at Gibraltar Technologies expect are Java, HTML, Hibernate, Html5 and Java EE.

Tell us how to improve this page.

Gibraltar Technologies Java Developer Salary
based on 4 salaries
₹3.5 L/yr - ₹6 L/yr
29% less than the average Java Developer Salary in India
View more details

Gibraltar Technologies Java Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
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 - ₹10.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