Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Evertz Microsystems Data Science Intern Interview Questions and Answers

Updated 25 Jan 2024

Evertz Microsystems Data Science Intern Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Campus Placement and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. The questions were based on linux,networking,and they asked us to choose a programming language and based on that they asked mcqs in the exam on the programming language we choose and then it consisted 10-...
Round 2 - Technical 

(1 Question)

  • Q1. The interviewer was very friendly and he asked 2 coding problems and they were basic and also asked about the technologies i mentioned in resume and questions on that technology and asked about the cloud c...
Round 3 - Technical 

(1 Question)

  • Q1. In this round i got rejected and i havent prepared well for that round in this round the interviewer doesn't asked me about anything just about deep details in my project and core networking and advanced n...
Round 4 - HR 

(1 Question)

  • Q1. I haven't reached to this round and based on my friends feedback in this round they haven't asked anything just background verification.

Interview Preparation Tips

Topics to prepare for Evertz Microsystems Data Science Intern interview:
  • networking
  • linux

Interview questions from similar companies

I applied via Campus Placement

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 Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. Will you relocate to Krishnagiri
  • Ans. 

    Yes, I am willing to relocate to Krishnagiri.

    • I am open to new opportunities and experiences in different locations.

    • I have researched about Krishnagiri and I find it an interesting place to work and live.

    • I am ready to adapt to a new environment and make the most out of the opportunity.

    • I believe relocating to Krishnagiri will enhance my professional growth and broaden my horizons.

  • Answered by AI
  • Q2. Asked about family background

Interview Preparation Tips

Interview preparation tips for other job seekers - They are desperate to higher people they will hire you if you have good educational background
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2023. There were 4 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 Resume tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. PERVIOUS EXPERIENCE AND PROJECT RELATED
  • Q2. STRENGTH AND WEAKNESS
  • Q3. WHY YOU APPLIED FOR THIS JOB
  • Q4. WHAT ARE THE KEY INSIGHTS IN YOUR PROJECT
Round 3 - Case Study 

VISUALIZATION CASE STUDY

Round 4 - Technical 

(1 Question)

  • Q1. RELATED TO TECHINCAL SKILLS - TABLEAU ,ALLTERYX
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discussion regarding expectations
Round 2 - Technical 

(1 Question)

  • Q1. Ai and networks
Round 3 - HR 

(1 Question)

  • Q1. Joining and stripend negotiations

Interview Preparation Tips

Interview preparation tips for other job seekers - Just stay calm and prepare for saying no if u don't want that particulars mentioned by interviewers, and ne ready to answer for current trends in IT

Intern Interview Questions & Answers

Flex user image Anonymous

posted on 3 Mar 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Sales pitch for the product
  • Ans. 

    Our product is a revolutionary software that streamlines sales processes and boosts productivity.

    • Increase sales efficiency by automating repetitive tasks

    • Improve customer engagement with personalized communication

    • Track sales performance with real-time analytics

    • Easy integration with existing CRM systems

    • Cost-effective solution for small and large businesses

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. What metrics can be used to evaluate the performance of a regression model?
  • Ans. 

    Various metrics like Mean Squared Error, R-squared, Mean Absolute Error can be used to evaluate regression model performance.

    • Mean Squared Error (MSE) - measures the average of the squares of the errors or deviations

    • R-squared (R2) - indicates the proportion of the variance in the dependent variable that is predictable from the independent variables

    • Mean Absolute Error (MAE) - measures the average of the absolute errors b...

  • Answered by AI
  • Q2. What methods can be used to remove a specific type of noise from an image?
  • Ans. 

    Methods like median filtering, Gaussian filtering, and wavelet denoising can be used to remove noise from an image.

    • Median filtering replaces each pixel's value with the median value of its neighborhood.

    • Gaussian filtering uses a weighted average of neighboring pixels to smooth out noise.

    • Wavelet denoising decomposes the image into different frequency bands and removes noise from each band separately.

  • Answered by AI
Round 2 - Case Study 

Machine learning-based problem.

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Recruitment Consulltant

Round 1 - Technical 

(1 Question)

  • Q1. Discussion on past experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion on my past experience then question comes based on the discussion.

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. 

    Count the total number of subsequences in which all elements are equal in an integer array.

    • Iterate through the array and count the frequency of each element.

    • Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).

    • Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.

  • Answered by AI
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. 

    Given an array and a target sum, find all pairs of elements that add up to the target sum.

    • Iterate through the array and for each element, check if the complement (target sum - current element) exists in a hash set.

    • If the complement exists, add the pair to the result list.

    • Sort the pairs based on the first element and then the second element.

    • Return the list of pairs as the final result.

  • Answered by AI

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

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
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Bad 

(2 Questions)

  • Q1. General questions
  • Q2. Related to work profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Lala chhap company, pls think before too late.
Contribute & help others!
anonymous
You can choose to be anonymous

Evertz Microsystems Interview FAQs

How many rounds are there in Evertz Microsystems Data Science Intern interview?
Evertz Microsystems interview process usually has 4 rounds. The most common rounds in the Evertz Microsystems interview process are Technical and HR.
What are the top questions asked in Evertz Microsystems Data Science Intern interview?

Some of the top questions asked at the Evertz Microsystems Data Science Intern interview -

  1. The questions were based on linux,networking,and they asked us to choose a prog...read more
  2. The interviewer was very friendly and he asked 2 coding problems and they were ...read more
  3. I haven't reached to this round and based on my friends feedback in this round ...read more

Recently Viewed

INTERVIEWS

RxLogix Corporation

No Interviews

INTERVIEWS

Techolution

No Interviews

INTERVIEWS

Xtancia Technosoft

No Interviews

INTERVIEWS

Kantar Operations

No Interviews

INTERVIEWS

Zf Rane Automotive

No Interviews

INTERVIEWS

Zf Rane Automotive

No Interviews

INTERVIEWS

Evertz Microsystems

No Interviews

INTERVIEWS

Zf Rane Automotive

No Interviews

INTERVIEWS

Techolution

No Interviews

INTERVIEWS

Zf Rane Automotive

No Interviews

Tell us how to improve this page.

Evertz Microsystems Data Science Intern Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Flex Interview Questions
4.0
 • 185 Interviews
Foxconn Interview Questions
3.9
 • 150 Interviews
Navitasys India Interview Questions
4.2
 • 101 Interviews
TE Connectivity Interview Questions
4.1
 • 83 Interviews
Vertiv Interview Questions
4.0
 • 49 Interviews
IDEMIA Interview Questions
3.9
 • 46 Interviews
Samsung Display Interview Questions
3.9
 • 41 Interviews
View all
Project Engineer
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Evertz Microsystems with

Grass Valley

5.0
Compare

Harmonic

4.3
Compare

AJA Video Systems

4.0
Compare

Quantel

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