Upload Button Icon Add office photos

Filter interviews by

Nona Technologies Technical Support Specialist Interview Questions and Answers

Updated 7 Nov 2023

Nona Technologies Technical Support Specialist Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2023. There were 2 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 

(4 Questions)

  • Q1. How do you succeed if i give opportunity
  • Ans. Alright am new to the company I will utilise full of my knowledge
  • Answered by jeevan BR
  • Q2. How do you feel our company
  • Ans. I proud to be a part of this company
  • Answered by jeevan BR
  • Q3. How do you manage the duties
  • Q4. How much time you spend a day

Interview Preparation Tips

Interview preparation tips for other job seekers - The owner of this company is always cool and very good person and also helping you and your family like anything in any point of time i proud myself for the part of this company as a technical support engineer

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Pattern drawing numbers in piramid
  • Ans. 

    The pattern involves drawing numbers in a pyramid shape.

    • Start with 1 at the top of the pyramid

    • Each row below has one more number than the row above

    • Numbers increase sequentially from left to right in each row

  • Answered by AI
  • Q2. Oops concepts was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - It was so exciting, interviewer was also nice. It was around 30 min
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Aptitude Test 

It was an online test with a set of rounds including typing speed, vocabulary test, and aptitude questions.

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Describe your work.
  • Q2. Questions regarding service now and apica.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is easy to crack.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The test is about grammatical knowledge.

Round 2 - HR 

(2 Questions)

  • Q1. Why you want to joine our company
  • Q2. Tell me about your last organisation
Round 3 - Technical 

(2 Questions)

  • Q1. Why you want to joine the company
  • Q2. Where you see yourself after 5years
Round 4 - Technical 

(2 Questions)

  • Q1. What is ethernet
  • Ans. 

    Ethernet is a networking technology commonly used for connecting devices in a local area network (LAN).

    • Ethernet is a system for connecting a number of computer systems to form a local area network (LAN).

    • It uses a protocol called CSMA/CD (Carrier Sense Multiple Access with Collision Detection) to manage traffic on the network.

    • Ethernet cables are commonly used to physically connect devices to a network switch or router.

    • E...

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

    A network is a collection of computers, servers, mainframes, network devices, and other devices connected to one another to share data and resources.

    • Networks can be wired or wireless

    • Common types of networks include LAN (Local Area Network) and WAN (Wide Area Network)

    • Networks can be private (intranet) or public (internet)

    • Examples of network devices include routers, switches, and modems

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Faith on yourself

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Sql constraint , primary key, unique and foreign key

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

There were 4 questions, 2 form string manipulation and 1 form graph and 1 from trees

Round 2 - Technical 

(1 Question)

  • Q1. 5 DSA questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. How you will react if you have received urgent request
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Recent news about hdfc
  • Ans. 

    HDFC Bank recently announced a partnership with Mastercard to launch a co-branded credit card.

    • HDFC Bank partnered with Mastercard to launch a co-branded credit card

    • The new credit card offers exclusive benefits and rewards for customers

    • This partnership aims to enhance customer experience and loyalty

  • Answered by AI
  • Q2. About your self

Interview Preparation Tips

Topics to prepare for HDFC Bank Customer Support Executive interview:
  • Go through job description
  • Company profile
  • Your resume
  • Skills required
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. What is sql and it’s subtype
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to retrieve, insert, update, and delete data

    • Some subtypes of SQL include MySQL, PostgreSQL, Oracle SQL, and Microsoft SQL Server

  • Answered by AI
  • Q2. What is sed command and find
  • Ans. 

    sed command is a stream editor for filtering and transforming text, while find command is used to search for files in a directory hierarchy.

    • sed command is used to perform text transformations on an input stream or file

    • find command is used to search for files in a directory hierarchy based on various criteria

    • sed command can be used to replace text, delete lines, or perform other text manipulations

    • find command can search...

  • Answered by AI
  • Q3. What is different between PK and FK
  • Ans. 

    PK is Primary Key which uniquely identifies a record in a table, while FK is Foreign Key which establishes a relationship between two tables.

    • PK ensures uniqueness of records in a table

    • FK establishes a relationship between tables

    • PK is used to enforce entity integrity, while FK is used to enforce referential integrity

  • Answered by AI
  • Q4. What is she’ll scraptiing
  • Ans. 

    Shell scraping is the process of extracting data from websites using automated tools or scripts.

    • Shell scraping involves writing scripts to automate the process of extracting data from websites

    • Tools like BeautifulSoup in Python or Scrapy can be used for shell scraping

    • Shell scraping is commonly used for web scraping and data mining purposes

  • Answered by AI
  • Q5. What is uptime command in Linux
  • Ans. 

    The uptime command in Linux displays the current time, how long the system has been running, and the number of users currently logged in.

    • Displays the current time

    • Shows how long the system has been running

    • Indicates the number of users currently logged in

  • Answered by AI
  • Q6. Why are switching the job
Round 2 - Technical 

(1 Question)

  • Q1. ….aaaaddddddhhjjjghhh

Skills evaluated in this interview

Nona Technologies Interview FAQs

How many rounds are there in Nona Technologies Technical Support Specialist interview?
Nona Technologies interview process usually has 2 rounds. The most common rounds in the Nona Technologies interview process are Resume Shortlist and HR.

Tell us how to improve this page.

People are getting interviews through

based on 1 Nona Technologies interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Nona Technologies Technical Support Specialist Salary
based on 4 salaries
₹5 L/yr - ₹16.3 L/yr
39% more than the average Technical Support Specialist Salary in India
View more details

Nona Technologies Technical Support Specialist Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Sales Executive
5 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Technical Support Specialist
4 salaries
unlock blur

₹5 L/yr - ₹16.3 L/yr

Service Engineer
3 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Explore more salaries
Compare Nona Technologies with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
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