i
Novac Technology
Solutions
Filter interviews by
Select 11 players from a cricket team of 15 based on binary values indicating their participation.
Use an array of size 15 to represent players, where 1 indicates a player will play and 0 indicates they won't.
Example array: [1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0]
Count the number of 1s in the array to ensure only 11 players are selected.
If there are more than 11 players with value 1, you can choose any 11 of t...
A simple webpage layout using HTML and CSS with a header, footer, and three cards in a row.
Use <header> and <footer> tags for the header and footer sections.
Create a <div> for the body content and use CSS Flexbox to align the cards.
Each card can be a <div> with a class, styled with padding, margin, and background color.
Example CSS: .card { flex: 1; margin: 10px; padding: 20px; background-co...
Combine two tables with identical columns in SQL Server without using traditional joins, leveraging UNION or subqueries instead.
Use UNION to combine results from both tables: SELECT * FROM Table1 UNION SELECT * FROM Table2;
UNION ALL can be used if you want to include duplicate rows: SELECT * FROM Table1 UNION ALL SELECT * FROM Table2;
Subqueries can also be utilized: SELECT * FROM (SELECT * FROM Table1) AS T1, (SEL...
Inheritance is a concept in object-oriented programming where a class inherits attributes and methods from another class.
Allows a class to inherit attributes and methods from another class
Promotes code reusability and reduces redundancy
Derived class can add its own attributes and methods or override existing ones
Example: Class 'Car' can inherit from class 'Vehicle' and gain attributes like 'color' and methods like...
I have knowledge of computer systems and programming languages to troubleshoot technical issues.
Proficient in programming languages such as Java, Python, and C++
Familiar with operating systems such as Windows, Linux, and macOS
Able to diagnose and resolve technical issues related to hardware and software
Experience with debugging and testing code
Knowledge of database management systems and SQL
Ability to learn and ad...
IPv4 and IPv6 are two versions of Internet Protocol, with IPv6 designed to replace IPv4 due to address exhaustion.
IPv4 uses 32-bit addresses, allowing for about 4.3 billion unique addresses.
IPv6 uses 128-bit addresses, providing a virtually limitless number of addresses (approximately 340 undecillion).
IPv4 addresses are written in decimal format (e.g., 192.168.1.1), while IPv6 addresses are written in hexadecimal ...
I applied via Walk-in
They gave 100 aptitude questions like distance,time,logical reasoning , puzzle, etc.. to solve within 1 hour but 40 marks is pass mark.
A simple webpage layout using HTML and CSS with a header, footer, and three cards in a row.
Use <header> and <footer> tags for the header and footer sections.
Create a <div> for the body content and use CSS Flexbox to align the cards.
Each card can be a <div> with a class, styled with padding, margin, and background color.
Example CSS: .card { flex: 1; margin: 10px; padding: 20px; background-color: ...
The question is asking for a program to calculate the sum of digits in a given number.
Create a function that takes in a number as input
Convert the number to a string to iterate through each digit
Sum up all the digits and return the total
Select 11 players from a cricket team of 15 based on binary values indicating their participation.
Use an array of size 15 to represent players, where 1 indicates a player will play and 0 indicates they won't.
Example array: [1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0]
Count the number of 1s in the array to ensure only 11 players are selected.
If there are more than 11 players with value 1, you can choose any 11 of them.
Combine two tables with identical columns in SQL Server without using traditional joins, leveraging UNION or subqueries instead.
Use UNION to combine results from both tables: SELECT * FROM Table1 UNION SELECT * FROM Table2;
UNION ALL can be used if you want to include duplicate rows: SELECT * FROM Table1 UNION ALL SELECT * FROM Table2;
Subqueries can also be utilized: SELECT * FROM (SELECT * FROM Table1) AS T1, (SELECT *...
I appeared for an interview in May 2025, where I was asked the following questions.
IP stands for Internet Protocol, a set of rules governing data transmission over networks.
IP addresses are unique identifiers for devices on a network, e.g., 192.168.1.1.
There are two main versions: IPv4 (32-bit) and IPv6 (128-bit).
IPv4 can support about 4.3 billion addresses, while IPv6 can support a vastly larger number.
IP is essential for routing data packets between devices on the internet.
IPv4 and IPv6 are two versions of Internet Protocol, with IPv6 designed to replace IPv4 due to address exhaustion.
IPv4 uses 32-bit addresses, allowing for about 4.3 billion unique addresses.
IPv6 uses 128-bit addresses, providing a virtually limitless number of addresses (approximately 340 undecillion).
IPv4 addresses are written in decimal format (e.g., 192.168.1.1), while IPv6 addresses are written in hexadecimal (e.g....
I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.
Time and distance,Trains,Height and distance, percentage and profit and loss
Prime number,pattern,palindrome
I applied via Naukri.com and was interviewed in Aug 2023. There were 2 interview rounds.
Inheritance is a concept in object-oriented programming where a class inherits attributes and methods from another class.
Allows a class to inherit attributes and methods from another class
Promotes code reusability and reduces redundancy
Derived class can add its own attributes and methods or override existing ones
Example: Class 'Car' can inherit from class 'Vehicle' and gain attributes like 'color' and methods like 'dri...
I applied via Campus Placement and was interviewed in May 2022. There were 6 interview rounds.
Basically 5 Coding Test. Answer me this Round.
Minimum 10 person one group and Any one Topic Lesson and Speech...
I have knowledge of computer systems and programming languages to troubleshoot technical issues.
Proficient in programming languages such as Java, Python, and C++
Familiar with operating systems such as Windows, Linux, and macOS
Able to diagnose and resolve technical issues related to hardware and software
Experience with debugging and testing code
Knowledge of database management systems and SQL
Ability to learn and adapt t...
I applied via AmbitionBox and was interviewed in Jun 2022. There were 2 interview rounds.
General aptitude test
I applied via Referral and was interviewed in Jul 2022. There were 2 interview rounds.
All sorts of quantitave aptitude as well as logical reasoning questions were asked
I applied via Walk-in and was interviewed in Aug 2021. There was 1 interview round.
I would like to discuss my salary expectations further during the negotiation process.
Express willingness to discuss salary expectations further
Highlight the importance of negotiation
Avoid giving a specific salary figure
Emphasize the focus on overall compensation package
I am a highly motivated individual with a strong background in customer service and a passion for providing exceptional experiences.
Extensive experience in customer service roles
Strong communication and problem-solving skills
Proven ability to handle difficult situations with professionalism
Passionate about delivering outstanding customer experiences
Quick learner and adaptable to new environments
Team player with excelle...
Top trending discussions
I applied via Approached by Company and was interviewed before Jun 2021. There were 2 interview rounds.
Frameworks provide structure and pre-built components for software development, but can also limit flexibility and require learning curve.
Advantage: Provides structure and pre-built components for faster development
Advantage: Can improve code quality and maintainability
Disadvantage: Can limit flexibility and customization
Disadvantage: Requires learning curve and potential dependency issues
Example: ReactJS provides a fr...
Oops stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent real-world entities.
Advantages: code reusability, modularity, encapsulation, inheritance, polymorphism
Disadvantages: complexity, steep learning curve, performance overhead
Example: creating a class 'Car' with properties like 'make', 'model', and 'year', and methods like 'start_engine' and 'stop_engine'
Some of the top questions asked at the Novac Technology Solutions interview for freshers -
The duration of Novac Technology Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 5 interview experiences
Difficulty level
Duration
based on 661 reviews
Rating in categories
Software Engineer
619
salaries
| ₹2.2 L/yr - ₹7 L/yr |
Senior Software Engineer
412
salaries
| ₹3.7 L/yr - ₹8 L/yr |
Associate
211
salaries
| ₹1.2 L/yr - ₹3.2 L/yr |
Associate Project Manager
156
salaries
| ₹5.2 L/yr - ₹11.6 L/yr |
Test Engineer
141
salaries
| ₹2.2 L/yr - ₹5.8 L/yr |
Thomson Reuters
HighRadius
Chetu
EbixCash Limited