uDeploy Interview Questions and Answer Part-1
Is it right defintion of “Application” in uDeploy? One or more computer programs or software components that provide a function in direct support of a specific business process or processes….
Read more »UrbanCode Deploy Interview Questions and Answer Part-1
IBM UrbanCode Deploy provides two types of plugins to define deployment processes, with one type being referred to as Source Configuration plugins. What is the other plugin type? Workflow (Ans)…
Read more »uBuild Interview Questions and Answer Part-1
IBM UrbanCode Build (uBuild) can be only installed in Windows? True False (Ans) What is the embedded database for IBM UrbanCode Build (uBuild) server? Derby (Ans) Oracle database MySQL database…
Read more »Subversion Interview Questions and Answer Part-1
When checking out code from SVN you usually want to check out from __ not from the root of the repository. repo tags trunk (Ans) branches A source control system…
Read more »
Splunk Interview Questions and Answer Part – 4
Which file is used for role and mapping authorize.conf (Ans) authorizes.conf authentication.conf limits.conf You can not search the data in frozen stage of bucket True (Ans) False Attributes in indexes.conf…
Read more »Function in Javascript
Function are subprograms which are used to compute a value or perform a task. Type of Function – Library or Built-in functions Ex: – valueOf( ) , write( ), alert(…
Read more »
Splunk Interview Questions and Answer Part – 3
Of the following, which is the best description of Splunk? Splunk is a log collector. Splunk is a business intelligence tool. Splunk is operational intelligence that consumes and makes machine…
Read more »
Splunk Interview Questions and Answer Part – 2
Which port is the default forwarding port? 8683 8089 9997 (Ans) 8079 9907 9090 80 8080 Universal forwarders do not parse data. False True (Ans) Which port is the default…
Read more »
Splunk Interview Questions and Answer Part – 1
Where is the best place to get help with general Splunk questions? Splunk Answers (Ans) Stack Overflow Course Q and A Splunk is primarily a business intelligence tool. False (Ans)…
Read more »
SonarQube Interview Questions and Answer Part – 1
Is it right definition of Sonarqube? SonarQube (formerly Sonar) is a quality management platform focusing on continuous analysis of source code quality. YES (Ans) NO Which is not a severities…
Read more »
Puppet Interview Questions and Answer Part – 3
To which parameter do you assign PHP.INI configurations when declaring the mayflower-php class? settings (Ans) config ini php When dealing with a large number of ephemeral nodes that consume licenses,…
Read more »AWS Interview Questions and Answer Part – 23
In what order should you utilize the different rule sources when looking to implement an AWS Config Rule? Built-in, custom, third-party Custom, built-in, third-party Built-in, third-party, custom (Ans) Third-party, built-in,…
Read more »AWS Interview Questions and Answer Part – 22
What is a “visibilty timeout” in SQS? How long to delay the message before anyone can poll it none of the above An amount of time that the message is…
Read more »
Puppet Interview Questions and Answer Part – 2
Where is the Puppet configuration file stored? /etc/puppet/puppet.conf (Ans) /var/lib/puppet/puppet.conf /usr/share/puppet/puppetmaster.conf Puppet can manage all of following operating systems except… Mac OS X Windows Unix Solaris FreeBSD None of these….
Read more »
Puppet Interview Questions and Answer Part – 1
Where does the Puppet agent look for the Puppet Master hostname? In /etc/puppet/puppet.conf under the [agent] section (Ans) In /etc/puppet.conf under the [agent] section In /etc/puppet/puppet.conf under the [master] section…
Read more »Microservices Architecture Interview Questions and Answer Part – 1
What unique feature does virtualization provide as a hosting option? Quick setup times Containers Nested virtualization Snapshots (Ans) Quick load times API Gateway can be used for… Load balancing (Ans)…
Read more »
Kubernetes Interview Questions and Answer Part – 8
What is the primary application transport mechanism for the Kubernetes API Server? Server side RPC calls Javascript over WebSockets TCP multiplexing over HTTP/S JSON Over HTTP/S (Ans) Objects in the…
Read more »
Kubernetes Interview Questions and Answer Part – 7
What is the main reason why the Ingress API has not been developed beyond its original specification? It was delivered to test ingress use cases, but annotations took over and…
Read more »AWS Interview Questions and Answer Part – 21
An ECS task can be described as: A virtual container profile A software tool used to manage cluster resources A software agent used to enable communication across a cluster environment…
Read more »AWS Interview Questions and Answer Part – 20
Which of the following options describes Infrastructure in Code? Script containing all needed steps to transform current state into target state. Checklist containing all steps needed to transform current state…
Read more »AWS Interview Questions and Answer Part – 19
What is the difference between continuous delivery and continuous deployment? With continuous delivery, software releases are pushed into production automatically. With continuous deployment, software releases are pushed into production manually….
Read more »AWS Interview Questions and Answer Part – 18
Choose the correct types of access policy statements: API gateways and access policies Testimonies and affidavits Action-statements and resource-statements (Ans) Access policies and statements How many servers should be configured…
Read more »AWS Interview Questions and Answer Part – 17
What set of operations can you perform on RDS database logs? View, watch, and download (Ans) View, download, and purge View and watch View and download What is a “node…
Read more »AWS Interview Questions and Answer Part – 16
Elastic Block Storage is limited in size and won’t auto scale with your storage needs. False True (Ans) Compared to a relational database’s data model… A DynamoDB attribute is like…
Read more »AWS Interview Questions and Answer Part – 15
How long can an SQS queue hold onto a message before it is automatically removed? 14 days (Ans) 24 hours Unlimite 1 hour An SNS subscription must always be verified…
Read more »
Docker Interview Questions and Answer Part – 7
Docker recommends using the responsible disclosure model for reporting vulnerabilities in the Docker platform. What does this mean? Simultaneously report the vulnerability to Docke and openly publish details of the…
Read more »
Docker Interview Questions and Answer Part – 6
An admin has configured the Linux audit framework to generate audit events for the Docker daemon’s data root. After a recent OS update, the data root is no longer being…
Read more »
Docker Interview Questions and Answer Part – 5
Is it ever possible to run a Linux-based container on a Microsoft Windows platform? Yes, Docker containers abstract away the underlying operating system, which means the container can run on…
Read more »
Docker Interview Questions and Answer Part – 4
Which of the following will display the specific command that created each layer in an image? docker search imagename docker images -t imagename docker history imagename (Ans) docker build -th…
Read more »
Linux Interview Questions and Answer – Part 11
It is common for source packages to be downloaded to which directory? /src /usr/src (Ans) /home /usr/bin Using lsof which character is used to filter by host # = @…
Read more »