Upload Button Icon Add office photos

Filter interviews by

Navyug Infosolutions Interview Questions, Process, and Tips

Updated 8 Nov 2024

Top Navyug Infosolutions Interview Questions and Answers

Navyug Infosolutions Interview Experiences

Popular Designations

2 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. How does a slave handles two masters in embedded system
  • Ans. 

    A slave in an embedded system can handle two masters by using a bus arbitration mechanism.

    • The slave device can prioritize requests from one master over the other based on a predefined protocol.

    • The slave can use a bus arbitration technique such as round-robin or priority-based arbitration to manage access from multiple masters.

    • The slave may have separate buffers or registers to store data from each master to prevent dat...

  • Answered by AI
  • Q2. What is the cylinder like structure in the charging wires of our laptop
  • Ans. 

    The cylinder-like structure in the charging wires of a laptop is a ferrite bead.

    • Ferrite beads are used to suppress high frequency noise in electronic circuits.

    • They are typically cylindrical or bead-shaped and made of ferrite material.

    • Ferrite beads are commonly found on charging cables to reduce electromagnetic interference.

    • They work by absorbing and dissipating high frequency noise signals.

    • Example: The cylinder-like st...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have your basics clear

Skills evaluated in this interview

Embedded Software Engineer Interview Questions asked at other Companies

Q1. 3. 1)Do you know about Autosar. 2)define function definition and function declaration. 3)difference between structure and union. 4) define Enumeration 5)what is microcontroller and microprocessor and its applications 6)where we uses in real... read more
View answer (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 8 Nov 2024

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

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Can you make a Sonar system by yourself? what are the key components needed?
  • Ans. 

    Yes, a Sonar system can be made by assembling key components such as transducer, signal processor, display unit, and power source.

    • Transducer converts electrical signals to sound waves and vice versa

    • Signal processor processes the received signals for interpretation

    • Display unit shows the processed data for user analysis

    • Power source provides energy for the system to function

  • Answered by AI
  • Q2. Full form of Laser
  • Ans. 

    Light Amplification by Stimulated Emission of Radiation

    • Stands for Light Amplification by Stimulated Emission of Radiation

    • Uses coherent light to produce a narrow beam with high intensity

    • Commonly used in various fields like medicine, industry, and research

  • Answered by AI
  • Q3. What is the range of IR?
  • Ans. 

    The range of IR (Infrared Radiation) is typically between 700 nm to 1 mm.

    • IR radiation ranges from 700 nm to 1 mm in wavelength.

    • IR is commonly used in remote controls, night vision devices, and thermal imaging cameras.

    • IR radiation is not visible to the human eye but can be felt as heat.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Where do you belong to?
  • Q2. Tell me about your previous internship experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and brush up the basics of your domain.

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. 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 - Coding Test 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the strings to numbers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Pairs with given sum
  • Ans. 

    Find pairs in an array that sum up to a given target value.

    • Use a hash set to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hash set.

    • Return the pairs that sum up to the target value.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 3 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 - One-on-one 

(2 Questions)

  • Q1. Basic JS questions
  • Q2. String Concat through function
Round 3 - Coding Test 

Advanced JS, PHP related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from the free code camp js questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself

Navyug Infosolutions Interview FAQs

How many rounds are there in Navyug Infosolutions interview?
Navyug Infosolutions interview process usually has 1-2 rounds. The most common rounds in the Navyug Infosolutions interview process are Technical, One-on-one Round and HR.
How to prepare for Navyug Infosolutions 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 Navyug Infosolutions. The most common topics and skills that interviewers at Navyug Infosolutions expect are Java, Javascript, Angularjs, TypeScript and AWS.
What are the top questions asked in Navyug Infosolutions interview?

Some of the top questions asked at the Navyug Infosolutions interview -

  1. Can you make a Sonar system by yourself? what are the key components need...read more
  2. What is the cylinder like structure in the charging wires of our lap...read more
  3. How does a slave handles two masters in embedded sys...read more

Tell us how to improve this page.

Navyug Infosolutions Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
View all

Navyug Infosolutions Reviews and Ratings

based on 26 reviews

3.9/5

Rating in categories

3.4

Skill development

3.8

Work-life balance

3.4

Salary

3.3

Job security

3.3

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 26 Reviews and Ratings
Software Engineer
41 salaries
unlock blur

₹3.5 L/yr - ₹11.4 L/yr

Software QA Engineer
7 salaries
unlock blur

₹3.3 L/yr - ₹12.4 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹8.5 L/yr - ₹15 L/yr

QA Engineer
7 salaries
unlock blur

₹3.3 L/yr - ₹6 L/yr

Business Analyst
6 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Explore more salaries
Compare Navyug Infosolutions with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

4.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview