Upload Button Icon Add office photos

Filter interviews by

Barco Electronic Systems Senior Software Engineer Interview Questions and Answers

Updated 3 Mar 2024

Barco Electronic Systems Senior Software Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between set and map
  • Ans. 

    Set is a collection of unique elements with no duplicate values, while map is a collection of key-value pairs where each key is unique.

    • Set does not allow duplicate elements, while map allows unique keys with corresponding values.

    • In a set, elements are accessed by their value, while in a map, elements are accessed by their key.

    • Example: Set - {1, 2, 3}, Map - {1: 'one', 2: 'two', 3: 'three'}

  • Answered by AI
  • Q2. Book meeting rooms
Round 2 - Technical 

(1 Question)

  • Q1. Basics of modern C++
Round 3 - HR 

(1 Question)

  • Q1. Strengths and weaknesses

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview, be confident

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Java and test cases and test scenarios

Round 2 - Technical 

(2 Questions)

  • Q1. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing to check if the basic functionalities of a software application are working fine.

    • Smoke testing is a subset of regression testing.

    • It is usually performed after a new build is received.

    • The main purpose is to verify if the critical functionalities are working without any major issues.

    • It is not exhaustive testing and is usually quick and shallow.

    • Example: Checking if the login function

  • Answered by AI
  • Q2. What is Jira in details
  • Ans. 

    Jira is a project management tool used for tracking issues, managing tasks, and organizing workflows.

    • Jira is a popular tool developed by Atlassian for agile project management.

    • It allows teams to create, assign, prioritize, and track tasks and issues.

    • Jira offers customizable workflows, dashboards, and reporting features.

    • Users can integrate Jira with other tools like Confluence, Bitbucket, and Slack.

    • Examples of Jira feat...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Work based and linked list
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Hamirpur and was interviewed before Sep 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

It had aptitude questions related tk dsa, dbms and os.

Round 2 - Coding Test 

There were 3 coding question with different leetcode level. (Medium, medium. Hard(

Round 3 - Technical 

(4 Questions)

  • Q1. Regarding Operating System
  • Q2. Regarding OOPS(Abstraction)
  • Q3. Bitwise related questions
  • Q4. Linked list related questions
Round 4 - Technical 

(2 Questions)

  • Q1. Questions related to computer network
  • Q2. Graph related question like bfs and dfs
Round 5 - HR 

(2 Questions)

  • Q1. Why you want to join the company?
  • Ans. 

    I am impressed by the company's innovative projects and collaborative work culture.

    • Impressed by innovative projects

    • Attracted to collaborative work culture

    • Excited about potential for growth and learning opportunities

  • Answered by AI
  • Q2. What is the expectations from the company?
  • Ans. 

    The company expects a Senior Software Engineer to have strong technical skills, problem-solving abilities, teamwork, and a commitment to continuous learning.

    • Strong technical skills in programming languages and software development tools

    • Ability to solve complex problems efficiently and effectively

    • Collaboration and teamwork with other team members

    • Commitment to continuous learning and staying updated with industry trends

    • E...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Samsung Research Senior Software Engineer interview:
  • Graphs
  • Operating Systems
  • DBMS
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Tell about AC industry

Round 2 - Technical 

(3 Questions)

  • Q1. Move zeros to end?
  • Ans. 

    Move all zeros in an array of strings to the end while maintaining the order of non-zero elements.

    • Iterate through the array and move all zeros to the end while keeping the order of non-zero elements.

    • Use two pointers approach to swap elements in-place.

    • Example: Input: ['a', 'b', 'c', '0', 'd', '0'], Output: ['a', 'b', 'c', 'd', '0', '0']

  • Answered by AI
  • Q2. WHat are AWS services?
  • Ans. 

    AWS services are cloud computing services provided by Amazon Web Services.

    • Compute services (e.g. EC2, Lambda)

    • Storage services (e.g. S3, EBS)

    • Database services (e.g. RDS, DynamoDB)

    • Networking services (e.g. VPC, Route 53)

    • Machine learning services (e.g. SageMaker)

    • Analytics services (e.g. Redshift, Athena)

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

    DynamoDB is a fully managed NoSQL database service provided by AWS.

    • Fully managed NoSQL database service

    • Scalable and high-performance

    • Supports key-value and document data models

    • Automatically replicates data across multiple Availability Zones for high availability

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. How good are you at stress handling situations?
  • Ans. 

    I am very good at handling stress situations, remaining calm and focused under pressure.

    • I have experience working on high-pressure projects with tight deadlines.

    • I am able to prioritize tasks effectively and stay organized during stressful situations.

    • I have developed strong problem-solving skills that help me navigate stressful scenarios.

    • I am able to communicate effectively with team members and stakeholders to manage s...

  • Answered by AI
  • Q2. Why daikin eloaborate this?
  • Ans. 

    Daikin may elaborate on a topic to provide more detailed information or explanation.

    • To provide a better understanding of a complex concept or product

    • To address potential questions or concerns from customers

    • To showcase the company's expertise and knowledge in the industry

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

C programming Linux operating system

Round 2 - Did not attend 

(2 Questions)

  • Q1. What is 3x2 array
  • Ans. 

    A 3x2 array is a two-dimensional array with 3 rows and 2 columns.

    • A 3x2 array can be represented as [['a', 'b'], ['c', 'd'], ['e', 'f']]

    • Each element in the array is accessed using two indices, one for the row and one for the column

    • Arrays are commonly used in programming to store and manipulate data

  • Answered by AI
  • Q2. What is mmu in linux
  • Ans. 

    MMU stands for Memory Management Unit in Linux, responsible for translating virtual memory addresses to physical memory addresses.

    • MMU is a hardware component that is responsible for managing the translation of virtual memory addresses to physical memory addresses.

    • It helps in providing memory protection and isolation between different processes running on the system.

    • MMU plays a crucial role in virtual memory management,...

  • Answered by AI
Round 3 - Did not attend 

(2 Questions)

  • Q1. No question asked
  • Q2. No question asked here

Interview Preparation Tips

Interview preparation tips for other job seekers - Be much more prepared in c language

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is your weakness
  • Q2. What is pn junction diode
  • Ans. 

    A pn junction diode is a semiconductor device that allows current to flow in one direction only.

    • Consists of p-type and n-type semiconductor materials

    • When forward biased, allows current to flow easily

    • When reverse biased, blocks current flow

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. OOPS concepts with DSA in java
  • Ans. 

    OOPS concepts in Java are principles like Inheritance, Encapsulation, Polymorphism, and Abstraction. DSA involves data structures and algorithms.

    • OOPS concepts in Java include Inheritance, where a class inherits properties and behaviors from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent cla...

  • Answered by AI
  • Q2. Questions related to resume projects and tech stacks used.
Round 2 - HR 

(1 Question)

  • Q1. Questions related to previous experiences in team oriented internships

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have good basics of DSA and OOPS in JAVA

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude train, time and work distance

Round 2 - Technical 

(1 Question)

  • Q1. Basics about my project and 3 eazy level coding question
Round 3 - HR 

(1 Question)

  • Q1. Discuss about salary and work cultrue
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

There was a coding round on techgig which i cleared

Round 2 - Technical 

(3 Questions)

  • Q1. I was invited to the technical round which was also online
  • Q2. I could not attend the online technical round
  • Q3. 2 questions on dsa

Barco Electronic Systems Interview FAQs

How many rounds are there in Barco Electronic Systems Senior Software Engineer interview?
Barco Electronic Systems interview process usually has 3 rounds. The most common rounds in the Barco Electronic Systems interview process are Technical and HR.
How to prepare for Barco Electronic Systems Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Barco Electronic Systems. The most common topics and skills that interviewers at Barco Electronic Systems expect are Linux, Python, Scrum, Computer science and HTML.
What are the top questions asked in Barco Electronic Systems Senior Software Engineer interview?

Some of the top questions asked at the Barco Electronic Systems Senior Software Engineer interview -

  1. Difference between set and ...read more
  2. Book meeting ro...read more
  3. Basics of modern ...read more

Tell us how to improve this page.

Barco Electronic Systems Senior Software Engineer Salary
based on 47 salaries
₹11.6 L/yr - ₹30 L/yr
52% more than the average Senior Software Engineer Salary in India
View more details

Barco Electronic Systems Senior Software Engineer Reviews and Ratings

based on 4 reviews

4.3/5

Rating in categories

4.3

Skill development

4.4

Work-Life balance

4.2

Salary & Benefits

4.3

Job Security

4.3

Company culture

4.3

Promotions/Appraisal

4.4

Work Satisfaction

Explore 4 Reviews and Ratings
Senior Software Engineer
47 salaries
unlock blur

₹11.6 L/yr - ₹30 L/yr

Associate Technical Specialist
45 salaries
unlock blur

₹16 L/yr - ₹41 L/yr

Lead Engineer
33 salaries
unlock blur

₹10.2 L/yr - ₹32 L/yr

Senior Engineer
31 salaries
unlock blur

₹7 L/yr - ₹30 L/yr

Assistant Manager
26 salaries
unlock blur

₹11.5 L/yr - ₹31.3 L/yr

Explore more salaries
Compare Barco Electronic Systems with

Samsung

4.0
Compare

LG Electronics

4.0
Compare

Sony

4.3
Compare

Philips

3.9
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