Upload Button Icon Add office photos

Filter interviews by

Nvizion Solutions Interview Questions and Answers

Updated 4 Mar 2024

Nvizion Solutions Interview Experiences

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Total 2 round. One with technology head and other with manager.
  • Q2. What is pim ?
  • Ans. 

    PIM stands for Product Information Management. It is a system used to manage and centralize product data for e-commerce businesses.

    • PIM helps businesses organize and maintain accurate and up-to-date product information.

    • It allows businesses to manage product attributes, descriptions, images, and other relevant data in a centralized database.

    • PIM systems enable businesses to efficiently distribute product information acros...

  • Answered by AI
  • Q3. Done any java customisation?
  • Ans. 

    Yes, I have done Java customisation.

    • I have customized Java applications by extending existing classes and overriding methods.

    • I have used Java reflection to modify the behavior of classes at runtime.

    • I have implemented custom annotations and used them to modify the behavior of Java code.

    • I have created custom Java libraries and frameworks to provide specific functionality.

    • I have customized Java UI components by creating c

  • Answered by AI
  • Q4. What is interface.
  • Ans. 

    An interface is a programming construct that defines a set of methods that a class must implement.

    • Interfaces provide a way to achieve multiple inheritance in Java.

    • They are used to achieve abstraction and loose coupling.

    • Interfaces can be used to define contracts that classes must adhere to.

    • They allow for polymorphism and code reusability.

    • Example: The Comparable interface in Java is used to define a natural ordering for

  • Answered by AI

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself. How many members are there in your family? Why this company?
  • Q2. Any questions you want to ask?

Interview Preparation Tips

Topics to prepare for Nvizion Solutions AWS Cloud Engineer interview:
  • Cloud Computing
  • Python

AWS Cloud Engineer Interview Questions asked at other Companies

Q1. What is DDOS Attack and what you will use to prevent it.
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 5 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 

(1 Question)

  • Q1. Detailed knowledge of kubernetes and Linux required
Round 3 - Technical 

(1 Question)

  • Q1. Terraform, grafana kibana, Elasticsearch, Prometheus
Round 4 - Technical 

(1 Question)

  • Q1. Scenario based questions with hands on test on kubernetes
Round 5 - HR 

(1 Question)

  • Q1. Salary expectation and joining

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for kubernetes and SRE part

Site Reliability Engineer Interview Questions asked at other Companies

Q1. what is diff cloud formation vs terraform, release management like blue green etc.
View answer (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to change?
  • Q2. 2. What is your goal?
  • Q3. 3. Critical project you have handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be yourself and provide short and to the point answer

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - It was an good experience

Nvizion Solutions Interview FAQs

How many rounds are there in Nvizion Solutions interview?
Nvizion Solutions interview process usually has 2-3 rounds. The most common rounds in the Nvizion Solutions interview process are Technical, HR and Resume Shortlist.
How to prepare for Nvizion 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 Nvizion Solutions. The most common topics and skills that interviewers at Nvizion Solutions expect are Javascript, Java, Ajax, Bootstrap and Hibernate.
What are the top questions asked in Nvizion Solutions interview?

Some of the top questions asked at the Nvizion Solutions interview -

  1. Done any java customisati...read more
  2. What is pi...read more
  3. What is interfa...read more

Tell us how to improve this page.

Nvizion Solutions Interview Process

based on 4 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all

Nvizion Solutions Reviews and Ratings

based on 19 reviews

3.6/5

Rating in categories

2.9

Skill development

3.2

Work-life balance

3.0

Salary

3.0

Job security

3.3

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 19 Reviews and Ratings
Senior Associate
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Site Reliability Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate 1
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Architect
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate2
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Nvizion Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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