Upload Button Icon Add office photos

Filter interviews by

Naptico Services Senior Software Developer Interview Questions and Answers

Updated 3 Nov 2022

Naptico Services Senior Software Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Nov 2021. There were 4 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. Asked basic questions on OOPS, C# and MVC.
  • Q2. What is the architecture patter for MVC and it's segregated like this?
  • Ans. 

    MVC architecture pattern segregates an application into Model, View, and Controller components.

    • Model: represents the data and business logic

    • View: represents the user interface

    • Controller: handles user input and updates the model and view accordingly

    • This pattern helps in separating concerns and makes the code more maintainable and scalable

    • Examples: Ruby on Rails, ASP.NET MVC, Spring MVC

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. More questions from PL/SQL queries and their usage. Questions from OOPS, C# and MVC from basics to advance level.
  • Q2. What is stored procedure, packages, functions and joins?
  • Ans. 

    Stored procedures, packages, functions, and joins are all database concepts used to improve performance and functionality.

    • Stored procedures are precompiled SQL statements that can be executed multiple times.

    • Packages are a collection of related procedures, functions, and variables that can be used together.

    • Functions are similar to stored procedures but return a value.

    • Joins are used to combine data from multiple tables b

  • Answered by AI
  • Q3. What are the different types of joins, the differences between procedure and function, and what are the index and its types?
  • Ans. 

    Explaining different types of joins, differences between procedure and function, and index and its types.

    • Different types of joins are inner join, left join, right join, and full outer join.

    • Procedure is a set of SQL statements that perform a specific task, while function returns a value.

    • Index is a data structure that improves the speed of data retrieval operations. Types of index are clustered, non-clustered, unique, an

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and other formalities.

Interview Preparation Tips

Topics to prepare for Naptico Services Senior Software Developer interview:
  • PL/SQZL
  • C#.Net
  • Oracle
  • MVC Framework
Interview preparation tips for other job seekers - Have hands-on exp in PL/SQL, Oracle and Angular with C# .net.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked a question on counting continuous max occurences of 1 in a string

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep knowledge of programming is a must

I applied via Company Website and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

DSA Medium Level Questions. Solve within 3 Hours.

Round 2 - One-on-one 

(1 Question)

  • Q1. 1 Question on String and 1 question on Dynamic Programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA Well and Have good Knowledge of Java. But it is not a good Company to join. Please don't join that company

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. It was mostly puzzles.
  • Q2. One algo question invoving recursive function .

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers - prepare puzzles and basic computer science fundamentals

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. API testing methods
  • Ans. 

    API testing methods involve functional, performance, security, and exploratory testing.

    • Functional testing ensures that the API meets the requirements and specifications.

    • Performance testing checks the API's response time, throughput, and resource utilization.

    • Security testing verifies the API's authentication, authorization, and encryption mechanisms.

    • Exploratory testing involves ad-hoc testing to discover defects and usa...

  • Answered by AI
  • Q2. Difference between sanity and smoke
  • Ans. 

    Sanity and Smoke are types of software testing. Sanity tests a specific functionality while Smoke tests the entire system.

    • Sanity testing is a narrow and deep testing approach while Smoke testing is a broad and shallow testing approach.

    • Sanity testing is performed after a small change in code while Smoke testing is performed after a major change in code.

    • Sanity testing is used to check if the critical functionalities are ...

  • Answered by AI
  • Q3. Difference between retesting and regression
  • Ans. 

    Retesting is testing the same functionality again after fixing the defects. Regression is testing the unchanged functionality after making changes.

    • Retesting is done to ensure that the defects have been fixed and the functionality is working as expected.

    • Regression is done to ensure that the changes made to the software have not affected the existing functionality.

    • Retesting is a subset of regression testing.

    • Retesting is ...

  • Answered by AI
  • Q4. Bug life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - It was technical based interview round.

Skills evaluated in this interview

Naptico Services Interview FAQs

How many rounds are there in Naptico Services Senior Software Developer interview?
Naptico Services interview process usually has 4 rounds. The most common rounds in the Naptico Services interview process are Resume Shortlist, One-on-one Round and Technical.
What are the top questions asked in Naptico Services Senior Software Developer interview?

Some of the top questions asked at the Naptico Services Senior Software Developer interview -

  1. What are the different types of joins, the differences between procedure and fu...read more
  2. What is the architecture patter for MVC and it's segregated like th...read more
  3. What is stored procedure, packages, functions and joi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

kipi.ai Interview Questions
4.1
 • 58 Interviews
Affine Interview Questions
3.3
 • 49 Interviews
Cyfuture Interview Questions
3.0
 • 45 Interviews
View all
Naptico Services Senior Software Developer Salary
based on 4 salaries
₹5.5 L/yr - ₹12 L/yr
47% less than the average Senior Software Developer Salary in India
View more details

Naptico Services Senior Software Developer Reviews and Ratings

based on 2 reviews

3.0/5

Rating in categories

1.8

Skill development

1.6

Work-life balance

2.2

Salary

2.2

Job security

2.0

Company culture

2.6

Promotions

2.0

Work satisfaction

Explore 2 Reviews and Ratings
Process Analyst
39 salaries
unlock blur

₹1.8 L/yr - ₹3.3 L/yr

Senior Process Associate
5 salaries
unlock blur

₹2 L/yr - ₹4.1 L/yr

Senior Process Analyst
5 salaries
unlock blur

₹2.5 L/yr - ₹4.1 L/yr

Team Lead
5 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

HR Manager
4 salaries
unlock blur

₹4.8 L/yr - ₹9.1 L/yr

Explore more salaries
Compare Naptico Services with

Medcode

4.5
Compare

Maxgen Technologies

4.5
Compare

Cyfuture

3.0
Compare

Value Point Systems

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