Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by NEC Team. If you also belong to the team, you can get access from here

NEC Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NEC Automation Engineer Interview Questions and Answers

Updated 2 Sep 2023

NEC Automation Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Sep 2022. There were 6 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 - Aptitude Test 

There were total 60 MCQ worth time of 1 hour. The major part is covered by the computer fundamentals like OS and CN , Verbal reasoning , Quant , Cloud and code snippet output based questions. If you are scoring 48/60 then there is a great chance to qualify this round.

Round 3 - Coding Test 

3 coding questions worth time of 30 minutes. The level was moderate. 2 question was based on string and 1 question was on Array. If you solve 2 questions then there is a great chance to qualify this round.

Round 4 - Technical 

(2 Questions)

  • Q1. After qualifying these 2 rounds we moved to our next segment , which was Technical Interview Round 1 (L-1).
  • Q2. In level 1 interview the level of questions was above easy to below moderate. They asked me some command of Linux , Algorithm for Binary Search , Fundamentals of OOPS , 2 coding questions which were as fol...
Round 5 - Technical 

(1 Question)

  • Q1. This Round was quite tough. They asked me various coding questions based on OOPS , some scripts for Data Analytics , all the operations possible in Data Bases.
Round 6 - HR 

(1 Question)

  • Q1. Just a simple interaction not as much need to worry about this segment.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. How to run 50 test cases if we have 100 test cases
  • Ans. 

    You can divide the test cases into two batches and run them separately.

    • Divide the 100 test cases into two batches of 50 each

    • Run the first batch of 50 test cases

    • Once the first batch is completed, run the second batch of 50 test cases

  • Answered by AI
  • Q2. About Selenium 4
  • Q3. Bug,defect and error
  • Q4. About TestNG annotations
  • Q5. How to integrate step defination with feature file
  • Ans. 

    Step definitions can be integrated with feature files using Cucumber in automation testing.

    • Create step definitions in a separate file using the same language as the feature file (e.g. Java for Cucumber-JVM).

    • Map step definitions to feature file scenarios using annotations like @Given, @When, @Then.

    • Use regular expressions to match step definitions with steps in the feature file.

    • Run the feature file with the step definiti

  • Answered by AI
  • Q6. Project structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare according to JD

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java Generics, Test Pyramid, Element not Interactable Exception, Click Intercepted Exception
  • Q2. Static block in java, program to find duplicates from a given string in java
  • Ans. 

    Static block is used to initialize static variables. Program to find duplicates in a string involves using a HashMap to store characters and their counts.

    • Create a HashMap to store characters and their counts

    • Iterate through the string and update the counts in the HashMap

    • Iterate through the HashMap and print characters with count > 1 as duplicates

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Preapare well the Java concepts and coding part before apperaing for EPAM.

Skills evaluated in this interview

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic core java selenium framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Join if you selected directly for project
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Technical 

(14 Questions)

  • Q1. Tell me about Yourself
  • Q2. What is ARP? How it will work? Can we able to delete the ARP entry? And What is the command? How long the ARP entry will be there in table? What is ARP Poisoning?
  • Q3. What is DHCP? Explain in Detail?
  • Q4. What is TCP/UDP and how it will work?
  • Q5. What is VLAN a d how it will work? Explain with scenario
  • Q6. What is STP and how it will work?
  • Q7. How to check network connectivity speed? And how will you debug? How can you increase the frames size and how to capture the frames?
  • Q8. Explain me Layer2 and Layer3 in detail
  • Q9. What is ICMP and how it will work? How ping works?
  • Q10. What is the difference between RIP and OSPF? Explain me OSPF?
  • Q11. What is the difference between Cisco switch and other company switches? What is the difference between cisco switch and white box switch?
  • Q12. What is SONIC cards?
  • Q13. Python program. Input: lst = [12,83,0,17,0,71] Output = [12,83,17,71,0,0] Answer: lst=[12, 83,0,17,0,71] ls=[] l=[] for i in lst: if i! = 0: ls.append(i) else: l.append(i) ...
  • Q14. Print the below mentioned pattern: * * * * * * * * * * * * * * *
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Oct 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. TestNG: explain different annotations, parallel test,
  • Ans. 

    testNG annotations are used to control the flow of test execution and parallel test execution allows running tests concurrently.

    • testNG annotations include @Test, @BeforeSuite, @AfterSuite, @BeforeTest, @AfterTest, @BeforeClass, @AfterClass, @BeforeMethod, @AfterMethod

    • Annotations help in setting up preconditions, postconditions, grouping tests, prioritizing tests, and enabling/disabling tests

    • Parallel test execution in t...

  • Answered by AI
  • Q2. Selenium: actions class, xpath writing, windowhandles.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for testNG, selenium well and java programming.

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Hashmap code logic
  • Q2. Propertiy file , xpath ,excel file code
Round 2 - Behavioral 

(2 Questions)

  • Q1. Resume based question
  • Q2. Ci cd jenkin question

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Wrapper classes, Single Class, and Core Java questions
  • Q2. Questions on API response codes and API negative testing
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. All the selenium with java questions asked
  • Q2. How to handle multiple window
  • Ans. 

    Handle multiple windows by using window handles and switching between them.

    • Use getWindowHandles() method to get all window handles

    • Switch between windows using switchTo().window(handle)

    • Perform actions on the desired window

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. All scenario based questions asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in whatever you answer

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. April 2024 Pune Location 1.Explain BDD in details 2.Why BDD 3.Explain Framework in details, with Project 4.How to handle dynamic element 5.If in a page you see button that is enabled only when you fill 5 m...
  • Ans. 

    BDD is a software development process that encourages collaboration between developers, QA, and non-technical stakeholders.

    • BDD stands for Behavior-Driven Development

    • It focuses on defining the behavior of the system through examples in plain text

    • Uses a common language (Gherkin syntax) to describe requirements and tests

    • Helps in improving communication and understanding between team members

    • Popular BDD tools include Cucumb

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have 6+ exp please prepare scenario based question

Skills evaluated in this interview

NEC Interview FAQs

How many rounds are there in NEC Automation Engineer interview?
NEC interview process usually has 6 rounds. The most common rounds in the NEC interview process are Technical, Resume Shortlist and Aptitude Test.
What are the top questions asked in NEC Automation Engineer interview?

Some of the top questions asked at the NEC Automation Engineer interview -

  1. In level 1 interview the level of questions was above easy to below moderate. T...read more
  2. After qualifying these 2 rounds we moved to our next segment , which was Techni...read more
  3. This Round was quite tough. They asked me various coding questions based on OOP...read more

Tell us how to improve this page.

NEC Automation Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
NEC Automation Engineer Salary
based on 4 salaries
₹2.5 L/yr - ₹5 L/yr
35% less than the average Automation Engineer Salary in India
View more details

NEC Automation Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Member Technical Staff
365 salaries
unlock blur

₹3.2 L/yr - ₹8.5 L/yr

Technical Lead
305 salaries
unlock blur

₹8.7 L/yr - ₹32 L/yr

Senior Member of Technical Staff
190 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Senior Software Engineer
171 salaries
unlock blur

₹7 L/yr - ₹27.2 L/yr

Senior Technical Lead
161 salaries
unlock blur

₹12 L/yr - ₹39 L/yr

Explore more salaries
Compare NEC with

Hitachi

4.0
Compare

Toshiba

4.0
Compare

Panasonic

4.0
Compare

Sony

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