Upload Button Icon Add office photos

Einfochips

Compare button icon Compare button icon Compare

Filter interviews by

Einfochips Associate Engineer Interview Questions and Answers

Updated 24 Oct 2024

Einfochips Associate Engineer Interview Experiences

3 interviews found

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic technical knowledge

Round 2 - One-on-one 

(1 Question)

  • Q1. What are microprocessors
  • Ans. 

    Microprocessors are integrated circuits that serve as the central processing unit (CPU) of a computer, handling instructions and data processing.

    • Microprocessors are the brain of a computer, executing instructions and performing calculations.

    • They are made up of millions of tiny components etched onto a single chip.

    • Examples include Intel's Core series, AMD's Ryzen series, and ARM processors used in mobile devices.

    • Micropr...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your family
  • Ans. 

    I come from a close-knit family of five, including my parents, older sister, and younger brother.

    • My parents have always been supportive of my education and career choices.

    • My older sister works as a nurse and has inspired me to pursue a career in engineering.

    • My younger brother is currently studying computer science in college.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

General Aptitude , Basic Electronics , Digital Electronics , Microcontroller , Microprocessor

Round 2 - Technical 

(3 Questions)

  • Q1. Verilog code of D-FF
  • Ans. 

    Verilog code for a D flip-flop (D-FF) is a fundamental building block in digital design.

    • D flip-flop stores one bit of data and is controlled by a clock signal.

    • Verilog code for a D-FF typically includes a D input, clock input, and Q output.

    • Example code: always @(posedge clk) begin Q <= D; end

  • Answered by AI
  • Q2. Difference between 8085 and 8086
  • Ans. 

    8085 is an 8-bit microprocessor with a 16-bit address bus, while 8086 is a 16-bit microprocessor with a 20-bit address bus.

    • 8085 is an 8-bit microprocessor, while 8086 is a 16-bit microprocessor.

    • 8085 has a 16-bit address bus, while 8086 has a 20-bit address bus.

    • 8085 has a maximum clock speed of 3 MHz, while 8086 has a maximum clock speed of 10 MHz.

    • 8085 has a simpler instruction set compared to 8086, which has a more com...

  • Answered by AI
  • Q3. Question on Sequential and Combinational Circuits
Round 3 - HR 

(1 Question)

  • Q1. General and personal questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on fundamentals

Skills evaluated in this interview

Associate Engineer Interview Questions Asked at Other Companies

asked in Nagarro
Q1. Count Ways To Reach The N-th Stair Problem Statement You are give ... read more
asked in Nagarro
Q2. Trailing Zeros in Factorial Problem Find the number of trailing z ... read more
asked in Nagarro
Q3. Convert First Letter to Upper Case Given a string STR, transform ... read more
asked in Tata Steel
Q4. What are the test done during maintenance of a power transformer?
asked in Tata Steel
Q5. how to control the speed of an EOT crane without VFD?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Learn 555 timer ic, verilog, basic digital electronics
Duration 2 hrs

Round 2 - One-on-one 

(2 Questions)

  • Q1. Sequential circuits
  • Ans. Difference between flipflops and latch etc, seq and cmb. ckts
  • Answered by LAVANYA P
  • Q2. D ff code, fsm basics and about my projects mostly

Interview Preparation Tips

Topics to prepare for Einfochips Associate Engineer interview:
  • Digital Electronics
  • Verilog HDL
Interview preparation tips for other job seekers - Learn digital thoroughly and verilog also

What people are saying about Einfochips

View All
a senior analyst
1w
Comparison between 2 companies
Hi Guys, Can you share thoughts about ares management and einfochips? How are both of these companies and work culture?
Got a question about Einfochips?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Basic javascript questions , clouser, promise

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared well on basic of javascript

I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Dsa java oops dbms networking

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview experience.
You have to be very strong in DSA.

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts with examples, SQL query to find second highest salary, diff between fail fast and fail safe, how did u implement security in your app, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic Java concepts

I applied via Company Website and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Are you updating day by day yourself in technology ?
  • Q2. Yes, means you will definitely placed in technosoft.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had done certification and learn the skill day by day, waiting for the opening in technosoft. I had attended three round of interview, if you have real skill and self confidence you will definitely placed in technosoft global services

I applied via Naukri.com and was interviewed before Sep 2021. 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 tips
Round 2 - Technical 

(3 Questions)

  • Q1. Do you have knowledge of Hadoop data ware house?
  • Ans. 

    Yes, I have knowledge of Hadoop data warehouse.

    • I have experience in designing and implementing Hadoop-based data warehouses.

    • I am proficient in Hadoop ecosystem technologies such as HDFS, MapReduce, Hive, and Pig.

    • I have worked with large-scale data processing and storage using Hadoop.

    • I am familiar with data warehousing concepts such as ETL, data modeling, and data integration.

    • I have used Hadoop to build data warehouses

  • Answered by AI
  • Q2. SQl questions using joins.
  • Q3. Have you used python scripts in your testing?
  • Ans. 

    Yes, I have used Python scripts extensively in my testing.

    • I have used Python scripts for automated testing of web applications.

    • I have also used Python scripts for unit testing of backend code.

    • Python's unittest module is particularly useful for this purpose.

    • I have also used Python scripts for load testing and performance testing.

    • Python's requests library is very helpful for testing APIs.

    • I have also used Python scripts f

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your current ctc and what is your expected ctc?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare the SQL for ETL job role and apexon interviews would be a easy one to crack.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic questions on javascript, angular, html,css
  • Q2. Questions on localstorage , tokens, security, interceptors

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and u will rock

I applied via LinkedIn and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics Of JS

Einfochips Interview FAQs

How many rounds are there in Einfochips Associate Engineer interview?
Einfochips interview process usually has 2-3 rounds. The most common rounds in the Einfochips interview process are Aptitude Test, One-on-one Round and HR.
What are the top questions asked in Einfochips Associate Engineer interview?

Some of the top questions asked at the Einfochips Associate Engineer interview -

  1. What are microprocess...read more
  2. Difference between 8085 and 8...read more
  3. Verilog code of D...read more

Tell us how to improve this page.

Einfochips Associate Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • Aptitude Test Round
View more
Einfochips Associate Engineer Salary
based on 31 salaries
₹4 L/yr - ₹4.7 L/yr
25% less than the average Associate Engineer Salary in India
View more details

Einfochips Associate Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

3.0

Skill development

2.0

Work-life balance

1.0

Salary

1.0

Job security

2.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Engineer
264 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Engineer
197 salaries
unlock blur

₹6.7 L/yr - ₹24 L/yr

Senior Software Engineer
185 salaries
unlock blur

₹7.1 L/yr - ₹22 L/yr

Technical Lead
161 salaries
unlock blur

₹10 L/yr - ₹31.9 L/yr

Software Engineer
133 salaries
unlock blur

₹2.8 L/yr - ₹12 L/yr

Explore more salaries
Compare Einfochips with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

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