Upload Button Icon Add office photos

Filter interviews by

Nesh Technologies Associate Software Engineer Interview Questions and Answers

Updated 3 Aug 2024

Nesh Technologies Associate Software Engineer Interview Experiences

1 interview found

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

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

Round 1 - Aptitude Test 

They asked about 25 attitude which is moderate level

Round 2 - HR 

(3 Questions)

  • Q1. Technical questions based on resume for me, Difference between c and c++, vector in c++, queue operation and few more and told me to write sorting in descending order
  • Q2. Custom attributes in HTML,CSS
  • Ans. 

    Custom attributes in HTML and CSS allow developers to add additional information to elements for styling or functionality.

    • Custom attributes in HTML are prefixed with 'data-' followed by the attribute name.

    • Custom attributes can be used to store metadata or information that is not recognized by the browser.

    • Custom attributes can be accessed and manipulated using JavaScript.

    • Custom attributes in CSS can be targeted using at...

  • Answered by AI
  • Q3. Pass by value and passby reference difference
  • Ans. 

    Pass by value makes a copy of the actual parameter, while pass by reference passes a reference to the actual parameter.

    • Pass by value creates a copy of the actual parameter, so changes made to the parameter inside the function do not affect the original value.

    • Pass by reference passes a reference to the actual parameter, so changes made to the parameter inside the function affect the original value.

    • In pass by value, the ...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Mostly about resumes and then asked about time complexities

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy rounds prepare well dont panic be confident

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There were 45 questions in total: 20 questions on aptitude and 25 questions on basic C, C++, and Java.

Round 2 - One-on-one 

(1 Question)

  • Q1. TWO person was taking interview , one is HR AND TECHNICAL PERSON , THEY ASK ME TELL ME ABOUT YOUR SELF, WHAT ARE THE QUALITY OF TEAM LEADER, ARE YOU COMFORTABLE IF WE HIRE YOU AS A TESTER AND TECHNICAL ...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

First round :
1) front end
2) intermediate problem solving in java/c++..
3) intermediate sql

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

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diff btw vite and webpack
  • Q2. What is currying in js
Round 2 - Technical 

(2 Questions)

  • Q1. What is currying in javascript?
  • Q2. Diff btw webpack and vite

Interview Preparation Tips

Interview preparation tips for other job seekers - Just cover the basics of javascript. Learn about polyfills.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between function and method
  • Q2. A program related to strings
  • Q3. A program related to prime numbers
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How do you handle conflicts in a team project?
  • Ans. 

    I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.

    • Encourage open communication among team members to address conflicts early on

    • Practice active listening to understand all perspectives and concerns

    • Seek compromise and find common ground to resolve conflicts effectively

  • Answered by AI
  • Q2. What is the difference between an interface and an abstract class?
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.

    • Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company, practice technical skills, communicate, showcase problem-solving abilities, stay confident, and demonstrate enthusiasm for the role
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you please introduce yourself?
  • Ans. 

    I am a Software Development Engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

    • Good team player

  • Answered by AI
  • Q2. What type of questions are being asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Anjali Singh from Prayagraj in Uttar Pradesh, and I have completed a Postgraduate Diploma in Computer Applications.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the full stack development?
  • Q2. Involves working n both the frontend and backend(server) of a web application.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. 3 Question was there related to architecture and Computer networks.
Round 2 - Technical 

(2 Questions)

  • Q1. Microservices and Monolith.
  • Q2. Leetcode hard Sum.

Nesh Technologies Interview FAQs

How many rounds are there in Nesh Technologies Associate Software Engineer interview?
Nesh Technologies interview process usually has 3 rounds. The most common rounds in the Nesh Technologies interview process are HR and Aptitude Test.
What are the top questions asked in Nesh Technologies Associate Software Engineer interview?

Some of the top questions asked at the Nesh Technologies Associate Software Engineer interview -

  1. Pass by value and passby reference differe...read more
  2. Custom attributes in HTML,...read more
  3. Technical questions based on resume for me, Difference between c and c++, vecto...read more

Tell us how to improve this page.

Nesh Technologies Associate Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Nesh Technologies Associate Software Engineer Salary
based on 8 salaries
₹3.6 L/yr - ₹5.5 L/yr
14% less than the average Associate Software Engineer Salary in India
View more details
Software Engineer
19 salaries
unlock blur

₹3.7 L/yr - ₹11 L/yr

Software Developer
11 salaries
unlock blur

₹4.1 L/yr - ₹7.2 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹6 L/yr - ₹13.2 L/yr

Associate Software Engineer
8 salaries
unlock blur

₹3.6 L/yr - ₹5.5 L/yr

Android Developer
5 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Explore more salaries
Compare Nesh Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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