Upload Button Icon Add office photos

Filter interviews by

CoreEL Technologies Interview Questions and Answers

Updated 18 Oct 2024

CoreEL Technologies Interview Experiences

Popular Designations

6 interviews found

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Card questions and basics

Round 2 - Technical 

(2 Questions)

  • Q1. What is C ?
  • Ans. 

    C is a general-purpose programming language developed by Dennis Ritchie in the early 1970s.

    • C is known for its efficiency, flexibility, and portability.

    • It is commonly used for system programming, embedded systems, and application software.

    • C is the foundation for many other programming languages such as C++, C#, and Objective-C.

  • Answered by AI
  • Q2. Difference between C and cpp
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, while C++ is a combination of procedural and object-oriented programming.

    • C does not support classes and objects, while C++ does.

    • C is a subset of C++, meaning that most C programs can be compiled using a C++ compiler.

    • C++ has additional features like function overloading, templates, and exce

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics

Skills evaluated in this interview

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Basic of quatitive and etc

Round 2 - Technical 

(2 Questions)

  • Q1. About project in detail
  • Q2. Basics of electronics

Senior Hardware Engineer Interview Questions asked at other Companies

Q1. What is prelayout signal integrity? How will you do that
View answer (1)

Design Engineer Interview Questions & Answers

user image Om P Patil

posted on 18 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

This typically includes questions on quantitative ability, logical reasoning, and verbal skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Before test i was not prepared well so i didn't get result i wanted. Ya so first prepare well then go for test its my advice for all.

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)

Design Engineer Interview Questions & Answers

user image JAYAVARSHINI R

posted on 16 Dec 2023

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

I applied via Campus Placement

Round 1 - Aptitude Test 

(1 Question)

  • Q1. Os mcq,c mcq and theory about os and programming questions

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)

CoreEL Technologies interview questions for popular designations

 Design Engineer

 (4)

 Applications Engineer

 (1)

 Senior Hardware Engineer

 (1)

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

I applied via Campus Placement and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Electronics,physics,aptitude,in electronics mainly digital and analog

Round 2 - Technical 

(1 Question)

  • Q1. Mainly digital and analog related question where asked

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Assignment 

It was combination of both technical and non-technical designs such as verilog, system verilog, aptitude, English & digital.

Round 2 - Technical 

(1 Question)

  • Q1. It was fully technical whatever you have in your resume that will be part of your interview such as small verilog codes, data types, memory, digital, fsm, class, modport etc...

Interview Preparation Tips

Topics to prepare for CoreEL Technologies Applications Engineer interview:
  • Verilog
  • System Verilog
  • Digital Electronics
Interview preparation tips for other job seekers - Prepare all verilog, system verilog Basics and digital Basics.

Applications Engineer Interview Questions asked at other Companies

Q1. Missing NumberYou are given an array/list ‘BINARYNUMS’ that consists of ‘N’ distinct strings which represent all integers from 0 to N in binary representation except one integer. This integer between 0 to ‘N’ whose binary representation is ... read more
View answer (4)

Jobs at CoreEL Technologies

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Gandhi Institute of Technology and Management, Visakhapatnam and was interviewed in Nov 2024. There were 6 interview rounds.

Round 1 - Aptitude Test 

There are 65 questions related to ECE core topics, including Network Analysis, some on VLSI, Signals and Systems, Analog Circuits, Electronic Devices, and Amplifier Circuits. Additionally, there are 118 simple questions covering mind games, object identification, and series completion.

Round 2 - Personality Assessment 

(3 Questions)

  • Q1. What is life according to you ?
  • Ans. 

    Life is a journey filled with experiences, challenges, growth, and opportunities for self-discovery.

    • Life is a precious gift that should be cherished and lived to the fullest

    • It involves constant learning, adapting, and evolving as individuals

    • Life is about forming meaningful relationships and connections with others

    • It includes pursuing passions, setting goals, and overcoming obstacles

    • Life is a balance of joy and sorrow,

  • Answered by AI
  • Q2. Does education help you to earn money ?
  • Ans. 

    Education can help individuals earn money by providing them with valuable skills, knowledge, and opportunities for career advancement.

    • Education can lead to higher paying job opportunities

    • Specialized education or training can result in higher salaries

    • Education can also lead to promotions and career advancement

    • Higher levels of education are often correlated with higher earning potential

  • Answered by AI
  • Q3. Do you need education and fame ?
Round 3 - Digital Logic Design 

(3 Questions)

  • Q1. Convert hexadecimal to decimal ?
  • Ans. 

    Hexadecimal to decimal conversion involves multiplying each digit by 16 raised to the power of its position.

    • Start from the rightmost digit and multiply each digit by 16 raised to the power of its position (0-indexed).

    • Add the results of each multiplication to get the decimal equivalent.

    • For example, converting 0x1A to decimal: (1 * 16^1) + (10 * 16^0) = 26.

  • Answered by AI
  • Q2. Design the components which are involved in the internal logic circuit of a 7-segment display based on the provided circuit ?
  • Ans. 

    Components involved in the internal logic circuit of a 7-segment display include decoder, driver, and individual LED segments.

    • Decoder: Converts input signals into the appropriate output signals for each segment.

    • Driver: Amplifies the output signals from the decoder to drive the LED segments.

    • Individual LED segments: Represent each of the seven segments in the display.

    • Example: BCD to 7-segment decoder, transistor driver c

  • Answered by AI
  • Q3. Design specifications for creating a vending machine using a microcontroller, incorporating the display of amounts with two 7-segment displays and including four to five additional operational conditions?
  • Ans. 

    Design a vending machine using a microcontroller with two 7-segment displays and additional operational conditions.

    • Use a microcontroller to control the vending machine's operations

    • Incorporate two 7-segment displays to show the amounts

    • Include four to five additional operational conditions such as low inventory alert, coin validation, product selection, etc.

  • Answered by AI
Round 4 - Embedded C Programming 

(2 Questions)

  • Q1. Write an assembly language program for displaying a square waves for the frequency of 1 Hz and 2 Hz with the 2 ports .
  • Ans. 

    Assembly language program to display square waves for 1 Hz and 2 Hz using 2 ports.

    • Use assembly language instructions to control the ports for outputting square waves.

    • Set up a loop to toggle the ports at the desired frequencies to generate the square waves.

    • Ensure proper timing and synchronization between the two square waves.

  • Answered by AI
  • Q2. Write an assembly language program for reversing a byte for a hexadecimal value ? ex: A3 hexadecimal needs to converted to C5 when reversed .
  • Ans. 

    Assembly language program to reverse a byte for a hexadecimal value.

    • Load the hexadecimal value into a register

    • Extract the lower 4 bits and upper 4 bits of the byte

    • Swap the lower and upper 4 bits

    • Combine the swapped bits to get the reversed byte

  • Answered by AI
Round 5 - Maths 

(2 Questions)

  • Q1. When 2 trains move in opposite directions , what point will they meet at different speeds? And related questions
  • Ans. 

    The trains will meet at a point that is determined by the relative speeds of the trains.

    • The point where the trains meet is determined by the sum of the distances traveled by each train.

    • The time taken for the trains to meet is determined by the relative speeds of the trains.

    • If Train A is traveling at 50 mph and Train B is traveling at 70 mph, they will meet at a point that is closer to Train B's starting point.

  • Answered by AI
  • Q2. Matrices , volume , Coins , probability
Round 6 - Interview 

(2 Questions)

  • Q1. They will be asking mostly what ever you have written in the 2-5 rounds which will be conducted in the company premises .
  • Q2. Flip flops, diff of micro-controller and microprocessor, logic gates , I2C , USART , SPI

Interview Preparation Tips

Topics to prepare for Efftronics Systems Embedded Firmware Engineer interview:
  • Digital Logic Design
  • Analog Circuits
  • Assembly Language
  • Electronic Circuit Design
Interview preparation tips for other job seekers - After completing the written test (online mode) you will be qualified for the next interview process (that will be held within 2 or 3 weeks ).
Interview will be held in the company premises. After going to the company you will be seated in a single chair and you will be given the question papers for each round and then the last HR round is final.
Prepare well for all the rounds; it is essential to be mentally and physically strong because you will need to be present from 8:30 AM to 6:30 PM.

Operator 1 Interview Questions & Answers

Smart Chip user image Anonymous

posted on 6 Nov 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 5 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Apne esa phala kya kam karta tha
  • Q2. Apka kya name hai
Round 2 - HR 

(2 Questions)

  • Q1. Apko kaisa job ke bara pata chala
  • Q2. Skills kya hai apka pass Jo apko mai lu
Round 3 - HR 

(1 Question)

  • Q1. Esa phala kaha kam Keya ho
Round 4 - One-on-one 

(2 Questions)

  • Q1. Jaha kam karta tha uha kya kam tha
  • Q2. Kam ke basic jankari
Round 5 - One-on-one 

(1 Question)

  • Q1. Apko es company ke bara Mai kya pata hai
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(6 Questions)

  • Q1. What is Three phase wire colour code
  • Ans. 

    Three phase wire colour code is a standard set of colors used to identify the different phases in a three-phase electrical system.

    • In North America, the standard color code for three-phase wires is black, red, and blue.

    • In Europe and most other parts of the world, the standard color code is brown, black, and gray.

    • The purpose of the color code is to easily identify the different phases and ensure proper connection and saf

  • Answered by AI
  • Q2. What is Rectifier
  • Ans. 

    A rectifier is an electrical device that converts alternating current (AC) to direct current (DC).

    • Converts AC to DC

    • Used in power supplies and electronic devices

    • Types include half-wave, full-wave, and bridge rectifiers

    • Diodes are commonly used in rectifiers

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

    A transformer is a device that transfers electrical energy between two or more circuits through electromagnetic induction.

    • Transformers consist of two coils of wire, known as the primary and secondary coils.

    • The primary coil is connected to a power source, creating a magnetic field when current flows through it.

    • This magnetic field induces a voltage in the secondary coil, transferring energy from the primary to the second...

  • Answered by AI
  • Q4. What is Capacitor
  • Ans. 

    A capacitor is an electronic component that stores and releases electrical energy.

    • Capacitors are used to filter out noise in electronic circuits.

    • They can store energy and release it quickly when needed.

    • Capacitors are commonly used in power supplies, audio equipment, and electronic devices.

    • Examples include ceramic capacitors, electrolytic capacitors, and tantalum capacitors.

  • Answered by AI
  • Q5. What is kritch of law
  • Ans. 

    Kritch of law refers to a legal principle or rule that is considered outdated or no longer relevant.

    • Kritch of law may refer to a law that is no longer enforced or followed due to changes in society or legal interpretation

    • It can also refer to a legal principle that is widely criticized or considered unjust

    • Examples include laws prohibiting certain outdated practices or beliefs, such as witchcraft trials or dueling

  • Answered by AI
  • Q6. What is motor and Generater
  • Ans. 

    A motor is a device that converts electrical energy into mechanical energy, while a generator is a device that converts mechanical energy into electrical energy.

    • Motor: Converts electrical energy into mechanical energy (e.g. electric fan)

    • Generator: Converts mechanical energy into electrical energy (e.g. hydroelectric power plant)

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the Plc ?
  • Q2. What is robot and its application?

CoreEL Technologies Interview FAQs

How many rounds are there in CoreEL Technologies interview?
CoreEL Technologies interview process usually has 1-2 rounds. The most common rounds in the CoreEL Technologies interview process are Aptitude Test, Technical and Assignment.
How to prepare for CoreEL Technologies 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 CoreEL Technologies. The most common topics and skills that interviewers at CoreEL Technologies expect are Electronics, FPGA, Sales, Hardware Design and PCB Designing.
What are the top questions asked in CoreEL Technologies interview?

Some of the top questions asked at the CoreEL Technologies interview -

  1. What is ...read more
  2. Difference between C and ...read more
  3. It was fully technical whatever you have in your resume that will be part of yo...read more

Tell us how to improve this page.

CoreEL Technologies Interview Process

based on 4 interviews in last 1 year

Interview experience

4.3
  
Good

People are getting interviews through

based on 5 CoreEL Technologies interviews
Campus Placement
Company Website
Job Portal
60%
20%
20%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Sasken Interview Questions
3.9
 • 77 Interviews
View all

CoreEL Technologies Reviews and Ratings

based on 86 reviews

3.8/5

Rating in categories

3.7

Skill development

3.3

Work-Life balance

3.2

Salary & Benefits

3.9

Job Security

3.2

Company culture

3.3

Promotions/Appraisal

3.3

Work Satisfaction

Explore 86 Reviews and Ratings
Product Design Engineer

Jabalpur

3-6 Yrs

Not Disclosed

Testing Manger

Bangalore / Bengaluru

10-20 Yrs

Not Disclosed

Embedded Hardware Design - Engineer/ Lead / Manager

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

Explore more jobs
Applications Engineer
51 salaries
unlock blur

₹3.2 L/yr - ₹12.2 L/yr

Design Engineer
29 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Design Engineer
28 salaries
unlock blur

₹5.2 L/yr - ₹16 L/yr

RTL Design Engineer
18 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Senior Hardware Design Engineer
16 salaries
unlock blur

₹5.5 L/yr - ₹14.2 L/yr

Explore more salaries
Compare CoreEL Technologies with

Accurex Biomedical

4.5
Compare

Sasken

3.9
Compare

HCLTech

3.5
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview