Upload Button Icon Add office photos
Engaged Employer

i

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

Niyuj Enterprise Software Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Niyuj Enterprise Software Solutions Interview Questions, Process, and Tips

Updated 18 Oct 2023

Top Niyuj Enterprise Software Solutions Interview Questions and Answers

Niyuj Enterprise Software Solutions Interview Experiences

Popular Designations

5 interviews found

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

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Angular Data binding, Data passing and Rxjs

Skills evaluated in this interview

Angular JS Developer Interview Questions asked at other Companies

Q1. What are the possible ways to pass data between different components in angular.
View answer (1)

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

Interview Questionnaire 

5 Questions

  • Q1. 1)Django structure
  • Q2. Serialization in python
  • Ans. 

    Serialization is the process of converting complex data structures into a format that can be stored or transmitted.

    • Python provides several modules for serialization such as pickle, json, and msgpack.

    • Pickle is used for serializing and de-serializing Python objects.

    • JSON is used for serializing and de-serializing data in a human-readable format.

    • Msgpack is used for serializing and de-serializing data in a compact binary fo...

  • Answered by AI
  • Q3. Joins in sql and types
  • Ans. 

    Joins in SQL are used to combine data from two or more tables based on a related column.

    • Types of joins include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all the rows from the left table and matching rows from the right table.

    • Right join returns all the rows from the right table and matching rows from the left table.

    • Full outer join ...

  • Answered by AI
  • Q4. Javascript responsive pages
  • Q5. Authenticating api using tokens
  • Ans. 

    API authentication using tokens

    • Tokens are unique strings generated by the server and sent to the client upon successful login

    • The client then sends the token with each subsequent request to the server

    • The server verifies the token and grants access to the requested resource if the token is valid

    • Tokens can have an expiration time to ensure security

    • Common token-based authentication methods include JWT and OAuth

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with what you know. Also have hands on for the same.

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)
Niyuj Enterprise Software Solutions Interview Questions and Answers for Freshers
illustration image

I applied via Recruitment Consultant and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic question realted to python

Interview Preparation Tips

Interview preparation tips for other job seekers - Just a simple advice. DON'T WASTE YOUR TIME by giving interview for this company. Very pathetic management system and 2-3 months process. Poor hiring process from HR. Lot of communication gap between candidate and HR. HR will trick you by giving any random reasons.
They will keep you hanging even if you clear all rounds

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (205)

Interview Questionnaire 

3 Questions

  • Q1. In-depth questions asked from the domain for which I applied.
  • Q2. Coding questions and also questions from data structures and algorithms. Some good questions from framework and API.
  • Q3. Also for first round, all the basics were asked. So should be very well prepared with the basics.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (205)

Niyuj Enterprise Software Solutions interview questions for popular designations

 Software Engineer

 (2)

 Software Developer

 (1)

 Full Stack Developer

 (1)

 Angular JS Developer

 (1)

Interview Preparation Tips

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked a question on counting continuous max occurences of 1 in a string

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep knowledge of programming is a must

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - basic level dsa
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Contribute & help others!
anonymous
You can choose to be anonymous

Niyuj Enterprise Software Solutions Interview FAQs

How many rounds are there in Niyuj Enterprise Software Solutions interview?
Niyuj Enterprise Software Solutions interview process usually has 2 rounds. The most common rounds in the Niyuj Enterprise Software Solutions interview process are Technical and Resume Shortlist.
How to prepare for Niyuj Enterprise Software Solutions 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 Niyuj Enterprise Software Solutions. The most common topics and skills that interviewers at Niyuj Enterprise Software Solutions expect are Python, Linux, Java, Microservices and Javascript.
What are the top questions asked in Niyuj Enterprise Software Solutions interview?

Some of the top questions asked at the Niyuj Enterprise Software Solutions interview -

  1. What are the possible ways to pass data between different components in angul...read more
  2. How to re-run the failed a...read more
  3. authenticating api using tok...read more

Recently Viewed

JOBS

Cortex Consulting

No Jobs

JOBS

On Direct Marketing Services

No Jobs

JOBS

Technossus Software Services

No Jobs

JOBS

Virtusa Consulting Services

No Jobs

SALARIES

Tech Mahindra

SALARIES

Cognizant

SALARIES

OodlesTechnologies

INTERVIEWS

ExamRoom.AI

No Interviews

JOBS

Bhuta Shah & Co.

No Jobs

SALARIES

Devtree Solutions

Tell us how to improve this page.

Niyuj Enterprise Software Solutions Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.6
 • 39 Interviews
Argusoft Interview Questions
4.6
 • 38 Interviews
DotPe Interview Questions
3.2
 • 37 Interviews
View all

Niyuj Enterprise Software Solutions Reviews and Ratings

based on 32 reviews

4.0/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

4.0

Salary

3.8

Job security

4.0

Company culture

4.0

Promotions

3.8

Work satisfaction

Explore 32 Reviews and Ratings
Software Engineer
61 salaries
unlock blur

₹5.8 L/yr - ₹17 L/yr

Senior Software Engineer
32 salaries
unlock blur

₹9.4 L/yr - ₹30 L/yr

Associate Software Engineer
16 salaries
unlock blur

₹4.8 L/yr - ₹8 L/yr

Software Quality Engineer
16 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Software Developer
11 salaries
unlock blur

₹5.1 L/yr - ₹20 L/yr

Explore more salaries
Compare Niyuj Enterprise Software Solutions with

Maxgen Technologies

4.6
Compare

Magic Edtech

3.1
Compare

VDart

4.0
Compare

Value Point Systems

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