Upload Button Icon Add office photos

Filter interviews by

Clear (1)

STJ Electronics SQL Database Engineer Interview Questions and Answers

Updated 10 Sep 2023

STJ Electronics SQL Database Engineer Interview Experiences

1 interview found

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

I applied via Job Fair and was interviewed in Aug 2023. There were 4 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 - Group Discussion 

SQL queries related discussion

Round 3 - Technical 

(1 Question)

  • Q1. MCQ type questions in SQL
Round 4 - HR 

(1 Question)

  • Q1. Personal details only

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

I applied via Campus Placement and was interviewed before Oct 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 - Technical 

(1 Question)

  • Q1. Details of UVM and System Verilog blocking and non blocking assignment
  • Ans. 

    UVM is a methodology for verifying complex designs using SystemVerilog. Blocking assignments execute sequentially, while non-blocking assignments execute concurrently.

    • UVM (Universal Verification Methodology) is a standardized methodology for verifying complex designs in SystemVerilog.

    • Blocking assignments in SystemVerilog execute sequentially, meaning the next statement waits for the current statement to finish.

    • Non-bloc...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years and strength and weakness
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Ofdm, equalization, estimation
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It is to attend.major physics

Round 2 - Coding Test 

Easy coding.simple problems in c

Interview Preparation Tips

Interview preparation tips for other job seekers - No
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain storage variables in C?
  • Ans. 

    Storage variables in C are used to store data temporarily during program execution.

    • Storage variables in C are declared using data types like int, float, char, etc.

    • They can be stored in different memory locations like stack, heap, or data segment.

    • Variables declared outside functions have global scope and are stored in data segment.

    • Variables declared inside functions have local scope and are stored in stack memory.

    • Dynami...

  • Answered by AI
  • Q2. Take two numbers, reverse both, then perform addition and reverse again?
  • Q3. First three kinds of sorting
  • Ans. 

    The first three kinds of sorting are bubble sort, selection sort, and insertion sort.

    • Bubble sort compares adjacent elements and swaps them if they are in the wrong order.

    • Selection sort selects the smallest element and swaps it with the first element, then selects the second smallest element and swaps it with the second element, and so on.

    • Insertion sort builds the final sorted array one item at a time by inserting each

  • Answered by AI
  • Q4. Output questions based on pointers in C

Interview Preparation Tips

Topics to prepare for Ignitarium Technology Solutions Senior Engineer interview:
  • C
  • Data Structures
  • Embedded Systems

Skills evaluated in this interview

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

I was interviewed in Feb 2025.

Round 1 - Aptitude Test 

Physics,electronic ,aptitude and basic engineering math

Round 2 - Coding Test 

Coding in c in arrays and strings

Interview Preparation Tips

Interview preparation tips for other job seekers - strong in fundamentals
Contribute & help others!
anonymous
You can choose to be anonymous

STJ Electronics Interview FAQs

How many rounds are there in STJ Electronics SQL Database Engineer interview?
STJ Electronics interview process usually has 4 rounds. The most common rounds in the STJ Electronics interview process are Resume Shortlist, Group Discussion and Technical.

Recently Viewed

SALARIES

Afford Medical Technologies

SALARIES

Mtalkz Mobility Services

SALARIES

Afford Medical Technologies

No Salaries

SALARIES

STJ Electronics

INTERVIEWS

STJ Electronics

No Interviews

SALARIES

Afford Medical Technologies

INTERVIEWS

Medico Electrodes International

No Interviews

INTERVIEWS

KLA-Tencor

No Interviews

SALARIES

Nirvana Solutions

SALARIES

Jakson Group

Tell us how to improve this page.

STJ Electronics SQL Database Engineer Interview Process

based on 1 interview

Interview experience

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