Upload Button Icon Add office photos

Kongsberg Digital

Compare button icon Compare button icon Compare

Filter interviews by

Kongsberg Digital Interview Questions, Process, and Tips

Updated 18 Oct 2024

Top Kongsberg Digital Interview Questions and Answers

View all 6 questions

Kongsberg Digital Interview Experiences

Popular Designations

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

(1 Question)

  • Q1. JavaScript Prototype
Round 2 - Technical 

(1 Question)

  • Q1. Angular Questions
Round 3 - HR 

(1 Question)

  • Q1. Casual meetings

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
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Multiple small coding problems provided to solve while screen sharing - Duration 1 hr

Round 2 - Coding Test 

Multiple small coding problems provided to solve while screen sharing - Duration 1 hr

Round 3 - Technical 

(1 Question)

  • Q1. Questions were based on personal experience
Round 4 - HR 

(2 Questions)

  • Q1. General Discussion
  • Q2. Discussion related to compensation

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Summer Intern Interview Questions & Answers

user image Anonymous

posted on 12 Jun 2024

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

Easy-Medium level coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Give Introduction
  • Ans. 

    I am a motivated and enthusiastic individual with a strong background in marketing and a passion for creativity.

    • Strong background in marketing

    • Passion for creativity

    • Motivated and enthusiastic individual

  • Answered by AI
  • Q2. Resume based questions (projects)
Round 3 - HR 

(2 Questions)

  • Q1. Behavioural Questions
  • Q2. Hobbies and interests

Summer Intern Interview Questions asked at other Companies

Q1. There are 8 bottles of milk out of which one bottle is poisoned. What will be the minimum number of persons required to find the poisoned bottle if the person dies within 24 hours of drinking the poison. You have only 24 hours.
View answer (6)

Interview Questions & Answers

user image Anonymous

posted on 29 May 2023

Interview experience
5
Excellent
Difficulty level
-
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 - Technical 

(2 Questions)

  • Q1. Javascript interview questions
  • Q2. Sorting an array
  • Ans. 

    Sorting an array involves arranging its elements in a specific order.

    • Choose a sorting algorithm based on the size and type of the array.

    • Common sorting algorithms include bubble sort, insertion sort, and quicksort.

    • Implement the chosen algorithm in code.

    • Test the sorting function with different arrays to ensure it works correctly.

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Basic managerial qualifications

Skills evaluated in this interview

Kongsberg Digital interview questions for popular designations

 Software Testing Engineer

 (1)

 Technical Lead

 (1)

 Senior Developer

 (1)

 Senior Development Engineer

 (1)

 Software Developer

 (1)

 Senior Software Engineer

 (1)

 Web Developer

 (1)

 Development Engineer 2

 (1)

Technical Lead Interview Questions & Answers

user image Sayan Banerjee

posted on 18 Oct 2024

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

I applied via Job Portal and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Angular lifecycle hooks drilling

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

I applied via Approached by Company and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Closture, prototype, create a custom array function, javascript basics and angular basics. Nothing difficult
Round 2 - Technical 

(1 Question)

  • Q1. Find duplicate from an array, find the number of occurrences of a number In an array, and 3-4 more questions like this
  • Ans. 

    Array manipulation questions for Senior Development Engineer role

    • To find duplicates in an array, use a hash table or sort the array and compare adjacent elements

    • To find the number of occurrences of a number, iterate through the array and count the occurrences

    • Other questions could involve sorting an array, finding the maximum or minimum value, or reversing an array

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. General questions, nothing difficult

Interview Preparation Tips

Interview preparation tips for other job seekers - Salary is good, but they tend to consider the offer you are holding. So make sure that you have a good offer in hand

Skills evaluated in this interview

Senior Development Engineer Interview Questions asked at other Companies

Q1. how to release the drawings from your end?are you working with DFMEA? have you idea about PLM and it's tools?
View answer (1)

I applied via Recruitment Consultant and was interviewed in Oct 2021. There were 5 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Write a program to reverse each words in a string. Eg. Input : hello world, Output : olleh dlrow.
  • Q2. Write a program to print number of occurrences of each element in an array.
  • Ans. 

    Program to count occurrences of each element in an array of strings.

    • Create a dictionary to store the count of each element.

    • Loop through the array and update the count in the dictionary.

    • Print the count of each element from the dictionary.

  • Answered by AI
  • Q3. Questions on Constructor.
  • Q4. Questions on and around Interface and Abstract Class.
  • Q5. Questions on different locators in Selenium. Mostly around Xpath.
  • Q6. How to handle Alerts, Windows, iframes.
  • Ans. 

    To handle Alerts, Windows, iframes, we need to switch to their respective contexts.

    • Use driver.switchTo().alert() to handle alerts.

    • Use driver.switchTo().window() to handle windows.

    • Use driver.switchTo().frame() to handle iframes.

    • To switch back to the default content, use driver.switchTo().defaultContent().

  • Answered by AI
  • Q7. Basic oops concepts.
  • Q8. Few more basic programs were asked which I don't remember exactly, but they are mostly on arrays and collections.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had the best interview experience with Kongsberg Digital.
I had attended 2 Technical Rounds and 1 Managerial Round.
Interviewers were really good. All the questions were around the technologies/tools/skills mentioned in my resume. They asked to write few simple (but tricky) programs in both the technical rounds. Also asked me to explain my code.

Interview Advice :
Most questions will be from (but not limited to) Inheritance, Abstraction, Encapsulation, Interface, Abstract Class, Access Modifiers, Exception Handling, Selenium Locators, Alerts/Windows/iframes and many more.
Practice well for simple (but tricky) programs. you should be able to explain the code you wrote.

Skills evaluated in this interview

Software Testing Engineer Interview Questions asked at other Companies

Q1. Maximal AND Subsequences Problem Given an array consisting of N integers, your task is to determine how many k-element subsequences of the given array exist where the bitwise AND of the subsequence's elements is maximal. Your objective is t... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 23 Nov 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 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. Most of the questions on Angular framework
Round 3 - Behavioral 

(1 Question)

  • Q1. Just a walk through on the product
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion, company benefits etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Always talk about your interests, the technology you want to work on. In most of the cases in managerial round they lie about what they are working on they just want candidate to be in, so I advice to ask questions. It's only like only they ask question and you answer.

I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. All basic questions related to front end technology
Round 2 - Technical 

(1 Question)

  • Q1. Techno managerial round
Round 3 - HR 

(1 Question)

  • Q1. All basic HR discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Get through with all the basic topics

Web Developer Interview Questions & Answers

user image Anonymous

posted on 26 Mar 2022

I applied via Naukri.com and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Alla about basic ui questions from html,css,js

Interview Preparation Tips

Interview preparation tips for other job seekers - For ui development get ready with the basic js coding

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. Why do we use deligates
  • Ans. 

    Delegates are used to achieve loose coupling and separation of concerns in software development.

    • Delegates allow methods to be passed as parameters to other methods.

    • They enable event-driven programming.

    • They facilitate the implementation of the observer pattern.

    • They enable the creation of anonymous methods.

    • They allow for the implementation of callback functions.

    • They enable the creation of extensible and modular code.

    • They...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident enough to answer your questions, deep knowledge is required of any subject

Senior Developer Interview Questions asked at other Companies

Q1. What is your current CTC and what is your expected CTC?
View answer (1)

Kongsberg Digital Interview FAQs

How many rounds are there in Kongsberg Digital interview?
Kongsberg Digital interview process usually has 2-3 rounds. The most common rounds in the Kongsberg Digital interview process are Technical, HR and Coding Test.
How to prepare for Kongsberg Digital 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 Kongsberg Digital. The most common topics and skills that interviewers at Kongsberg Digital expect are Javascript, Angular, Typescript, Adobe and Automation.
What are the top questions asked in Kongsberg Digital interview?

Some of the top questions asked at the Kongsberg Digital interview -

  1. Write a program to print number of occurrences of each element in an arr...read more
  2. Find duplicate from an array, find the number of occurrences of a number In an ...read more
  3. How to handle Alerts, Windows, ifram...read more

Tell us how to improve this page.

Kongsberg Digital Interview Process

based on 5 interviews

Interview experience

3.4
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Siemens Interview Questions
4.1
 • 432 Interviews
ABB Interview Questions
4.1
 • 232 Interviews
View all

Kongsberg Digital Reviews and Ratings

based on 78 reviews

3.4/5

Rating in categories

3.3

Skill development

3.8

Work-life balance

3.4

Salary

3.0

Job security

3.6

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 78 Reviews and Ratings
Software Development Engineer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Development Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Development Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Kongsberg Digital with

ABB

4.1
Compare

Siemens

4.1
Compare

Bharat Electronics

4.2
Compare

TCS

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