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
4.3

based on 220 Reviews

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
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Project details currently I am working
  • Q2. Also fundamental question regarding Outsystems.
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
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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

In 1st round they will provide a pattern question which you need to solve in 1 hour

Round 2 - Coding Test 

Second round as well a coding test, which is a hard level of pattern coding test which you need to solve with in 45 minutes.

Round 3 - Technical 

(3 Questions)

  • Q1. What is arrow function, write code to create a table (table structure will be provided).
  • Ans. 

    Arrow functions are a concise way to write functions in JavaScript.

    • Arrow functions are written using the '=>' syntax.

    • They do not have their own 'this' keyword.

    • They are best suited for non-method functions.

    • Example: const add = (a, b) => a + b;

  • Answered by AI
  • Q2. Git commands, what are the steps to commit and push code in git.
  • Ans. 

    To commit and push code in Git, you need to stage changes, commit them, and then push to the remote repository.

    • Stage changes using 'git add ' or 'git add .' to add all changes

    • Commit changes using 'git commit -m 'commit message''

    • Push changes to remote repository using 'git push'

Answered by AI
  • Q3. Mathematics questions and many more.
  • Interview Preparation Tips

    Interview preparation tips for other job seekers - In last 2 years i had given lots of interviews, but the mistakes what i did that is 'Not focusing in conceptual part which are generaly asked in technical interview so it is must to prepare theoretical concepts of the programming language with coding logic.

    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 Salary
    based on 19 salaries
    ₹2.7 L/yr - ₹10 L/yr
    12% 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.6

    Salary & Benefits

    3.0

    Job Security

    3.0

    Company culture

    2.6

    Promotions/Appraisal

    2.9

    Work Satisfaction

    Explore 5 Reviews and Ratings
    Assistant Manager
    65 salaries
    unlock blur

    ₹6.4 L/yr - ₹23 L/yr

    Software Engineer
    64 salaries
    unlock blur

    ₹3.3 L/yr - ₹12 L/yr

    Senior Software Engineer
    62 salaries
    unlock blur

    ₹5.9 L/yr - ₹21 L/yr

    Customer Success Manager
    35 salaries
    unlock blur

    ₹6 L/yr - ₹25 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

    3.9
    Compare

    CleverTap

    3.7
    Compare

    MoEngage

    4.0
    Compare

    Vizury

    5.0
    Compare

    Calculate your in-hand salary

    Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
    Did you find this page helpful?
    Yes No
    write
    Share an Interview