Upload Button Icon Add office photos

Filter interviews by

(n)Code Solutions Senior Software Engineer Interview Questions, Process, and Tips

Updated 4 Apr 2024

Top (n)Code Solutions Senior Software Engineer Interview Questions and Answers

(n)Code Solutions Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Asp.net Linq C# Oops Sql server
  • Q2. Sessions application authentication and authorization caching
  • Q3. What is MVC? How we can use it?
  • Ans. 

    MVC stands for Model-View-Controller. It is a software design pattern used to separate concerns in an application.

    • Model represents the data and business logic of the application.

    • View is responsible for displaying the data to the user.

    • Controller acts as an intermediary between Model and View, handling user input and updating the Model.

    • MVC helps in achieving separation of concerns, making the code more organized and main...

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. For the past experiences and company and projects
  • Q2. Are you comfortable to working on this atmosphere and timings and contract
  • Q3. Are you working for over time or not

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing just chill they are worked on old technologies and old government clients

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 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 - Technical 

(4 Questions)

  • Q1. What is different types of session management, design pattern, oops , C#, Javascript, jquery, linq
  • Ans. 

    Session management, design patterns, OOP concepts, C#, JavaScript, jQuery, LINQ

    • Session management types: in-process, out-of-process, database, cookie-based

    • Design patterns: Singleton, Factory, Observer, MVC

    • OOP concepts: Inheritance, Polymorphism, Encapsulation, Abstraction

    • C#: Strongly typed language, supports object-oriented programming

    • JavaScript: Dynamic scripting language, used for client-side web development

    • jQuery: J...

  • Answered by AI
  • Q2. What is index types of index
  • Ans. 

    Index types in databases include primary, unique, clustered, and non-clustered indexes.

    • Primary index: Unique key that identifies each row in a table.

    • Unique index: Ensures that all values in the index column are unique.

    • Clustered index: Physically reorders the data in the table based on the index key.

    • Non-clustered index: Does not alter the physical order of the table and can be created on columns other than primary key.

  • Answered by AI
  • Q3. Page life cycle and how to implement custom authentication
  • Ans. 

    Page life cycle and custom authentication implementation

    • Page life cycle refers to the stages a web page goes through from initialization to disposal

    • Custom authentication can be implemented by creating a custom authentication provider or using third-party libraries

    • In ASP.NET, you can implement custom authentication by creating a custom membership provider or using Identity framework

  • Answered by AI
  • Q4. What is link and write all queries of all joins and abstract class interface and inheritance
Round 3 - One-on-one 

(1 Question)

  • Q1. For projects and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Not so much tour it easy but after interview completion you have to wait for 1 month to get offer letter of contract of 11 months

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more

Interview questions from similar companies

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 Campus Placement and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Everything in your resume questions from your domain and 1 quizzes

Interview Preparation Tips

Interview preparation tips for other job seekers - Completely prepare your resume

Interview Questionnaire 

1 Question

  • Q1. Concepts

Interview Questionnaire 

1 Question

  • Q1. Concepts

Interview Questionnaire 

4 Questions

  • Q1. About your self
  • Q2. About java
  • Q3. Phython
  • Q4. Project details

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong ont losse ur hope

I applied via Recruitment Consultant and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Java questions
  • Q2. Stream questions
  • Q3. Collections sorting

Interview Preparation Tips

Interview preparation tips for other job seekers - Core java, spring, spring boot microservices
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Advanced Java coding

Round 2 - Technical 

(2 Questions)

  • Q1. Entire core Java arrays and strings
  • Ans. 

    Core Java arrays and strings are fundamental data structures used for storing and manipulating data in Java programming.

    • Arrays in Java are used to store multiple values of the same data type in a single variable.

    • Strings in Java are objects that represent sequences of characters.

    • Arrays and strings in Java are both indexed collections, with arrays being mutable and strings being immutable.

    • Example: String[] names = {"Alic

  • Answered by AI
  • Q2. Java collections and Framework
Round 3 - Technical 

(2 Questions)

  • Q1. Some coding and framework
  • Q2. REST assured and API

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what ever you mention in the CV If you get shortlisted

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Fair and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java oops concepts
Round 2 - HR 

(1 Question)

  • Q1. Self intro for yourself

(n)Code Solutions Interview FAQs

How many rounds are there in (n)Code Solutions Senior Software Engineer interview?
(n)Code Solutions interview process usually has 2-3 rounds. The most common rounds in the (n)Code Solutions interview process are Technical, One-on-one Round and Resume Shortlist.
What are the top questions asked in (n)Code Solutions Senior Software Engineer interview?

Some of the top questions asked at the (n)Code Solutions Senior Software Engineer interview -

  1. What is different types of session management, design pattern, oops , C#, Javas...read more
  2. Page life cycle and how to implement custom authenticat...read more
  3. What is MVC? How we can use ...read more

Tell us how to improve this page.

(n)Code Solutions Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

2
  
Poor
View more
(n)Code Solutions Senior Software Engineer Salary
based on 9 salaries
₹6 L/yr - ₹13 L/yr
42% less than the average Senior Software Engineer Salary in India
View more details

(n)Code Solutions Senior Software Engineer Reviews and Ratings

based on 4 reviews

3.1/5

Rating in categories

1.7

Skill development

3.7

Work-life balance

2.4

Salary

3.1

Job security

1.7

Company culture

2.4

Promotions

1.7

Work satisfaction

Explore 4 Reviews and Ratings
Senior Software Engineer
9 salaries
unlock blur

₹6 L/yr - ₹13 L/yr

Software Engineer
6 salaries
unlock blur

₹4.4 L/yr - ₹8 L/yr

Senior Network Engineer
5 salaries
unlock blur

₹6 L/yr - ₹7.5 L/yr

Softwaretest Engineer
4 salaries
unlock blur

₹1 L/yr - ₹1.4 L/yr

Deputy Manager HR
4 salaries
unlock blur

₹8.8 L/yr - ₹11.4 L/yr

Explore more salaries
Compare (n)Code Solutions with

Reliance Communications

4.0
Compare

Henry Harvin Education

3.7
Compare

GAO Tek

4.4
Compare

Tata Teleservices

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