Upload Button Icon Add office photos

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
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. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

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)

Development engineer L1 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

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)

Kongsberg Digital interview questions for popular designations

 Development Engineer 2

 (1)

 Senior Developer

 (1)

 Senior Development Engineer

 (1)

 Senior Software Engineer

 (1)

 Software Developer

 (1)

 Software Testing Engineer

 (1)

 Summer Intern

 (1)

 Technical Lead

 (1)

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 SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

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 SubsequencesYou are given an array consisting of N integers. You need to find the number of k-element subsequences of the given array where the bitwise AND of the subsequence's elements is maximal. Also, find the maximal AND val... read more
View answer (4)

Development Engineer L1 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. Check Indices With Given DifferenceYou are given an integer array 'ARR' of size ‘N’ and two integers ‘A’ and ‘B’. You need to find if there are two distinct indices in the array, such that the absolute difference of values on those indices ... read more
View answer (4)

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 4 interviews in last 1 year

Interview experience

4
  
Good

People are getting interviews through

based on 8 Kongsberg Digital interviews
Job Portal
Recruitment Consultant
Referral
50%
13%
13%
24% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Siemens Interview Questions
4.1
 • 417 Interviews
ABB Interview Questions
4.1
 • 224 Interviews
View all

Kongsberg Digital Reviews and Ratings

based on 70 reviews

3.4/5

Rating in categories

3.4

Skill development

3.8

Work-Life balance

3.5

Salary & Benefits

3.2

Job Security

3.7

Company culture

3.1

Promotions/Appraisal

3.2

Work Satisfaction

Explore 70 Reviews and Ratings
Senior Software Engineer
28 salaries
unlock blur

₹17 L/yr - ₹35 L/yr

Software Development Engineer
25 salaries
unlock blur

₹9.1 L/yr - ₹31.2 L/yr

Software Developer
23 salaries
unlock blur

₹6 L/yr - ₹19.5 L/yr

Senior Development Engineer
23 salaries
unlock blur

₹14 L/yr - ₹36 L/yr

Development Engineer
16 salaries
unlock blur

₹10 L/yr - ₹24 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview