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
3.6

based on 74 Reviews

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

Technical Lead Jobs at NewVision Software & Consultancy

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How does spring injects dependencies
  • Ans. 

    Spring injects dependencies through inversion of control and dependency injection.

    • Spring uses inversion of control to manage objects and their dependencies.

    • Dependencies are injected into a class through constructor injection, setter injection, or field injection.

    • Spring container is responsible for creating and managing objects and their dependencies.

    • Example: @Autowired annotation is used for dependency injection in Spr

  • Answered by AI
  • Q2. How does Hibernate connects to DB
  • Ans. 

    Hibernate connects to the database using JDBC (Java Database Connectivity) API.

    • Hibernate uses JDBC API to establish a connection to the database.

    • It uses JDBC drivers to communicate with the database.

    • Hibernate configuration file contains database connection details.

    • SessionFactory in Hibernate is responsible for creating sessions and managing connections.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to secure your APIs
  • Ans. 

    Securing APIs involves using authentication, authorization, encryption, and monitoring.

    • Implement authentication mechanisms such as OAuth, JWT, or API keys

    • Use authorization to control access to APIs based on roles and permissions

    • Encrypt data transmission using HTTPS/TLS to prevent eavesdropping

    • Implement rate limiting and throttling to prevent abuse and DDoS attacks

    • Regularly monitor API traffic and logs for suspicious ac

  • Answered by AI
  • Q2. How can you configure multiple DBs in your application
  • Ans. 

    Multiple DBs can be configured in an application by using database connection pooling, configuring multiple data sources, and managing transactions across databases.

    • Use database connection pooling to efficiently manage connections to multiple databases

    • Configure multiple data sources in the application to connect to different databases

    • Implement transaction management to ensure data consistency across multiple databases

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Family Background and Career History
  • Q2. Salary Expectations

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Cisco Servers Installation
  • Q2. HPe servers installation

Interview Preparation Tips

Interview preparation tips for other job seekers - For technical persons softenger is best
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. They first ask me about my project then ask more how it was working ,and more deep questions on that to understand how much I know about the project I worked on .
  • Q2. Spring Authentitation and Authorization,And Kubernetes

Interview Preparation Tips

Interview preparation tips for other job seekers - Just look into your previous projects what you have done,and be sure on what you know,
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About batch processing
  • Q2. About exception handling
Round 2 - Technical 

(2 Questions)

  • Q1. About project discussion in details
  • Q2. Aws services mainly
Round 3 - Behavioral 

(2 Questions)

  • Q1. Handling a team
  • Q2. Micro service architecture
Round 4 - HR 

(2 Questions)

  • Q1. About personal things
  • Q2. About financial thing

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on batch processing and exception handling in spring boot and different micro service architecture
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 

(1 Question)

  • Q1. Basic SQL questions……………………………………..
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Case Study 

General discussion on profile and work experience

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

Interview Questionnaire 

1 Question

  • Q1. Core Java Questions write a program on multi threading & locks. Basic spring & hibernate questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have your basics brushed up.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How does spring injects dependencies
  • Ans. 

    Spring injects dependencies through inversion of control and dependency injection.

    • Spring uses inversion of control to manage objects and their dependencies.

    • Dependencies are injected into a class through constructor injection, setter injection, or field injection.

    • Spring container is responsible for creating and managing objects and their dependencies.

    • Example: @Autowired annotation is used for dependency injection in Spr

  • Answered by AI
  • Q2. How does Hibernate connects to DB
  • Ans. 

    Hibernate connects to the database using JDBC (Java Database Connectivity) API.

    • Hibernate uses JDBC API to establish a connection to the database.

    • It uses JDBC drivers to communicate with the database.

    • Hibernate configuration file contains database connection details.

    • SessionFactory in Hibernate is responsible for creating sessions and managing connections.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to secure your APIs
  • Ans. 

    Securing APIs involves using authentication, authorization, encryption, and monitoring.

    • Implement authentication mechanisms such as OAuth, JWT, or API keys

    • Use authorization to control access to APIs based on roles and permissions

    • Encrypt data transmission using HTTPS/TLS to prevent eavesdropping

    • Implement rate limiting and throttling to prevent abuse and DDoS attacks

    • Regularly monitor API traffic and logs for suspicious ac

  • Answered by AI
  • Q2. How can you configure multiple DBs in your application
  • Ans. 

    Multiple DBs can be configured in an application by using database connection pooling, configuring multiple data sources, and managing transactions across databases.

    • Use database connection pooling to efficiently manage connections to multiple databases

    • Configure multiple data sources in the application to connect to different databases

    • Implement transaction management to ensure data consistency across multiple databases

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Family Background and Career History
  • Q2. Salary Expectations

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Cisco Servers Installation
  • Q2. HPe servers installation

Interview Preparation Tips

Interview preparation tips for other job seekers - For technical persons softenger is best

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, Design Development, Entity Framework and Oracle.
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 Salary
based on 20 salaries
₹14.2 L/yr - ₹40 L/yr
60% 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
127 salaries
unlock blur

₹2.5 L/yr - ₹12.2 L/yr

Senior Software Engineer
61 salaries
unlock blur

₹11.2 L/yr - ₹36 L/yr

QA Engineer
47 salaries
unlock blur

₹2.7 L/yr - ₹9.9 L/yr

Technical Lead
20 salaries
unlock blur

₹14.2 L/yr - ₹40 L/yr

Software Developer
19 salaries
unlock blur

₹3.9 L/yr - ₹9.8 L/yr

Explore more salaries
Compare NewVision Software & Consultancy with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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