Faster and better experience!
i
NewVision Software & Consultancy
Filter interviews by
I applied via Approached by Company and was interviewed before Dec 2023. There was 1 interview round.
I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.
I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.
NewVision Software & Consultancy interview questions for popular designations
I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.
I applied via Approached by Company and was interviewed before Aug 2022. There were 3 interview rounds.
I applied via Monster and was interviewed in Jun 2021. There were 3 interview rounds.
Answering interview questions on finding second highest salary, OOPs concepts, and ASP.NET Core.
To find the second highest salary, we can use the SQL query 'SELECT MAX(salary) FROM employees WHERE salary < (SELECT MAX(salary) FROM employees)'.
OOPs concepts include inheritance, polymorphism, encapsulation, and abstraction.
ASP.NET Core is a cross-platform, open-source framework for building modern web applications.
The ma...
I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.
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...
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 ...
I applied via Other and was interviewed before Jul 2020. There were 3 interview rounds.
Top trending discussions
I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.
C and Golang related questions, 2 Hours assement, The test involved writing code by hand in paper in the office (Bengaluru)
Go code to remove duplicate elements from a slice of strings
Use a map to keep track of unique elements
Iterate over the slice and add elements to the map
Create a new slice with unique elements from the map
Arrays have fixed length, slices are dynamic and can grow/shrink. Slices are references to arrays.
Arrays have fixed length, specified at compile time.
Slices are dynamic, can grow or shrink at runtime.
Slices are references to arrays, allowing for more flexibility.
Example: var arr [3]string // array with fixed length of 3
Example: slice := make([]string, 0) // slice with dynamic length
Struct is a user-defined data type that groups related data fields together. Interface defines a set of methods that a type must implement.
Struct is used to create complex data structures by grouping related data fields together.
Interface defines a set of methods that a type must implement. It allows for polymorphism in Go.
Example: type Person struct { Name string; Age int }
Example: type Shape interface { Area() float6...
Containerization is a method of packaging, distributing, and running applications in isolated environments called containers.
Containers are lightweight, portable, and can run on any platform that supports containerization.
They include everything needed to run the application, such as code, runtime, system tools, libraries, and settings.
Popular containerization tools include Docker, Kubernetes, and Podman.
Containerizati...
Implementing a struct in Go code
Define a struct using the 'type' keyword
Add fields to the struct with their respective data types
Access struct fields using dot notation
Goroutine is a lightweight thread managed by Go runtime, allowing concurrent execution of functions.
Goroutines are created using the 'go' keyword in Go programming language.
They are more lightweight than threads and are managed by the Go runtime.
Goroutines allow for concurrent execution of functions without the need for manual thread management.
Example: go myFunction()
Example: go func() { // code here }
Concurrency in Go is achieved using goroutines and channels.
Use goroutines to run functions concurrently
Communicate between goroutines using channels
Avoid using shared memory for synchronization
A channel in Go is a communication mechanism that allows goroutines to communicate with each other.
Buffered channels have a specific capacity and can send multiple values without the need for a corresponding receive operation immediately.
Unbuffered channels have no capacity and require both a send and receive operation to be ready at the same time for communication to occur.
Scaling refers to the ability of a system to handle increasing amounts of work or its potential to accommodate growth.
Horizontal scaling involves adding more machines to distribute the load, while vertical scaling involves increasing the resources of a single machine.
Horizontal scaling is more cost-effective and provides better fault tolerance, but can be more complex to implement.
Vertical scaling is simpler to impleme...
based on 6 interviews
Interview experience
based on 86 reviews
Rating in categories
Software Engineer
123
salaries
| ₹2 L/yr - ₹9.5 L/yr |
Senior Software Engineer
65
salaries
| ₹11.3 L/yr - ₹36 L/yr |
QA Engineer
52
salaries
| ₹2.7 L/yr - ₹9.9 L/yr |
Technical Lead
25
salaries
| ₹14 L/yr - ₹44 L/yr |
Software Developer
23
salaries
| ₹3.9 L/yr - ₹8.8 L/yr |
CMS IT Services
Quantiphi Analytics Solutions Private Limited
PrimEra Medical Technologies
Mavenir Systems