Thursday, 21 December 2017

Microsoft's Virtual Reality Attempt Fails To Impress


In October, Microsoft (NASDAQ: MSFT) entered the virtual reality business with its Windows Mixed Reality platform and its third-party headset line. The move was seen as an entry into a business that potentially was worth billions, and the mixed reality nickname indicates that the company has plans for more devices in the future.

It may make sense for Microsoft to try to build a virtual reality platform because the long-term gains will be with the company that owns the platform. But that potential also makes the virtual reality product disappointing for both consumers and investors.

The mixed reality of Microsoft is only a virtual reality of low quality

Facebook (NASDAQ: FB) Oculus Rift and HTC's Vive are the two high-end virtual reality platforms; both have been in the market since the spring of 2016. They have only sold around one million units each, but they are the clear leaders in the market. Microsoft saw an opening to build its own platform, and that is what is happening.

Instead of creating an RV product that works like Rift or Live, which uses external sensors to track the movement of a user in a hearing aid, Microsoft uses sensors in the hearing aid to track the movement. It's not exactly the unattached inside-out technology that VR users expect, but it's a unique way to track virtual reality.

The problem is that the two sensors that follow the movement of the head and the controllers leave many blind spots. Keep a controller close to your chest, and the system fails. In the game, that is a great weakness; it makes Windows Mixed Reality clearly inferior to Rift and Vive, despite having been released a year and a half later. Even the headset display and latency seem inferior to those of the competition.

What problem is Microsoft solving?

The question is: what problem in virtual reality is Microsoft trying to solve?

One could argue that their headphones require less computing power than Rift and Live and are less expensive, but the recent price reductions for Rift and Vive have undermined that differentiation. Executing VR on a laptop or on a less expensive desktop computer could also be attractive, but with computer prices falling, this advantage seems untenable.

Apart from some very small usability differences, the mixed reality of Microsoft does not offer any clear differentiation, and in my experience it is clearly inferior to Rift and Vive. So, why does the product exist?

Microsoft has just given up a major opening

A company only has one opportunity to make a first impression, and it seems that Microsoft did not impress consumers with its virtual reality game. That could turn off future consumers looking to buy a headset, directing them to platforms such as Rift and Live.

For developers, the impact could be even more important. Virtual reality developers want to create higher quality content for a large installed base of headphones. At this time, they can transfer existing content to the Microsoft platform, and the newly announced Steam access will be useful. But if Windows Mixed Reality is not considered a quality product and does not generate HTC or Oculus sales, they will abandon the platform.

All this is a risk to the future of Microsoft's X-reality. His first step in space seems a real failure.

10 actions that we like better than Microsoft

By investing geniuses, David and Tom Gardner have an inventory advice, you can pay to listen. After all, the bulletin that has been published for more than a decade, Motley Fool Stock Advisor, has tripled the market.

David and Tom have just revealed what they think are the 10 best stocks that investors can buy right now ... and Microsoft was not one of them! That's right, they believe that these 10 actions are even better purchases.

Tuesday, 7 November 2017

Satya Nadella’s Weakness Shows He’s Human Like The Rest Of Us



Satya Nadella grew up in Hyderabad, South India, and studied engineering at the Manipal Institute of Technology before moving to the United States. UU And go to the local office at Microsoft in 2014.

But the CEO of Mammoth Technology stayed close to his roots, making frequent trips to India, and often interacting and collaborating with Indian entrepreneurs. Today (Nov. 6), for example, Microsoft and online taxi aggregator Ola have announced an association to build a connected vehicle platform for automakers.

The 50-year-old man also took the stage at a business convention organized by the India Today group in New Delhi today and talked about his love for cricket, Mahatma Gandhi, and artificial intelligence . Excerpts from a conversation with journalist Rajdeep Sardesai:

Cricket or technology, what do you prefer?

One of the most amazing experiences in this book tour was to go to Lord for an interview with ESPN Cricinfo and talk about technology. Then he harmonized all my life for me. I went to Cricket Headquarters and talked about the two things I like the most.

Hyderabad or Redmond, where is the heart of Satya Nadella?

I grew up on the Deccan Plateau and now I live on the Sammamish Plateau, and both are a big part of my life. I always say that I am the product of two incredible American things: the American technology that came to me when I grew up and the American immigration policy that allowed me to live my life.

Choose one: does the iron work or pump?

Operation.

Choose one: ML Jaisimha (former Indian cricketer) or Sachin Tendulkar?

It's hard. But, look, I'm a romantic Hyderabadi in the heart and so ML Jaisimha.

Who is your favorite Indian? Someone who inspired you all these years.

Gandhi ji. There is no question. His life, his message, not only as an Indian but as a citizen of the world ... I think all he has represented is so current.

What do you think will be the next big thing in technology?


The three things I'm thinking about are mixed reality, artificial intelligence (AI), and now it's a little out there, but quantum (computer).

Is there an animated innovation application that you believe is destined to fail?

Whenever you think that's it, it's the final technology you need, it has a limited life.

What is your weakness?

I start a lot of books but I do not finish much.

What is your wish for India and the world in 2018?

I hope we will celebrate not only the incredible opportunity we have to create technology or use technology. But perhaps, the currency of our time will be the surplus (technology) that is created in us and around us. (We must make sure) how is it distributed equitably because that is what creates stability in democracies like India or the United States. This is what creates overall prosperity in the long run, so I hope we can find new growth models that will allow us to move forward.

There are many people who are worried about the impact that AI will have. Can you give them a message?

I firmly believe that technology is a tool. We humans must make decisions. As corporations, governments, policy makers, we will have to make decisions about how you use this technology to create the surplus. That's what will define whether we achieve equitable growth or not.

Can you share your vision for India in 2040?


As a technologist, one thing I try not to do is make these predictions because you will always be wrong. The only thing I believe is that the choices people make in this room in 2017 will define what will happen in 2040 because life depends on the past. Societies are dependent on the past. People who talk about AI - we have a choice in front of us. AI can empower us, AI can be inclusive - depending on the choices we make as AI designers rather than abdicating the responsibility for new technology.

Tuesday, 12 September 2017

Microsoft 70-762 Qustion Answer

You develop a database for a travel application. You need to design tables and other database objects.
You create the Airline_Schedules table.
You need to store the departure and arrival dates and times of flights along with time zone information.
What should you do?


A. Use the CAST function.
B. Use the DATE data type.
C. Use the FORMAT function.
D. Use an appropriate collation.
E. Use a user-defined table type.
F. Use the VARBINARY data type.
G. Use the DATETIME data type.
H. Use the DATETIME2 data type.
I. Use the DATETIMEOFFSET data type.
J. Use the TODATETIMEOFFSET function.

Answer: I


You develop a database for a travel application. You need to design tables and other database objects. You create a stored procedure. You need to supply the stored procedure with multiple event names and their dates as parameters. What should you do?


A. Use the CAST function.
B. Use the DATE data type.
C. Use the FORMAT function.
D. Use an appropriate collation.
E. Use a user-defined table type.
F. Use the VARBINARY data type.
G. Use the DATETIME data type.
H. Use the DATETIME2 data type.
I. Use the DATETIMEOFFSET data type.
J. Use the TODATETIMEOFFSET function.

Answer: E

Wednesday, 29 March 2017

Microsoft 70-762 Qustion Answer

You develop a Microsoft SQL Server 2012 database. You create a view from the Orders and OrderDetails tables by using the following definition.


You need to improve the performance of the view by persisting data to disk. What should you do?

A. Create an INSTEAD OF trigger on the view.
B. Create an AFTER trigger on the view.
C. Modify the view to use the WITH VIEW_METADATA clause.
D. Create a clustered index on the view.

Answer: D

Tuesday, 21 February 2017

Microsoft 70-762 Qustion Answer

You develop a Microsoft SQL Server 2012 server database that supports an application. The application contains a table that has the following definition:
CREATE TABLE Inventory
(ItemID int NOT NULL PRIMARY KEY,
ItemsInStore int NOT NULL,
ItemsInWarehouse int NOT NULL)
You need to create a computed column that returns the sum total of the ItemsInStore and ItemsInWarehouse values for each row.
Which Transact-SQL statement should you use?


A. ALTER TABLE Inventory
ADD TotalItems AS ItemsInStore + ItemsInWarehouse
B. ALTER TABLE Inventory
ADD ItemsInStore - ItemsInWarehouse = TotalItemss
C. ALTER TABLE Inventory
ADD TotalItems = ItemsInStore + ItemsInWarehouse
D. ALTER TABLE Inventory
ADD TotalItems AS SUM(ItemsInStore, ItemslnWarehouse)

Answer: A