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.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

How many prompts are available in a UNIX system?

  1. 1
  2. 2
  3. 4
  4. 6
Question 2 Multiple Choice (Single Answer)

What’s the first step to be carried on reception of a code deployment request for system test environment?

  1. Copying the jars to respective servers
  2. Deploying the code
  3. Execute the TNS
  4. Merge the code from development branch to release branch
Question 3 Multiple Choice (Single Answer)

What’s the path where the configuration files related to Gen-e-sys framework are stored?

  1. $GENESYS_HOME/shared
  2. $GENESYS_HOME/config
  3. $GENESYS_HOME/config/shared
  4. /opt/config
Question 4 Multiple Choice (Single Answer)

What’s the name of the configuration file which is used by batch scheduler process to extract the genesys batch job details?

  1. restartcicsmail.properties
  2. schedule.xml
  3. environment.properties
  4. batchscheduler.ksh
Question 5 Multiple Choice (Single Answer)

Which file contains the ID details of genesys Q-listeners running on the server?

  1. restartcicsmail.properties
  2. schedule.xml
  3. environment.properties
  4. restart_genesys.ksh
Question 6 Multiple Choice (Single Answer)

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

  1. 10PM every night
  2. 22 minutes past midnight on 1st, 2nd, 3rd, 4th & 5th of every month
  3. 10PM on working days
  4. 22 minutes past midnight on working days
Question 7 Multiple Choice (Single Answer)

Which team deploys the code jar files to production environment?

  1. DS SCM team
  2. DS Implementation Management team
  3. Distributed Transaction Services team
  4. Midrange team
Question 8 Multiple Choice (Single Answer)

Which of the below mentioned applications is used for claims handling in AXA-Insurance?

  1. ACS
  2. ABR
  3. LAMDA
  4. WFI
Question 9 Multiple Choice (Single Answer)

ABR connects to Polaris services to:

  1. Calculate the premium on the policy
  2. Calculate the claim amount to be paid to the customer
  3. Gather credit card details
  4. Validate policy details
Question 10 Multiple Choice (Single Answer)

When a datafile is dragged to edit panel,If the values are shown in purple colour,What does it mean?

  1. An area which is not mapped
  2. Record to be ignored
  3. A data area where data can be written
  4. SortIndex datafile mapped data's
Question 11 Multiple Choice (Multiple Answers)

Which of the following do use to declare a local string variable

  1. String str
  2. Str str
  3. char str
  4. DIM str(10)
Question 12 Multiple Choice (Single Answer)

For string Variables,when we set the format to "Trim Blanks" what happens?

  1. All blanks in the string value are removed
  2. First and Last blank is removed
  3. Only the first blank is removed
  4. Only the last blank is removed
Question 13 Multiple Choice (Multiple Answers)

Which of these datefiles are used to write a value to a text file

  1. ReportFile
  2. SortIndexFile
  3. Initialization File
  4. File Viewer
Question 14 Multiple Choice (Single Answer)

In "Ignore for relative flow" if you set the option as "Yes,breaks flow on page" what happens to that table.

  1. Table affects the relativity of below table.
  2. Table does not affects the relativity any object.
  3. Table does not affect any object and the table moves to a new page based on rule given
  4. Table does not affect any object and the table moves to a new page always
Question 15 True/False

While processing input file we can force dialogue to delete some section of datas for performance improval

  1. True
  2. False
Question 16 Multiple Choice (Single Answer)

If a document is Targeted to be created at "end of named section-A"(where B is nested withinA),when does the page gets created:i.e.of below format

  1. At the end of B section
  2. At the end of A section
  3. At the start of A section
  4. Just before the start of B section
Question 17 Multiple Choice (Single Answer)

Which datafile need not be called exclusively.i.e.it performs it job,just because it is added to the application

  1. Initialisation file
  2. Auxillary File
  3. File viewer
  4. None Of these
Question 18 Multiple Choice (Single Answer)

Find the function that returns the date of the previous year when compared to a particular date.

  1. dateadd(year,1,getdate())
  2. datediff(year,1,getdate())
  3. dateadd(year,-1,getdate())
  4. datediff(year,-1,getdate())
Question 19 Multiple Choice (Single Answer)

Find the function that returns the week number of a particular date.

  1. datepart(week,getdate())
  2. datepart(wk,date())
  3. datepart(w,getdate())
  4. datepart(d,getdate())
Question 20 Multiple Choice (Single Answer)

Find the function to get the name of a particular day in a week.

  1. datename(week,getdate())
  2. datename(dw,getdate())
  3. datename(wk,date())
  4. datename(day,getdate())