Upload Button Icon Add office photos
Engaged Employer

i

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

Netcore Cloud Private Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Netcore Cloud Private Limited Software Developer Interview Questions and Answers

Updated 24 Aug 2024

Netcore Cloud Private Limited Software Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

5 verbal questions, 2 mid - hard coding on arrays, hashmap and dp

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself and projects
  • Ans. 

    I am a software developer with experience in web development and mobile applications.

    • Developed a web application using React and Node.js for managing inventory

    • Created a mobile app using Flutter for tracking daily expenses

    • Familiar with Agile development practices

  • Answered by AI
  • Q2. Basic questions on coding define different DS and Difference btw them

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Like pattern question

Round 2 - Assignment 

2 basic project for creating and make project

Round 3 - One-on-one 

(2 Questions)

  • Q1. How to flow your code
  • Q2. What is the unique functionality in your project.
Round 4 - HR 

(1 Question)

  • Q1. Discuss about salary, work culture, politics also
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Group Discussion 

Group discussion was the first round on avg there were 15 people in a group discussion at last everyone was given a minute to speak

Round 2 - HR 

(4 Questions)

  • Q1. Tell me about yourself?
  • Q2. Where do you see yourself in five years?
  • Q3. Tell me about your family?
  • Q4. Do you plan on Higher education?
Round 3 - Technical 

(6 Questions)

  • Q1. Questions on OOPs concept
  • Q2. Sort the array by parity
  • Q3. Write SQL queries
  • Q4. Who wrote the book discovery of the nation
  • Q5. What is the official language of kashmir
  • Q6. Which city is called city of lakes
Round 4 - Technical 

(6 Questions)

  • Q1. Find the length of the longest word in the length
  • Q2. Push the zeroes in the arrays to the end
  • Q3. When was python launched
  • Q4. What is name of ai from meta/google/amazon
  • Q5. What do you do in your free time
  • Q6. Tell me your pros and cons

Interview Preparation Tips

Topics to prepare for Winjit Technologies Software Developer interview:
  • OOPS
  • C++
  • SQL
Interview preparation tips for other job seekers - The Recruitment process is extremely slow and even weird like asking non-technical questions in technical rounds. The interviews were often rescheduled and mismanaged. The last round was in their office we reached before time and they had no clue that they had an interview scheduled. It began after two hours. Lastly they picked those candidates who had 0 technical knowledge in fact most of them had pretty bad interview experience since then could not answer any technical questions yet they were selected on the other hand those who could answer technical questions and had good interview experience were left out also the results came after a month leading me to believe there was something fishy
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell Me about Yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills and ability to work in a team

    • Completed multiple projects including a web-based inventory management system

  • Answered by AI
  • Q2. Question From OOPS Consept
Round 2 - One-on-one 

(2 Questions)

  • Q1. Ask About Web Form
  • Q2. SQL Question like Relation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Very basic aptitude questions along with few coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. A problem statement was given and we had to provide an optimal approach to design and handle that problem
  • Q2. Oops concepts, SQL queries
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Fundamental of javaScript
  • Q2. Fundamentals of React
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React allows developers to create reusable UI components.

    • It uses a virtual DOM for efficient rendering.

    • React uses JSX, a syntax extension that allows mixing HTML with JavaScript.

    • State and props are used to manage data and pass information between components.

  • Answered by AI
Round 2 - Coding Test 

App was given to create

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How many Nodes Worked on earlier project
  • Ans. 

    There were 5 nodes worked on the earlier project.

    • 5 nodes were involved in the project

    • Each node had specific tasks and responsibilities

    • Collaboration and communication among nodes were crucial for project success

  • Answered by AI
  • Q2. How many API's developed on previous project?
  • Ans. 

    I developed 3 APIs on my previous project.

    • Developed 3 APIs for data retrieval, user authentication, and payment processing.

    • Used RESTful architecture for API development.

    • Integrated APIs with frontend and backend systems for seamless communication.

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Jan 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic questions regarding Python e.g. magic functions, constructor in python, list, tuple
  • Q2. Basic questions regarding FastAPI e.g. what is pydantic, ORM usage, BaseModel etc.
  • Q3. Basic questions regarding SQL e.g. No-SQL vs SQL, Indexing,

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst Experience. They were not looking for any person to join it was just a interview that I guess they had to do. Never got any feedback from HR even after answering all the questions of interviewer and writing programs as well.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Hoisting and scope
  • Q2. Map, reduce, filter
  • Q3. Const, let and var difference
  • Ans. 

    const, let, and var are used to declare variables in JavaScript with different scoping and mutability.

    • const: declares a variable with a constant value that cannot be reassigned

    • let: declares a block-scoped variable that can be reassigned

    • var: declares a function-scoped variable that can be reassigned

  • Answered by AI
Round 2 - Coding Test 

Create a small UI in 1 hour

Interview Preparation Tips

Interview preparation tips for other job seekers - Simply practice JS questions and basic DS Algo

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Qns to test the db skill
Round 2 - Technical 

(1 Question)

  • Q1. Qns to test the ds skills

Netcore Cloud Private Limited Interview FAQs

How many rounds are there in Netcore Cloud Private Limited Software Developer interview?
Netcore Cloud Private Limited interview process usually has 2 rounds. The most common rounds in the Netcore Cloud Private Limited interview process are Coding Test and One-on-one Round.

Tell us how to improve this page.

Netcore Cloud Private Limited Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Netcore Cloud Private Limited Software Developer Salary
based on 19 salaries
₹2.7 L/yr - ₹10 L/yr
18% less than the average Software Developer Salary in India
View more details

Netcore Cloud Private Limited Software Developer Reviews and Ratings

based on 5 reviews

3.0/5

Rating in categories

3.9

Skill development

2.7

Work-life balance

2.5

Salary

3.0

Job security

3.0

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 5 Reviews and Ratings
Senior Software Engineer
71 salaries
unlock blur

₹5.9 L/yr - ₹20 L/yr

Software Engineer
69 salaries
unlock blur

₹3.3 L/yr - ₹12 L/yr

Assistant Manager
64 salaries
unlock blur

₹6.3 L/yr - ₹23 L/yr

Customer Success Manager
41 salaries
unlock blur

₹6 L/yr - ₹20.6 L/yr

Manager Enterprise Sales
21 salaries
unlock blur

₹12 L/yr - ₹17.9 L/yr

Explore more salaries
Compare Netcore Cloud Private Limited with

WebEngage

4.0
Compare

CleverTap

3.6
Compare

MoEngage

4.0
Compare

Vizury

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