Sunday 4 March 2018

Microsoft Is optimizing Skype For Low-end Android Phones

Microsoft is launching an updated version of Skype for Android, optimized for devices running earlier versions of the operating system, providing better audio and video quality for low-end devices.

The new update will optimize the app for Android devices running versions 4.0.3 through 5.1. Microsoft says that this version "is lighter in disk and memory consumption" and that it will provide better audio and video quality for these devices, as well as better performance when the connection is not as good. The update will be launched worldwide in the coming weeks.
https://www.testmayor.com/vendor/Microsoft

The approach is a bit like what Google does with Android Go, a smaller version of Android that does not require as much processing power, RAM or storage. These are phones designed to operate in areas with limited Internet connectivity, and come with applications designed to work with such limited specifications.

This is not the first communication application that follows this path: Facebook launched Messenger Lite for Android last October, which reduces a little the clutter of the usual application, while Twitter has introduced a lite version of its site mobile that uses less data. September. The focus on applications and sites requiring less data and better performance is useful around the world, especially in places where the latest phone models are not available or are affordable.

Thursday 1 February 2018

Microsoft Office 2019 will only work on Windows 10

Microsoft provides an update in Office 2019 today, revealing that applications will only run on Windows 10. In a support article for Windows and Office Support and Service, Microsoft revealed that it needs to upgrade to Windows 10 if you want the latest version of Windows 10. Office without subscribing to the Office 365 service of the company.

This is a move that is clearly designed to run businesses that suspend Office 365 in subscriptions, since Office 2019 standalone software will only be compatible with Windows 10 and not with Windows 7 or Windows 8.1. This will not affect Office for Mac, which is a separate product with a different release schedule. Microsoft is also changing the support lifecycle for Office 2019 so that it will have 5 years of primary support and "about 2 years of extended support."

Office 2019 (which will arrive in the second half of 2018) will include the usual client applications of Word, Excel, PowerPoint, and Outlook, as well as server versions of Exchange, SharePoint, and Skype for Business. Microsoft plans to release preview copies of Office 2019 by mid-2018, and the software is primarily designed for businesses that do not use Office 365 versions in the cloud.

Microsoft also extends its support for Windows 10 for business and educational customers who are running certain versions of the operating system. Windows 10 version 1511, 1607, 1703, and 1709 will be supported for an additional six months to help business and educational users upgrade to the latest compatible versions of Windows 10.

Monday 6 February 2017

70-432 Sample Question: 22

Question: 22

The recovery model of the Finance database is set to Full. A full database backup of all the user databases is performed at 02:00 hours daily. The transaction log backup occurs every 15 minutes. A differential backup is performed every 4 hours. You plan to perform a full backup of the Finance database at 11:00 hours. You need to ensure that the backup is performed without affecting the overall backup and restore procedures for the Finance database. You also need to ensure that the backup files are restored in proper sequence. Which Transact-SQL statement should you use?

A. BACKUP LOG FINANCE TO DISK = 't:\backups\finance.trn';
B. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak' WITH NOUNLOAD;
C. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak' WITH COPY_ONLY;
D. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak' WITH DIFFERENTIAL;

Answer: C

Tuesday 24 January 2017

70-432 Sample Question: 21

Question: 21

You maintain a SQL Server 2008 instance.
The SQL Server instance is configured to use the T1222 and T1204 trace flags during startup.
You need to ensure that your failure recovery plan backs up the use of the trace flags.
What should you do?

A. Backup the default.trc file.
B. Backup the master database.
C. Backup the resource database.
D. Backup the SQL Server registry hive.

Answer: D

Sunday 1 January 2017

70-432 Sample Question: 20

Question: 20

You maintain a SQL Server 2008 Enterprise Edition instance that contains a database named Finance. You need to reduce the size of the full database backup files of the Finance database. Which Transact-SQL statement should you use

A. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak';
B. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak' WITH COMPRESSION;
C. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak' WITH DIFFERENTIAL;
D. BACKUP DATABASE FINANCE TO DISK = 't:\backups\finance.bak' WITH COMPRESSION, DIFFERENTIAL;

Answer: B

Thursday 15 December 2016

70-432 Sample Question: 19

Question: 19

What is the name given to the system database that records all the system-level information for an instance of SQL Server.? This includes instance-wide metadata such as login accounts, endpoints, linked servers, and system configuration settings.

A. default
B. master
C. model
D. tempdb

Answer: B