Upload Button Icon Add office photos

Filter interviews by

Tektronix Senior Software Developer Interview Questions and Answers

Updated 29 Mar 2024

Tektronix Senior Software Developer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via LinkedIn and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. C#, WPF architecture, Scenario based questions and current project architecture.
Round 2 - Tech/HOD discussion 

(1 Question)

  • Q1. Scenario based questions and pattern based questions like explain Problem statement then actuals(process issues/tech gaps etc) then which architecture used then technology skills used
Round 3 - HR 

(1 Question)

  • Q1. HR is not professional , More focus on salary negotiation by catching a single reason for job change or interview process even though candidate have good feedback from panel.

Interview Preparation Tips

Interview preparation tips for other job seekers - HR should improve their view of candidates with positive thoughts, when discussion starts just start with negative scenarios, which it will not apply for all candidates

Interview questions from similar companies

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.

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

(2 Questions)

  • Q1. Salary expectation .
  • Q2. Why should I hire you?
Round 2 - One-on-one 

(2 Questions)

  • Q1. Mendix Advanced questions.
  • Q2. Everything which you mentioned in your resume.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Leetcode Medium quesions

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

.net coding and pseudo coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Many invisible terms and conditions and repeated questions.
Asking questions and new conditions without any hesitation how other experienced person will react.
Like asking to reject current offer, 2 years bond for senior role???.
I was thinking to drop the process, but hopefully red signal came from their end.
It feels same work environment of Chinese, Japanese and Taiwan companies, like strict hours, 5 Days office etc.
Not sure they aware of AI copilot, which does 80% of coding in few minutes, manual software development and man power will be gone soon.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

It was easy.The gd topic was based on the current affairs like chatgpt replaces human activities

Round 2 - Technical 

(2 Questions)

  • Q1. It was all about oops concepts and basic in sql
  • Q2. It is general HR discussion
Interview experience
3
Average
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. Basics of Opps virtual functions , destructor
  • Q2. Basics of MFC and its structure

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

Interview Questionnaire 

1 Question

  • Q1. OOPS Concepts, project specific questions, DB

Interview Preparation Tips

Interview preparation tips for other job seekers - People are nice, it was a smooth process. Interviewers were good listner. If you're clear about your basics and work in your last project, you'll be fine.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

There was system design quesiton

Round 2 - Coding Test 

Coding with medium leetcode question

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium leetcode question

I was interviewed in Jan 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 30. minutes
Round difficulty - Easy

It was in the evening, question were moderate

  • Q1. 

    Count Subsequences Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of subsequences in which all elements are equal.

    Explanation:

    A subsequence of an array i...

  • Ans. Brute Force

    The idea is to generate all the subsequences and check whether the elements present are equal or not.

     

    Here is the algorithm :

     

    1. Generate all the subsequences of the given array.
    2. Maintain a variable ‘COUNT’ which stores the total number of subsequences in which all the elements are equal.
    3. Iterate over each of the generated subsequences.
      1. In case all the elements of the current subsequence are equal, we in...
  • Answered Anonymously
Round 2 - Coding Test 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

It was in the night around 9:00 PM.

  • Q1. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
  • Ans. Brute Force
    • Initialize a list to store our results.
    • For each element in the array 'ARR[i]', check if ('ARR[i]' + ‘ARR[j]’), equals to given sum or not, where ‘i’ < ‘j’ < ‘N’.
    • If the condition matches, add the pair('ARR[i]', ‘ARR[j]’) to the list. Sort the list of pairs as per the given output format and return this list.
    Space Complexity: O(1)Explanation:

    O(1).

     

    Constant extra space is required.

    Time Complexity: O...
  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Delhi Technological University. I applied for the job as Software Engineer in DelhiEligibility criteriaNo percentage criteria(good in aptitude)Vertiv Co interview preparation:Topics to prepare for the interview - Array, oops, algorithms, data structures, stackTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Learn new things daily 
Tip 2 : Practice questions 
Tip 3 : Keep one question in mind to solve.

Application resume tips for other job seekers

Tip 1 : Description about your skills 
Tip 2 : Project details

Final outcome of the interviewSelected

Skills evaluated in this interview

Tektronix Interview FAQs

How many rounds are there in Tektronix Senior Software Developer interview?
Tektronix interview process usually has 3 rounds. The most common rounds in the Tektronix interview process are Technical and HR.
What are the top questions asked in Tektronix Senior Software Developer interview?

Some of the top questions asked at the Tektronix Senior Software Developer interview -

  1. Scenario based questions and pattern based questions like explain Problem state...read more
  2. HR is not professional , More focus on salary negotiation by catching a single ...read more
  3. C#, WPF architecture, Scenario based questions and current project architectu...read more

Tell us how to improve this page.

Tektronix Senior Software Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Foxconn Interview Questions
4.0
 • 146 Interviews
Wistron Interview Questions
3.9
 • 81 Interviews
TE Connectivity Interview Questions
4.1
 • 80 Interviews
DBG Technology Interview Questions
3.9
 • 63 Interviews
Samsung Display Interview Questions
3.9
 • 41 Interviews
Yokogawa Interview Questions
3.7
 • 34 Interviews
View all
Software Design Engineer
57 salaries
unlock blur

₹8 L/yr - ₹28.2 L/yr

Software Engineer
50 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Softwaretest Engineer
25 salaries
unlock blur

₹3 L/yr - ₹9.7 L/yr

Senior Software Engineer
16 salaries
unlock blur

₹10.3 L/yr - ₹40 L/yr

Senior Software Design Engineer
16 salaries
unlock blur

₹11.5 L/yr - ₹22 L/yr

Explore more salaries
Compare Tektronix with

Keysight Technologies

4.0
Compare

Rohde & Schwarz

3.8
Compare

Anritsu

4.0
Compare

National Instruments

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