Buy Questpond's video subscriptions on
huge discount
.
Online: 12095
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
> Others
Others Interview Questions and Answers (265) - Page 13
Latest and authentic Interview questions. You can also
post an interview question
and
win monthly prizes
as well as gain community
credit points
.
265 records found.
Post
|
Interview Experiences
|
Interview FAQs
|
Online Interviews
|
Exclusive Questions
Get 650+ Questpond's Interview videos on discount
Loading ...
DB2 - Display the employee details who are working from more than 1 and half year
SELECT * FROM EMPLOYEES WHERE DAYS (CURRENT_DATE)-DAYS (HIRE_DATE) >548
(OR)
SELECT * FROM EMPLOYEES WHERE HIRE_DATE < (CURRENT_DATE - 1 YEARS - 6 MONTHS)
What will be the output of below query in MYSQL? Select current_timestamp as 'Current date'; Select curdate() as 'Current date';
Both will produce the same Date but
current_timestamp
will produce Current date along-with current time and
curdate
will produce Current date only no time.
After executing above query,below output will be displayed.
2013-12-04 15:20:38.833
2013-12-04
There is difference between both in MYSql.
What is difference among Getdate(),Sysdate and Curdate().
All are in-built functions and produce Current Date.But they are used in different Databases.
1). Getdate() is used in SQL-Server.
2). Sysdate() is used in Oracle and,
3). Curdate() is used in MySql.
How to Concate rows with comma-separeted in MySQL?
With the help of Group_Concat in-built MySQL function,we can append rows values with Comma.
For Example:-
Select Group_Concat(employee_name) from employee_master;
Select ifnull(10,20) What will be the output?
Output will be 10. Actually IfNull works same as IsNull.But Both functions are in different DB as IsNull is in Sql-Server,but IfNull is in MYSql DB.
IfNull returns 1st expression value if the 1st expression value is not null otherwise it returns 2nd expression value.
Here,1st expression value is not null i.e. it's 10 so ifnull will return 10.
What is WebDriver?
It is testing framework for developing complex user scenarios and running them in an automated fashion in your Web site and browser.
It is
emerging
standard through which Web developers can write tests to automate Web browsers to test their sites.
Which tests make sure that the new code does not break the existing code?
NOTE: This is objective type question, Please click question title for correct answer.
SELECT SUBSTR ('123456789', INSTR('abcabcabc','b'), 4) FROM EMPLOYEE; prints ? What is the output of above SQL in ORACLE?
NOTE: This is objective type question, Please click question title for correct answer.
Which is the subset of SQL commands used to manipulate Oracle Database Structures, including tables?
NOTE: This is objective type question, Please click question title for correct answer.
Which of the following is TRUE for the System Variable $date$? + Oracle
NOTE: This is objective type question, Please click question title for correct answer.
Which character function can be used to return a specified portion of a character string? + Oracle
NOTE: This is objective type question, Please click question title for correct answer.
In SQL, the CREATE TABLESPACE is used ?
NOTE: This is objective type question, Please click question title for correct answer.
In SQL, which command is used to issue multiple CREATE TABLE, CREATE VIEW and GRANT statements in a single transaction?
NOTE: This is objective type question, Please click question title for correct answer.
What is a device?
A device is any peripheral such as a graphics display, disk driver, terminal, or printer. It is a piece of hardware that we can connect to the computer system for manipulation by sending commands and data.
Classify devices with Examples
Three Classes of Device
A) Character Devices
Eg: Key board, mouse, monitor, printer, Tape, etc.
B) Block Devices
Eg: CD-ROM, floppy, Hard disk, etc.
C) Network Interfaces
Eg: Ethernet card, etc.
Consider the below List<String> lstNames = new ArrayList<String>(); lstNames.add("Name1"); lstNames.add("Name2"); lstNames.add("Name3"); lstNames.add("Name4"); lstNames.add("Name5"); Which method in Java 1.8 will help to convert a Collection to Stream?
NOTE: This is objective type question, Please click question title for correct answer.
Consider the below List<String> lstNames = new ArrayList<String>(); lstNames.add("Name1"); lstNames.add("Name2"); lstNames.add("Name3"); lstNames.add("Name4"); lstNames.add("Name5"); Stream<String> stream = lstNamesstream(); Which method in Java 1.8 will help to convert a Stream to Collection?
NOTE: This is objective type question, Please click question title for correct answer.
In the case of the command "xcopy /I /S /E <source path> <destination path> ", which option indicates that a folder is being copied?
NOTE: This is objective type question, Please click question title for correct answer.
In the case of the command "xcopy /I /S /E <source path> <destination path> ", which option indicates that all subdirectories will be copied?
NOTE: This is objective type question, Please click question title for correct answer.
In the case of the command "xcopy /I /S /E <source path> <destination path> ", which option indicates that all subdirectories will be copied?
NOTE: This is objective type question, Please click question title for correct answer.
1
...
6
7
8
9
10
11
12
13
14
More OTHERS Exclusive Interview Questions & Answers here
Found this useful, bookmark this page to the blog or social networking websites.
Bookmark It
Interview Questions and Answers Categories
.NET Certifications
.NET Core
.NET Framework
ADO.NET
AI ML
Android
Angular
AngularJS 1x
Aptitute Test
ASP.NET
ASP.NET AJAX
ASP.NET Core
ASP.NET MVC
ASP.NET Web API
Aurelia
Azure
Best Practices
BizTalk Server
Bootstrap
C#
Cloud
CMS
CSS 3
Data Structures & Algorithms
Design Pattern & Practices
DotNetFunda.Com
Entity Framework
Error and Solution
F#
Function Points (FPA)
HR
HTML 5
IIS
Interview Questions
JavaScript
jQuery
Kinect
LightSwitch
LINQ
Management
Mobile Development
MSBI (SSIS, SSRS, SSAS)
Mule
Networking
News and Community
Node.js
NoSql
OOPS
Oracle
Others
PostgreSQL
PowerShell
Product Reviews
Project Management
Python
QA (Testing)
R Language
Regular Expressions
SEO
SharePoint
SignalR
Silverlight
Sql Server
TypeScript
UML
VB.NET
Visual Studio
WCF
Web Analytics
Web Services, Remoting
Windows 8
Windows Forms
Windows Metro
Windows Phone
WPF
WWF
XML