Upload Button Icon Add office photos

Filter interviews by

Advantech Interview Questions and Answers

Updated 28 Jul 2024

Advantech Interview Experiences

Popular Designations

2 interviews found

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

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

We were separated into groups based on the country basis and then given some random topic to discuss.

Round 2 - Technical 

(2 Questions)

  • Q1. Do you have knowledge on the motherboard?
  • Ans. 

    Yes, I have knowledge on motherboards.

    • I have a strong understanding of the components and functions of a motherboard.

    • I am familiar with different types of motherboards such as ATX, micro ATX, and mini ITX.

    • I have experience in troubleshooting motherboard issues and installing components onto a motherboard.

    • I understand the importance of compatibility between the motherboard and other hardware components.

  • Answered by AI
  • Q2. Can you tell me about IoT devices
  • Ans. 

    IoT devices are physical devices embedded with sensors, software, and other technologies to connect and exchange data over the internet.

    • IoT devices collect and transmit data over the internet.

    • They can be used in various industries such as healthcare, manufacturing, and smart homes.

    • Examples include smart thermostats, wearable fitness trackers, and industrial sensors.

    • IoT devices often rely on cloud computing for data sto

  • Answered by AI

Skills evaluated in this interview

Sales Engineer Interview Questions asked at other Companies

Q1. What is Channel Sales, How to expand Channel & Channel Sales, Steps for dealer network expansion. Comptlitators market presence with status. Technical datasheets, General Drawing arrengment and other products related details.
View answer (2)

I applied via LinkedIn and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. If you need to do an Information Security project in summer, what is your blueprint?
  • Ans. 

    My blueprint for an Information Security project would involve conducting a thorough risk assessment and implementing appropriate controls.

    • Conduct a comprehensive risk assessment to identify potential vulnerabilities

    • Develop and implement appropriate security controls to mitigate identified risks

    • Regularly monitor and update security measures to ensure continued effectiveness

    • Provide training and education to employees on...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Their questions basically is on who are you and what you've done before.

Skills evaluated in this interview

Summer Intern Interview Questions asked at other Companies

Q1. There are 8 bottles of milk out of which one bottle is poisoned. What will be the minimum number of persons required to find the poisoned bottle if the person dies within 24 hours of drinking the poison. You have only 24 hours.
View answer (6)

Jobs at Advantech

View all

Interview questions from similar companies

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

I applied via campus placement at Birla Institute of Technology (BIT), Ranchi and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was a combination of mcq and coding questions
mcq: aptitude + c++ + sql question, nothing really tough
Coding question: 3 leetcode question, medium level, of stack, binary search and graph traversal

Round 2 - One-on-one 

(5 Questions)

  • Q1. Question regarding project
  • Q2. SQL basic to moderate question
  • Q3. C++ coding question on strings recursion callback in c, oops medium level question, finding error in code
  • Q4. Puzzles Q1-> cake cutting ( 3 cuts, 8 slices) Q2 ->9 bottles, 8 same weight bottles, 1 heavy, 2 tries using a balance
  • Q5. OS question difference bw multi-processing and multi-programming how would u reduce number of page faults. etc
Round 3 - One-on-one 

(3 Questions)

  • Q1. Once again project explanation
  • Q2. Basic to high level oops question:( C++) i was asked to write some class and in that these questions were asked 1: different types of access modifiers, but the question was asked indirectly. like why did...
  • Q3. HR questions, since it was a semi technical cum hr round,

Interview Preparation Tips

Interview preparation tips for other job seekers - stay clam and respond actively and please fill the company recruitment form properly, question was asked directly form that form. Also properly attend the pre placement talks, it would be beneficial as u can directly answer company related questions without any hesitation.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the purpose of the P1500 when we already have the 1149.1 JTAG?
  • Q2. What are the methods to debug mismatches in mbist simulation?

Java Staff Engineer Interview Questions & Answers

Everbridge user image Anonymous

posted on 9 Sep 2024

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

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Puzzle from geekforgeeks of 10 Identical peels
  • Q2. What is your daily task as a team lead?
  • Ans. 

    As a team lead, my daily tasks include overseeing project progress, assigning tasks, providing guidance and support to team members, and ensuring deadlines are met.

    • Overseeing project progress and ensuring tasks are completed on time

    • Assigning tasks to team members based on their strengths and workload

    • Providing guidance and support to team members to help them succeed

    • Communicating with stakeholders to provide updates on ...

  • Answered by AI
  • Q3. How do you store database credentials in cloud?
  • Ans. 

    Database credentials can be stored securely in cloud using encryption, environment variables, and key management services.

    • Use encryption to protect sensitive information such as passwords and keys.

    • Store credentials in environment variables rather than hardcoding them in code.

    • Utilize key management services provided by cloud providers for secure storage and access control.

    • Avoid storing credentials in plain text files or...

  • Answered by AI
  • Q4. If a Kubernetes secret server goes down, where to store database credentials?
  • Ans. 

    Database credentials can be stored in a secure external vault service like HashiCorp Vault or AWS Secrets Manager.

    • Store database credentials in a secure external vault service like HashiCorp Vault or AWS Secrets Manager.

    • Utilize Kubernetes secrets to store the access credentials for the external vault service.

    • Implement proper access controls and encryption mechanisms to ensure the security of the stored credentials.

  • Answered by AI
  • Q5. Do you have experience with React?
  • Ans. 

    Yes, I have experience with React.

    • I have worked on multiple projects using React for front-end development.

    • I am proficient in using React components, state management, and hooks.

    • I have integrated React with backend technologies like Node.js for full-stack development.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was ok, they seem to be looking for Senior developer and not lead, Also Senior developer was taking interview of lead with limited experience it felt.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Python code to calculate the sum
  • Ans. 

    Python code to calculate the sum of elements in a list

    • Use the built-in sum() function in Python to calculate the sum of elements in a list

    • Create a list of numbers and pass it as an argument to the sum() function

    • Example: numbers = [1, 2, 3, 4, 5] total = sum(numbers) print(total)

  • Answered by AI
  • Q2. Terraform code debug and analysis

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Why you want to join Style Baazar?

Interview Preparation Tips

Topics to prepare for Stylebaazar Store Manager interview:
  • Fashion trends
Interview preparation tips for other job seekers - Just be confident.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Design a chat application
  • Ans. 

    Design a chat application for real-time communication

    • Use WebSocket for real-time communication

    • Implement user authentication and authorization

    • Include features like group chat, private messaging, and file sharing

    • Design a responsive and user-friendly interface

    • Ensure data security and privacy

  • Answered by AI
  • Q2. Design a payment gateway
  • Ans. 

    Design a payment gateway for online transactions

    • Implement secure encryption for data transmission

    • Integrate with various payment methods like credit cards, PayPal, etc.

    • Provide error handling and transaction logging for troubleshooting

    • Ensure compliance with PCI DSS standards for data security

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 hour duration. Sliding window problem. On hacker rank platform. Expected to write a working code and solve it optimally/scalable solution.

Round 2 - Technical 

(1 Question)

  • Q1. Again a coding test. LLD + hash map. 1 hour on hacker rank.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find deepest object in nested object
  • Ans. 

    Use recursion to find the deepest object in a nested object structure.

    • Use recursion to iterate through each key in the object

    • Keep track of the depth level as you traverse the object

    • Compare the depth levels of each nested object to find the deepest one

  • Answered by AI
  • Q2. Explain ACID Properties
  • Ans. 

    ACID properties are a set of principles that guarantee reliability and consistency in database transactions.

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a valid state before and after the transaction.

    • Isolation ensures that transactions are executed independently without interference from other transactions.

    • Durability en...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Personal career-related questions
  • Q2. Professional experience related questions

Skills evaluated in this interview

Advantech Interview FAQs

How many rounds are there in Advantech interview?
Advantech interview process usually has 2 rounds. The most common rounds in the Advantech interview process are Group Discussion and Technical.
How to prepare for Advantech 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 Advantech. The most common topics and skills that interviewers at Advantech expect are Technical Sales, Lead Generation, Sales, Industrial Automation and Application Engineering.
What are the top questions asked in Advantech interview?

Some of the top questions asked at the Advantech interview -

  1. If you need to do an Information Security project in summer, what is your bluep...read more
  2. Do you have knowledge on the motherboa...read more
  3. Can you tell me about IoT devi...read more

Tell us how to improve this page.

Advantech Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 426 Interviews
Bosch Interview Questions
4.2
 • 331 Interviews
ABB Interview Questions
4.1
 • 227 Interviews
Hitachi Interview Questions
4.0
 • 81 Interviews
Yokogawa Interview Questions
3.7
 • 34 Interviews
View all

Advantech Reviews and Ratings

based on 13 reviews

3.5/5

Rating in categories

2.9

Skill development

3.5

Work-life balance

3.6

Salary

3.5

Job security

2.9

Company culture

2.7

Promotions

2.7

Work satisfaction

Explore 13 Reviews and Ratings
Scm Executive

Bangalore / Bengaluru

1-4 Yrs

₹ 3.25-3.75 LPA

Sales Support Coordinator

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Explore more jobs
Applications Engineer
6 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

System Administrator
4 salaries
unlock blur

₹1 L/yr - ₹1.1 L/yr

Marketing Executive
4 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Key Accounts Executive
4 salaries
unlock blur

₹4.5 L/yr - ₹6.2 L/yr

Intern
3 salaries
unlock blur

₹4 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Advantech with

Siemens

4.1
Compare

Schneider Electric

4.2
Compare

ABB

4.1
Compare

Honeywell Automation

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