Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Novac Technology Solutions Team. If you also belong to the team, you can get access from here

Novac Technology Solutions Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 439 Reviews

Filter interviews by

Novac Technology Solutions Interview Questions, Process, and Tips

Updated 17 Dec 2024

Top Novac Technology Solutions Interview Questions and Answers

View all 20 questions

Novac Technology Solutions Interview Experiences

Popular Designations

59 interviews found

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

I applied via Walk-in

Round 1 - Aptitude Test 

They gave 100 aptitude questions like distance,time,logical reasoning , puzzle, etc.. to solve within 1 hour but 40 marks is pass mark.

Round 2 - Technical 

(4 Questions)

  • Q1. I said that I know html, css and basics of C#. So, they gave first question as do the web page designing using html and css. In page, it contains header and footer. In between header and footer the body t...
  • Q2. Sum of digits inc#
  • Ans. 

    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

  • Answered by AI
  • Q3. Scenario based basic program question. 15 team players in the cricket team . But you have to choose only 11 members to play. He told that 11 members have binary value 1 and another 4 members have binay va...
  • Q4. In sql server, join two tables it contains same columns but don't use joins.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what mentioned in resume

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Non relevant questions asking for that
Round 2 - One-on-one 

(2 Questions)

  • Q1. Non asked relevant questions
  • Q2. No needed skills only reference will acceptable to

Interview Preparation Tips

Interview preparation tips for other job seekers - I attended an interview at Novak Solution Pvt Ltd in Perungudi, the lady who interviewed me asked me a question that was not related to the job.His question to me was very sad and hurtful.Having people like her gives the whole company a bad name. Terminating her would be good for the company.I don't want to mention her name. I am only referring to the Lady H.R. who interviewed me and not others. That HR gave me worst experience today.Don't hurt anyone by talking like that after this.My Ansar are not ready to listen to them, they have decided by themselves and I don't like their mannerism at all.

Collection Associate Interview Questions asked at other Companies

Q1. How to collect emi and customer feedback from market and vehicle running zone
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. Be strong in the skills you mentioned in your resume
  • Q2. What is StateManagement in Asp.Net?
  • Ans. 

    StateManagement in ASP.NET refers to the techniques used to preserve data between multiple requests from the same user.

    • StateManagement is important for maintaining the state of controls on a web page across postbacks.

    • There are different ways of managing state in ASP.NET such as ViewState, Session, Cookies, and Application state.

    • ViewState is used to store page-specific information that is preserved across postbacks.

    • Sess...

  • Answered by AI
  • Q3. What is the difference between primary and unique key
  • Ans. 

    Primary key uniquely identifies each record in a table, while unique key ensures that all values in a column are different.

    • Primary key does not allow NULL values, while unique key allows one NULL value.

    • A table can have only one primary key, but multiple unique keys.

    • Primary key is automatically indexed, while unique key is not.

    • Example: Primary key for a table of students could be student_id, while unique key could be em

  • Answered by AI
  • Q4. What is abstraction and interface
  • Ans. 

    Abstraction is the concept of hiding complex implementation details and showing only the necessary information. Interface is a contract that defines the methods that a class must implement.

    • Abstraction allows us to focus on what an object does instead of how it does it.

    • Interface defines a set of methods that a class must implement, but it does not provide the implementation details.

    • Abstraction can be achieved through ab...

  • Answered by AI
  • Q5. What is the flow of mvc application
  • Ans. 

    MVC application flow involves the request being handled by the controller, which interacts with the model to retrieve data and then passes it to the view for rendering.

    • 1. Request is received by the controller

    • 2. Controller interacts with the model to retrieve data

    • 3. Data is passed to the view for rendering

    • 4. View generates the HTML response to be sent back to the client

  • Answered by AI
  • Q6. What are the roles and responsibilities of your previous project
Round 2 - HR 

(1 Question)

  • Q1. What are your salary expectations

Interview Preparation Tips

Topics to prepare for Novac Technology Solutions ASP.NET Developer interview:
  • ASP.Net
  • JQuery
  • Entity Framework
  • js
  • SQL
Interview preparation tips for other job seekers - The interviewers were friendly and professional. No need to worry about anything.
Be relaxed and answer the questions.

Skills evaluated in this interview

ASP.NET Developer Interview Questions asked at other Companies

Q1. All opps concept. What is constructor?, what is delegets? What is inheritance? What is abtract class.?
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Oops, Web Api, C#.
  • Q2. Asp.Net, Javascript
  • Q3. Tachnical based on .net.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Novac Technology Solutions interview questions for popular designations

 Software Engineer

 (8)

 Software Engineer Trainee

 (5)

 Software Developer

 (4)

 Process Associate

 (3)

 ASP.NET Developer

 (2)

 Associate Software Engineer

 (2)

 Senior Customer Service Executive

 (2)

 Senior Software Engineer

 (2)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is IP ?
  • Ans. 

    IP stands for Internet Protocol, a set of rules governing the format of data sent over the internet.

    • IP is a unique address assigned to each device connected to a network.

    • It allows devices to communicate with each other by routing data packets.

    • There are two versions of IP - IPv4 and IPv6.

    • Example: IPv4 address - 192.168.1.1, IPv6 address - 2001:0db8:85a3:0000:0000:8a2e:0370:7334

  • Answered by AI
  • Q2. What is domain
  • Ans. 

    A domain is a group of computers, printers, and other devices that are interconnected and governed by the same security policies.

    • A domain allows for centralized management of users, computers, and resources.

    • Domains are typically used in networking environments to control access and permissions.

    • Examples of domain systems include Microsoft Active Directory and LDAP.

  • Answered by AI

Senior Technical Engineer Interview Questions asked at other Companies

Q1. 3. Green building materials. And how is it help in sustainable development of construction Industries.
View answer (1)

Get interview-ready with Top Novac Technology Solutions Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced finance executive with a strong background in financial analysis and strategic planning.

    • Over 10 years of experience in finance roles

    • Skilled in financial analysis, budgeting, and forecasting

    • Proven track record of driving profitability and growth

    • Strong leadership and communication skills

    • Previously worked as a Finance Manager at XYZ Company

  • Answered by AI
  • Q2. Golden rules of accounting
  • Ans. 

    Golden rules of accounting are basic principles that guide the process of recording financial transactions.

    • The three golden rules of accounting are: Debit the receiver, Credit the giver; Debit what comes in, Credit what goes out; Debit expenses and losses, Credit income and gains.

    • These rules help ensure that financial transactions are accurately recorded and classified in the accounting system.

    • For example, when a compa...

  • Answered by AI

Finance Executive Interview Questions asked at other Companies

Q1. Certains Rules to follow - 1. Remove your footwear outside of the company, though it sounds strange! yes, this is a rule. They have other footwear inside the company (optional) if you want to carry it. 2. For Washrooms, they have kept chapp... read more
View answer (4)

Jobs at Novac Technology Solutions

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Allows for easier testing by mocking dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Examples: Constructor injection, Setter injection, Interface injection

  • Answered by AI
  • Q2. Authentication and authorization in API
  • Ans. 

    Authentication verifies user identity, while authorization determines user access rights.

    • Authentication ensures the user is who they claim to be, usually through credentials like username and password.

    • Authorization determines what actions a user is allowed to perform after authentication.

    • APIs often use tokens like JWT for authentication and role-based access control for authorization.

    • Implementing OAuth 2.0 can provide ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Associate Project Lead Interview Questions & Answers

user image abinaya sridharan

posted on 23 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Coroutines in kotlin
  • Ans. 

    Coroutines in Kotlin are lightweight threads that can be used for asynchronous programming.

    • Coroutines are used to perform long-running tasks without blocking the main thread.

    • They can be used to handle asynchronous operations such as network requests or database queries.

    • Coroutines in Kotlin are defined using the 'suspend' keyword.

    • They can be launched using 'launch' or 'async' functions from the kotlinx.coroutines librar

  • Answered by AI

Associate Project Lead Interview Questions asked at other Companies

Q1. How to calculate Risk assessment
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2023. 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 - HR 

(1 Question)

  • Q1. Self introduction, work experience, how to teach customers.....
Round 3 - Aptitude Test 

How to explain the customer

Round 4 - Group Discussion 

How to educate the customer

Round 5 - One-on-one 

(4 Questions)

  • Q1. Manager round ,
  • Q2. How to educate the customer
  • Ans. 

    Educating the customer involves providing information and guidance to help them understand a product or service.

    • Listen actively to the customer's needs and concerns

    • Explain complex concepts in simple terms

    • Provide clear instructions and step-by-step guidance

    • Use visual aids or demonstrations when necessary

    • Offer relevant examples or case studies

    • Follow up to ensure understanding and address any further questions

  • Answered by AI
  • Q3. Are you contune the 6 months this job
  • Q4. Salary expectation

Senior Customer Service Executive Interview Questions asked at other Companies

Q1. What is you are quaficantion ? What is You are habits? What is you are quaficantion ad were You have studied? What is you are age? What is ureached safely job? What is you rope style Strictly Watters?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Time and distance,Trains,Height and distance, percentage and profit and loss

Round 2 - Coding Test 

Prime number,pattern,palindrome

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Novac Technology Solutions Interview FAQs

How many rounds are there in Novac Technology Solutions interview?
Novac Technology Solutions interview process usually has 2-3 rounds. The most common rounds in the Novac Technology Solutions interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Novac Technology 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 Novac Technology Solutions. The most common topics and skills that interviewers at Novac Technology Solutions expect are Sales, Finance, Marketing, Automobile and mba.
What are the top questions asked in Novac Technology Solutions interview?

Some of the top questions asked at the Novac Technology Solutions interview -

  1. You Know The Computer Knowledge and Coding Technical Issues. How to Expla...read more
  2. What is the difference between primary and unique ...read more
  3. How may types of insuran...read more
How long is the Novac Technology Solutions interview process?

The duration of Novac Technology Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Novac Technology Solutions Interview Process

based on 28 interviews in last 1 year

Interview experience

4
  
Good
View more

People are getting interviews through

based on 41 Novac Technology Solutions interviews
Job Portal
WalkIn
Referral
Company Website
Campus Placement
49%
24%
12%
7%
2%
6% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
Globant Interview Questions
3.9
 • 166 Interviews
View all

Novac Technology Solutions Reviews and Ratings

based on 439 reviews

3.9/5

Rating in categories

3.6

Skill development

3.8

Work-Life balance

3.2

Salary & Benefits

4.3

Job Security

3.7

Company culture

3.1

Promotions/Appraisal

3.6

Work Satisfaction

Explore 439 Reviews and Ratings
Dotnet developer - SE/SSE/TL

Chennai

2-7 Yrs

Not Disclosed

Sales Specialist

Hyderabad / Secunderabad,

Navi Mumbai

+1

8-13 Yrs

Not Disclosed

Shriram Finance - Management Trainee -Gujarat

Ahmedabad,

Rajkot

+1

0-2 Yrs

Not Disclosed

Explore more jobs
Software Engineer
468 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Senior Software Engineer
272 salaries
unlock blur

₹3 L/yr - ₹9.1 L/yr

Associate
150 salaries
unlock blur

₹1 L/yr - ₹3.6 L/yr

Associate Project Manager
118 salaries
unlock blur

₹5.1 L/yr - ₹11.6 L/yr

Test Engineer
103 salaries
unlock blur

₹2 L/yr - ₹5.2 L/yr

Explore more salaries
Compare Novac Technology Solutions with

Infosys

3.7
Compare

TCS

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