Upload Button Icon Add office photos

Filter interviews by

New Vision Software Trainee Interview Questions and Answers

Updated 14 Apr 2023

New Vision Software Trainee Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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. Pure technical round on javascript,html,css
Round 3 - One-on-one 

(1 Question)

  • Q1. Senarion based questions in UI technology
Round 4 - HR 

(1 Question)

  • Q1. Compny policy details

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. 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 - Aptitude Test 

It's ask Quantitative, verbal Ability,and logical Questions.. All question was easily to hard levels..

Round 3 - HR 

(2 Questions)

  • Q1. After Aapptitude test I Selected in next rounds that's HR round it's was best Experience in interview... interviewer is very Friendly nature with me..and so am aalso so happy..that time
  • Q2. Q1.tell me about your self ? Q2.which language you do perfect? C/Java Q3.Tell me Some project Details? Q4.what is Your aim in your life? Q5.whats your father doing?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via campus placement at Bangalore Institute Of Technology (BIT) and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Questions asked on basic C++ and Java, very few aptitudes question

Round 2 - Coding Test 

There were 3 medium-hard level questions were asked in coding round

Round 3 - Group Discussion 

Group discussion was held for 35mins: 30mins discussion among the group and 5mins to present it

Round 4 - Technical 

(3 Questions)

  • Q1. Majorly asked about my projects
  • Q2. More focusing on Cloud computing
  • Q3. One puzzle was given to solve
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is JAVA in software
  • Ans. 

    JAVA is a high-level programming language used for developing applications and software.

    • Object-oriented programming language

    • Platform-independent

    • Used for web development, mobile apps, enterprise software

    • Has a large standard library

    • Supports multithreading and networking

  • Answered by AI
  • Q2. What is oracle in software
  • Ans. 

    Oracle in software refers to Oracle Corporation, a multinational computer technology corporation known for its database management systems.

    • Oracle is a leading provider of relational database management systems (RDBMS).

    • It offers a wide range of products and services for data management, cloud applications, and more.

    • Oracle databases are widely used in enterprise applications for storing and managing data efficiently.

    • Exam...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Code for Hello World
  • Ans. 

    Simple code to print 'Hello World'

    • Use a print statement to display 'Hello World'

    • In Python: print('Hello World')

    • In Java: System.out.println('Hello World')

  • Answered by AI
  • Q2. Code for printing algo
  • Ans. 

    Code for printing algorithm in software development.

    • Use loops to iterate through the data to be printed.

    • Consider formatting options such as spacing and alignment.

    • Handle edge cases like empty input or invalid data.

    • Example: for (int i = 0; i < array.length; i++) { System.out.println(array[i]); }

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Different arrays in string types
  • Ans. 

    Arrays of string types are collections of strings stored in a single variable.

    • Arrays can be declared and initialized with string values like ['apple', 'banana', 'cherry'].

    • Access individual strings in the array using index like array[0] for 'apple'.

    • Perform operations like sorting or filtering on arrays of strings.

  • Answered by AI
  • Q2. Different strings in array texts
  • Ans. 

    Comparing different strings in an array of texts.

    • Iterate through the array and compare each string with the others.

    • Use a nested loop to compare each pair of strings.

    • Consider using a hash map to store the frequency of each unique string for efficient comparison.

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. Different dS in software engineer
  • Ans. 

    Different design patterns in software engineering

    • Creational patterns (e.g. Singleton, Factory)

    • Structural patterns (e.g. Adapter, Decorator)

    • Behavioral patterns (e.g. Observer, Strategy)

  • Answered by AI
  • Q2. Diff types in string test types
  • Ans. 

    Different types of string test types include equality, containment, length, case sensitivity, and pattern matching.

    • Equality test: comparing two strings to see if they are exactly the same

    • Containment test: checking if a string contains a specific substring

    • Length test: determining the length of a string

    • Case sensitivity test: checking if two strings are equal while considering case

    • Pattern matching test: using regular expr

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

Core java , string, thread , sql, mvc, spring boot

Round 2 - Technical 

(2 Questions)

  • Q1. 2 coding questions on array and string
  • Q2. Sorting , thread
Round 3 - Technical 

(3 Questions)

  • Q1. Managerial round
  • Q2. Project and some basic questions
  • Q3. Describe your project
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Coding Test 

The interview session took 30 minutes

Round 2 - Technical 

(1 Question)

  • Q1. Implement java code to filter given data from a list using the Java Stream API
  • Ans. 

    Implement Java code to filter data from a list using Java Stream API

    • Use Stream.filter() method to filter data based on a given condition

    • Use lambda expressions to define the filtering condition

    • Collect the filtered data using Collectors.toList() method

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for core Java, and React concepts for full stack role. You must consider capability to demonstrate your knowledge and skills with RESTful APIs.

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. Tell me about your technical skills and background?
  • Q2. What is the use of pointers?
  • Ans. 

    Pointers are variables that store memory addresses. They are used to manipulate data structures and improve program efficiency.

    • Pointers allow for dynamic memory allocation

    • Pointers can be used to pass values by reference

    • Pointers can be used to create linked lists

    • Pointers can be used to access array elements

    • Example: int *ptr = # // stores address of num variable

    • Example: void swap(int *x, int *y) { int temp = *x; *x =...

  • Answered by AI
  • Q3. Difference between arrays and linkedlist?
  • Ans. 

    Arrays are fixed in size and contiguous memory while linked lists are dynamic and non-contiguous.

    • Arrays have constant time access to elements while linked lists require traversal.

    • Arrays are better for random access while linked lists are better for insertion and deletion.

    • Arrays use less memory overhead than linked lists.

    • Example: Array of strings - ['apple', 'banana', 'orange']

  • Answered by AI
  • Q4. Tell me about variables and its types?
  • Ans. 

    Variables are containers that store data values. There are different types of variables in programming.

    • Variables are declared using keywords like var, let, const.

    • Variables can store different types of data such as numbers, strings, booleans, objects, arrays, etc.

    • Variables can be global or local depending on where they are declared.

    • Variables can be reassigned with new values.

    • Examples: var age = 25; let name = 'John'; co

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't get disappointed for any reason

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at NMAM Institute of Technology, Mangalore

Round 1 - Technical 

(2 Questions)

  • Q1. Oops qns most (java c++)
  • Q2. Recursion (java c++) 30 qns 30 min basic alll programming related
Round 2 - Coding Test 

Array string easy to medium

Round 3 - Group Discussion 

Gd-more of case study topic college learning portal build

Round 4 - Technical 

(1 Question)

  • Q1. About the 3 coding problem scope of improvement and project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Test- Average standard questions

Round 2 - Technical 

(2 Questions)

  • Q1. API related questions
  • Q2. Authentication/Authorization questions
Round 3 - Technical 

(2 Questions)

  • Q1. Performance improvement related questions
  • Q2. SQL query given
Round 4 - HR 

(1 Question)

  • Q1. Normal HR discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well!
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All are about our primary skills and project in 1st round of technical

New Vision Interview FAQs

How many rounds are there in New Vision Software Trainee interview?
New Vision interview process usually has 4 rounds. The most common rounds in the New Vision interview process are Resume Shortlist, Technical and One-on-one Round.
What are the top questions asked in New Vision Software Trainee interview?

Some of the top questions asked at the New Vision Software Trainee interview -

  1. pure technical round on javascript,html,...read more
  2. senarion based questions in UI technol...read more
  3. compny policy deta...read more

Tell us how to improve this page.

Software Engineer
8 salaries
unlock blur

₹3 L/yr - ₹9.3 L/yr

QA Engineer
6 salaries
unlock blur

₹5 L/yr - ₹8 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹8 L/yr - ₹24 L/yr

Software Developer
4 salaries
unlock blur

₹3.5 L/yr - ₹10.7 L/yr

Business Analyst
4 salaries
unlock blur

₹5.5 L/yr - ₹7.5 L/yr

Explore more salaries
Compare New Vision with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview