Upload Button Icon Add office photos

Keysight Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Keysight Technologies Software Developer Interview Questions, Process, and Tips

Updated 25 Oct 2023

Keysight Technologies Software Developer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before Oct 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 - One-on-one 

(4 Questions)

  • Q1. What is a data structure?
  • Ans. 

    A data structure is a way of organizing and storing data in a computer so that it can be accessed and modified efficiently.

    • Data structures define the way data is stored, accessed, and manipulated in a computer program.

    • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

    • Choosing the right data structure is crucial for optimizing the performance of algorithms and applications.

  • Answered by AI
  • Q2. What is a linked list?
  • Ans. 

    A linked list is a data structure where each element is connected to the next element through pointers.

    • Consists of nodes where each node contains data and a reference to the next node

    • Can easily insert or delete elements without shifting other elements

    • Examples: singly linked list, doubly linked list, circular linked list

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

    HashSet is a collection that does not allow duplicate elements and does not guarantee the order of elements.

    • HashSet implements the Set interface in Java.

    • It uses a hash table for storage.

    • Example: HashSet set = new HashSet<>();

Answered by AI
  • Q4. Explain recursion.
  • Ans. 

    Recursion is a programming technique where a function calls itself in order to solve a problem.

    • Recursion involves breaking down a problem into smaller subproblems and solving them recursively.

    • A base case is needed to stop the recursion and prevent infinite loops.

    • Recursion can be used to solve problems like factorial calculation, Fibonacci sequence, and tree traversal.

  • Answered by AI
    Round 3 - One-on-one 

    (1 Question)

    • Q1. What is a static constructor?
    • Ans. 

      A static constructor is a special type of constructor in a class that is used to initialize static data members.

      • Static constructors are called only once when the class is first accessed.

      • They are used to initialize static variables or perform any necessary setup for the class.

      • Static constructors do not take any parameters and cannot be called explicitly.

      • Example: public class MyClass { static MyClass() { // initializatio

    • Answered by AI

    Skills evaluated in this interview

    Interview questions from similar companies

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

    (1 Question)

    • Q1. Mostly about .Net, AWS, Angular
    Round 2 - Technical 

    (1 Question)

    • Q1. Mostly about AWS, .Net
    Round 3 - HR 

    (1 Question)

    • Q1. Behavioral Round + Salary Discussion
    Interview experience
    4
    Good
    Difficulty level
    Easy
    Process Duration
    -
    Result
    -
    Round 1 - HR 

    (3 Questions)

    • Q1. Basic family and behaviour
    • Q2. How is your strength?
    • Q3. What is family background?

    Software Developer Interview Questions & Answers

    Sanmina Sci user image LALITHVIGASHINIS 20UG0078

    posted on 11 Oct 2023

    Interview experience
    2
    Poor
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Aptitude Test 

    Basics of apti like ratio , probablity etc..

    Round 2 - Group Discussion 

    Technical group discussion

    Round 3 - One-on-one 

    (1 Question)

    • Q1. About skills and resume

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Pool drive and tough
    Interview experience
    3
    Average
    Difficulty level
    Easy
    Process Duration
    4-6 weeks
    Result
    Selected Selected

    I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    An aptitude test having questions on html, SQL, oops concepts and coding questions

    Round 2 - Technical 

    (2 Questions)

    • Q1. Explain Joins in SQL.
    • Ans. 

      Joins in SQL are used to combine rows from two or more tables based on a related column between them.

      • Joins are used to retrieve data from multiple tables based on a related column.

      • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

      • INNER JOIN returns rows when there is at least one match in both tables.

      • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

      • RI...

    • Answered by AI
    • Q2. How to create an HTML table.
    • Ans. 

      HTML tables can be created using the <table> element with nested <tr> (table row), <th> (table header), and <td> (table data) elements.

      • Use the <table> element to create the table structure.

      • Use <tr> elements to define rows within the table.

      • Use <th> elements for table headers and <td> elements for table data within each row.

      • Add attributes like colspan and rowspan to merge c...

    • Answered by AI

    Skills evaluated in this interview

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

    I was interviewed before Feb 2024.

    Round 1 - Coding Test 

    The authentication related questions and architecture wise too.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare authentication types and How the middle ware working.

    I applied via Company Website and was interviewed in Apr 2022. There were 2 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. C language ,java language and oops,

    Interview Preparation Tips

    Topics to prepare for IDEMIA Software Developer interview:
    • Programming
    • Core Java
    Interview preparation tips for other job seekers - sir,i am a fresher I have a theoretical knowledge , I am a good practice in programming language

    I applied via campus placement at KJ Somaiya Institute of Engineering and Information Technology and was interviewed before Nov 2021. 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 - Coding Test 

    Their were 2 medium level leetcode questions and mcq on core subjects.

    Round 3 - Technical 

    (2 Questions)

    • Q1. 30 min technical round. It was mainly focus on core subject questions on oops, os , dbms and cn. 2 dsa questions were asked.
    • Q2. It was an hour long technical round. All the questions were dsa almost 8-10 questions were asked also you are supposed to provide the optimised code for the same.
    Round 4 - HR 

    (1 Question)

    • Q1. It was an hour long hr round which was also a elimination round.

    Interview Preparation Tips

    Topics to prepare for nVent Software Developer interview:
    • OS
    • DBMS
    • Computer Networking
    • DSA
    • OOPS
    Interview preparation tips for other job seekers - Just have confidence on your dsa skills and do core subjects well.

    I applied via Company Website and was interviewed in Apr 2022. There was 1 interview round.

    Round 1 - Technical 

    (1 Question)

    • Q1. C programming,Java language,oops

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Sir , i am a fresher . I have a throttical knowledge

    I was interviewed in Dec 2016.

    Interview Questionnaire 

    1 Question

    • Q1. How you will work under a supervisor.

    Interview Preparation Tips

    Round: Test
    Experience: I got selected for next round.
    Tips: Do not loses hope.
    Duration: 1 hour
    Total Questions: 10

    Round: Technical + HR Interview
    Experience: It was nice experience.
    Tips: Do not loses hope.

    Skills: Technical Analysis, Managing People
    College Name: IIT Kharagpur

    Keysight Technologies Interview FAQs

    How many rounds are there in Keysight Technologies Software Developer interview?
    Keysight Technologies interview process usually has 3 rounds. The most common rounds in the Keysight Technologies interview process are One-on-one Round and Resume Shortlist.
    What are the top questions asked in Keysight Technologies Software Developer interview?

    Some of the top questions asked at the Keysight Technologies Software Developer interview -

    1. what is a data structu...read more
    2. what is a linked li...read more
    3. what is a static construct...read more

    Tell us how to improve this page.

    Keysight Technologies Software Developer Interview Process

    based on 1 interview

    Interview experience

    4
      
    Good
    View more
    Keysight Technologies Software Developer Salary
    based on 27 salaries
    ₹5.2 L/yr - ₹17.2 L/yr
    35% more than the average Software Developer Salary in India
    View more details

    Keysight Technologies Software Developer Reviews and Ratings

    based on 3 reviews

    4.2/5

    Rating in categories

    4.2

    Skill development

    4.2

    Work-life balance

    1.5

    Salary

    4.4

    Job security

    4.2

    Company culture

    2.3

    Promotions

    3.6

    Work satisfaction

    Explore 3 Reviews and Ratings
    R&D Engineer
    83 salaries
    unlock blur

    ₹7.2 L/yr - ₹23.5 L/yr

    Finance Coordinator
    57 salaries
    unlock blur

    ₹3.2 L/yr - ₹6.5 L/yr

    Software Engineer
    52 salaries
    unlock blur

    ₹4.5 L/yr - ₹15 L/yr

    Finance Program Specialist
    49 salaries
    unlock blur

    ₹5 L/yr - ₹8 L/yr

    Financial Associate
    46 salaries
    unlock blur

    ₹6.5 L/yr - ₹12 L/yr

    Explore more salaries
    Compare Keysight Technologies with

    Agilent Technologies

    4.1
    Compare

    Rohde & Schwarz

    3.8
    Compare

    Anritsu

    4.0
    Compare

    Tektronix

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