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 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.

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 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 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 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

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 appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 mins
Round difficulty - Medium

  • Q1. 

    Railway Seat Berth Determination

    Given a railway seat number represented as an integer, determine if it is a valid seat number and identify its berth type. Possible berth types include lower berth, middle...

  • Ans. 

    Given a railway seat number, determine if it is valid and identify its berth type.

    • Parse input integer 't' for number of test cases

    • For each test case, check if seat number is valid (1 <= N <= 100)

    • Identify berth type based on seat number and output the result

    • Possible berth types are Lower, Middle, Upper, Side Lower, and Side Upper

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 mins
Round difficulty - Hard

First they asked me to introduce myself then they started questioning on oops concept from basic to advance level such as inheritance, polymorphism, abstraction, exception handling , STL etc. Next they started questioning on data structures. They asked me the logic of “how to find the middle of a linked list”.

  • Q1. 

    Matrix Symmetry Check

    You are provided with a square matrix. Your task is to return true if the matrix is symmetric; otherwise, return false.

    A symmetric matrix is characterized by its transpose being eq...

  • Ans. 

    Check if a square matrix is symmetric by comparing it with its transpose.

    • Iterate through the matrix and compare each element with its corresponding element in the transpose

    • If any pair of elements do not match, return false immediately

    • If all pairs match, return true at the end

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from K. K. Wagh Institute Of Engineering Education And Research. I applied for the job as Software Engineer in PuneEligibility criteria6.0 CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, Python, SQLTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Clear the basic concepts of data structure and OOPs.
Tip 2 : Use coding ninja platform and Hackerearth for practice on coding skills.
Tip 3 : Use Geeks For Geeks for interview preparation.

Application resume tips for other job seekers

Tip 1: Make your resume short and try to make it of one page only.
Tip 2: Add relevant keywords

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. 1.Tell me about your self?
  • Q2. 2.what is you learn in institution?

Interview Preparation Tips

Interview preparation tips for other job seekers - It's real good experience and I have learn and This is my first call interview..So next time i will give my full potential and do well thanks for give me an opportunity

I applied via Naukri.com and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Database related questions
  • Q2. Api
  • Q3. Two basic coding questions
  • Q4. Some apti based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just try to attempt all the sample questions available in geeks for geeks

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.6
Compare

Cyfuture

3.0
Compare

Value Point Systems

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