Upload Button Icon Add office photos

Filter interviews by

Clear (1)

STJ Electronics Account Executive 1 Interview Questions and Answers

Updated 1 Aug 2023

STJ Electronics Account Executive 1 Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Jul 2023. There were 3 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 - HR 

(2 Questions)

  • Q1. 1. How much Experience do you have ? 2. why do you want to leave the previous Company ? 3. What is your salary in the previous Company ? 4. What work did you do in previous company ? 5. What do you consid...
  • Q2. How Long is your Notice period ?
Round 3 - Behavioral 

(3 Questions)

  • Q1. According to your resume and Experience and Job Profile.
  • Q2. Most Important Questions Journal Entry
  • Q3. Bank Reconciliations Statement

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
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. This was more like shortlisting round with manager. Asked about resume and previous work experience. Not much Technical questions.
Round 3 - One-on-one 

(5 Questions)

  • Q1. Python programming questions, Basics
  • Q2. Python oops concepts
  • Q3. What is module in Python
  • Ans. 

    A module in Python is a file containing Python code, which can define functions, classes, and variables.

    • Modules help organize Python code into reusable components

    • Modules can be imported into other Python scripts using the 'import' keyword

    • Examples of modules in Python include math, random, and os

  • Answered by AI
  • Q4. Python memory management
  • Q5. Basic Devops questions

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy aptitude and MCQ questions in C

Round 2 - Technical 

(4 Questions)

  • Q1. Inheritance, Virtual functions, and projects from resume
  • Q2. How to implement inheritance, use case
  • Ans. 

    Inheritance in software development allows a class to inherit properties and behaviors from another class.

    • Create a base class with common properties and methods

    • Create a derived class that inherits from the base class

    • Use the 'extends' keyword in languages like Java or C++

    • Override methods in the derived class if necessary

    • Access parent class methods using 'super' keyword

  • Answered by AI
  • Q3. Virtual functions usage in code
  • Ans. 

    Virtual functions are used in object-oriented programming to achieve polymorphism by allowing a function to be overridden in a derived class.

    • Virtual functions are declared in a base class with the 'virtual' keyword and can be overridden in derived classes.

    • They allow a function to be called based on the actual type of an object rather than the declared type.

    • Virtual functions are used to achieve runtime polymorphism in C...

  • Answered by AI
  • Q4. What Problems did u overcome in your project

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of the questions are repeated from previous interviews. Just browse the interview experience, you will surely crack the interview.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. About yourself and basic questions
  • Q2. About your skills set to match the job
Round 2 - Coding Test 

Coding questions basic and complex questions to solve

Contribute & help others!
anonymous
You can choose to be anonymous

STJ Electronics Interview FAQs

How many rounds are there in STJ Electronics Account Executive 1 interview?
STJ Electronics interview process usually has 3 rounds. The most common rounds in the STJ Electronics interview process are Resume Shortlist, HR and Behavioral.
What are the top questions asked in STJ Electronics Account Executive 1 interview?

Some of the top questions asked at the STJ Electronics Account Executive 1 interview -

  1. Most Important Questions Journal En...read more
  2. Bank Reconciliations Statem...read more

Recently Viewed

SALARIES

Afford Medical Technologies

SALARIES

Afford Medical Technologies

No Salaries

INTERVIEWS

Medico Electrodes International

No Interviews

INTERVIEWS

KLA-Tencor

No Interviews

SALARIES

Nirvana Solutions

SALARIES

Jakson Group

SALARIES

Mtalkz Mobility Services

SALARIES

Afford Medical Technologies

SALARIES

STJ Electronics

COMPANY BENEFITS

Starkey Laboratories India

No Benefits

Tell us how to improve this page.

STJ Electronics Account Executive 1 Interview Process

based on 1 interview

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
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