System Security Engineer

Ques:- What you have been doing since graduation? EX:for some 4 or 5 months
Ques:- What is this line in the shell script do ???#!/bin/ksh
Ques:- How do you schedule a command to run at 4:00 every morning?
Ques:- What?s the command to find out today?s date?
Ques:- When a C function call is made, the order in which parameters passed to the function are pushed into the stack is:a) left to rightb) right to leftc) bigger variables are moved first than the smaller variales.d) smaller variables are moved first than the b
Ques:- What is TCSM ?
Ques:- What is the procedure if I want to move house?
Ques:- Below is an equation that isn't correct yet. By adding a number of plus signs and minus signs between the ciphers on the left side (without changes the order of the ciphers), the equation can be made correct. 123456789 = 100 How many different ways ar
Recent Answer : Added by Khushi On 2022-09-15 16:36:16:

28
to arrange m objects in n places => nCm
i.e. for this example m=2(+,- sign) and n = 8(places between two number from 1 to 9)
SO, answer is : 8C2 = (8*7) / 2 = 28

Ques:- What is 'Gateway Of Last Resort'?
Ques:- In a hotel, rooms are numbered from 101 to 550. A room is chosen at random. What is the probability that room number starts with 1, 2 or 3 and ends with 4, 5 or 6?
Ques:- What is stty used for?
Ques:- Database Connectivity Drivers should be installed in the following System
Ques:- Whats customization did you made?
Ques:- You have a file called salesdata and create symbolic links to it in bob's home directory. Bob calls you and says that his link no longer works. How can you fix the link?Choose one:a. The file salesdata has been deleted. You will have to restore it fro
Ques:- SQL Queries on PS_STAFF table
Ques:- Given a SQL Statement, we have been asked to check the right syntax ..
Ques:- When using sed to replace one term with another it will print every line in the file and then print each line every time it does a replacement. What option should you add to the command line to only print the lines that are changed?Choose one:a. -nb. -pc.
Ques:- Menu path provides path to
Ques:- What are the parameters that you will give for crystal reports?
Ques:- What are the think-time functions
Ques:- Which of the Following are true for force Shutdown In PeopleSoft Domain Shutdown menu
Ques:- How did you do your retrofitting for peoplecode, sql, etc?
Ques:- Load look up in sqr, where did you use?
Ques:- What HTTP servers and Java servlet engine combinations are supported with PeopleTools 8.4
Ques:- People Soft clients wants to get info about PSPT where to find it
Ques:- I have created a Menu and a Page and given user access to that page, which of the tables gets affected on this (Scenario)
Ques:- How many SCO links are there in a piconet?
Ques:- What is Bluetooth?
Ques:- What is Piconet?
Ques:- You have the file phonenos that contains telephone numbers and names separated by a comma. You want to change each comma to a semicolon. Which of the following will accomplish this.Choose one:a. cat phonenos | tr ',' ';'b. tr ',' &
Scroll to top