Upload Button Icon Add office photos

Filter interviews by

Supertron Electronics Interview Questions and Answers

Updated 15 Jun 2024

Supertron Electronics Interview Experiences

Popular Designations

2 interviews found

Sales Coordinator Interview Questions & Answers

user image Khanjan Anjaria

posted on 15 Jun 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is order cycle?
  • Ans. 

    Order cycle refers to the time it takes for an order to be processed, fulfilled, and delivered to the customer.

    • Order cycle includes order placement, processing, picking, packing, shipping, and delivery.

    • Efficient order cycle management is crucial for customer satisfaction and retention.

    • Example: A typical order cycle for an online retailer may involve receiving an order, processing payment, picking items from inventory, ...

  • Answered by AI
  • Q2. Why do you want to join this organization.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for industry related questions

Sales Coordinator Interview Questions asked at other Companies

Q1. How can you convince a client to take the product from you?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion on past experiance
Round 3 - HR 

(1 Question)

  • Q1. Discussion on Past CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real on your past experience say what is actual

Area Sales Manager Interview Questions asked at other Companies

Q1. How to handling position and how to coverage rout and sales teams
View answer (29)

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. Aptitude questions
  • Q2. Technical Questions
  • Q3. Group Discussion
  • Q4. HR/ Management interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard in each section to achieve the success.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about your current job roal
  • Q2. How soon you can join
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself and past projects exp
  • Ans. 

    I am a software engineer with experience in developing web applications using Java, Spring Boot, and Angular.

    • Developed a web application for a retail company using Java and Spring Boot

    • Implemented RESTful APIs for communication between frontend and backend

    • Worked on optimizing database queries for improved performance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very healthy environment for work.

I applied via Campus Placement and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hour basic aptitude questions , pen and paper based

Round 2 - Technical 

(1 Question)

  • Q1. Questions on HTML Basic questions on Analytics

Interview Preparation Tips

Topics to prepare for Ingram Micro Software Developer interview:
  • .NET
Interview preparation tips for other job seekers - Be strong technically.
Know all the technologies that you have mentioned on your resume well.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 2 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 tips
Round 2 - Technical 

(3 Questions)

  • Q1. Dedendency Injection - How it's works.
  • Ans. 

    Dependency Injection is a design pattern where the dependencies of an object are provided externally rather than created within the object itself.

    • Dependencies are injected into a class through constructor injection, setter injection, or interface injection.

    • This helps in achieving loose coupling between classes and makes the code more testable and maintainable.

    • Example: Instead of creating an instance of a database conne...

  • Answered by AI
  • Q2. Transient vs Scoped lifetime service - if one is transient and other is Scoped will this work?
  • Ans. 

    Yes, a combination of transient and scoped lifetime services can work together.

    • Transient services are created each time they are requested, while scoped services are created once per request within the scope.

    • They can work together as long as the transient service does not depend on the scoped service for its functionality.

    • For example, a logging service can be transient while a database context service can be scoped.

  • Answered by AI
  • Q3. Async and await

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have mentioned .Net Core, learn above questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic java mcq, Java Hibernate Spring MVC framework questions

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Question answer of 1 hour with 3 panel member

Round 2 - Group Discussion 

1 hour of Gd with 3 members

Round 3 - Case Study 

With some high management

Round 4 - HR 

(2 Questions)

  • Q1. About family and there job profile
  • Q2. Salary expectations and discussion on structure oc the same
Round 5 - HR 

(1 Question)

  • Q1. Salary expectation and again explain the structure
  • Ans. 

    I am looking for a competitive salary based on my experience and skills in the range of $100,000 to $120,000.

    • Research industry standards for senior software engineer salaries

    • Consider your years of experience and specialized skills

    • Factor in cost of living in the area where the job is located

    • Be prepared to negotiate based on benefits and perks offered

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't rely on anyone, pathetic company as everyone have there own attitude right from the interviewer till HR.
They would just go by themselves especially HR, haven't seen such a pathetic HR, would never response on time and give false promises.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test conducted in virtual session - you need share the entire screen (google meet). Interviewer share about 12 questions, in 10 are theory based questions and 2 coding questions.
while writing theory try to answer with real time example from your project.
1. Solid principles 2 design patterns used 3 diff between .net core vs .net 4. garbage collection 5. global exception handling in core 5. performance / monitoring related questions

coding questions: 1. Nth max value without sorting. 2. sum of max sub array in a integer array

Round 2 - One-on-one 

(4 Questions)

  • Q1. Skills, project explanation, unit testing, code review
  • Q2. Usage of dependency injection in core along with types
  • Ans. 

    Dependency injection in core with types is a common practice in software engineering.

    • Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Using dependency injection in core allows for easier testing and maintenance of the codebase.

    • Types in dependency injection help ensure that the correct dependencies are injected into components.

    • Examples include us...

  • Answered by AI
  • Q3. Usage of Middleware along with custom middleware
  • Ans. 

    Middleware is used to handle requests and responses in web applications. Custom middleware can be created to add specific functionality.

    • Middleware is software that acts as a bridge between an operating system or database and applications, allowing them to communicate with each other.

    • Middleware can be used to handle tasks such as authentication, logging, error handling, and more.

    • Custom middleware can be created to add s...

  • Answered by AI
  • Q4. Authentication and authorization in web api core
  • Ans. 

    Authentication and authorization are essential for securing web APIs in ASP.NET Core.

    • Use authentication to verify the identity of the user accessing the API.

    • Use authorization to determine what actions the authenticated user is allowed to perform.

    • In ASP.NET Core, authentication can be implemented using various schemes like JWT, OAuth, or Identity.

    • Authorization can be achieved through policies, roles, or claims.

    • Always va...

  • Answered by AI

Skills evaluated in this interview

Supertron Electronics Interview FAQs

How many rounds are there in Supertron Electronics interview?
Supertron Electronics interview process usually has 2 rounds. The most common rounds in the Supertron Electronics interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for Supertron Electronics 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 Supertron Electronics. The most common topics and skills that interviewers at Supertron Electronics expect are Communication Skills, Writing Content, Project Management, Ajax and Angular.
What are the top questions asked in Supertron Electronics interview?

Some of the top questions asked at the Supertron Electronics interview -

  1. What is order cyc...read more
  2. Discussion on past experia...read more

Tell us how to improve this page.

Supertron Electronics Interview Process

based on 7 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

MAQ Software Interview Questions
1.9
 • 98 Interviews
Redington Interview Questions
4.0
 • 34 Interviews
Ingram Micro Interview Questions
3.8
 • 29 Interviews
Tech Data Interview Questions
4.1
 • 7 Interviews
View all

Supertron Electronics Reviews and Ratings

based on 86 reviews

4.4/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

4.1

Salary

4.4

Job security

4.2

Company culture

3.7

Promotions

4.0

Work satisfaction

Explore 86 Reviews and Ratings
Area Sales Manager
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Branch Accountant
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Accountant
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Logistics Incharge
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Logistics Executive
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Supertron Electronics with

Ingram Micro

3.8
Compare

Redington

4.0
Compare

RPTECH

3.0
Compare

Compuage Infocom

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