Upload Button Icon Add office photos

Filter interviews by

Clear (1)

STJ Electronics Engineer- Customer Support Interview Questions and Answers

Updated 13 Jan 2023

STJ Electronics Engineer- Customer Support Interview Experiences

2 interviews found

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

I applied via Company Website and was interviewed before Jan 2022. There were 3 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 - HR 

(1 Question)

  • Q1. Discussed about profession
Round 3 - Technical 

(1 Question)

  • Q1. Discussed about all technology and technical use and about operation of the product

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest with your professional Experience because it is only leads to you completion of a successful interview.

I applied via Naukri.com and was interviewed in Dec 2019. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. All basics of Networking....osi tcpip DHCP DNS etc
  • Q2. On which port http works
  • Ans. 

    HTTP works on port 80 by default.

    • HTTP (Hypertext Transfer Protocol) is the protocol used for transmitting data over the internet.

    • Port 80 is the default port used for HTTP communication.

    • However, HTTPS (HTTP Secure) uses port 443 by default.

    • Other ports can also be used for HTTP communication, but they need to be specified explicitly.

    • For example, if a website uses port 8080 for HTTP communication, the URL would be http://

  • Answered by AI
  • Q3. What is osi
  • Ans. 

    OSI stands for Open Systems Interconnection. It is a conceptual model that describes how data is transmitted over a network.

    • OSI model has 7 layers, each with a specific function

    • It is a reference model, not an implementation

    • Each layer communicates with the layer above and below it

    • Examples of protocols that operate at different layers include TCP/IP, HTTP, and FTP

  • Answered by AI
  • Q4. What is DHCP and dnd
  • Ans. 

    DHCP is a network protocol that assigns IP addresses to devices. DNS is a system that translates domain names to IP addresses.

    • DHCP stands for Dynamic Host Configuration Protocol

    • It automatically assigns IP addresses to devices on a network

    • It also provides other network configuration information

    • DNS stands for Domain Name System

    • It translates domain names to IP addresses

    • This allows devices to access websites and other reso...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and prepare all Basic fundamentals of Networking.

Skills evaluated in this interview

Engineer- Customer Support Interview Questions Asked at Other Companies

asked in Zomato
Q1. If the customer is very irate and he is speaking profanity,how wi ... read more
Q2. What do you mean when you talk about "50 Hz" in terms of frequenc ... read more
Q3. Why Transformers are used to transfer electricity from source to ... read more
asked in Wipro
Q4. What's software coding and languages and programming
Q5. What is the difference between domain & workgroup?

Interview questions from similar companies

Software Engineer Interview Questions & Answers

MaxLinear user image Gayathri S ee15m052

posted on 4 Dec 2016

I applied via Campus Placement and was interviewed before Dec 2015. There were 2 interview rounds.

Interview Preparation Tips

Round: Test
Experience: It was a written test with some numerical aptitude questions and coding questions. The test was fairly easy
Duration: 1 hour

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.

Interview Preparation Tips

Round: Test
Experience: It was a written test with some numerical aptitude questions and coding questions. The test was fairly easy
Tips: Learn about pointers and using function pointers

Round: Technical Interview
Experience: First, I was asked to brief about the projects I have done so far. Then there were some questions about C programming like pointers, const pointers, storage classes, volatile keyword etc. It was followed by some basic questions about computer architecture, microcontroller, FPGA, RTOS

Round: Technical Interview
Experience: In this round I was asked to write algorithm for some simple problems like checking if a given integer (not string) is palindrome or not, checking if a number is a multiple of 3 (using bitwise operations) etc

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Communication Concepts
  • Q2. Embedded Concepts

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlisted based on CGPA and Profile
Tips: CGPA above 7.5 and Communication/CS based coursework/ability

Round: Test
Experience: C Coding Questions which checked basic knowledge of C
Tips: Brush up your C skills. Questions are easy but may require knowledge of stuff like what is big endian and little endian etc.
Duration: 1 hour 30 minutes
Total Questions: 12

Round: Technical Interview
Experience: My Communication relation concepts were tested. My Major Project was asked in detail.
Tips: If Comm background, prepare ITC, MultiCarrier/Wireless at a good level. If not they will ask C.

Round: Technical Interview
Experience: I was asked basic level embedded concepts.
Tips: Prepare on the following and similar stuff : How to implement a pseudo dynamic memory allocation using flash memory- which data structure to use. How does Inter Process Communication work. How does a multicore processor synchronizes its cores. If Comm background, give the TX and RX chain design (Wireless System Design)

Skills: Communication Systems, Embedded Systems, C Programming
College Name: IIT Madras

I applied via Referral and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic c programming
  • Q2. Previous experience questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest. And prepare well in data structures

I applied via Referral and was interviewed in Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I am not allowed to reveal

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't think I can reveal the questions but I can tell you that KLA has high standards in interview process.
Some tips for software engineer interview
1. Please prepare to do competitive programming like use leetcode algoexpert hacker rank
2. Some of the important areas are string problems dynamic programming stack based and tree based
3. There can be design round and interesting questions may be encountered

I applied via Recruitment Consultant and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. DS and Algo questions based on DP and backtracking
  • Q2. Clone linked list with random pointers.
  • Ans. 

    Clone a linked list with random pointers.

    • Create a new node for each node in the original list.

    • Store the mapping between the original and cloned nodes in a hash table.

    • Traverse the original list again and set the random pointers in the cloned list using the hash table.

    • Return the head of the cloned list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly DS and Algo rounds followed by design rounds. Sometimes there can be language specific questions.

Skills evaluated in this interview

I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Connected sum hacker rank problem
  • Ans. 

    Connected sum problem involves finding the number of connected components in a graph

    • The problem can be solved using DFS or BFS algorithm

    • The input graph can be represented using adjacency list or matrix

    • The output is the number of connected components in the graph

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always should be logical

Skills evaluated in this interview

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.
Contribute & help others!
anonymous
You can choose to be anonymous

STJ Electronics Interview FAQs

How many rounds are there in STJ Electronics Engineer- Customer Support interview?
STJ Electronics interview process usually has 3 rounds. The most common rounds in the STJ Electronics interview process are Resume Shortlist, HR and Technical.
How to prepare for STJ Electronics Engineer- Customer Support 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 STJ Electronics. The most common topics and skills that interviewers at STJ Electronics expect are Customer Support, Hardware and Software.
What are the top questions asked in STJ Electronics Engineer- Customer Support interview?

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

  1. On which port http wor...read more
  2. What is o...read more
  3. What is DHCP and ...read more

Recently Viewed

SALARIES

Mtalkz Mobility Services

SALARIES

Afford Medical Technologies

INTERVIEWS

Starkey Laboratories India

No Interviews

SALARIES

Afford Medical Technologies

SALARIES

Afford Medical Technologies

INTERVIEWS

STJ Electronics

No Interviews

SALARIES

Afford Medical Technologies

SALARIES

Mtalkz Mobility Services

SALARIES

Afford Medical Technologies

No Salaries

SALARIES

STJ Electronics

Tell us how to improve this page.

STJ Electronics Engineer- Customer Support Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

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 Engineer- Customer Support Salary
based on 37 salaries
₹2.5 L/yr - ₹4.2 L/yr
At par with the average Engineer- Customer Support Salary in India
View more details

STJ Electronics Engineer- Customer Support Reviews and Ratings

based on 12 reviews

3.6/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.7

Salary

3.6

Job security

3.5

Company culture

3.2

Promotions

3.2

Work satisfaction

Explore 12 Reviews and Ratings
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