Upload Button Icon Add office photos
Engaged Employer

i

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

Neolync Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Neolync Associate Engineer Interview Questions and Answers for Experienced

Updated 19 May 2022

Neolync Associate Engineer Interview Experiences for Experienced

1 interview found

I applied via Company Website and was interviewed in Apr 2022.Β There were 2 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 tips
Round 2 - TechnicalΒ 

(1 Question)

  • Q1. SMT AND ELECTRONIC MANUFACTURING BASICS, FUNCTION TESTING

Interview Preparation Tips

Interview preparation tips for other job seekers - Learning your best weapon every situations.,jai Hind πŸ”₯πŸ”₯

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Coding TestΒ 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Coding question was given.

  • Q1. 

    Remove Vowels from a Given String

    Given a string STR of length N, your task is to remove all the vowels present in that string and return the modified string.

    Explanation:

    English alphabets β€˜a’, β€˜e’, β€˜i...

  • Ans. 

    Remove vowels from a given string while maintaining the relative position of other characters.

    • Iterate through each character in the string and check if it is a vowel (a, e, i, o, u).

    • If the character is not a vowel, add it to the modified string.

    • Return the modified string as the output.

  • Answered by AI
Round 2 - Video CallΒ 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

It was first technical round with technical team.

  • Q1. What is the difference between MySQL and MongoDB?
  • Ans. 

    MySQL is a relational database management system, while MongoDB is a NoSQL database.

    • MySQL is a relational database, meaning it stores data in tables with rows and columns.

    • MongoDB is a NoSQL database, storing data in collections of JSON-like documents.

    • MySQL uses SQL for querying data, while MongoDB uses a query language similar to JSON.

    • MySQL is ACID-compliant, ensuring data integrity, while MongoDB sacrifices some ACID ...

  • Answered by AI
Round 3 - Video CallΒ 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

Tehnical round 2.
Here my projects and internships were evaluated

  • Q1. Can you explain your projects, including the technologies used and your approach?
Round 4 - HRΒ 

Round duration - 30 minutes
Round difficulty - Easy

HR questions were asked and remuneration details were given to me

Interview Preparation Tips

Eligibility criteriaSSC and Diploma 70% & above, BE 6.5 cgpa & above, no live ATKTFlex interview preparation:Topics to prepare for the interview - OOPs Concepts, MySQL Database, MongoDB database, Data structures, PHP, JQuery, Angular6, Python, basic HR questionsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Start preparation as early as possible
Tip 2 : Prepare atleast 2 industry standard projects
Tip 3 : Focus on communication more

Application resume tips for other job seekers

Tip 1 : Explain yourself properly there, resume reflects your personality. Modify resume according to company/position requirements
Tip 2 : Do not write too much, it should be simple and decent

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Oct 2020.Β There were 5 interview rounds.

Interview QuestionnaireΒ 

3 Questions

  • Q1. Project description
  • Ans. 

    Developed a web-based project management tool for a software development company.

    • Used Agile methodology for project management

    • Implemented user authentication and authorization

    • Integrated with third-party tools like JIRA and GitHub

    • Provided real-time project progress tracking

    • Generated reports for project analysis

  • Answered by AI
  • Q2. Python based problems
  • Q3. Embedded scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Be frank about your self ration about your skills and maintain 2 way communication during the interview.

I applied via Referral and was interviewed before May 2020.Β There were 4 interview rounds.

Interview QuestionnaireΒ 

4 Questions

  • Q1. About line balancing
  • Q2. Kaizen
  • Q3. Manpower handling
  • Q4. Productivity achievement

Interview Preparation Tips

Interview preparation tips for other job seekers - Was good

I applied via Other and was interviewed before Oct 2019.Β There were 3 interview rounds.

Interview QuestionnaireΒ 

2 Questions

  • Q1. How to react in a critical situation to customer. Need to explain about the issue or give solution for the issue?
  • Q2. How are you going to handle a 5 member team

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare in management level as well

I applied via Monster and was interviewed in Nov 2020.Β There was 1 interview round.

Interview QuestionnaireΒ 

1 Question

  • Q1. Process quality

Interview Preparation Tips

Interview preparation tips for other job seekers - Quality tools

I appeared for an interview in Jan 2021.

Round 1 - Coding TestΒ 

(1 Question)

Round duration - 30. minutes
Round difficulty - Easy

It was in the evening, question were moderate

  • Q1. 

    Count Subsequences Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of subsequences in which all elements are equal.

    Explanation:

    A subsequence of an array i...

  • Ans. 

    Count the total number of subsequences in which all elements are equal in an integer array.

    • Iterate through the array and count the frequency of each element.

    • Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).

    • Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.

  • Answered by AI
Round 2 - Coding TestΒ 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

It was in the night around 9:00 PM.

  • Q1. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
  • Ans. 

    Given an array and a target sum, find all pairs of elements that add up to the target sum.

    • Iterate through the array and for each element, check if the complement (target sum - current element) exists in a hash set.

    • If the complement exists, add the pair to the result list.

    • Sort the pairs based on the first element and then the second element.

    • Return the list of pairs as the final result.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Delhi Technological University. I applied for the job as Software Engineer in DelhiEligibility criteriaNo percentage criteria(good in aptitude)Vertiv Co interview preparation:Topics to prepare for the interview - Array, oops, algorithms, data structures, stackTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Learn new things daily 
Tip 2 : Practice questions 
Tip 3 : Keep one question in mind to solve.

Application resume tips for other job seekers

Tip 1 : Description about your skills 
Tip 2 : Project details

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HRΒ 

(2 Questions)

  • Q1. Salary expectation .
  • Q2. Why should I hire you?
Round 2 - One-on-oneΒ 

(2 Questions)

  • Q1. Mendix Advanced questions.
  • Q2. Everything which you mentioned in your resume.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024.Β There was 1 interview round.

Round 1 - BadΒ 

(2 Questions)

  • Q1. General questions
  • Q2. Related to work profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Lala chhap company, pls think before too late.

I applied via Company Website and was interviewed before Apr 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Β 

(1 Question)

  • Q1. Electrical fundamental and AC thoery
Round 3 - HRΒ 

(4 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why are you looking for a change?
  • Q3. Why should we hire you?
  • Q4. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak truth about privious job
Clear basic concepts of electrical

Neolync Interview FAQs

How many rounds are there in Neolync Associate Engineer interview for experienced candidates?
Neolync interview process for experienced candidates usually has 2 rounds. The most common rounds in the Neolync interview process for experienced candidates are Resume Shortlist and Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

Bharat Electronics Interview Questions
4.2
Β β€’Β 210 Interviews
Flex Interview Questions
4.0
Β β€’Β 190 Interviews
Dixon Technologies Interview Questions
4.0
Β β€’Β 115 Interviews
Navitasys India Interview Questions
4.2
Β β€’Β 101 Interviews
TE Connectivity Interview Questions
4.1
Β β€’Β 84 Interviews
Wistron Interview Questions
3.9
Β β€’Β 82 Interviews
Secure Meters Interview Questions
4.1
Β β€’Β 70 Interviews
DBG Technology Interview Questions
3.8
Β β€’Β 64 Interviews
Vertiv Interview Questions
3.9
Β β€’Β 51 Interviews
ECIL Interview Questions
4.2
Β β€’Β 48 Interviews
View all
Neolync Associate Engineer Salary
based on 7 salaries
β‚Ή4.3 L/yr - β‚Ή6.1 L/yr
At par with the average Associate Engineer Salary in India
View more details
Associate Engineer
7 salaries
unlock blur

β‚Ή4.3 L/yr - β‚Ή6.1 L/yr

Assistant Manager
5 salaries
unlock blur

β‚Ή10 L/yr - β‚Ή15 L/yr

Engineer
5 salaries
unlock blur

β‚Ή4.4 L/yr - β‚Ή6.3 L/yr

Quality Engineer
5 salaries
unlock blur

β‚Ή1.8 L/yr - β‚Ή6.1 L/yr

Senior Engineer
4 salaries
unlock blur

β‚Ή6.3 L/yr - β‚Ή8.2 L/yr

Explore more salaries
Compare Neolync with

Bharat Electronics

4.2
Compare

Flex

4.0
Compare

Dixon Technologies

4.0
Compare

ECIL

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