Upload Button Icon Add office photos

Filter interviews by

Indsoft Software Technologies VB.NET Developer Interview Questions and Answers

Updated 31 Jul 2023

Indsoft Software Technologies VB.NET Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Jul 2022. 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 - Coding Test 

Give a test to create login, Billing and Database connectivity to save and retrive the data to view on screen and crystal report.

Round 3 - One-on-one 

(1 Question)

  • Q1. About myself and job discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Gud place to work.

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding Test consists of 3 Problem Question (2 Logical questions and 1 SQL Query ) and Around 20 MCQS
Platform - CoderByte

Round 2 - Aptitude Test 

30 Aptitude Question
3 Mail Writing Question

Round 3 - Technical 

(5 Questions)

  • Q1. Explain 1st Problem Solved in Coding Test. Optimize it.
  • Q2. Explain 2nd Problem Solved in Coding Test. I failed 1 test case in 1st round which was told to solve again.
  • Q3. Explain 3rd Question based on SQL Query.
  • Q4. Write a code to Reverse Digits.
  • Q5. A problem question for solving a SQL Query.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well,
Stay continuously in contact, call the HR for updates as they don't call you, We need to call them else you will wait entire life.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Assignment 

Small assignment to build simple App.

Round 2 - Technical 

(2 Questions)

  • Q1. JavaScript Questions
  • Q2. Reactjs Questions

Interview Preparation Tips

Topics to prepare for Sekel Technologies Front end Developer interview:
  • Javascript
  • React.Js
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Design a section of the website within a time frame of two hours.

Round 2 - HR 

(2 Questions)

  • Q1. What can you share about your previous job experience?
  • Q2. About qualifications and applications

Web Developer Interview Questions & Answers

Proficed user image Niharika Vaidya

posted on 11 Sep 2024

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

I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate web developer with 5 years of experience in front-end and back-end development.

    • 5 years of experience in web development

    • Skilled in front-end and back-end development

    • Passionate about creating user-friendly and efficient websites

  • Answered by AI
  • Q2. Rate yourself in different technologies
  • Ans. 

    I rate myself highly in HTML, CSS, JavaScript, and React.

    • HTML - Proficient in creating semantic and accessible web pages

    • CSS - Skilled in styling and layout design, including responsive design

    • JavaScript - Strong understanding of core concepts and modern ES6+ features

    • React - Experienced in building interactive and dynamic web applications

  • Answered by AI
  • Q3. Technical questions
Round 2 - Assignment 

Implement a web page as per description

Interview Preparation Tips

Topics to prepare for Proficed Web Developer interview:
  • ASP.Net
  • C#.Net
Interview preparation tips for other job seekers - There interviews are extremely tough
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Assignment 

Basic multiple choice questions based on c# ,sql serve, pseudo code all are basics

Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts,SQL query based on joins,sub query ,basic javascript
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2022. 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 - Technical 

(6 Questions)

  • Q1. All the basic angular questions asked, routing, how to pass data from one component to another components
  • Q2. What is the difference between Observable and promise
  • Ans. 

    Observable is a stream of data that can be subscribed to, while Promise is a one-time operation that returns a single value.

    • Observable can emit multiple values over time, while Promise can only return a single value.

    • Observable can be cancelled, while Promise cannot.

    • Observable is lazy, meaning it only starts emitting data when it is subscribed to, while Promise starts executing immediately.

    • Observable can handle errors w...

  • Answered by AI
  • Q3. How to share I'd using route
  • Ans. 

    To share ID using route in Angular, use route parameters.

    • Define a route with a parameter in the route path, e.g. '/user/:id'

    • Access the parameter value in the component using ActivatedRoute service

    • Use the parameter value to fetch data or perform actions related to that ID

  • Answered by AI
  • Q4. Input and output in angular
  • Ans. 

    Input and output are used to pass data between components in Angular.

    • Input is used to pass data from parent component to child component.

    • Output is used to emit events from child component to parent component.

    • Input and Output are defined using decorators @Input and @Output respectively.

    • Example:

  • Answered by AI
  • Q5. What is data binding in angular
  • Ans. 

    Data binding is a way to connect data between the component and the view in Angular.

    • Data binding allows for automatic synchronization of data between the component and the view.

    • There are three types of data binding in Angular: Interpolation, Property binding, and Event binding.

    • Interpolation is used to display component data in the view using double curly braces {{}}.

    • Property binding is used to set the value of an eleme...

  • Answered by AI
  • Q6. Hook life cycle in angular
  • Ans. 

    Hooks are functions that allow you to execute code at specific points in a component's life cycle.

    • ngOnInit() - called after the component is initialized

    • ngOnChanges() - called when the component's input properties change

    • ngDoCheck() - called during every change detection cycle

    • ngAfterContentInit() - called after content is projected into the component

    • ngAfterContentChecked() - called after every check of projected content

    • n...

  • Answered by AI
Round 3 - Assignment 

They given me one assignment task where I had to show all users detail in the table using angular material. They provided me CRUD API link and I submitted it in few hours and got selected.

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and previous organisation project details.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare all the basic questions of relevant profiles and be confident.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Apr 2023.

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 

(2 Questions)

  • Q1. Questions based on javascript, html, css .it will be based on what role you are applying for
  • Q2. Css flexbox, box model, html doctype, semantic tags javascript asynchronous , localstorage etc
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There were 3 coding questions in the first round

Round 2 - Aptitude Test 

30 MCQ questions based on Math, reasoning and English and also email writing

Round 3 - Technical 

(1 Question)

  • Q1. I'm on it my interview scheduled on 14 oct

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA and English
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Assignment 

A simple web application of To-Do list using react.js/vue.js technology

Round 3 - Technical 

(4 Questions)

  • Q1. Basic to mid level html QnA.
  • Q2. Basic css3 QnA and few simple task usnig css3.
  • Q3. Few JS basic QnA and simple arr/obj method coding task
  • Q4. React.js/vue.js QnA and few simple task to perform using JS Lib/frame.
Round 4 - Behavioral 

(2 Questions)

  • Q1. Started with self intro then ask about education, gaps and skills asked me show my major project and explain to him(he continuously asked qs on my project)
  • Q2. 2-3 situational based qs

Interview Preparation Tips

Topics to prepare for Sekel Technologies Front end Developer interview:
  • HTML
  • CSS3
  • Javascript
  • React.Js
  • Vue.js
  • OOPS
Interview preparation tips for other job seekers - Interview process went well, but unfortunately I didn't get the position.
Hr and tech interviewer were nice throughout the process.

Indsoft Software Technologies Interview FAQs

How many rounds are there in Indsoft Software Technologies VB.NET Developer interview?
Indsoft Software Technologies interview process usually has 3 rounds. The most common rounds in the Indsoft Software Technologies interview process are Resume Shortlist, Coding Test and One-on-one Round.
How to prepare for Indsoft Software Technologies VB.NET Developer 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 Indsoft Software Technologies. The most common topics and skills that interviewers at Indsoft Software Technologies expect are VB.NET, VB, Crystal Report, SQL Server and Visual Basic.

Tell us how to improve this page.

Indsoft Software Technologies VB.NET Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Odoo Interview Questions
3.3
 • 25 Interviews
Anywhere Interview Questions
4.5
 • 14 Interviews
Acviss Interview Questions
4.3
 • 7 Interviews
Proficed Interview Questions
5.0
 • 7 Interviews
Apptunix Interview Questions
3.5
 • 7 Interviews
View all
Project Associate
4 salaries
unlock blur

₹2.4 L/yr - ₹2.5 L/yr

Software Testing Engineer
3 salaries
unlock blur

₹2.4 L/yr - ₹2.4 L/yr

Explore more salaries
Compare Indsoft Software Technologies with

Velozity Global Solutions

4.9
Compare

Bhash Software Labs

3.9
Compare

HirePro Consulting

3.8
Compare

Apptunix

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