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 Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, reasoning, English, cloud sections

Round 2 - Coding Test 

2 questions in which , one has to complete within an 50 minutes

Round 3 - Communication assessment 

(2 Questions)

  • Q1. Tell me about t Yourself
  • Q2. What are the previous experiences

Interview Preparation Tips

Topics to prepare for Accenture Associate Software Engineer interview:
  • Java
  • SQL
  • Agile Methodology
  • SDLC
Interview preparation tips for other job seekers - Be confident
Keep it just and short
Explain more about your experiences

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.

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.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k 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.4k Interviews
View all

Nvizion Solutions Reviews and Ratings

based on 20 reviews

3.5/5

Rating in categories

2.8

Skill development

3.1

Work-life balance

3.0

Salary

2.8

Job security

3.1

Company culture

2.5

Promotions

3.1

Work satisfaction

Explore 20 Reviews and Ratings
Senior Associate
17 salaries
unlock blur

₹13 L/yr - ₹24.5 L/yr

Site Reliability Engineer
7 salaries
unlock blur

₹8 L/yr - ₹12 L/yr

Senior Associate 1
6 salaries
unlock blur

₹12.5 L/yr - ₹26.5 L/yr

Technical Architect
6 salaries
unlock blur

₹23.8 L/yr - ₹34 L/yr

Associate2
4 salaries
unlock blur

₹9.5 L/yr - ₹12.5 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