Upload Button Icon Add office photos

Filter interviews by

Netwin Infosolutions Interview Questions, Process, and Tips

Updated 17 Dec 2024

Top Netwin Infosolutions Interview Questions and Answers

View all 13 questions

Netwin Infosolutions Interview Experiences

Popular Designations

11 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

SQL queries were asked from the given set of questions

Round 2 - Technical 

(2 Questions)

  • Q1. What are different types of errors?
  • Ans. 

    Different types of errors include syntax errors, runtime errors, and logical errors.

    • Syntax errors: Errors in the code structure that prevent it from being compiled or executed.

    • Runtime errors: Errors that occur during program execution, such as division by zero or accessing an out-of-bounds array element.

    • Logical errors: Errors in the program's logic that result in incorrect output or behavior.

    • Examples: Syntax error - mi...

  • Answered by AI
  • Q2. Reverse the given array
  • Ans. 

    Reverse the given array of strings

    • Iterate through the array from both ends and swap elements until reaching the middle

    • Use a temporary variable to store the value of the element being swapped

  • Answered by AI

Skills evaluated in this interview

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (2)
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 Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Technical Questions- Linear DSA and Aptitude

Round 2 - Technical 

(9 Questions)

  • Q1. This Round involves SQL Test Paper and First Technical Round SQL Test Paper 5 SQL Queries- 2-Easy, 2-Medium, 1-Hard
  • Q2. What is Joins and Types
  • Ans. 

    Joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIG...

  • Answered by AI
  • Q3. Function in Oracle Database
  • Ans. 

    A function in Oracle Database is a named PL/SQL block that can accept parameters and return a value.

    • Functions can be used to perform calculations, manipulate data, or return specific values.

    • They can be called from SQL queries or other PL/SQL blocks.

    • Functions must return a single value of a specified data type.

  • Answered by AI
  • Q4. Tags used to create table in HTML
  • Ans. 

    The tags used to create a table in HTML are

    , ,
    , and .

    • tag defines the table itself

    • tag defines a row in the table

    • tag defines a cell in a row

    • tag defines a header cell in a row

    • Answered by AI
    • Q5. DSA Basic Question
    • Q6. Question Related to Resume
    • Q7. Explain Projects
    • Ans. 

      Projects are practical applications of skills and knowledge to solve real-world problems or create new products.

      • Projects involve setting goals, planning tasks, and executing them within a specified timeline.

      • They often require collaboration with team members and stakeholders.

      • Projects can range from developing software applications to conducting research studies.

      • Examples: Building a website for a client, creating a mobil

    • Answered by AI
    • Q8. Some Scenario Based Questions
    • Q9. Some HR Quesions Like- Where you see yourself after 5 years? What is your Hobbies?
    Round 3 - Behavioral 

    (2 Questions)

    • Q1. This Round is mostly Focuse on Scenario Based Questions
    • Q2. Some Logical Questions Expected

    Interview Preparation Tips

    Topics to prepare for Netwin Infosolutions Junior Software Engineer interview:
    • OOPS
    • SQL
    • DSA
    • Communication Skills
    Interview preparation tips for other job seekers - Try creating a simple resume that highlights your strength, as inteviews often focus on your previous work experience.

    Skills evaluated in this interview

    Junior Software Engineer Interview Questions asked at other Companies

    Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
    View answer (2)
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Aptitude Test 

    Quantitive aptitude,logical and verbal questions

    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 (172)
    Interview experience
    2
    Poor
    Difficulty level
    Hard
    Process Duration
    Less than 2 weeks
    Result
    No response

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

    Round 1 - Technical 

    (1 Question)

    • Q1. Tell me about your current project
    Round 2 - Assignment 

    CRUD application of Employee Management

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare basics and coding again and again

    Software Developer Interview Questions asked at other Companies

    Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
    View answer (39)

    Netwin Infosolutions interview questions for popular designations

     Software Engineer

     (4)

     Junior Software Developer

     (2)

     Software Developer

     (2)

     Junior Software Engineer

     (1)

     QA Engineer

     (1)

     Web Developer

     (1)

    Web Developer Interview Questions & Answers

    user image Varun Sharma

    posted on 2 Feb 2024

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

    Create to do list app

    Round 2 - Technical 

    (2 Questions)

    • Q1. Full form of css
    • Ans. 

      CSS stands for Cascading Style Sheets.

      • CSS is a style sheet language used for describing the look and formatting of a document written in HTML or XML.

      • It is used to control the layout, colors, fonts, and other visual aspects of a web page.

      • CSS works by selecting HTML elements and applying styles to them.

      • It allows for separation of content and presentation, making it easier to maintain and update websites.

      • Example:

    • Answered by AI
    • Q2. What is div tag
    • Ans. 

      The div tag is an HTML element used to group and style other HTML elements.

      • The div tag is a container that allows you to group other HTML elements together.

      • It is commonly used to apply CSS styles to a group of elements.

      • The div tag has no semantic meaning and is purely used for layout and styling purposes.

      • You can use multiple div tags to create complex layouts on a web page.

    • Answered by AI

    Skills evaluated in this interview

    Web Developer Interview Questions asked at other Companies

    Q1. Check Indices With Given DifferenceYou are given an integer array 'ARR' of size ‘N’ and two integers ‘A’ and ‘B’. You need to find if there are two distinct indices in the array, such that the absolute difference of values on those indices ... read more
    View answer (4)
    Interview experience
    3
    Average
    Difficulty level
    Moderate
    Process Duration
    -
    Result
    -
    Round 1 - Aptitude Test 

    Questions on aptitude and data structures

    Round 2 - Technical 

    (1 Question)

    • Q1. SQL test paper and technical round asking simple questions on programming and oops concept

    Software Developer Interview Questions asked at other Companies

    Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
    View answer (39)

    Jobs at Netwin Infosolutions

    View all

    QA Engineer Interview Questions & Answers

    user image Anonymous

    posted on 15 Aug 2024

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

    I applied via Approached by Company and was interviewed before Aug 2023. There were 2 interview rounds.

    Round 1 - Case Study 

    1. Test cases on chair and baloon.
    2. Past work experience.

    Round 2 - Technical 

    (5 Questions)

    • Q1. What is sql injection?
    • Ans. 

      SQL injection is a type of cyber attack where malicious SQL code is inserted into input fields to manipulate a database.

      • SQL injection occurs when an attacker inserts malicious SQL code into input fields on a website.

      • This can allow the attacker to access, modify, or delete data from the database.

      • Preventing SQL injection involves using parameterized queries and input validation.

      • Example: Entering ' OR '1'='1' into a login

    • Answered by AI
    • Q2. Testing methodology?
    • Q3. What is SDLC, STLC?
    • Ans. 

      SDLC stands for Software Development Life Cycle and STLC stands for Software Testing Life Cycle.

      • SDLC is a process used by software development teams to design, develop, and test high-quality software.

      • STLC is a subset of SDLC focused on testing activities such as test planning, test design, test execution, and test closure.

      • SDLC includes phases like requirements gathering, design, development, testing, deployment, and ma...

    • Answered by AI
    • Q4. Principles of software testing?
    • Ans. 

      Principles of software testing involve thorough planning, systematic execution, and continuous improvement.

      • Testing should start early in the software development lifecycle.

      • Testing should be based on requirements and specifications.

      • Testing should be thorough and cover all possible scenarios.

      • Testing should be repeatable and consistent.

      • Testing should be automated where possible to increase efficiency.

      • Testing should be per...

    • Answered by AI
    • Q5. Past work experience?

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be well prepared with theory.

    Skills evaluated in this interview

    QA Engineer Interview Questions asked at other Companies

    Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
    View answer (7)
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    -

    I applied via Referral and was interviewed before Oct 2023. There were 2 interview rounds.

    Round 1 - Assignment 

    Machine test with case study

    Round 2 - Technical 

    (2 Questions)

    • Q1. Sql related database related
    • Q2. Api and seping boot related

    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 (169)
    Interview experience
    3
    Average
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via campus placement at Government College of Engineering, Aurangabad and was interviewed in Jul 2022. There were 4 interview rounds.

    Round 1 - Aptitude Test 

    Basic aptitude questions it conducted offline in campus by their team

    Round 2 - Technical 

    (1 Question)

    • Q1. Pen paper Sql Query round
    Round 3 - Technical 

    (1 Question)

    • Q1. Basic opps , Sql questions,
    Round 4 - Behavioral 

    (1 Question)

    • Q1. All basic subjects questions networking, oops , and full resume

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare well for last round it is bit unexpected round

    Junior Software Developer Interview Questions asked at other Companies

    Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
    View answer (2)

    Software Engineer Interview Questions & Answers

    user image Sumit Chaudhari

    posted on 15 May 2024

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

    I applied via Approached by Company and was interviewed before May 2023. There were 4 interview rounds.

    Round 1 - HR 

    (2 Questions)

    • Q1. Tell me about yourself?
    • Q2. Tell me about your Projects?
    Round 2 - Technical 

    (2 Questions)

    • Q1. Write a code in Javascript? and answer the given codes.
    • Ans. 

      The candidate should write a code in Javascript and explain it.

      • Use proper syntax and conventions of Javascript

      • Explain the purpose of the code and how it works

      • Provide examples to demonstrate the code

    • Answered by AI
    • Q2. About css properties, flex, responsiveness.
    Round 3 - Assignment 

    I have to design webpage. They provided me wireframe of it. and later they told me to do some changes.

    Round 4 - Behavioral 

    (2 Questions)

    • Q1. Tell me about yourself?
    • Q2. Asked me Aptitude question based on time and distance.

    Skills evaluated in this interview

    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 (169)

    Netwin Infosolutions Interview FAQs

    How many rounds are there in Netwin Infosolutions interview?
    Netwin Infosolutions interview process usually has 2-3 rounds. The most common rounds in the Netwin Infosolutions interview process are Technical, Aptitude Test and Assignment.
    How to prepare for Netwin Infosolutions 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 Netwin Infosolutions. The most common topics and skills that interviewers at Netwin Infosolutions expect are Javascript, Front End, GIT, SQL and Salesforce.
    What are the top questions asked in Netwin Infosolutions interview?

    Some of the top questions asked at the Netwin Infosolutions interview -

    1. Tags used to create table in H...read more
    2. Write a code in Javascript? and answer the given cod...read more
    3. What is Joins and Ty...read more
    How long is the Netwin Infosolutions interview process?

    The duration of Netwin Infosolutions interview process can vary, but typically it takes about less than 2 weeks to complete.

    Tell us how to improve this page.

    Netwin Infosolutions Interview Process

    based on 11 interviews

    Interview experience

    3.5
      
    Good
    View more

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.3k Interviews
    Infosys Interview Questions
    3.7
     • 7.6k Interviews
    Wipro Interview Questions
    3.7
     • 5.6k Interviews
    Tech Mahindra Interview Questions
    3.5
     • 3.8k Interviews
    HCLTech Interview Questions
    3.5
     • 3.7k Interviews
    LTIMindtree Interview Questions
    3.8
     • 3k Interviews
    Mphasis Interview Questions
    3.4
     • 792 Interviews
    HCL Infosystems Interview Questions
    3.9
     • 141 Interviews
    View all

    Netwin Infosolutions Reviews and Ratings

    based on 40 reviews

    3.9/5

    Rating in categories

    3.7

    Skill development

    4.0

    Work-life balance

    3.3

    Salary

    3.6

    Job security

    3.9

    Company culture

    3.3

    Promotions

    3.6

    Work satisfaction

    Explore 40 Reviews and Ratings
    Software Engineer
    43 salaries
    unlock blur

    ₹3 L/yr - ₹7.7 L/yr

    Software Developer
    18 salaries
    unlock blur

    ₹3 L/yr - ₹7.4 L/yr

    Senior Software Engineer
    17 salaries
    unlock blur

    ₹3.7 L/yr - ₹12.5 L/yr

    Softwaretest Engineer
    16 salaries
    unlock blur

    ₹2.2 L/yr - ₹5 L/yr

    Team Lead
    7 salaries
    unlock blur

    ₹5.9 L/yr - ₹10.9 L/yr

    Explore more salaries
    Compare Netwin Infosolutions with

    TCS

    3.7
    Compare

    Infosys

    3.7
    Compare

    Wipro

    3.7
    Compare

    HCLTech

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