symantec interview questions
Top symantec frequently asked interview questions
I'm not able to install the browser extension, which is based on the Crossrider API, on a computer with Windows OS. The antivirus software by Symantec warns of a trojan/virus named “Suspicious.Cloud.9” (see picture below).
I guess there is no possibility to change the generation of the Windows install wizard, except requesting a code signing certificate. Crossrider suggests three certification agencies and of them is Symantec itself.
Has/Had anyone the same or a similar problem? Will code signing solve my problem?
Thanks in advance!
Niels
Source: (StackOverflow)
I am currently working on a website, where the site will have a hero slider at the top of the page, under the navigation. Currently, I have written the code like this:
<header>
<h1 class="site-title">Site Title</h1>
<nav id="primary">
<ul class="top-level">
<li class="link">Link</li>
<li class="link">Link</li>
<li class="link">Link</li>
<li class="link">Link</li>
<li class="link">Link</li>
</ul>
</nav>
</header>
<section id="hero-banner">
<!-- Banner Content -->
</section>
But I am wondering if it would be appropriate to also include the hero slider inside of the <header>
tag? In that case, the code would turn into this:
<header>
<h1 class="site-title">Site Title</h1>
<nav id="primary">
<ul class="top-level">
<li class="link">Link</li>
<li class="link">Link</li>
<li class="link">Link</li>
<li class="link">Link</li>
<li class="link">Link</li>
</ul>
</nav>
<section id="hero-banner">
<!-- Banner Content -->
</section>
</header>
Visually, I would consider the hero banner to be grouped with the rest of the <header>
, but I'm not sure if reflecting this in the code would be considered semantically correct.
Source: (StackOverflow)
Does anyone have any experience or advice on getting Azure Connect to work on a PC with SEP (Symantec Endpoint Protection). Is this even possible?
I have a very recent copy of SEP (a version I'm told isn't as intrusive), but Azure connect won't work. I checked all the other possible causes of connection failure.
If I uninstall SEP, the moment the machine reboots post uninstall Azure-connect connects fine.
In fact it I then re-install it will still work, but SEP will ask for a reboot. If I do, then Azure connect stops working again.
The error (when SEP is installed) from Azure connect is
The user SYSTEM dialed a connection named Windows Azure Connect Relay5 1 which has failed. The error code returned on failure is 691.
Which I think is an authentication (credentials or protocol) error, that's if the error codes are consistent with those here: http://technet.microsoft.com/de-de/library/ee623985(v=ws.10).aspx
Any advice would be greatly appreciated. I'm stuck and I'm not sure running without SEP is much of an option (corp policy). I need azure connect for load testing.
Source: (StackOverflow)
Last night my machine did a Windows 10 update. I didn't think much of it at the time, except that it seemed to take longer than usual. This morning when I did a build of our product, an Outlook 2013 Add-In, Windows 10 refused to recognize our Symantec Class 3 Extended Validation Code Signing Certificate. This is a USB Token-based certificate, without which you cannot install our Add-In into Outlook.
To verify the problem was with the Windows 10 update I tried an install with another machine that did not go through the update and it installed without any problem.
Has anyone else experienced similar behavior with the latest Windows 10 update? Does anyone have a suggested fix for the problem?
Source: (StackOverflow)
I extract my project setup file with setup factory. But Windows Internet Explorer and Symantec Endpoint Protection acts like it is a harmful application. What can I do to solve this problem?
Source: (StackOverflow)
I have azure c# WorkerRole (PaaS) where I need to check uploaded files for viruses.
And I am going to use Symantec Endpoint Protection (SEP) DoScan.exe utility.
I need to create deployment script which will automatically install and setup SEP on WorkerRole.
Can you advice, please, how to setup and configure SEP using installation scripts (not using SEP GUI)?
I found insturctions how to setup SEP on Azure VM here:
https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-install-symantec/
But it is for Azure VM not for WorkerRole.
Source: (StackOverflow)
I am trying to use the JAVA SDK of Symantec Protection Engine. I would like to know if I need to purchase license to use the JAVA SDK.
I am not sure if this the right forum, but I tried my best to get in touch with Symantec customer support but it wasn't helpful enough :(
Source: (StackOverflow)
I need to export a Symantec Code signing certificate for signing .xap as .pfx. The steps mentioned on official website state All Tasks>Export as .pfx but the option is grayed out. For pvk2pfx.exe we need a .pvk which is not provided. I have only a .cer file wwhich ii want to concert into a .pfx file with a password. Kindly suggest me the steps and suitable tool!
Source: (StackOverflow)
I want to enable Malware protection/Virus scanning in my PaaS.
For example i have a Web Api for file upload and store the files to Blob staorage. I want to scan the files before store it using symantec. I dint find any article or code for the same.
Thanks in advance,
Subbiah K
Source: (StackOverflow)
I have password-protected pfx
file and now it expired . but i renewed that with the help of Symantec code signing certificate
.
Below is your Code Signing certificate:
certificate
-----BEGIN CERTIFICATE-----
base-64 encoded data
-----END CERTIFICATE-----
Below is the intermediate CA certificate:
-----BEGIN CERTIFICATE-----
base-64 encoded data
-----END CERTIFICATE-----
Below is your certificate in pkcs7 format:
-----BEGIN CERTIFICATE-----
base-64 encoded data
-----END CERTIFICATE-----
But i don't get .cer and .key files . I know the main requirement is to install the certificate on a browser . So i have some doubt :
- Q 1 :
Should i copy these values to text file (intermediate CA certificate or certificate in pkcs7 format or certificate )? which extension should i use ? is it .cer file ?
- Q 2 :
after that what i do ? install this certificate ? any setup by setup tutorial or video links ?
thanks
Source: (StackOverflow)
I currently have a log file(see bellow) that I need to iterate through and pull out a list of files that were scanned. Then by using that list of files copy the scanned files into a different directory.
So in this case, it would go through and pull
c:\tools\baregrep.exe
c:\tools\baretail.exe
etc etc
and then move them to a folder, say c:\folder\SafeFolder with the same file structure
I wish I had a sample of what the output was on a failed scan, but this will get me a good head start and I can probably figure the rest out
Symantec Image of Log File
Thanks in advanced, I really appreciate any help that you can lend me.
Source: (StackOverflow)
I'm sure many of you have experienced Symantec Endpoint and its ability to prevent users from killing its processes resulting in an "Access Denied" to the user even when the kill is performed via the local Administrator or System user.
Id like to figure out how to introduce something similar in my own code.
Does anyone have any experience with this and can point me in the correct direction.
My preference is C# but I expect something like this to be at a lower level C++.
Source: (StackOverflow)
I'm trying to configure SimpleSAML to allow authentication via an external login portal powered by Symantec O3.
I've set up SimpleSAML as a SP by editing config/authsources.php and converting the respectful meta data. I've provided my meta data to the administrators of the external login portal.
When I visit the test authentication page, I am correctly redirected to the login portal however after logging in I get redirected back to SimpleSAML but instead of seeing my identify information I receive the following error:
May 19 12:07:04 m63701 simplesamlphp[14270]: 3 [827f6e2b0c] SimpleSAML_Error_BadRequest: BADREQUEST('%REASON%' => 'Missing TARGET parameter.')
May 19 12:07:04 m63701 simplesamlphp[14270]: 3 [827f6e2b0c] Backtrace:
May 19 12:07:04 m63701 simplesamlphp[14270]: 3 [827f6e2b0c] 1 /home/web/simplesaml/modules/saml/www/sp/saml1-acs.php:8 (require)
May 19 12:07:04 m63701 simplesamlphp[14270]: 3 [827f6e2b0c] 0 /home/web/simplesaml/www/module.php:135 (N/A)
May 19 12:07:04 m63701 simplesamlphp[14270]: 3 [827f6e2b0c] Error report with id c359a4f1 generated.
It appears not to know where to redirect to after authentication.
This doesn't look like an issue with the test functionality as although it appears to authenticate I get the same error message when implementing the authentication in a plain php file. Is there any particular configuration I should check and set?
Source: (StackOverflow)
I have SEP (Symantec Endpoint Protection) in my network.
i want to delete old virus definition folders that take allot of size.
this is the "VirusDef" Folder content:
Directory of \\10.1.66.101\c\Program Files\Common Files\Symantec Shared\VirusDefs
04/06/2014 09:14 PM <DIR> .
04/06/2014 09:14 PM <DIR> ..
03/24/2014 06:19 AM <DIR> 20140322.002
03/26/2014 08:37 PM <DIR> 20140325.009
03/31/2014 01:05 AM <DIR> 20140329.002
04/03/2014 10:24 AM <DIR> 20140401.023
09/15/2010 02:43 PM <DIR> BinHub
10/24/2013 12:56 AM 500,892 Cat.DB
04/03/2014 10:24 AM 34 definfo.dat
09/15/2010 02:43 PM <DIR> TextHub
01/10/2013 11:37 PM 500,660 umcat_01.db
04/03/2014 01:42 PM 141 usage.dat
4 File(s) 1,001,727 bytes
8 Dir(s) 1,114,185,728 bytes free
I have to remain the last modified folder with number, for this case it's 20140401.023 and the other files and folders.
I want to delete the old folders with the numbers such as:
20140322.002
20140325.009
20140329.002
ofcource, those folders get their name by the date the were created.
please help :)
Source: (StackOverflow)