Technology Fundamentals: SQL, Unix, and Software Deployment
A comprehensive technology quiz covering SQL date functions, Unix/Linux system administration, software deployment processes, and application configuration fundamentals.
Questions
How many prompts are available in a UNIX system?
- 1
- 2
- 4
- 6
What’s the first step to be carried on reception of a code deployment request for system test environment?
- Copying the jars to respective servers
- Deploying the code
- Execute the TNS
- Merge the code from development branch to release branch
What’s the path where the configuration files related to Gen-e-sys framework are stored?
- $GENESYS_HOME/shared
- $GENESYS_HOME/config
- $GENESYS_HOME/config/shared
- /opt/config
What’s the name of the configuration file which is used by batch scheduler process to extract the genesys batch job details?
- restartcicsmail.properties
- schedule.xml
- environment.properties
- batchscheduler.ksh
Which file contains the ID details of genesys Q-listeners running on the server?
- restartcicsmail.properties
- schedule.xml
- environment.properties
- restart_genesys.ksh
If a crontab entry for a scheduled job is as below, what time and day of the week, the job will be executed. 0 22 * * 1-5 $HOME/bin/testscript.ksh
- 10PM every night
- 22 minutes past midnight on 1st, 2nd, 3rd, 4th & 5th of every month
- 10PM on working days
- 22 minutes past midnight on working days
Which team deploys the code jar files to production environment?
- DS SCM team
- DS Implementation Management team
- Distributed Transaction Services team
- Midrange team
Which of the below mentioned applications is used for claims handling in AXA-Insurance?
- ACS
- ABR
- LAMDA
- WFI
ABR connects to Polaris services to:
- Calculate the premium on the policy
- Calculate the claim amount to be paid to the customer
- Gather credit card details
- Validate policy details
When a datafile is dragged to edit panel,If the values are shown in purple colour,What does it mean?
- An area which is not mapped
- Record to be ignored
- A data area where data can be written
- SortIndex datafile mapped data's
Which of the following do use to declare a local string variable
- String str
- Str str
- char str
- DIM str(10)
For string Variables,when we set the format to "Trim Blanks" what happens?
- All blanks in the string value are removed
- First and Last blank is removed
- Only the first blank is removed
- Only the last blank is removed
Which of these datefiles are used to write a value to a text file
- ReportFile
- SortIndexFile
- Initialization File
- File Viewer
In "Ignore for relative flow" if you set the option as "Yes,breaks flow on page" what happens to that table.
- Table affects the relativity of below table.
- Table does not affects the relativity any object.
- Table does not affect any object and the table moves to a new page based on rule given
- Table does not affect any object and the table moves to a new page always
While processing input file we can force dialogue to delete some section of datas for performance improval
- True
- False
- At the end of B section
- At the end of A section
- At the start of A section
- Just before the start of B section
Which datafile need not be called exclusively.i.e.it performs it job,just because it is added to the application
- Initialisation file
- Auxillary File
- File viewer
- None Of these
Find the function that returns the date of the previous year when compared to a particular date.
- dateadd(year,1,getdate())
- datediff(year,1,getdate())
- dateadd(year,-1,getdate())
- datediff(year,-1,getdate())
Find the function that returns the week number of a particular date.
- datepart(week,getdate())
- datepart(wk,date())
- datepart(w,getdate())
- datepart(d,getdate())
Find the function to get the name of a particular day in a week.
- datename(week,getdate())
- datename(dw,getdate())
- datename(wk,date())
- datename(day,getdate())