Skip to main content

Cognizant Placement Papers 2017 for Freshers / Experienced

Cognizant Placement Papers 2017
List of Questions Asked in Dot Net Interview

What is dot net?
Dot net is a software framework developed by Microsoft Corporation. It is pronounced .NET. It runs on Microsoft’s Windows Operating Systems.

What are the uses of .NET Framework applications?
.NET Framework used to developers for develop, run and deploy the following applications:


  1. Console
  2. Windows form
  3. WPF
  4. Web applications
  5. Web Services
  6. Windows Services
  7. WCF service-oriented applications
  8. WF workflow-enabled applications
  9. What is an IL?
  10. IL means Intermediate Language. It is also known as MSIL (Microsoft Intermediate Language) or CIL (Common Intermediate Language). Source code is complied to IL and then converted to machine code at the point where the software installed or at run-time by a JIT compiler.


What are boxing and unboxing?
Boxing used to convert value types to object. Unboxing used to convert the object back to the value type. Both are the expensive operation.

What is garbage collection?
Garbage collection is the process of managing the allocation and release of memory in your applications.

What is globalization and localization?
Globalization is the process of customizing applications that support multiple cultures and regions. Localization is the process of customizing applications that support a given cultures and regions.

What is syntax for namespace?
namespace UserNameSpace;

What is inheritance?
Inheritance represents the relationship between two classes where one type derives functionality from a second type.

What is overriding?
Overriding is a concept where a method in a derived class uses the same name, return type, and arguments as a method in its base class.

What is Interface?
An interface is a standard or contract that contains only the signatures of methods or events. It is primarily used to set a common standard or contract.

What is ASP.NET?
ASP.NET is used to create dynamic web applications, web sites and web services developed by Microsoft.

What are the basic difference between ASP and ASP.NET?
ASP is interpreted and ASP.NET is compiled. ASP uses VBScript and ASP.NET uses .NET languages such as C# and VB.NET.

What are the difference between authentication and authorization?
Authentication verifies the identity of a user and authorization is a process where you can check whether or not the identity has access rights to the system.

What is CTS?
CTS stand for Common Type System. CTS is the component of CLR through which .NET Framework provides support for multiple languages.

What is base, derived and extender class?
Class is a template for creating an object. The class from which other classes derive fundamental functionality is called a base class. Class which derives functionality from a base class is called a derived class. An extender class allows you to extend the functionality of an existing control. It is used in Windows forms applications to add properties to controls.

Comments

Popular posts from this blog

Here is the next gen technology with greater career opportunities

Enhancing your skills in sustainability and green technologies is a great way to stay at the forefront of a growing field that combines technology, innovation, and environmental impact. As more industries look to adopt greener practices, software developers who understand sustainable technologies will be in high demand. Here are some strategies you can use to deepen your expertise in sustainability and green technologies: Gain a Strong Foundation in Sustainability Concepts, Learn About Green Technologies, Focus on Software Development for Sustainability,  Develop Practical Skills in Green Software Development, Network and Collaborate, Stay Updated on Industry Trends. As sustainability-focused technologies often require specialized tools and methods, gaining hands-on experience is crucial. Here are some skills you can focus on: a. Green Software Development Practices Learn about the carbon footprint of software. Explore how software can be optimized for lower energy consumption, r...

Central Pollution Control Board(CPCB) Recruitment 2020 (48 LDC,Data entry operator, Scientist)

Required Job Items Details Job Role / Position Scientist-B and Junior Scientific Assistant Hiring Company Central Pollution Control Board Job Description Central Pollution Control Board (CPCB) is a Statutory Organization under Ministry of Environment, Forest & Climate Change. Due to the pandemic situation by the speared of Coronavirus COVID-19 and the lockdown in the country, online applications are invited from the eligible and suitable Indian Nationals for direct recruitment to various posts on regular basis through open competition on all India basis. All Applicants should register and submit their applications online following the link available at page ‘jobs’ at CPCB website cpcb.nic.in Number of Posts 1. Scientist–‘B’:13 Posts 2.Junior Scientific Assistant: 02 Posts 3. Senior Technician: 06 Posts 4.Data Entry Operator (Grade-II): 02 Posts 5. Junior Technician: 02 Posts 6.Junior Laboratory Assistant: 07 Posts 7. Lower Division Clerk: 13 Posts 8.Attendant (MTS): 03 Posts Edu...

Are you an IT person? You should keep these apps in your phone

Feel proud if you have some of these apps in your mobile phone (and make sure you use it).  Do you have these apps in your phone for Coding and Technical Skills Practice? Algorithm and Data Structure Practice: LeetCode, HackerRank, Codewars, TopCoder, CodeSignal Mobile-Coding and On-the-Go Practice: SoloLearn, Dcoder, Programming Hub, Enki Interactive and Structured Learning: freeCodeCamp, Codecademy, Khan Academy, The Odin Project Advanced Topics (System Design, Interview Prep): AlgoExpert, System Design Primer, Interviewing.io Gamified Coding: CodeCombat, Scratch, CheckiO, Tynker Coding in Various Languages: Replit, Pydroid 3, AIDE Best Apps for App Development: Swift Playgrounds (iOS), Codea (iOS), Pyro (iOS), AIDE - IDE for Android (Android), Sketchware (Android), Dcoder (iOS/Android), Flutter (Dart) (iOS/Android), Xamarin (Android/iOS) Deep Learning & Neural Networks Apps: Deep Learning Studio (iOS/Android),  AI Dungeon (iOS/Android) General AI and ML Learning ...