Upload Button Icon Add office photos

Filter interviews by

Kongsberg Digital Software Testing Engineer Interview Questions and Answers

Updated 17 Nov 2021

Kongsberg Digital Software Testing Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Accessibility testing, you will have to understanding about accessibility testing, WCAG 2.0 OR 2.1 , CCA tool, NVDA, JWAS

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, prepare all concepts of testing, agile,

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - First get prepared well for the interview then appear orelse its a waste of time for all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Explain how put function in from hash map
  • Ans. 

    The put function in a hash map is used to insert a key-value pair into the map.

    • Use the put() method to add a key-value pair to a hash map.

    • Syntax: map.put(key, value);

    • Example: map.put("key1", "value1");

  • Answered by AI
  • Q2. Explain the concepts of rest
  • Ans. 

    REST stands for Representational State Transfer, a software architectural style that defines a set of constraints to be used for creating web services.

    • REST is based on the idea of treating server objects as resources that can be created, read, updated, and deleted using standard HTTP methods.

    • It uses a stateless communication protocol, meaning each request from a client to a server must contain all the information neces...

  • Answered by AI
  • Q3. Write code to automate post method
  • Ans. 

    Automate post method using code

    • Use a testing framework like Selenium or Appium to automate the post method

    • Identify the endpoint URL and parameters needed for the post request

    • Write code to send a post request with the required parameters

    • Validate the response received from the post request

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for core Java concepts

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic linear searching algorithm

Round 2 - HR 

(1 Question)

  • Q1. Basic day to day work related

I applied via Recruitment Consulltant and was interviewed in Mar 2022. 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 

(3 Questions)

  • Q1. Interview depends on the client requirement.
  • Q2. For me they asked me about Linux Commands, Virtual Machines, Storage, VRA, Cloud
  • Q3. Virtual Machines Backup and Restore
Round 3 - Technical 

(1 Question)

  • Q1. Specific to Sprint, the product I was working on in last organization, Jira, Confluence, Manual testing, Some about robot framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
If you don't know the answer then try to listen the answer from interviewer
Tell them what you know and what don't
Communicate them that you can learn the things very quickly

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SQL query

Interview Preparation Tips

Interview preparation tips for other job seekers - More prepare on sql questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction, what is sdlc, what is bug life cycle, white box testing, functional testing,smoke and sanity testing.
  • Ans. 

    SDLC is Software Development Life Cycle, Bug Life Cycle is the process of a bug from detection to resolution, White Box Testing is testing based on internal code structure, Functional Testing is testing the functionality of the software, Smoke and Sanity Testing are initial tests to check basic functionality.

    • SDLC is a process followed for software development, consisting of phases like planning, design, coding, testing...

  • Answered by AI
  • Q2. What stlc and what is regression
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a process used to test software products. Regression testing is retesting of software after changes to ensure no new bugs are introduced.

    • STLC is a series of steps followed to ensure high-quality software testing, including planning, designing, executing, and reporting.

    • Regression testing is the process of retesting software to confirm that recent changes have not adv...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview level is not that hard for me .They focus on communication skills in most of the interviews.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - First get prepared well for the interview then appear orelse its a waste of time for all
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java program for array reverse Java program for recursion Balanced paranthesis using stack Why do we use constructor in java Smoke testing defect life cycle sdlc stlc
  • Ans. 

    Java program for array reverse, recursion, balanced parenthesis using stack, constructor usage, and defect life cycle in testing.

    • Array reverse: Use a for loop to swap elements from start to end.

    • Recursion: A method that calls itself to solve a problem.

    • Balanced parenthesis using stack: Push opening brackets onto stack and pop when closing brackets are encountered.

    • Constructor in Java: Used to initialize objects of a class...

  • Answered by AI
  • Q2. Array max and min Types of selenium locators Where do you use xpath and its types
  • Ans. 

    Selenium locators include ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, CSS Selector, and XPath.

    • Types of Selenium locators include ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, CSS Selector, and XPath.

    • XPath is used when other locators are not suitable or when locating elements based on complex conditions.

    • Types of XPath include Absolute XPath and Relative XPath.

    • Example: driver.findElement

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Balanced paranthesis using stack
Array reverse
Array max and min
Mostly they ask

Skills evaluated in this interview

Kongsberg Digital Interview FAQs

What are the top questions asked in Kongsberg Digital Software Testing Engineer interview?

Some of the top questions asked at the Kongsberg Digital Software Testing Engineer interview -

  1. Write a program to print number of occurrences of each element in an arr...read more
  2. How to handle Alerts, Windows, ifram...read more
  3. Few more basic programs were asked which I don't remember exactly, but they are...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Kongsberg Digital interview
Recruitment Consultant
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Kongsberg Digital Software Testing Engineer Salary
based on 5 salaries
₹5 L/yr - ₹30 L/yr
114% more than the average Software Testing Engineer Salary in India
View more details
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