Upload Button Icon Add office photos

Filter interviews by

Clear (1)

STJ Electronics Customer Support Engineer/Technician Interview Questions, Process, and Tips

Updated 6 Jun 2021

Top STJ Electronics Customer Support Engineer/Technician Interview Questions and Answers

View all 7 questions

STJ Electronics Customer Support Engineer/Technician Interview Experiences

4 interviews found

I applied via Naukri.com and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Questions basically asked on networkig that are given below
  • Q2. What is networkig
  • Ans. 

    Networking is the process of connecting devices together to share resources and communicate with each other.

    • Networking involves the use of hardware and software to create a communication system between devices.

    • It allows devices to share resources such as printers, files, and internet connections.

    • Networking can be done using wired or wireless connections.

    • Examples of networking technologies include Ethernet, Wi-Fi, and B...

  • Answered by AI
  • Q3. What is OSI TCP
  • Ans. 

    OSI TCP is a protocol used for communication between devices on a network.

    • OSI TCP stands for Open Systems Interconnection Transmission Control Protocol.

    • It operates at the transport layer of the OSI model.

    • It provides reliable, ordered, and error-checked delivery of data between applications.

    • Examples of applications that use OSI TCP include web browsers, email clients, and file transfer programs.

  • Answered by AI
  • Q4. What is difference between tcp and udp
  • Ans. 

    TCP is a connection-oriented protocol while UDP is connectionless.

    • TCP provides reliable, ordered, and error-checked delivery of data while UDP does not guarantee any of these.

    • TCP is slower but more reliable while UDP is faster but less reliable.

    • TCP is used for applications that require high reliability and accuracy while UDP is used for applications that require speed and efficiency.

    • Examples of TCP-based applications i...

  • Answered by AI
  • Q5. What is DNS http DHCP
  • Ans. 

    DNS, HTTP, and DHCP are all protocols used in computer networking.

    • DNS (Domain Name System) is used to translate domain names into IP addresses.

    • HTTP (Hypertext Transfer Protocol) is used for communication between web servers and clients.

    • DHCP (Dynamic Host Configuration Protocol) is used to assign IP addresses to devices on a network.

  • Answered by AI
  • Q6. How dhcp works
  • Ans. 

    DHCP is a protocol that assigns IP addresses to devices on a network automatically.

    • DHCP stands for Dynamic Host Configuration Protocol

    • DHCP server assigns IP addresses to devices on a network

    • DHCP lease time determines how long an IP address is assigned to a device

    • DHCP relay agent is used to forward DHCP messages between different networks

    • DHCP discovery, offer, request, and acknowledgement are the four steps in the DHCP

  • Answered by AI
  • Q7. Please clear all basics before attending interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Please clear all your basics of networkig before attending the interview

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. All about networking related
  • Q2. OSI TCP UDP
  • Q3. DNS Topology

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher. You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.

Customer Support Engineer/Technician Interview Questions Asked at Other Companies

Q1. What is the deffrence between win 9 and win 10???
Q2. How to configure outlook in exchange server??
asked in Makino
Q3. 1. What is CNC? 2. How CNC Works? 3. Working principle of Transfo ... read more
Q4. How to repair pst file in outlook???
Q5. How to configure network in computer ??

I applied via Naukri.com and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. All the basic questions of networking
  • Q2. What is isi model
  • Ans. 

    ISI model is a framework for analyzing and improving customer support interactions.

    • ISI stands for Interaction, Satisfaction, and Issue resolution.

    • It helps identify areas for improvement in customer support processes.

    • The model focuses on the customer's experience throughout the interaction.

    • Example: Was the customer satisfied with the resolution of their issue?

    • Example: Was the interaction handled efficiently and professi...

  • Answered by AI
  • Q3. TCP Ip model
  • Q4. DNS Dhcp
  • Q5. Which ports http ftp vpn works
  • Ans. 

    HTTP uses port 80, FTP uses port 21, VPN can use various ports depending on the protocol.

    • HTTP uses port 80 by default

    • FTP uses port 21 by default

    • VPN can use various ports depending on the protocol, such as PPTP using port 1723 and L2TP using port 1701

    • Some VPN protocols can also use port 443, which is the same port used for HTTPS traffic

  • Answered by AI
  • Q6. Normal hr interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Guys just prepare all the basics of networking it's easy

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All questions related basic of networking like OSI TCP UDP DNS basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Guys don't panic first don't join company for customer support hardware engineer profile worst...u can join customer support software Engineer only

STJ Electronics interview questions for designations

 Engineer- Customer Support

 (2)

 IT Desktop Support Engineer

 (1)

 SQL Database Engineer

 (1)

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Aptitude Test 

OS Networks C Programming Aptitude Mcqs

Round 3 - Coding Test 

Two Coding questions and were of medium to hard level.

Interview Preparation Tips

Interview preparation tips for other job seekers - be Cool and Calm and answer as required. Dont Panic.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Questions related to ipc
  • Q2. Question on data structures
  • Q3. Some on arm architecture
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement atoi in c language
  • Ans. 

    atoi function converts a string to an integer in C language

    • Use a loop to iterate through each character of the input string

    • Check if the character is a digit (0-9) using 'isdigit' function

    • Calculate the integer value by multiplying the current value by 10 and adding the digit value

  • Answered by AI
  • Q2. Remove the head of the linked list mainitning the remaining links
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Excel questions
  • Q2. Usecase of if, vlookup, sumif, excercise for data cleaning and proper function
  • Ans. 

    Using if, vlookup, sumif for data cleaning and proper function in Excel

    • Use IF function to create conditional statements for data cleaning

    • Use VLOOKUP function to search for a value in a table and return a corresponding value

    • Use SUMIF function to sum values based on a specific condition

    • Exercise: Use IF function to categorize data into different groups based on a condition

    • Exercise: Use VLOOKUP function to retrieve employe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of questions will based on your resume and technical domain
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Coding Test 

Pointer and linked list

Round 3 - Case Study 

Pure technical on kernel programming

Round 4 - Technical 

(3 Questions)

  • Q1. Pure technical questions on background project
  • Q2. Mutex semaphore and spinlock
  • Q3. How you will achieve multi threaded programming
  • Ans. 

    Multi-threaded programming can be achieved by creating multiple threads that run concurrently.

    • Identify the tasks that can be executed in parallel

    • Create threads using threading libraries in the chosen programming language

    • Synchronize the threads to avoid race conditions and deadlocks

    • Use locks, semaphores, and mutexes to manage shared resources

    • Optimize the performance by balancing the workload among threads

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Why you want to join this company
Contribute & help others!
anonymous
You can choose to be anonymous

STJ Electronics Interview FAQs

What are the top questions asked in STJ Electronics Customer Support Engineer/Technician interview?

Some of the top questions asked at the STJ Electronics Customer Support Engineer/Technician interview -

  1. What is difference between tcp and ...read more
  2. What is DNS http D...read more
  3. How dhcp wo...read more

Recently Viewed

CAMPUS PLACEMENT

Ajay Kumar Garg Engineering College, Ghaziabad

INTERVIEWS

Mtalkz Mobility Services

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

INTERVIEWS

HexaView Technologies

No Interviews

DESIGNATION

INTERVIEWS

STMicroelectronics

No Interviews

SALARIES

Afford Medical Technologies

INTERVIEWS

STJ Electronics

No Interviews

INTERVIEWS

STJ Electronics

No Interviews

SALARIES

Mtalkz Mobility Services

Tell us how to improve this page.

Interview Questions from Similar Companies

KLA-Tencor Interview Questions
4.0
 • 18 Interviews
Element14 Interview Questions
4.0
 • 15 Interviews
MaxLinear Interview Questions
3.0
 • 12 Interviews
Xilinx Interview Questions
4.2
 • 8 Interviews
Wafer Space Interview Questions
3.9
 • 8 Interviews
View all

STJ Electronics Customer Support Engineer/Technician Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Engineer- Customer Support
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Remote Support Engineer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Support Engineer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Sales Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare STJ Electronics with

Samsung Semiconductor

3.6
Compare

Autocop India

3.7
Compare

Element14

4.0
Compare

PICL

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