Upload Button Icon Add office photos

Keysight Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Keysight Technologies Software Developer Interview Questions and Answers

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<String> 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

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Keysight Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was aptitude and technical MCQ questions round

Round 2 - Technical 

(2 Questions)

  • Q1. Technical interview- regarding skills mentioned in resume and projects
  • Q2. In same round hr interview was done

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well what you mentioned in resume.

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

2 coding questions one was greedy and 2nd one was of dp.

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. How you will work under a supervisor.
  • Ans. 

    I will communicate effectively, follow instructions, seek feedback, and collaborate with my supervisor.

    • Communicate regularly with supervisor to provide updates on progress and ask for clarification when needed

    • Follow instructions carefully and ask for help if unsure about a task

    • Seek feedback on my work to improve and grow professionally

    • Collaborate with supervisor and team members to achieve project goals

    • Provide suggesti...

  • Answered by AI

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
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Coding, Maths, Reasoning etc

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions related to programming languages.
Round 3 - HR 

(1 Question)

  • Q1. Environment and salary etc
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Basic aptitude questions.

Round 2 - Technical 

(1 Question)

  • Q1. Puzzles, Linked list
Round 3 - HR 

(1 Question)

  • Q1. Hobbies, Family background
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?
  • Ans. 

    My strength lies in my problem-solving skills, adaptability, and strong communication, which help me excel in software development.

    • Problem-solving: I enjoy tackling complex coding challenges, like optimizing algorithms for better performance.

    • Adaptability: I quickly learn new technologies, demonstrated when I transitioned from Java to Python for a project.

    • Strong communication: I effectively collaborate with cross-functi...

  • Answered by AI
  • Q3. What is family background?
  • Ans. 

    Family background refers to the social, economic, and cultural environment in which a person is raised.

    • Includes parents' education levels, e.g., a parent with a PhD may influence academic aspirations.

    • Considers socio-economic status, such as growing up in a wealthy family vs. a low-income household.

    • Cultural influences, like traditions and values passed down, shape personal beliefs and behaviors.

    • Family structure, e.g., s...

  • Answered by AI
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview 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.
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

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Normal Questions
  • Ans. Be confidant and try to answer each, also accept if you are not able to answer any question and let panel in confidence that if you have chance you can do it.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - All depends on the situations, if they have urgency for position then they will recruit you easily, even you have less technical knowledge.

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 static construct...read more
  3. what is a linked li...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more
Keysight Technologies Software Developer Salary
based on 38 salaries
₹9.9 L/yr - ₹21.5 L/yr
54% more than the average Software Developer Salary in India
View more details

Keysight Technologies Software Developer Reviews and Ratings

based on 3 reviews

1.4/5

Rating in categories

1.8

Skill development

1.4

Work-life balance

1.3

Salary

1.9

Job security

1.4

Company culture

1.4

Promotions

1.4

Work satisfaction

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

₹11.1 L/yr - ₹25.5 L/yr

Finance Program Specialist
54 salaries
unlock blur

₹5 L/yr - ₹8 L/yr

Finance Coordinator
53 salaries
unlock blur

₹3.2 L/yr - ₹6.5 L/yr

Software Engineer
50 salaries
unlock blur

₹7.5 L/yr - ₹13.3 L/yr

Financial Associate
48 salaries
unlock blur

₹6.5 L/yr - ₹12.5 L/yr

Explore more salaries
Compare Keysight Technologies with

Flex

4.0
Compare

Foxconn

3.8
Compare

Dixon Technologies

4.0
Compare

ECIL

4.3
Compare
write
Share an Interview