
Ques:- 3)In the same matrix mentioned above find the kth maximum element. I said that we just need to compare the last K x K sub matrix and to find the Kth element
Asked In :-
campus france, deltax,
Ques:- Be confident and strong in your technical skills and always be polite to the interviewers.
Asked In :-
MicroTelecom, deltax,
Ques:- Define the significance of QUOTED_IDENTIFIER ON in Sql Server?
Asked In :-
Renault Nissan, XT Global, SAS Institute, Motilal Oswal Securities, Factspan, Sevya IT, Navis LLC, BridgeLabz Solutions, Vofox Solutions, Kokoro,
Ques:- How to get the last updated identity field value, not necessarily the max value?
Asked In :-
BOM, TFT, Data Patterns, IDP Education, IDeaS - A SAS Company, Tower Research Capital LLC, Java R&D, Rightmove, Key Computer Applications, CETAS Information Technology,
Ques:- Difference between XML and SQL db
Asked In :-
Pinnacleworks Infotech, Pi Techniques, TripStack (ALP Consulting), Odessa Technologies, iQuanti, RELX Group, Hanu Software Solutions, Headrun Technologies, VBeyond, Glenwood Systems,
Ques:- What is an Exception ? What are types of Exception ?
Asked In :-
CTRLS DATACENTERS, bKash, Data Patterns, Webtech Developers, Cinif Technologies, Gallagher Offshore, MyDBOPS, Cateina Technologies, Icon Technologies, Techvaria Solutions,
Right Answer:
An exception is an event that occurs during the execution of a program that disrupts the normal flow of instructions. The types of exceptions include:
1. **Checked Exceptions**: These are exceptions that are checked at compile-time, such as `IOException` or `SQLException`.
2. **Unchecked Exceptions**: These are exceptions that occur at runtime and are not checked at compile-time, such as `NullPointerException` or `ArrayIndexOutOfBoundsException`.
3. **Errors**: These are serious issues that a typical application should not try to catch, such as `OutOfMemoryError` or `StackOverflowError`.
An exception is an event that occurs during the execution of a program that disrupts the normal flow of instructions. The types of exceptions include:
1. **Checked Exceptions**: These are exceptions that are checked at compile-time, such as `IOException` or `SQLException`.
2. **Unchecked Exceptions**: These are exceptions that occur at runtime and are not checked at compile-time, such as `NullPointerException` or `ArrayIndexOutOfBoundsException`.
3. **Errors**: These are serious issues that a typical application should not try to catch, such as `OutOfMemoryError` or `StackOverflowError`.
Ques:- What is normalization?
Asked In :-
Aakit Technologies, Blackbuck Insights, FinEdge, Accelya, THB, FreJun, Secon Pvt Ltd, Slk Software Pvt Ltd, Susquehanna International Group (SIG), factset,
Ques:- Explain inheritance in python with an example ?
Asked In :-
Girmiti Software, Verticurl Marketing, Code Genesis, Harbinger, Renault Nissan, iauro systems, Thryve Digital, NAVYA, Microchip, Cradlepoint,
Right Answer:
Inheritance in Python allows a class (child class) to inherit attributes and methods from another class (parent class). This promotes code reuse and organization.
Example:
```python
class Animal: # Parent class
def speak(self):
return "Animal speaks"
class Dog(Animal): # Child class
def bark(self):
return "Dog barks"
# Usage
dog = Dog()
print(dog.speak()) # Output: Animal speaks
print(dog.bark()) # Output: Dog barks
```
Inheritance in Python allows a class (child class) to inherit attributes and methods from another class (parent class). This promotes code reuse and organization.
Example:
```python
class Animal: # Parent class
def speak(self):
return "Animal speaks"
class Dog(Animal): # Child class
def bark(self):
return "Dog barks"
# Usage
dog = Dog()
print(dog.speak()) # Output: Animal speaks
print(dog.bark()) # Output: Dog barks
```
Ques:- What is the meaning of *args* and **kwargs?
Asked In :-
Third Eye Technologies, XT Global, Rapidsoft Technologies, BeeHyv Software Solutions, Tenpath, VEDA IIT, Emma, Ritwik Software Technologies, QualiTLabs, coupa software,
Ques:- Explain pickling and unpickling.
Asked In :-
Velocity Software Solutions, Shipmnts, Aptroid, CAFS, Technocrats, OodlesTechnologies, Whitesnow Software Consultancy Pune, Roanuz, Omnipresent Infotech, Influx Solution,
Comments
pickle is a standard module which serializes & de-serializes a python object structure.
pickle module accepts any python object converts it into a string representation & dumps it into a file(by using dump() function) which can be used later, process is called pickling. Whereas unpickling is process of retrieving original python object from the stored string representation for use.
Ques:- have you customized admin style?
Asked In :-
Khoj Information Technology, PRAN-RFL, Paktolus, Nimbus Systems, Spire Global, AcuityAds, Peocit, CoolMinds Technologies, Accucia, sse,
Right Answer:
Yes, I have customized the Django admin style by using custom CSS and JavaScript files, and by overriding admin templates to change the appearance and layout of the admin interface.
Yes, I have customized the Django admin style by using custom CSS and JavaScript files, and by overriding admin templates to change the appearance and layout of the admin interface.
Ques:- Is django free?
Asked In :-
Finoit Technologies, Media Agility, Unistring Tech Solutions, Vayavya Labs, Paktolus, ITRS Group, Elenchus, CEPTES Software, Thinkitive Technologies, Access Healthcare,
Right Answer:
Yes, Django is free and open-source software.
Yes, Django is free and open-source software.
Ques:- Spring MVC and framework 3.0
Asked In :-
pragma edge inc, deltax,
Right Answer:
Spring MVC is a part of the Spring Framework that provides a model-view-controller architecture and ready components for developing flexible and loosely coupled web applications. Version 3.0 introduced features like annotations for configuration, improved REST support, and a more powerful expression language (SpEL).
Spring MVC is a part of the Spring Framework that provides a model-view-controller architecture and ready components for developing flexible and loosely coupled web applications. Version 3.0 introduced features like annotations for configuration, improved REST support, and a more powerful expression language (SpEL).
Ques:- Why java is platform independent? (They expected something other than bytecode and portability)
Prepare thoroughly for Deltax interview questions for freshers with a focus on aptitude and technical rounds. Practice commonly asked Deltax aptitude questions to strengthen your problem-solving skills. Get familiar with the typical Deltax company aptitude questions pattern and difficulty level. Enhance your chances of selection by mastering key topics and sample questions. Stay confident and ready to crack the Deltax recruitment process with ease.