Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

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

Nityo Infotech Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 787 Reviews

Play video Play video Video summary
  • About
  • Reviews
    787
  • Salaries
    4.8k
  • Interviews
    64
  • Jobs
    39
  • Benefits
    48
  • Photos
    -

Filter interviews by

Nityo Infotech Interview Questions and Answers

Updated 1 May 2025
Popular Designations

27 Interview questions

A Service Desk Engineer was asked 1mo ago
Q. What is a ticketing tool?
Ans. 

A ticketing tool is software that helps manage and track service requests and incidents in IT support environments.

  • Facilitates communication between users and support teams.

  • Tracks the status of issues from creation to resolution.

  • Examples include Jira Service Desk, Zendesk, and ServiceNow.

  • Enables prioritization and categorization of tickets for efficient handling.

  • Provides reporting and analytics to improve service ...

View all Service Desk Engineer interview questions
A Service Desk Engineer was asked 1mo ago
Q. What is a service request?
Ans. 

A service request is a formal request for assistance or information regarding IT services.

  • Typically submitted by users to IT support teams.

  • Examples include password resets, software installations, or access requests.

  • Service requests are often tracked through a ticketing system.

  • They differ from incidents, which are unplanned interruptions to services.

View all Service Desk Engineer interview questions
🔥 Asked by recruiter 2 times
A Desktop Support Engineer L1 and L2 was asked 1mo ago
Q. What is APIPA?
Ans. 

APIPA (Automatic Private IP Addressing) allows devices to self-assign IP addresses when DHCP fails.

  • APIPA assigns IP addresses in the range 169.254.0.1 to 169.254.255.254.

  • It is used when a device cannot obtain an IP address from a DHCP server.

  • Devices using APIPA can communicate with each other on the same local network.

  • Example: A laptop connects to a network without a DHCP server and assigns itself 169.254.1.2.

View all Desktop Support Engineer L1 and L2 interview questions
A Desktop Support Engineer L1 and L2 was asked 1mo ago
Q. What is the difference between a service request and an incident?
Ans. 

Service requests are user-initiated tasks, while incidents are unplanned interruptions in service.

  • Service Request: A user asks for a new software installation.

  • Incident: A user reports that their email is not working.

  • Service Request: Requesting access to a shared drive.

  • Incident: A printer is malfunctioning and not printing documents.

  • Service Requests are typically planned and can be scheduled, while Incidents requir...

View all Desktop Support Engineer L1 and L2 interview questions
A Change Manager was asked 8mo ago
Q. What is ITIL V4?
Ans. 

ITIL V4 is the latest version of the Information Technology Infrastructure Library, a framework for IT service management.

  • ITIL V4 focuses on integrating ITIL guidance with best practices from the worlds of DevOps, Agile, and Lean.

  • It emphasizes the importance of collaboration, automation, and streamlining processes to improve service delivery.

  • ITIL V4 introduces the Service Value System (SVS) which helps organizatio...

View all Change Manager interview questions
A Change Manager was asked 8mo ago
Q. What is the ITSM process?
Ans. 

ITSM (IT Service Management) process is a set of policies, procedures, and activities that help organizations deliver and support IT services to meet the needs of their customers.

  • ITSM processes help organizations align IT services with business needs

  • ITSM processes include incident management, change management, problem management, and more

  • ITSM processes often follow ITIL (Information Technology Infrastructure Libr...

View all Change Manager interview questions
A Senior Quality Analyst was asked 9mo ago
Q. How do you configure promotions in Adobe Commerce?
Ans. 

Promotions in Adobe Commerce can be configured through the admin panel by creating rules and conditions.

  • Navigate to Marketing > Promotions > Cart Price Rules in the admin panel

  • Click on 'Add New Rule' to create a new promotion

  • Set conditions and actions for the promotion, such as discount amount or free shipping

  • Save the rule and apply it to specific products or customer groups as needed

View all Senior Quality Analyst interview questions
Are these interview questions helpful?
An Angular Frontend Developer was asked 9mo ago
Q. What are pipes, and what types of pipes are available in Angular?
Ans. 

Pipes in Angular are used to transform data before displaying it in the view.

  • Pipes are used in Angular templates to format data before displaying it.

  • There are built-in pipes like DatePipe, UpperCasePipe, LowerCasePipe, etc.

  • Custom pipes can also be created for specific formatting needs.

  • Pipes can be chained together for more complex transformations.

View all Angular Frontend Developer interview questions
An Angular Frontend Developer was asked 9mo ago
Q. Explain how components communicate with each other in Angular.
Ans. 

Communication between components in Angular can be achieved using @Input, @Output, services, and event emitters.

  • Use @Input to pass data from parent to child component

  • Use @Output and EventEmitter to emit events from child to parent component

  • Use services to share data between components

  • Use RxJS subjects for more complex communication scenarios

View all Angular Frontend Developer interview questions
A Data Engineer was asked 9mo ago
Q. How do you debug packages in SSIS?
Ans. 

Debugging packages in SSIS involves using breakpoints, data viewers, logging, and error outputs.

  • Set breakpoints in control flow tasks to pause package execution for inspection.

  • Use data viewers to see data at various points in the package.

  • Enable logging to capture detailed information about package execution.

  • Redirect error outputs to handle and troubleshoot errors effectively.

View all Data Engineer interview questions
1 2 3

Nityo Infotech Interview Experiences

64 interviews found

Yoga and Meditation Teacher Interview Questions & Answers

user image Anonymous

posted on 3 Oct 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2024. There were 7 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What type of technical..... I know fridge AC washing machine inverter RO water purified water heater all kind of appliances for servicing repairing and sales very well what type of
  • Add your answer
  • Q2. Any other companies for LG Samsung Whirlpool different type of companies tell me
  • Ans. 

    Some other companies in the same industry include GE, Bosch, and Electrolux.

    • GE is a well-known brand for home appliances like refrigerators and washing machines.

    • Bosch is known for its high-quality kitchen appliances and power tools.

    • Electrolux offers a wide range of home appliances including vacuum cleaners and air conditioners.

  • Answered by AI
    Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. What type of companies I shall work
  • Add your answer
  • Q2. Please tell me the name of companies and interview
  • Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. What type of company I want to do the work
  • Add your answer
  • Q2. Please tell me the name of companies details for interview
  • Add your answer
Round 4 - One-on-one 

(2 Questions)

  • Q1. Please find out any other companies or LG Samsung Whirlpool
  • Ans. 

    I'm sorry, but the question seems to be incomplete or unclear. Please provide more information or clarify the question.

    • Answered by AI
      Add your answer
    • Q2. Different type of companies I shall wanted to know for suitable please send him the name of companies
    • Add your answer
    Round 5 - Technical 

    (1 Question)

    • Q1. Just you will be make question I will give you answer
    • Add your answer
    Round 6 - Technical 

    (2 Questions)

    • Q1. Why you are asking different type of questions
    • Add your answer
    • Q2. If you ask question it's not for filling the box it's make only red happening
    • Add your answer
    Round 7 - Assignment 

    In production department.

    Interview Preparation Tips

    Topics to prepare for Nityo Infotech Yoga and Meditation Teacher interview:
    • Refrigerator mechanical
    Interview preparation tips for other job seekers - Mechanical field for supervising

    Yoga and Meditation Teacher Interview Questions asked at other Companies

    Q1. What is the mean by life. The life has combined body and mind with soul to enclosing like a chain link. To connectivity of 5 elements and five senses for a life to apply with mind of momentation....
    View answer (1)
    Anonymous

    Software Engineer Interview Questions & Answers

    user image Anonymous

    posted on 23 Sep 2024

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

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

    Round 1 - Coding Test 

    Flatten a binary tree.

    Round 2 - Technical 

    (1 Question)

    • Q1. Project discussion, tech stack used, problems faced etc .
    • Add your answer

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Just keep hustling.

    Software Engineer Interview Questions asked at other Companies

    Q1. Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
    View answer (240)
    Anonymous

    Plsql Developer Interview Questions & Answers

    user image Rk Charti

    posted on 18 Mar 2025

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

    I appeared for an interview in Feb 2025, where I was asked the following questions.

    • Q1. Index, procedure, function
    • Add your answer
    • Q2. Dml, cursor, collection
    • Add your answer

    Plsql Developer Interview Questions asked at other Companies

    Q1. What is temp table and temp variable in plsql?
    View answer (6)
    Anonymous

    Plsql Developer Interview Questions & Answers

    user image Anonymous

    posted on 15 Mar 2025

    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    No response

    I appeared for an interview in Feb 2025, where I was asked the following questions.

    • Q1. What are jobs
    • Add your answer
    • Q2. What is cursor
    • Add your answer

    Plsql Developer Interview Questions asked at other Companies

    Q1. What is temp table and temp variable in plsql?
    View answer (6)
    Anonymous

    Angular Frontend Developer Interview Questions & Answers

    user image Anonymous

    posted on 8 Aug 2024

    Interview experience
    3
    Average
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - One-on-one 

    (2 Questions)

    • Q1. Explain the communication from one component to other component.
    • Ans. 

      Communication between components in Angular can be achieved using @Input, @Output, services, and event emitters.

      • Use @Input to pass data from parent to child component

      • Use @Output and EventEmitter to emit events from child to parent component

      • Use services to share data between components

      • Use RxJS subjects for more complex communication scenarios

    • Answered by AI
      Add your answer
    • Q2. What is piepes and types of pipes?
    • Ans. 

      Pipes in Angular are used to transform data before displaying it in the view.

      • Pipes are used in Angular templates to format data before displaying it.

      • There are built-in pipes like DatePipe, UpperCasePipe, LowerCasePipe, etc.

      • Custom pipes can also be created for specific formatting needs.

      • Pipes can be chained together for more complex transformations.

    • Answered by AI
      Add your answer

    Angular Frontend Developer Interview Questions asked at other Companies

    Q1. How do you implement interfaces without methods?
    View answer (1)
    Anonymous

    Selenium Automation Tester Interview Questions & Answers

    user image Sanjeev P

    posted on 26 Jul 2024

    Interview experience
    1
    Bad
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Coding Test 

    Automate sample website

    Round 2 - Technical 

    (1 Question)

    • Q1. About test scenarios
    • Add your answer
    Round 3 - HR 

    (1 Question)

    • Q1. Salary and mode of work
    • Add your answer

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Think before to join in that company..my friend in that company within one month he is terminated from that company without any reason... Infosys is their client...it's better join Infosys directly than join as a contract employee..I don't bother them...they don't follow IT company norms ... they follow their own way...please concern about employees too

    Selenium Automation Tester Interview Questions asked at other Companies

    Q1. How do you get the count of all text boxes on a webpage?
    View answer (6)
    Anonymous

    Test Engineer Interview Questions & Answers

    user image Navyaraj vs

    posted on 7 Dec 2024

    Interview experience
    3
    Average
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Telephonic Call 

    (1 Question)

    • Q1. Tell me abt yuourself
    • Add your answer
    Round 2 - HR 

    (1 Question)

    • Q1. Package discussion
    • Add your answer

    Test Engineer Interview Questions asked at other Companies

    Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
    View answer (4)
    Anonymous

    Customer Support Representative Interview Questions & Answers

    user image Anonymous

    posted on 24 Sep 2024

    Interview experience
    4
    Good
    Difficulty level
    Easy
    Process Duration
    -
    Result
    Selected Selected
    Round 1 - HR 

    (2 Questions)

    • Q1. Questions all about from recent job
    • Add your answer
    • Q2. Expected Salary
    • Ans. 

      My expected salary is negotiable and dependent on the responsibilities and benefits offered.

      • I am open to discussing salary based on the specific job requirements and company offerings.

      • I have researched the average salary range for Customer Support Representatives in this industry.

      • I am looking for a competitive salary that reflects my skills and experience.

      • I am also interested in benefits such as healthcare, retirement ...

    • Answered by AI
      Add your answer
    Round 2 - Technical 

    (1 Question)

    • Q1. Behavioral questions
    • Add your answer

    Customer Support Representative Interview Questions asked at other Companies

    Q1. What specific process did you implement to reduce manual activities for Order Management?
    View answer (1)
    Anonymous

    QA Engineer Interview Questions & Answers

    user image deepali devkar

    posted on 13 Aug 2024

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

    (2 Questions)

    • Q1. Functional testing
    • Add your answer
    • Q2. Automation testing
    • Add your answer

    QA Engineer Interview Questions asked at other Companies

    Q1. Suppose your manager gave you a task to complete in one week, but you believe it will take two weeks. How would you justify your view to your manager and get them to accept your justification?
    View answer (2)
    Anonymous

    Data Analyst Interview Questions & Answers

    user image Jyoti Mishra

    posted on 5 Dec 2024

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

    Very easy based upon Client requirement

    Round 2 - HR 

    (2 Questions)

    • Q1. Package details , negotiation, ppf
    • Add your answer
    • Q2. Joining date related discussion
    • Add your answer

    Data Analyst Interview Questions asked at other Companies

    Q1. Write code to calculate the number of people in a room at the end of the day, given that X people enter and Y people leave continuously throughout the day.
    View answer (11)
    Anonymous

    Top trending discussions

    View All
    Salary Discussions, Hike & Promotions
    2w
    a data scientist
    Need help in CTC expectation
    Planning to appear for interviews.. CCTC: 11 LPA Exp: 4 years (Data science, ML, DL) last 1 Year in GenAI I was doing work from until now.. 1. What is possibility of getting remote job? 2. What should be my expected CTC? Please help
    Got a question about Nityo Infotech?
    Ask anonymously on communities.
    More about working at Nityo Infotech
    • HQ - plainsboro New Jersey, UnitedStates
    • IT Services & Consulting
    • 1k-5k Employees (India)
    • Recruitment
    • Software Product

    Nityo Infotech Interview FAQs

    How many rounds are there in Nityo Infotech interview?
    Nityo Infotech interview process usually has 2-3 rounds. The most common rounds in the Nityo Infotech interview process are Technical, One-on-one Round and Resume Shortlist.
    How to prepare for Nityo Infotech 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 Nityo Infotech. The most common topics and skills that interviewers at Nityo Infotech expect are SQL, Python, Troubleshooting, Javascript and Project Management.
    What are the top questions asked in Nityo Infotech interview?

    Some of the top questions asked at the Nityo Infotech interview -

    1. Write a program to sort an array using insertion sort algorit...read more
    2. Can we sort hashmap? How to secure webservic...read more
    3. How to keep candidate warmed up if there is no feedback from client s...read more
    How long is the Nityo Infotech interview process?

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

    Tell us how to improve this page.

    Nityo Infotech Interviews By Designations

    • Nityo Infotech Senior Software Engineer Interview Questions
    • Nityo Infotech Software Engineer Interview Questions
    • Nityo Infotech Java Developer Interview Questions
    • Nityo Infotech Senior IT Recruiter Interview Questions
    • Nityo Infotech Plsql Developer Interview Questions
    • Nityo Infotech IT Technical Recruiter Interview Questions
    • Nityo Infotech Information Technology Recruiter Interview Questions
    • Nityo Infotech Data Engineer Interview Questions
    • Show more
    • Nityo Infotech Desktop Support Engineer Interview Questions
    • Nityo Infotech Senior Quality Analyst Interview Questions

    Interview Questions for Popular Designations

    • Senior Software Engineer Interview Questions
    • Executive Interview Questions
    • Analyst Interview Questions
    • Intern Interview Questions
    • Business Analyst Interview Questions
    • Graduate Engineer Trainee (Get) Interview Questions
    • Test Engineer Interview Questions
    • Sales Officer Interview Questions
    • Show more
    • Assistant Manager Interview Questions
    • HR Executive Interview Questions

    Overall Interview Experience Rating

    3.7/5

    based on 59 interview experiences

    Difficulty level

    Easy 37%
    Moderate 56%
    Hard 7%

    Duration

    Less than 2 weeks 84%
    More than 8 weeks 16%
    View more

    Interview Questions from Similar Companies

    ITC Infotech
    ITC Infotech Interview Questions
    3.6
     • 356 Interviews
    Globant
    Globant Interview Questions
    3.8
     • 179 Interviews
    HTC Global Services
    HTC Global Services Interview Questions
    3.5
     • 142 Interviews
    Collabera Technologies
    Collabera Technologies Interview Questions
    3.5
     • 136 Interviews
    TEKsystems
    TEKsystems Interview Questions
    3.3
     • 120 Interviews
    HERE Technologies
    HERE Technologies Interview Questions
    3.8
     • 97 Interviews
    Exela Technologies
    Exela Technologies Interview Questions
    3.3
     • 88 Interviews
    Unisys
    Unisys Interview Questions
    3.7
     • 72 Interviews
    Wipro Digital
    Wipro Digital Interview Questions
    3.6
     • 71 Interviews
    Allianz Technology
    Allianz Technology Interview Questions
    4.0
     • 67 Interviews
    View all

    Nityo Infotech Reviews and Ratings

    based on 787 reviews

    3.1/5

    Rating in categories

    2.8

    Skill development

    3.1

    Work-life balance

    3.0

    Salary

    2.7

    Job security

    2.9

    Company culture

    2.6

    Promotions

    2.9

    Work satisfaction

    Explore 787 Reviews and Ratings
    Jobs at Nityo Infotech
    Nityo Infotech
    Customer Service Professional

    Hyderabad / Secunderabad

    1-5 Yrs

    Not Disclosed

    Nityo Infotech
    CPQ Developer

    Pune

    4-8 Yrs

    Not Disclosed

    Nityo Infotech
    Senior Sap MM Consultant

    Bangalore / Bengaluru

    9-12 Yrs

    Not Disclosed

    Explore more jobs
    Nityo Infotech Salaries in India
    Information Technology Recruiter
    197 salaries
    unlock blur

    ₹1.1 L/yr - ₹6 L/yr

    Desktop Support Engineer
    137 salaries
    unlock blur

    ₹1.5 L/yr - ₹4.6 L/yr

    Senior Software Engineer
    135 salaries
    unlock blur

    ₹6 L/yr - ₹21.9 L/yr

    Software Engineer
    110 salaries
    unlock blur

    ₹2.8 L/yr - ₹11.3 L/yr

    Technical Recruiter
    108 salaries
    unlock blur

    ₹1 L/yr - ₹6 L/yr

    Explore more salaries
    Compare Nityo Infotech with
    ITC Infotech

    ITC Infotech

    3.6
    Compare
    HTC Global Services

    HTC Global Services

    3.5
    Compare
    Exela Technologies

    Exela Technologies

    3.3
    Compare
    HERE Technologies

    HERE Technologies

    3.8
    Compare
    Popular Calculators
    Are you paid fairly?
    Monthly In-hand Salary Calculator
    Gratuity Calculator
    HRA Calculator
    Salary Hike Calculator
    • Home >
    • Interviews >
    • Nityo Infotech Interview Questions
    write
    Share an Interview
    Stay ahead in your career. Get AmbitionBox app
    Awards Banner

    Helping over 1 Crore job seekers every month in choosing their right fit company

    80 Lakh+

    Reviews

    4 Crore+

    Salaries

    6 Lakh+

    Interviews

    1 Crore+

    Users/Month

    Contribute
    Search

    Interview Questions

    • Reviews
    • Salaries
    • Interview Questions
    • About Company
    • Benefits
    • Jobs
    • Office Photos
    • Community
    Users/Jobseekers
    • Companies
    • Reviews
    • Salaries
    • Jobs
    • Interviews
    • Salary Calculator
    • Practice Test
    • Compare Companies
    Employers
    • Create a new company
    • Update company information
    • Respond to reviews
    • Invite employees to review
    • AmbitionBox Offering for Employers
    • AmbitionBox Employers Brochure
    AmbitionBox Awards
    • ABECA 2026
    • ABECA 2025 winners awaited tag
    • ABECA 2024
    • AmbitionBox Best Places to Work 2022
    • AmbitionBox Best Places to Work 2021
    • Invite employees to rate
    AmbitionBox
    • About Us
    • Email Us
    • Blog
    • FAQ
    • Credits
    • Give Feedback
    Terms & Policies
    • Privacy
    • Grievances
    • Terms of Use
    • Summons/Notices
    • Community Guidelines
    Get AmbitionBox app

    Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

    Follow Us
    • Youtube
    • Instagram
    • LinkedIn
    • Facebook
    • Twitter