Upload Button Icon Add office photos

Filter interviews by

Netsol It Solutions Interview Questions and Answers

Updated 18 Apr 2024

Netsol It Solutions Interview Experiences

Popular Designations

3 interviews found

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

I applied via Approached by Company and was interviewed before Feb 2022. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Array and string functions of PHP
  • Ans. 

    PHP provides a variety of array and string functions for manipulating and working with arrays and strings.

    • Array functions: array_push(), array_pop(), array_shift(), array_unshift(), array_merge(), array_slice(), etc.

    • String functions: strlen(), str_replace(), strpos(), substr(), strtolower(), strtoupper(), etc.

    • Examples: array_push($array, $element), strlen($string), str_replace($search, $replace, $string)

  • Answered by AI
  • Q2. How to alter the table in MySQL?
  • Ans. 

    To alter a table in MySQL, use the ALTER TABLE statement.

    • Use the ALTER TABLE statement followed by the table name.

    • Specify the modification you want to make, such as adding or dropping columns, changing data types, etc.

    • Use the ADD, DROP, MODIFY, or CHANGE keywords to perform specific alterations.

    • You can also use constraints like PRIMARY KEY, FOREIGN KEY, etc., while altering the table.

    • Example: ALTER TABLE employees ADD

  • Answered by AI
  • Q3. How to create indexing in MySQL?
  • Ans. 

    Indexing in MySQL improves query performance by creating a data structure that allows for faster data retrieval.

    • Indexes can be created on one or multiple columns of a table.

    • The CREATE INDEX statement is used to create an index.

    • Indexes can be created using different algorithms like B-tree, hash, or full-text.

    • Indexes can be unique or non-unique.

    • Indexes should be created on columns frequently used in WHERE, JOIN, or ORDER...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Never go for an interview in this company. I assume that they don't have potential in their current TL.

Skills evaluated in this interview

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 (43)
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 Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal Aptitude with 1 hr

Round 2 - Coding Test 

2 Coding questions about palindrome and ArrayLists

Round 3 - Technical 

(1 Question)

  • Q1. Why do you think SOLID principles are needed

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 (225)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Mostly all the technical questions related to PHP
  • Q2. All questions were related to MySQL.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply for a job here as I can't see that the interviewer has enough experience.

Senior PHP Developer Interview Questions asked at other Companies

Q1. what are difference between function and method
View answer (1)

Jobs at Netsol It Solutions

View all

Interview questions from similar companies

I applied via Walk-in and was interviewed before May 2021. There were 3 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 
Round 3 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is more focused on MySQL queries.
Coding questions mostly related to arrays.

I applied via Campus Placement and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic knowledge required for the Aptitude Test. You need to understand the questions and their technicality and then each question is very easy.

Round 2 - Coding Test 

Need to focus more on the SQL Queries and some average coding skills. This test is used to check the code understanding of the candidate.

Round 3 - Coding Test 

Little more complex problems, need to understand the logic and some complex SQL Queries.
More Focus on JOINS in SQL.

Interview Preparation Tips

Interview preparation tips for other job seekers - You can learn new things here.
Work-Life balance is not good, you have to work more than expected.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

First there will be a topic given to you to write an article of length 300-400 words in 15 mins. This article writing is to check your knowledge of English language.
Then there is a 45 mins round test in which 40 questions will be asked.
20 Technical and 20 Programming.
The programming questions will be from C++, and you are required to choose the correct output of the given C++ program.
The technical aptitude questions were medium to hard.

Round 2 - Technical 

(1 Question)

  • Q1. It's a 1:30 hr round. In this part, there will be 4 coding questions from arrays topic which you can solve with any programming language you know. Along with this, you will have 2 questions from SQL and e...

Interview Preparation Tips

Interview preparation tips for other job seekers - Have some basic knowledge of C++ to answer aptitude questions.
Be heavily prepared for the technical aptitude part.
Learn some basic command of SQL.
Be prepared to face the medium level DSA questions from arrays.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

40 Minutes. 40 Question in office Test.
20 Questions Programming related and 20 Questions Aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Aptitude and input output Questions. Practice it for 1st round
if you clear that then you will be eligible for Technical Interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

There was total of 40 questions
First 20: Aptitude based topics like time and work, profit and loss, speed and distance
Second 20: Programming MCQs based on C, C++ and python. Task is to guess the correct output and errors.

Round 2 - Assignment 

There were 4 coding questions based on array, 2 SQL queries and one article.
Coding questions were easy for batch 2 but difficult for batch 1. Star patterns are present in batch 1.
SQL queries were easy.
One article (200-300)words. Topics was Google maps.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Founder came and asked approach I used to solve coding questions in round 2. He then check the output for each question. Then he checked the SQL queries I have written, in which I had write two wrong queri...
  • Q2. He asked me about different approaches to solve a problem
  • Q3. He asked about the project I had done on Java Full stack.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice aptitude and c, c++ and python output based mcqs which can be easily found on gfg.
Practice as much coding questions based on array, patterns and star patterns.
Practice as much SQL queries as you can.
You have to carry your own laptop so install atleast one ide which can work without internet.
Also practice writing articles for this company (2-3).
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude question were asked around 20 Question of Aptitude and 20 of basic debugging of C language code. Before aptitude there was a essay writing on "factors which increases the market of E-commerce platforms"

Round 2 - Coding Test 

There were 4 coding question and 2 SQL questions. Basic pattern printing question and easy question of leetcode were there in coding and in SQL from "joins" topic.

Round 3 - Coding Test 

Same as the previous round more question of Coding and SQL, plus in the starting they would ask about your tech stack and then assign you a stack for the same.

Interview Preparation Tips

Topics to prepare for Velocity Software Solutions Software Developer interview:
  • SQL
Interview preparation tips for other job seekers - Do easy to medium leetcode question mostly pattern printing and SQL as well.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ - 20 (aptitude), 20(c+ and sql)

Round 2 - Coding Test 

Pattern, array and sql questions

Netsol It Solutions Interview FAQs

How many rounds are there in Netsol It Solutions interview?
Netsol It Solutions interview process usually has 2-3 rounds. The most common rounds in the Netsol It Solutions interview process are Resume Shortlist, One-on-one Round and Coding Test.
How to prepare for Netsol It 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 Netsol It Solutions. The most common topics and skills that interviewers at Netsol It Solutions expect are Digital Marketing, HTML, Agile Coaching, Backend and Biochemistry.
What are the top questions asked in Netsol It Solutions interview?

Some of the top questions asked at the Netsol It Solutions interview -

  1. How to alter the table in MyS...read more
  2. How to create indexing in MyS...read more
  3. Array and string functions of ...read more

Tell us how to improve this page.

Netsol It Solutions Interview Process

based on 3 interviews

Interview experience

2.7
  
Poor
View more

Interview Questions from Similar Companies

CGS Interview Questions
3.5
 • 25 Interviews
Fusion Interview Questions
3.2
 • 17 Interviews
ElectrifAi Interview Questions
2.7
 • 17 Interviews
View all

Netsol It Solutions Reviews and Ratings

based on 19 reviews

4.6/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.4

Salary

4.4

Job security

4.4

Company culture

4.4

Promotions

4.5

Work satisfaction

Explore 19 Reviews and Ratings
IT SALSE EXECUTIVE ( SENIOR/JUNIOR)

Surat

1-3 Yrs

Not Disclosed

Senior Dot Net Developer

Surat

5-6 Yrs

Not Disclosed

Node Js Developer - netsolitsolution.com

Surat

2-7 Yrs

Not Disclosed

Explore more jobs
Software Engineer
5 salaries
unlock blur

₹4.1 L/yr - ₹8 L/yr

Software Developer
4 salaries
unlock blur

₹2.6 L/yr - ₹7.2 L/yr

System Administrator
4 salaries
unlock blur

₹1 L/yr - ₹2.1 L/yr

Softwaretest Engineer
4 salaries
unlock blur

₹3.8 L/yr - ₹6.8 L/yr

Technical Lead
3 salaries
unlock blur

₹16 L/yr - ₹26 L/yr

Explore more salaries
Compare Netsol It Solutions with

Primus Global Technologies

3.9
Compare

TriGeo Technologies

3.2
Compare

GrapplTech

4.8
Compare

Plada Infotech Services

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