Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by NewVision Software & Consultancy Team. If you also belong to the team, you can get access from here

NewVision Software & Consultancy Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NewVision Software & Consultancy Technical Lead Interview Questions and Answers

Updated 4 Dec 2021

NewVision Software & Consultancy Technical Lead Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. .net core vs .net
  • Ans. 

    Both .NET Core and .NET are frameworks for building Windows applications, but .NET Core is cross-platform and open-source.

    • .NET Core is a lightweight and modular framework that can run on Windows, Linux, and macOS.

    • .NET is a full-featured framework that is only available on Windows.

    • .NET Core is open-source and has a faster release cycle than .NET.

    • .NET Core is designed for building modern, cloud-based applications.

    • Both fr...

  • Answered by AI
  • Q2. Advantages and disadvantages of .net core
  • Ans. 

    Advantages: Cross-platform, open-source, high performance. Disadvantages: Limited third-party library support, steep learning curve.

    • Advantages: Runs on Windows, Linux, and macOS. Supports multiple programming languages. Faster than .NET Framework. Open-source and community-driven.

    • Disadvantages: Limited third-party library support compared to .NET Framework. Steep learning curve for developers new to .NET Core. Not all ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They focus on .net core, s/w design at tech lead level

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 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 

C coding
Debugging
Data structures
Bitwise operation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of coding. Focus on topics mentioned in the cv. Revise the related concepts.
Round 1 - Technical 

(9 Questions)

  • Q1. Explain MVC pipe-line.
  • Ans. 

    MVC pipeline is a design pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic

    • View displays the data to the user

    • Controller handles user input and updates the model and view accordingly

    • The pipeline ensures separation of concerns and promotes modularity

    • Example: A user enters data in a form (input), the controller receives the i...

  • Answered by AI
  • Q2. Howrouting works in Asp.Net MVC?
  • Ans. 

    Routing in Asp.Net MVC maps incoming requests to appropriate controller actions.

    • Routing is configured in RouteConfig.cs file.

    • Routes are defined using MapRoute method.

    • Routes can have placeholders for dynamic values.

    • Routes can have constraints to restrict the values of placeholders.

    • Routes can be named for easy reference.

    • Default route is defined as {controller}/{action}/{id}.

    • Attribute routing can also be used to define ro

  • Answered by AI
  • Q3. How to move from one entity framework version to another in a project?
  • Ans. 

    To move from one Entity Framework version to another, update the NuGet package and make necessary code changes.

    • Update the NuGet package to the desired version

    • Make necessary code changes to accommodate any breaking changes

    • Test thoroughly to ensure the application still works as expected

  • Answered by AI
  • Q4. How WCF is different from Asp.Net Web Api?
  • Ans. 

    WCF is a framework for building distributed systems while Asp.Net Web Api is for building HTTP services.

    • WCF supports multiple protocols like TCP, HTTP, Named Pipes, etc. while Web Api only supports HTTP.

    • WCF has more configuration options and is more flexible than Web Api.

    • Web Api is more lightweight and easier to use for building RESTful services.

    • WCF is more suitable for building enterprise-level applications with compl...

  • Answered by AI
  • Q5. How to create a restful service without using Asp.Net Web Api template?
  • Ans. 

    Creating a RESTful service without using Asp.Net Web Api template.

    • Use a lightweight framework like Flask or Express

    • Define routes and HTTP methods for each endpoint

    • Serialize data to JSON format

    • Handle errors and exceptions

    • Test the service using tools like Postman or curl

  • Answered by AI
  • Q6. Difference between drop, truncate and delete.
  • Ans. 

    Difference between drop, truncate and delete.

    • DROP command removes a table from the database

    • TRUNCATE command removes all rows from a table

    • DELETE command removes specific rows from a table

  • Answered by AI
  • Q7. How many types of routings are there in Asp.Net MVC?
  • Ans. 

    There are two types of routings in Asp.Net MVC: convention-based routing and attribute routing.

    • Convention-based routing uses default routing rules to map URLs to controller actions.

    • Attribute routing allows developers to define custom routes using attributes on controller actions or at the controller level.

    • Both types of routing can be used together in the same application.

    • Convention-based routing is the default routing ...

  • Answered by AI
  • Q8. How to go about performancetuning in SQL?
  • Ans. 

    Performance tuning in SQL involves optimizing queries, indexes, and server settings to improve database performance.

    • Identify slow queries using profiling tools

    • Optimize queries by rewriting or adding indexes

    • Adjust server settings such as memory allocation and disk usage

    • Consider partitioning large tables

    • Regularly monitor and analyze performance metrics

  • Answered by AI
  • Q9. Given a project requirement, how to choose between .Net framework and .Net Core?
  • Ans. 

    Choose .Net Core for cross-platform and cloud-based applications, .Net Framework for Windows-only applications.

    • Consider the target platform and deployment environment

    • Choose .Net Core for cross-platform and cloud-based applications

    • Choose .Net Framework for Windows-only applications

    • Check for compatibility with existing libraries and frameworks

    • Consider performance and scalability requirements

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why would to like to change your organisation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always try to be prepared as best as one can.

Skills evaluated in this interview

I applied via Referral and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Subject based questions
  • Q2. About radiology
  • Q3. MRI, X-RAY etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was cool and decent. Felt happy after getting selected. No need to be so nervous during interview.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Written test conducted with basic logic reasoning and grammer

Round 2 - HR 

(1 Question)

  • Q1. Basic introduction
Round 3 - One-on-one 

(1 Question)

  • Q1. More about ur personal life

I applied via Referral and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. LC coding round hard level
Round 2 - Coding Test 

Coding test on online platform LC tagged

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the interview. Medium to hard level interview.
Round 1 - One-on-one 

(4 Questions)

  • Q1. How do you describe yourself?
  • Q2. What is softest bone?
  • Ans. 

    Clavicle bone is the softest bone in human body

  • Answered Anonymously
  • Q3. What is largest organ?
  • Q4. Why you want this job?
Round 2 - One-on-one 

(4 Questions)

  • Q1. How would you imply your previous experience in our company?
  • Q2. What are antibiotics? describe about them.
  • Q3. What is emperical treatment?
  • Q4. All about pharmacology
Round 3 - One-on-one 

(3 Questions)

  • Q1. What is stroke and its treatment?
  • Q2. What is CABG where can we use it?
  • Q3. How do we diagnose heart failure?

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on communication skills it is very very important... more than your knowledge 👍
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Conceptual understanding

Round 2 - One-on-one 

(5 Questions)

  • Q1. About the family
  • Q2. Self introduction
  • Q3. Comfortable mean
  • Q4. Are you willing to work on weekends
  • Ans. 

    Yes, I am willing to work on weekends as needed to meet project deadlines and support team goals.

    • I understand the importance of meeting project deadlines and supporting team goals

    • I am flexible with my schedule and willing to work weekends if necessary

    • I have previous experience working weekends in a professional setting

  • Answered by AI
  • Q5. Say about your weekness
  • Ans. 

    My weakness is that I tend to be overly critical of my own work.

    • I have a tendency to be a perfectionist and can spend too much time on a task trying to make it perfect.

    • I sometimes struggle with delegating tasks to others because I want to ensure they are done to my high standards.

    • I am working on improving my ability to accept constructive criticism and not take it personally.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good organisation to grow up our career
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What do you know about Prime?
  • Ans. 

    Prime is a subscription service offered by Amazon that provides access to a variety of benefits, including free two-day shipping, streaming of music and video content, and more.

    • Prime offers free two-day shipping on eligible items

    • Prime Video provides access to a wide range of movies and TV shows

    • Prime Music allows users to stream music ad-free

    • Prime Reading offers a selection of ebooks and magazines for free

    • Prime members

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read everything about Prime before attending final round

I applied via Naukri.com and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Financial domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Listen to questions and only answer that.Dont get overexcited.Take a deep breath

NewVision Software & Consultancy Interview FAQs

How to prepare for NewVision Software & Consultancy Technical Lead 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 NewVision Software & Consultancy. The most common topics and skills that interviewers at NewVision Software & Consultancy expect are Javascript, SQL, Entity Framework, Data Architecture and Debugging.
What are the top questions asked in NewVision Software & Consultancy Technical Lead interview?

Some of the top questions asked at the NewVision Software & Consultancy Technical Lead interview -

  1. Advantages and disadvantages of .net c...read more
  2. .net core vs .ne...read more

Tell us how to improve this page.

NewVision Software & Consultancy Technical Lead Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

CMS IT Services Interview Questions
3.1
 • 138 Interviews
Arcesium Interview Questions
3.5
 • 79 Interviews
Mavenir Systems Interview Questions
3.4
 • 56 Interviews
DotPe Interview Questions
3.1
 • 38 Interviews
Hike Interview Questions
3.6
 • 32 Interviews
Junglee Games Interview Questions
3.1
 • 32 Interviews
Black Knight Interview Questions
3.6
 • 28 Interviews
View all
NewVision Software & Consultancy Technical Lead Salary
based on 25 salaries
₹14 L/yr - ₹44 L/yr
65% more than the average Technical Lead Salary in India
View more details

NewVision Software & Consultancy Technical Lead Reviews and Ratings

based on 4 reviews

3.8/5

Rating in categories

3.8

Skill development

3.4

Work-life balance

4.3

Salary

3.8

Job security

3.8

Company culture

4.4

Promotions

3.8

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
123 salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
65 salaries
unlock blur

₹11.3 L/yr - ₹36 L/yr

QA Engineer
52 salaries
unlock blur

₹2.7 L/yr - ₹9.9 L/yr

Technical Lead
25 salaries
unlock blur

₹14 L/yr - ₹44 L/yr

Software Developer
23 salaries
unlock blur

₹3.9 L/yr - ₹8.8 L/yr

Explore more salaries
Compare NewVision Software & Consultancy with

CMS IT Services

3.1
Compare

Quantiphi Analytics Solutions Private Limited

3.2
Compare

PrimEra Medical Technologies

3.5
Compare

Mavenir Systems

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