Upload Button Icon Add office photos

Filter interviews by

ASSA ABLOY Senior Java Developer Interview Questions and Answers

Updated 25 Feb 2024

ASSA ABLOY Senior Java Developer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1) Basic oops concept , 2) Multithreading, 3) SQL query
Round 2 - Technical 

(1 Question)

  • Q1. 1) Scenario based deep dive in

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How do you design metro line for new station
  • Ans. 

    Designing a metro line for a new station involves planning routes, considering passenger flow, and ensuring connectivity.

    • Conduct a feasibility study to determine the need for a new station

    • Consider factors such as population density, traffic patterns, and potential future growth

    • Plan the route to optimize connectivity with existing stations and transportation hubs

    • Design the station layout to accommodate passenger flow an...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you learn about our company
  • Q2. What should one do in tough times
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 in Mar 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. LT Side Equipments
Round 3 - HR 

(1 Question)

  • Q1. Introduction & Salary
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Use of shunt relay in acb.
  • Ans. 

    A shunt relay in an ACB is used to provide protection against overcurrents by diverting excess current away from the main circuit.

    • Shunt relay is connected in parallel with the main circuit of the ACB.

    • It detects overcurrents and activates to divert the excess current through a shunt path.

    • This helps in protecting the main circuit from damage due to overcurrents.

    • Shunt relays are commonly used in Air Circuit Breakers (ACBs...

  • Answered by AI
  • Q2. What is coc in hvac.
  • Ans. 

    CoC in HVAC stands for Certificate of Conformance, which is a document certifying that a product meets specified requirements.

    • CoC in HVAC is a Certificate of Conformance that ensures a product meets specific requirements.

    • It is often required in HVAC projects to ensure quality and compliance.

    • CoC may include details such as product specifications, testing results, and manufacturer information.

  • Answered by AI
  • Q3. What is Biological oxygen demand and Carbonic oxygen demand in STP Plant.
  • Ans. 

    Biological oxygen demand (BOD) and Chemical oxygen demand (COD) are important parameters in wastewater treatment plants.

    • Biological oxygen demand (BOD) is a measure of the amount of dissolved oxygen needed by aerobic biological organisms to break down organic material in water.

    • Carbonaceous oxygen demand (COD) is a measure of the amount of oxygen required to oxidize all the organic and inorganic matter in water.

    • BOD is a ...

  • Answered by AI
  • Q4. What is voltage monitoring relay.
  • Ans. 

    A voltage monitoring relay is a device that monitors voltage levels and triggers an alarm or protective action if the voltage exceeds or falls below a set threshold.

    • Monitors voltage levels in electrical systems

    • Triggers alarm or protective action if voltage exceeds or falls below set threshold

    • Used to protect equipment from damage due to voltage fluctuations

  • Answered by AI
  • Q5. Working principle of wtp plant.
  • Ans. 

    WTP plant works on the principle of physical and chemical processes to remove impurities from water.

    • Water enters the plant and goes through processes like coagulation, flocculation, sedimentation, filtration, and disinfection.

    • Coagulation involves adding chemicals to water to make impurities clump together.

    • Flocculation helps in forming larger particles called floc for easier removal.

    • Sedimentation allows the floc to sett...

  • Answered by AI
  • Q6. What is your daily and monthly Reports.
  • Ans. 

    I provide daily and monthly reports on project progress, issues, and key metrics to track performance.

    • Daily reports include updates on tasks completed, challenges faced, and plans for the next day.

    • Monthly reports summarize overall progress, budget status, and any potential risks or delays.

    • Reports may also include key performance indicators (KPIs) such as project milestones achieved, budget variance, and resource utiliz...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - keep mind relax interview time. And focus your daily work activities .
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2022. There were 4 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 - Technical 

(1 Question)

  • Q1. Technical questions
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Written paper as per site and codes

Round 2 - Group Discussion 

It’s about Quality and execution with VP and audit team

Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Joining procedures and company policy
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

It was quite easy with basic topics like percentage, profit and loss.

Round 2 - Group Discussion 

Internet censorship should be implemented or not

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

90 min, DSA, hacker platform 3 question

Round 2 - Technical 

(2 Questions)

  • Q1. 2D DP WITH SPACE OPTIMIZATION
  • Ans. 

    2D DP with space optimization is a technique to reduce memory usage while solving dynamic programming problems.

    • Use a 1D array instead of a 2D array to store values in dynamic programming problems.

    • Update the values in the 1D array based on the dependencies between subproblems.

    • Example: Solving the longest common subsequence problem using 2D DP with space optimization.

  • Answered by AI
  • Q2. GRAPH WITH BFS ON TREE
  • Ans. 

    Breadth First Search (BFS) on a tree involves visiting nodes level by level starting from the root.

    • Start by visiting the root node, then visit all its children before moving on to the next level

    • Use a queue data structure to keep track of nodes to visit next

    • Repeat the process until all nodes have been visited

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was quite good and easy to crack

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sql related questions

ASSA ABLOY Interview FAQs

How many rounds are there in ASSA ABLOY Senior Java Developer interview?
ASSA ABLOY interview process usually has 2 rounds. The most common rounds in the ASSA ABLOY interview process are Technical.
How to prepare for ASSA ABLOY Senior 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 ASSA ABLOY. The most common topics and skills that interviewers at ASSA ABLOY expect are Application Development, Business Management, Coding, Computer science and Consulting.
What are the top questions asked in ASSA ABLOY Senior Java Developer interview?

Some of the top questions asked at the ASSA ABLOY Senior Java Developer interview -

  1. 1) Basic oops concept , 2) Multithreading, 3) SQL qu...read more
  2. 1) Scenario based deep dive...read more

Tell us how to improve this page.

ASSA ABLOY Senior Java Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

JLL Interview Questions
4.1
 • 363 Interviews
CBRE Interview Questions
4.2
 • 270 Interviews
Colliers India Interview Questions
3.9
 • 70 Interviews
K Raheja Corp Interview Questions
4.3
 • 48 Interviews
Knight Frank Interview Questions
4.0
 • 44 Interviews
Sunteck Realty Interview Questions
3.3
 • 23 Interviews
Pittie Group Interview Questions
2.7
 • 17 Interviews
View all
ASSA ABLOY Senior Java Developer Salary
based on 7 salaries
₹21 L/yr - ₹24.2 L/yr
39% more than the average Senior Java Developer Salary in India
View more details
Area Sales Manager
51 salaries
unlock blur

₹8 L/yr - ₹15 L/yr

Area Development Manager
20 salaries
unlock blur

₹8.4 L/yr - ₹15 L/yr

Business Development Manager
20 salaries
unlock blur

₹9.1 L/yr - ₹21 L/yr

Area Sales Executive
20 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Sales Officer
13 salaries
unlock blur

₹4.5 L/yr - ₹8.2 L/yr

Explore more salaries
Compare ASSA ABLOY with

JLL

4.1
Compare

CBRE

4.2
Compare

Cushman & Wakefield

4.1
Compare

Colliers India

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