i
Noovosoft
Filter interviews by
I applied via Campus Placement and was interviewed in Jul 2023. There were 2 interview rounds.
Contains questions that test all your skills that are required to be a good software developer.
I was interviewed in Jan 2025.
5 questions based on string and Arrays
I applied via Campus Placement and was interviewed in Apr 2023. There were 4 interview rounds.
Simple DSA questions
Simple Array, String, HashMap questions
I applied via Campus Placement and was interviewed before Oct 2023. There were 2 interview rounds.
Basic DSA and SQL questions
ThreadPool is a collection of threads that can be used to execute tasks concurrently.
ThreadPool helps in managing and reusing a pool of threads to improve performance and efficiency.
It allows for parallel execution of multiple tasks without the need to create new threads every time.
ThreadPool can be configured with a specific number of threads to control resource usage.
Example: In a web server, ThreadPool can be used t...
Noovosoft interview questions for popular designations
Top trending discussions
I applied via Referral and was interviewed before Sep 2019. There were 4 interview rounds.
Yes, I have done several innovative proposals and works.
Developed a new marketing strategy for a startup which increased their revenue by 50%
Designed a new user interface for a mobile app which improved user engagement by 30%
Proposed a new project management system for a company which reduced project completion time by 20%
Created a new training program for employees which improved their productivity by 25%
Yes, I have fought with my friends over small misunderstandings. We resolved it by talking it out and apologizing.
I have fought with my friends over small misunderstandings
We resolved it by talking it out and apologizing
It's important to communicate and understand each other's perspectives
In 5 years, I see myself as a successful professional with a leadership role in my field.
Leading a team of professionals
Contributing to the growth of the organization
Continuing to learn and develop new skills
Mentoring and guiding junior colleagues
Establishing myself as an expert in my field
I enjoy reading, hiking, and trying new recipes in my leisure time.
Reading books from different genres
Hiking in nearby trails and exploring nature
Cooking and experimenting with new recipes
Attending cultural events and festivals
Playing board games with friends and family
List of Indian IT companies
Tata Consultancy Services
Infosys
Wipro
HCL Technologies
Tech Mahindra
Mindtree
Larsen & Toubro Infotech
Mphasis
Hexaware Technologies
Persistent Systems
Zensar Technologies
Cyient
NIIT Technologies
KPIT Technologies
Tata Technologies
IGATE
Polaris Consulting & Services
Syntel
Genpact
Capgemini India
Accenture is a global professional services firm that provides consulting, technology, and outsourcing services.
Founded in 1989 and headquartered in Dublin, Ireland
Operates in more than 120 countries
Offers services in strategy, consulting, digital, technology, and operations
Clients include Fortune Global 500 companies
Has over 500,000 employees worldwide
Accenture is a global leader in consulting, technology and outsourcing services.
Accenture has a strong reputation for delivering innovative solutions to clients across various industries.
The company offers a diverse range of career opportunities and invests in employee development.
Accenture's commitment to sustainability and social responsibility aligns with my personal values.
I am impressed by Accenture's focus on div...
I used to see CNN for news updates.
I prefer CNN for its unbiased reporting.
I also watch local news channels for regional updates.
The gold rate today varies depending on the location and currency. Please specify the location and currency for an accurate answer.
Gold rate varies by location and currency
Check with local jeweler or online sources for accurate rates
Factors such as demand, supply, and global economic conditions affect gold rates
Yes, I am willing to work for night shift.
I am comfortable working during night hours
I understand the importance of maintaining a healthy work-life balance
I have prior experience working night shifts and can adjust my schedule accordingly
It depends on the specifics of the bond being requested.
I would need more information about the bond, such as the amount and terms.
If it is a reasonable request and aligns with my career goals, I may consider it.
However, if the bond is too restrictive or not in my best interest, I may decline.
Ultimately, it would depend on the details of the bond and how it would impact my career.
I prefer to work in a collaborative and supportive environment that values creativity and innovation.
I enjoy working with a team that shares ideas and works towards a common goal
I appreciate a workplace that encourages experimentation and taking risks
I value a company culture that prioritizes work-life balance and employee well-being
getch() is a function in C that reads a single character from the keyboard without echoing it.
getch() is defined in the
It is commonly used to read single characters for menu selection or password input.
The character read by getch() is not displayed on the screen.
getch() is a blocking function, meaning it waits for user input before proceeding.
Example: char ch = getch();
Polymorphism is the ability of an object to take on many forms. In Java, it is achieved through method overriding and interfaces.
Polymorphism allows objects of different classes to be treated as if they are of the same class.
Method overriding is when a subclass provides its own implementation of a method that is already defined in its superclass.
Interfaces allow for polymorphism by defining a set of methods that a clas...
POST and GET are HTTP methods used to send data to a server. POST is used to send data in the request body while GET sends data in the URL.
POST is more secure as it doesn't expose data in the URL
GET has a limit on the amount of data that can be sent
POST is used for submitting forms, uploading files, etc.
GET is used for fetching data from the server
Examples: POST - submitting a login form, GET - fetching search results
Software development life cycle is a process of planning, designing, developing, testing, and deploying software.
SDLC is a framework that guides the development of software.
It involves several stages such as planning, designing, coding, testing, and deployment.
Each stage has its own set of activities and deliverables.
The stages are often iterative, meaning they may be repeated until the desired outcome is achieved.
Exam...
DBMS queries are used to interact with a database. Common queries include select, delete, insert, update, and drop.
SELECT: Retrieves data from a database table
DELETE: Removes data from a database table
INSERT: Adds new data into a database table
UPDATE: Modifies existing data in a database table
DROP: Deletes an entire database table
Studio.h is a header file in C programming used for input/output operations.
Studio.h contains functions like printf() and scanf() for input/output operations.
Preprocessor directives like #define and #include are used to include the header file.
Studio.h is part of the standard C library and is included in most C compilers.
It is important to include the header file in your program if you plan to use input/output function
TCS is a leading global IT services company with a strong reputation for innovation and client satisfaction.
TCS has a proven track record of delivering high-quality IT solutions to clients worldwide.
TCS offers a wide range of services and solutions, including consulting, digital transformation, and business process outsourcing.
TCS has a strong focus on innovation and invests heavily in research and development.
TCS has ...
Code for arranging numbers in sorted order
Use a sorting algorithm like bubble sort, insertion sort, or quicksort
Determine if the numbers are integers or floating point numbers
Consider the size of the input array and the time complexity of the algorithm
Check for edge cases like empty array or array with only one element
Data mining is the process of discovering patterns and insights from large datasets.
It involves using statistical and machine learning techniques to analyze data
The goal is to extract useful information and knowledge from the data
Examples include identifying customer buying patterns or predicting stock prices
Data mining can also be used in fields such as healthcare to identify disease risk factors
Compiler is needed to translate high-level programming language code into machine code.
Compilers are used to convert human-readable code into machine-readable code.
They help in detecting errors and bugs in the code before execution.
Compilers optimize the code for better performance and efficiency.
Examples of compilers include GCC, Clang, and Visual C++.
I was interviewed in Aug 2016.
SMPS stands for Switched-Mode Power Supply.
It is an electronic power supply that uses a switching regulator to convert electrical power efficiently.
It is commonly used in computers, TVs, and other electronic devices.
It is smaller and lighter than traditional linear power supplies.
It can operate at high frequencies, reducing the size of transformers and capacitors.
It is more energy-efficient than linear power supplies.
E...
Yes, I am open to relocation for the right opportunity.
I am willing to relocate for the right job opportunity
I have experience moving for previous jobs
I am open to exploring new locations and cultures
based on 4 interviews
Interview experience
Application Developer
20
salaries
| ₹0 L/yr - ₹0 L/yr |
QA Engineer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Angular JS Developer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
3
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech