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 223 Reviews

Filter interviews by

Netcore Cloud Private Limited Associate Software Engineer Interview Questions and Answers

Updated 2 Nov 2021

Netcore Cloud Private Limited Associate Software Engineer Interview Experiences

1 interview found

I applied via campus placement at Mumbai University and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Java,sql
  • Q2. 2 technical round

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident on ur answer

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral

Round 1 - Coding Test 

Print a specific pattern using any programming language.

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is a class in Object-Oriented Programming (OOP)?
  • Ans. 

    A class in OOP is a blueprint for creating objects, defining their properties and behaviors.

    • Classes are templates for creating objects in OOP

    • They define the properties (attributes) and behaviors (methods) of objects

    • Objects are instances of classes, each with its own unique data

    • Inheritance allows classes to inherit properties and behaviors from other classes

    • Encapsulation ensures that the data is hidden and can only be a...

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

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while interface cannot have any implementation.

    • A class can only extend one abstract class, but can implement multiple interfaces.

    • Abstract classes are used to define common characteristics of subclasses, while interfaces are used to define contracts for...

  • Answered by AI
  • Q3. What is joining and creating an inner join query?
  • Ans. 

    Joining is combining data from two or more tables based on a related column, while an inner join query retrieves only the matching records.

    • Joining is used to combine data from multiple tables in a database.

    • Inner join query retrieves only the records that have matching values in both tables.

    • Syntax for inner join: SELECT columns FROM table1 INNER JOIN table2 ON table1.column = table2.column;

    • Example: SELECT orders.order_i...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Webkul Software Associate Software Engineer interview:
  • OOPS
  • Baisc Of any of Programing
  • MySQL
  • joins
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indira Gandhi Institute of Technology, Dhenkanal and was interviewed in Jul 2023. There were 4 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 - Aptitude Test 

There are Verbal, logical reasoning, quantitative, coding questions (2 Qtns) and a descriptive essay on "How you used the pendamic duration for study" ( Minimum 200 words) required. And coding questions are DSA Medium level one was: " Find the maximum profit percentage during the buy and sell of stock of a company. ". Verbal round was mostly (4 -5 questions) on make meaning full sentence. All the first round test was conducted on "Xobin online test" platform.

Round 3 - System Design 

(2 Questions)

  • Q1. There are two questions available 1. Write a business solution, technical solution using frontend or back-end technology to overcome the problem a) There is a new metro started in your city but the proble...
  • Q2. 2nd question was find solution for dynamic seat booking and price change during booking of ticket for a cinema hall.
Round 4 - Technical 

(1 Question)

  • Q1. Some questions on DSA like difference between merge sort and bubble sort. Sort available alphabets in a string array from vowel to consonant. In HR round HR will ask about your background and career then a...

Interview Preparation Tips

Topics to prepare for Incture Technologies Associate Software Engineer interview:
  • DSA
  • Quantitive apptitude
  • Verbal
  • Essay
  • System Design
Interview preparation tips for other job seekers - Don't add any extra things in your resume which you don't know because if you will qualified for interview time that guy will ask on the basis of your resume skills. Just be confident and don't answer any HR round questions emotionally as it doesn't work instead you will terminated by them. At last they will ask a question do you have any questions for me? So be ready for that and do not try to copy paste any solution from Google as interviewer will tell you to analyse your answers.

I applied via Freshersworld and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Write a program to merge two arrays.
  • Ans. 

    Program to merge two arrays of strings.

    • Create a new array with size equal to sum of sizes of both arrays.

    • Copy elements of first array to new array.

    • Copy elements of second array to new array starting from the end of first array.

    • Return the new array.

  • Answered by AI
  • Q2. What have you done in your final year project explain in details also asked to write query how to connect to database and some database query.
  • Q3. What is constructor and different types.
  • Ans. 

    Constructor is a special method used to initialize objects. There are default, parameterized and copy constructors.

    • Default constructor is used to create an object with default values.

    • Parameterized constructor is used to create an object with user-defined values.

    • Copy constructor is used to create a new object as a copy of an existing object.

    • Constructors can be overloaded to have multiple constructors with different para...

  • Answered by AI
  • Q4. Explain inheritance, polymorphism with example
  • Ans. 

    Inheritance is a way to create a new class from an existing class. Polymorphism allows objects of different classes to be treated as if they were of the same class.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • Polymorphism allows objects of different classes to be treated as if they were of the same class.

    • Example of inheritance: class Car extends Vehicle. Car inherits properties and ...

  • Answered by AI
  • Q5. Typecasting and downcasting in java.
  • Ans. 

    Typecasting is converting one data type to another. Downcasting is casting a superclass to a subclass.

    • Typecasting is done using (datatype) variable syntax.

    • Downcasting requires explicit casting using subclass type.

    • Typecasting can result in loss of data or precision.

    • Downcasting can result in ClassCastException if the object is not an instance of the subclass.

  • Answered by AI
  • Q6. Sql,view, database query, some definitions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall the interview was good. I have faced two technical rounds followed by HR. HR was very good and very helpful.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 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 

(3 Questions)

  • Q1. Some coding based questions.
  • Q2. Some technical question related theory.
  • Q3. Some pattern based questions.

Interview Preparation Tips

Topics to prepare for Webkul Software Associate Software Engineer interview:
  • OOPS
  • Design Patterns
  • Strings
  • Arrays
Interview preparation tips for other job seekers - Keed learning on the related tech and practice the coding questions.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

1st round- Quantitative Aptitude, English, Logical reasoning

Round 2 - Coding Test 

2 coding questions
question based on string - medium level, question based on DP - hard level

Round 3 - Case Study 

System design round in written format

Round 4 - One-on-one 

(1 Question)

  • Q1. Technical + HR round Questions regarding your response to the system design round were asked. Questions related to projects mentioned in the resume were asked. I was also tested on DBMS and OOPS concepts ...

Interview Preparation Tips

Topics to prepare for Incture Technologies Associate Software Engineer interview:
  • Java
  • DBMS
  • OOPS
  • Web Development
Interview preparation tips for other job seekers - The interview went smoothly and the interviewers were friendly and interactive.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Calicut and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Simple and basic aptitude questions.

Round 2 - Design Test 

(2 Questions)

  • Q1. Design electric power station booking system with specific criteria
  • Ans. 

    Design a booking system for electric power stations with specific criteria

    • Allow users to book time slots for charging their electric vehicles

    • Include features for users to check availability, make reservations, and cancel bookings

    • Implement a payment system for charging services

    • Provide notifications for booking confirmations and reminders

    • Allow for user accounts to track booking history and preferences

  • Answered by AI
  • Q2. Design movie ticket booking system with specific recommendations
  • Ans. 

    Design a movie ticket booking system with specific recommendations

    • Implement user authentication for secure booking

    • Include seat selection feature with real-time updates

    • Integrate payment gateway for seamless transactions

    • Provide booking history and ticket cancellation options

    • Recommend implementing a rating system for movies and theaters

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Simple DSA question
  • Q2. Question on core subjects

Skills evaluated in this interview

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

Keep your basics clear on DSA

Round 2 - Case Study 

Asked about my project. Had questions from my resume. Also asked me about the impact of my project and how i could optimize it.

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

Baisc coding question 3 , apt and english.

Round 2 - One-on-one 

(1 Question)

  • Q1. Differnce b/w RDBMS and DBMS
  • Ans. 

    RDBMS is a type of DBMS that stores data in a structured format using tables with relationships, while DBMS is a general term for any system that manages databases.

    • RDBMS enforces referential integrity and allows for complex queries using SQL

    • DBMS does not necessarily enforce relationships between tables

    • Examples of RDBMS include MySQL, Oracle, SQL Server

    • Examples of DBMS include MongoDB, Redis

  • Answered by AI

Skills evaluated in this interview

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

Easy coding questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Cv based questions

Tell us how to improve this page.

22% less than the average Associate Software Engineer Salary in India
View more details

Netcore Cloud Private Limited Associate Software Engineer Reviews and Ratings

based on 6 reviews

4.6/5

Rating in categories

4.8

Skill development

4.8

Work-life balance

4.1

Salary

4.8

Job security

4.8

Company culture

4.0

Promotions

4.5

Work satisfaction

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

₹5.9 L/yr - ₹20.1 L/yr

Software Engineer
67 salaries
unlock blur

₹3.3 L/yr - ₹12 L/yr

Assistant Manager
65 salaries
unlock blur

₹6.4 L/yr - ₹23 L/yr

Customer Success Manager
36 salaries
unlock blur

₹6 L/yr - ₹24.3 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.7
Compare

MoEngage

3.9
Compare

Vizury

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