Upload Button Icon Add office photos
Engaged Employer

i

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

Paltech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Paltech Dot Net Fullstack Developer Interview Questions and Answers

Updated 19 Dec 2024

Paltech Dot Net Fullstack Developer Interview Experiences

2 interviews found

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

I applied via Company Website and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions related to .NET core and c#.
  • Q2. Basic questions related to Angular.
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions based on previous projects and skilled you mentioned in you Resume.
Round 3 - HR 

(2 Questions)

  • Q1. General questions related to past experiences.
  • Q2. What you learned in your previous role and how will you cope up now.

Interview Preparation Tips

Topics to prepare for Paltech Dot Net Fullstack Developer interview:
  • Entity Framework
  • C#
  • SQL
  • Angular
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Nov 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What is the purpose of Program.CS?

Dot Net Fullstack Developer Interview Questions Asked at Other Companies

Q1. What languages does support the .netframework???
Q2. What is catching in .net and types of catching?
Q3. OOPs concepts and where it was used in your previous projects you ... read more
Q4. Direct F2F with Panel +Coding evaluation during the 1hour call
asked in Capgemini
Q5. Given two integers as input, how can you find the difference and ... read more

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(10 Questions)

  • Q1. Given a string, identify the indices of all first occurrences of vowels and return the count of these indices.
  • Q2. Given two integers as input, how can you find the difference and determine how many numbers can be divided by 3 within that difference?
  • Q3. Content Negotiation in ASP .Net Web API?
  • Q4. How do we resolve Git Conflit?
  • Q5. What is the role of a static constructor?
  • Q6. How can we invoke each method if two interfaces define the same methods?
  • Q7. Occurrence of each character in a given String?
  • Q8. Rest vs WCF
  • Q9. How do microservices communicate with each other?
  • Q10. Cluster vs Non Cluster Index

Interview Preparation Tips

Interview preparation tips for other job seekers - The fundamentals should be robust, focusing on code snippet-based questions for developers.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Demonstrate Function Overriding.
  • Ans. 

    Function Overriding is a concept in object-oriented programming where a subclass provides a specific implementation of a method that is already provided by its parent class.

    • In Function Overriding, a subclass can provide a specific implementation of a method that is already defined in its parent class.

    • The method in the subclass must have the same name, return type, and parameters as the method in the parent class to ove...

  • Answered by AI
  • Q2. Linq query with order by
  • Ans. 

    Using LINQ query to order data in C#

    • Use the OrderBy method to sort data in ascending order

    • Use the OrderByDescending method to sort data in descending order

    • You can also use ThenBy and ThenByDescending for secondary sorting

  • Answered by AI
  • Q3. What is Out Parameter with example
  • Ans. 

    Out parameter is used to pass data out of a method or function.

    • Out parameters are used when a method needs to return multiple values.

    • They are declared using the 'out' keyword in C#.

    • Example: void CalculateArea(int length, int width, out int area) { area = length * width; }

  • Answered by AI
  • Q4. Authentication and autherization, JWT Tocken
  • Q5. Reflection in C#
  • Ans. 

    Reflection in C# allows for inspecting and manipulating metadata of types at runtime.

    • Reflection is used to dynamically create instances of types, access properties, and invoke methods.

    • Examples include using reflection to load assemblies at runtime, inspect attributes of types, and generate code dynamically.

    • Reflection can be slow and should be used judiciously due to performance overhead.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Dot Net Fullstack Developer interview:
  • OOPS
  • SQL
  • Javascript
Interview preparation tips for other job seekers - Basics of OOPS SQL JS will do.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions from, Architecture, C#, LINQ, SQL, API, Routing, Authentications, Angular framework structure, data pass between parent and client, Lifecycle Hooks, .Net core vs .Net framework, Middleware, micr...

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through all the basics that you keep on avoid.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Use of interface in real world
  • Ans. 

    Interfaces in real world help in achieving abstraction and decoupling, allowing for flexibility and scalability in software development.

    • Interfaces allow for multiple implementations of a common set of methods, promoting code reusability.

    • Interfaces help in achieving loose coupling between different components of a system, making it easier to maintain and extend.

    • Interfaces enable polymorphism, where objects can be treate...

  • Answered by AI
  • Q2. Asked about certifications and related questions
Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join this organisation
  • Q2. What is your Expected CTC
  • Ans. 

    My expected CTC is based on my experience, skills, and the market rate for Dot Net Fullstack Developers.

    • Consider my years of experience in Dot Net development

    • Factor in my expertise in fullstack development technologies like Angular and React

    • Research the current market rate for Dot Net Fullstack Developers in the location of the job

    • Provide a range rather than a specific number to allow for negotiation

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Oops, C#, MVC, SQL server
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell about Oops
  • Ans. 

    Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstrac...

  • Answered by AI
  • Q2. What is OOps Concept?
  • Ans. 

    Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve a problem.

    • Key principles of OOP include encapsulation, inheritance, and polymorphism.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • ...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Custom middleware
  • Q2. Routing explained
Round 2 - Technical 

(1 Question)

  • Q1. Print “hello world!!” As hello one line. World 2nd line !! 3rd line
  • Ans. 

    Print 'hello world!!' in three separate lines.

    • Use a programming language's print function to output 'hello' on the first line, 'world' on the second line, and '!!' on the third line.

    • In JavaScript, you can achieve this using console.log() function with line breaks like console.log('hello\nworld\n!!');

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Coding Test 

Dependency Injection, Palindrome, No of letters in a string, Deployment, SQL joins

Paltech Interview FAQs

How many rounds are there in Paltech Dot Net Fullstack Developer interview?
Paltech interview process usually has 2 rounds. The most common rounds in the Paltech interview process are Technical, One-on-one Round and HR.
How to prepare for Paltech Dot Net Fullstack Developer 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 Paltech. The most common topics and skills that interviewers at Paltech expect are ASP.Net MVC.
What are the top questions asked in Paltech Dot Net Fullstack Developer interview?

Some of the top questions asked at the Paltech Dot Net Fullstack Developer interview -

  1. Basic questions related to .NET core and ...read more
  2. Basic questions related to Angul...read more
  3. What is the purpose of Program....read more

Tell us how to improve this page.

Paltech Dot Net Fullstack Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Software Engineer
37 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Associate Software Engineer
13 salaries
unlock blur

₹5 L/yr - ₹8 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹14 L/yr - ₹23.5 L/yr

Data Engineer
12 salaries
unlock blur

₹9 L/yr - ₹16.5 L/yr

Software Developer
5 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Explore more salaries
Compare Paltech with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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