27 November 2020

#Apache_Flink

#Apache_Flink
What is Apache Flink?
What are the differences between the DataStream API and the DataSet API in Flink?
What are windows in Apache Flink, and why are they important?
What is event time processing, and how does it differ from processing time?
What are watermarks in Flink, and how are they used?
What are some common configuration parameters in Flink, and how do they affect performance?
What are Flink connectors, and why are they important?
What is backpressure in Flink, and how can it be managed?
What is Flink SQL, and how can it be used in stream processing?
What is the difference between a savepoint and a checkpoint in Flink?
What is a side output in Flink, and when would you use it?
What is a state backend in Flink, and how do you configure it?
What are incremental checkpoints, and why are they important?
What are the steps to implement a custom Flink connector?
What are task slots in Flink, and how do they relate to resource management?
What is Flink's process function, and when would you use it?
What is the difference between Flink?s at-least-once and exactly-once semantics?
What considerations would you take into account for deploying Flink on Kubernetes?
What is the role of the keyBy function in Flink?
What are operator state and keyed state in Flink?
What are the challenges of processing out-of-order events in Flink?
What are the common bottlenecks in a Flink job, and how can they be mitigated?
What are the best practices for deploying Flink jobs in a production environment?
What are some common issues that can occur with checkpointing, and how do you resolve them?
What are the considerations for running Flink in a multi-tenant environment?
What are the steps you would take to troubleshoot and fix a failed Flink job?
What is the type of Lambda Expression?
Explain the difference between the KeyedStream and non-KeyedStream in Flink.
Explain the purpose and functionality of Flink's Table API and SQL.
How does Flink handle stateful stream processing?
How does Flink ensure fault tolerance in stream processing?
How do you deploy a Flink job on a cluster?
How do you optimize the performance of a Flink application?
How does Flink handle complex event processing (CEP)?
How would you handle late-arriving data in Flink?
How does Flink ensure data consistency and exactly-once processing semantics?
How does Flink handle data partitioning and parallelism?
How does Flink ensure state consistency during failures?
How do you handle watermarks in scenarios with varying event delays?
How do you achieve exactly-once semantics with Apache Kafka and Flink?
How do you implement a custom window function in Flink?
How does Apache Flink support Machine Learning tasks?
How would you handle dynamic reconfiguration of a Flink job?
How do you perform debugging and troubleshooting of Flink jobs?
How do you implement custom serialization in Flink?
How does Flink's state abstraction work?
How does Flink guarantee exactly-once processing semantics?
How do you handle schema evolution in Flink when integrating with Kafka?
How would you perform a rolling upgrade of a Flink application?
How does Flink's checkpointing mechanism work under the hood?
How does Flink support distributed data processing and consistency in the context of exactly-once semantics?
How would you handle a scenario where a Flink job's state grows significantly over time?
Apache Flink
  • Apache Flink is a powerful framework and distributed processing engine for stateful computations over unbounded and bounded data streams
  • It is widely used for big data processing and real-time analytics due to its high throughput, low latency, and ability to handle complex event processing.
  • JobManager
  • TaskManager
  • Distributed execution engine
DataStream API
  • Unbounded Streams: How to handle continuous data streams with the DataStream API.
  • Transformation Operations: Map, filter, keyBy, reduce, window, etc.
  • Windowing: Different types of windows (time-based, count-based, session windows) and their applications.
DataSet API
  • Bounded Data Processing: Working with finite datasets.
  • Batch Processing: Using the DataSet API for batch processing tasks, transformations, and optimizations.
State Management
  • Stateful Stream Processing: Managing state in streaming applications.
  • State Backends: Various state backends like memory, RocksDB, and their use cases.
  • Checkpointing and Savepoints: Mechanisms for fault tolerance and state recovery.
Event Time and Watermarks
  • Event Time Processing: Handling events based on their timestamps.
  • Watermarks: Generating and using watermarks to handle out-of-order events.
Deployment and Configuration
  • Cluster Setup: Setting up and managing a Flink cluster.
  • Job Submission: Deploying Flink jobs on clusters.
  • Configuration Parameters: Tuning Flink?s performance through configuration.
Fault Tolerance
  • Checkpointing: Ensuring fault tolerance through periodic state snapshots.
  • Savepoints: Manual snapshots for job upgrades and maintenance.
  • Failure Recovery: Mechanisms to recover from failures and resume job execution.
Integration with Other Systems
  • Connectors: Integrating Flink with various data sources and sinks like Kafka, HDFS, Cassandra, etc.
  • Flink SQL: Using SQL queries for stream and batch processing.
  • CEP (Complex Event Processing): Pattern matching and complex event processing capabilities.
Performance Optimization
  • Parallelism: Configuring task parallelism for optimal performance.
  • Resource Management: Efficiently managing CPU, memory, and other resources.
  • Tuning Tips: Practical tips and best practices for optimizing Flink jobs.
Use Cases and Examples
  • Real-Time Analytics: Implementing real-time data analytics and dashboards.
  • Event-Driven Applications: Building applications that respond to events in real-time.
  • Batch Processing: Large-scale batch processing applications.
Advanced Topics
  • Streaming SQL: Leveraging SQL queries for stream processing.
  • Machine Learning: Integrating machine learning algorithms with Flink.
  • Graph Processing: Using Flink for processing graph data.

18 November 2020

#ServiceNow

#ServiceNow
What is ServiceNow?
What is an ?Application? in ServiceNow?
What is full form of CMDB and what is it?
What is LDAP Integration and its use?
What do you mean by data lookup and record matching?
What is CMDB Baseline?
What is a view?
What is ACL?
What do you mean by impersonating a user? How it is useful?
What are dictionary overrides?
What do you mean by coalesce?
What are UI policies?
What is a data policy?
What is a client script?
What is a business rule?
What is the Parent table for incident, change and problem? What does it do?
What is a record producer?
What is a glide record?
What is import set?
What is transform Map?
What do you mean by foreign record insert?
What does the Client Transaction Timings plugin do?
What is inactivity monitor?
What is domain separation?
What is HTML Sanitizer?
What is the significance of cascade variable checkbox in order guide?
What are Gauges?
What do you mean by Metrics in ServiceNow?
What types of searches are available in ServiceNow?
What is a BSM Map?
What happens when you mark a default update set as complete?
What is the latest servicenow user interface and when was it released?
What is a sys_id?
What is scorecard?
What is Reference qualifier?
What is Performance Analytics in ServiceNow?
What is the difference between next() and _next() method?
Which searching technique is used to search a text or record in ServiceNow?
Which table stores update sets and customization?
Which method do you use to get all the active/inactive records from a table?
How to enable or disable an application in ServiceNow?
How can you cancel a form submission through client script?
How can you remove ?Remember me? check box from login page?
How to create a new role?
Can you call a business rule through a client script?
Can you add Homepages and Content pages to ?update sets? in ServiceNow?
Can you update a record without updating its system fields(like sys_updated_by, sys_updated_on)?
Can I have more than one function listening to the same thing?
What is a record producer
What is dictionary override?
What is a data policy?
What is a client script?
What is a business rule?
What is a gliderecord?
What is import set?
What Is The Use Of Servicenow Change Management Application?
What is ServiceNow Technology?
What is transform Map?
What do you mean by Foreign record insert?
What does the Client Transaction Timings plugin do?
What is an inactivity monitor?
What is domain separation?
What do you mean by Metrics in ServiceNow?
What happens if a Default update set is marked as complete?
What is a Reference qualifier?
What is Performance Analytics in ServiceNow?
What is ACL?
What is CMDB Baseline?
What is a ?View??
What is the life cycle of Change Request?
What do you mean by term ?Application? in ServiceNow?
What do you mean by impersonating a user? How it is useful?
What is the Service Now tool?
What are the roles and responsibilities of the Service Now administrator?
What are the key features of the Service Now Administrator tool?
What do you mean by CMDB baseline?
What do you mean by Coalesce?
What are user interface (UI) policies?
What is the client script?
What is HTML sanitizer?
What are Gauges?
What do you mean by application navigator and how to modify service catalog items?
Name the important products of Service now?
Name the attributes defined in the service now tool?
Explain the searches available in the Service Now tool?
Which are the Parent tables for the incident, change, and problem?
Which searching technique is used to search a text or record in ServiceNow?
Which is the Parent table for the incident, change, and problem?
How can you remove Remember me checkbox from login page?
How many types of searches are available in ServiceNow?
How to enable or disable an application?
How can you cancel a form submission through client script?
In which table update sets and customization are stored?
Do Homepages and Content pages are added to the update sets?
About UI policy & What it is?
Can you call a business rule through a client script?
Give some practical examples for the service now integration tool?
Mention the difference between Service Now and Salesforce cloud computing platforms?
ServiceNow
Question Option A Option B Option C Option D

#Vagrant

#Vargrant
What are Plugins in Vagrant and how they assist?
What are Providers in Vagrant?
What are Synced Folders in Vagrant?
What are the subcommands associated with Box command?
What is a BOX in Vagrant?
What is a vagrant image?
What is Ansible and vagrant?
What is Box List command in Vagrant?
What is Box Outdated command in Vagrant?
What is Box Prune command in Vagrant?
What is Box Remove command in Vagrant?
What is Box Repackage command in Vagrant?
What is Box Update command in Vagrant?
What is Connect command in Vagrant?
What is Multi-Machine environment in Vagrant?
What is Provider in Vagrant?
What is Provisioner in Vagrant?
What is Provisioning in Vagrant?
What is vagrant in DevOps?
What is vagrant Linux?
What is Vagrant Push?
What is Vagrant Share?
What is vagrant virtualbox?
What is Vagrant?
What is Vagrantfile?
Explain Box Add Command in Vagrant?
How do you define multiple machines in Vagrant?
Destroy command in Vagrant
Global Status command in Vagrant
Vagrant is written in which language?
Vagrant
  • Vagrant is a tool for building and managing virtual machine environments in a single workflow.
  • It is focused on providing a consistent development environment workflow across multiple operating systems.
  • It has a vast library of community contributed images or boxes to choose from.
  • It provides a number of higher level features like Synced folders, automatic networking, automatic SSH setup, HTTP tunneling
  • It comes with support out of the box for Hyper-V, a native hyper visor written by Microsoft.
  • It share has three primary modes or features: HTTP Sharing, SSH Sharing and General Sharing.
  • It has a set of environmental variables that can be used to configure and control it in a global way.
  • It has a built-in command for initializing a directory for usage with Vagrant i.e. vagrant init.
  • With Vagrant, one can quickly test things like shell scripts, Chef cookbooks, Puppet modules and more using local virtualization such as VirtualBox or VMware.
  • With Vagrant, create a single file for projects to describe the type of machine and software that you want to install.

$Vagrant up

$Vagrant ssh

$Vagrant share

$Vagrant box add

17 November 2020

#CDN

#CDN
What is a CDN?
Why use a CDN (Content Delivery Network‎)?
Name some advantages of using CDN for static JS files and assets?
What is a CDN origin server?
What are CDN edge servers?
Why and how to use Cache Busting?
What Is Cache Busting?
How does CDN caching work?
Explain why CDN (in)availability may be a problem for using WebSockets?
CDN
  • CDN - Content Delivery Network
  • CDN refers to a geographically distributed group of servers which work together to provide fast delivery of Internet content
  • CDN is a service that caches your website and serves the website from geographically the nearest server which in turn increases the loading speed of the website.
  • A properly configured CDN may also help protect websites against some common malicious attacks, such as Distributed Denial of Service (DDOS) attacks.
  • It does help cache content at the network edge, which improves website performance
  • Edge Location - Location where content will be cached; separate to an AWS Region/AZ
  • Origin- Origin of all the files that the CDN will distribute. This can be an S3 Bucket, EC2 Instance, Elastic Load Balancer, or Route53, or not with AWS
  • Web Distribution - Typically used for websites
  • RTMP- Used for media streaming (adobe flash)
  • Edge Locations are not just read only, you can write to them, too
  • Objects are cached for life of TTL
  • Akamai vs Cloudflare
  • Edge & Origin server
  • Data center
  • Internet exchange point
  • Proxy and Reverse proxy
  • Round-trip time
  • TTL- Time To Live
  • Cache Control - Static and Dynamic
  • GSLB
  • DDoS attack
  • Web Application Firewall (WAF)
SQL Azure is a cloud-based relational database service that is based on
Oracle
SQL Server*
MySQL
All of the mentioned

#Cloudflare


Cloudflare
  • Cloudflare is an Internet infrastructure provider, whose idea is to enhance the security, performance, and reliability of anything connected to the Internet. It most of the core features for free and provides and simple setup for installing and using it. 
  • It has both UI and API for managing your website.
  • It works on a Freemium model but offers most of its core features for free with some limits.
Features
  • DNS hosting - DNS is responsible for translating domain names into IP address, Cloudflare provides DNS hosting to manage DNS records, and Cloudflare records come into effect very fast in most the cases.
  • CDN
  • SSL/TLS - It provides free SSL for the domain name and wildcard subdomains for 3rd level in the hostname for free
  • Firewall- Limited to 5 rules It firewall provides a way to block traffic using IP address, hostname, known bots, URI, and more.
  • Page rules - Limited to 3 rules Pages rules provide different functions like redirects, HTTPS rewrites, and more.
  • Apps - Created by developers, Cloudflare apps provide different functionalities with just a click of the button.
  • Analytics - Cloudflare analytics provide simple analytics for your website
  • Registrar - Cloudflare provides domain registration for wholesale price with free Whois redaction
  • Workers - The serverless functions running in languages like JavaScript, C, C++, and Rust.
Advantages
  • It has a free plan with most of its core features.
  • It acts as CDN which increases the load speed of websites.
  • It protects from malicious bots and DDoS attacks.
  • It provided Managed DNS with short TTL.
  • It provides free SSL certificate completely managed by Cloudflare, renewed annually.
  • It Provides forwarding rules and serverless functions.
  • It has different independent addons for different services.
  • It provides Domain Registrar services.
  • Provides API for managing most of the services.
Disadvantages
  • The free plan comes with many limits, and Paid plans are not cheap.
  • DNS zones are managed which may not be useful for some users.
  • Can’t use Custom Name servers in the free plan.
  • SSL certificate will only be accepted which Cloudflare is active on that domain.
  • SSL certificates are only one level deep and issued to sni.cloudflaressl.com with your domain in SAN’s field.
  • Domain registration is not yet available for all users and comes with limited TLD’s to register.
  • Page rules and Worker sites are very limited in the Free plan.

#Machine_Learning

#Machine_Learning
Define Precision and Recall?
What are Different Types of Machine Learning algorithms?
What is Supervised Learning?
What is Unsupervised Learning?
What is ?Naive? in a Naive Bayes?
What is PCA? When do you use it?
What are Support Vectors in SVM?
What are Different Kernels in SVM?
What is Cross-Validation?
What is Bias in Machine Learning?
What is F1 score? How would you use it?
What is a Neural Network?
What are Loss Function and Cost Functions? Explain the key Difference Between them?
What is Ensemble learning?
What is a Random Forest? How does it work?
What is Collaborative Filtering? And Content-Based Filtering?
What is Clustering?
What are Recommender Systems?
What is P-value?
What are Parametric and Non-Parametric Models?
What is Reinforcement Learning?
Explain SVM Algorithm in Detail
Explain the Difference Between Classification and Regression?
Explain Correlation and Covariance?
Why was Machine Learning Introduced?
How to Tackle Overfitting and Underfitting?
How do you make sure which Machine Learning Algorithm to use?
How to Handle Outlier Values?
How can you select K for K-means Clustering?
How do check the Normality of a dataset?
Can logistic regression use for more than 2 classes?
  • Machine Learning
  • Regression, Classification & Clustering
  • Dimensionality Reduction
  • Hyperparameter & Cross-validation
  • Regularization, Overfitting & Underfitting
  • Bagging & Boosting
  • Confusion Matrix, Precision, Recall and F1 score
  • ROC and AUC curve
  • Mean Squared Error (MSE) & Mean Absolute Error (MAE)
  • R-squared & Bias-Variance Tradeoff
  • When to use Which ML Algorithm?
Question Option A Option B Option C Option D
Identify the kind of learning algorithm for ?facial identities for facial expressions?. Prediction Generating patterns Recognition Patterns Recognizing anomalies
Machine Learning has various function representation, which of the following is not numerical functions? Case-based Neural Network Linear Regression Support Vector Machines
The prior goal of unsupervised learning model is to determine the ________ Discuss Regression task Data patterns Classification task

16 November 2020

#Zipkin


  • Zipkin is a distributed tracing system. 
  • It helps gather timing data needed to troubleshoot latency problems in service architectures. 
  • If you have a trace ID in a log file, you can jump directly to it. Otherwise, you can query based on attributes such as service, operation name, tags and duration. 

#Artificial_Intelligence

#AI
What do you understand by AI?
What are the types of AI?
What are the applications/uses of AI?
What is the difference between strong AI and weak AI?
What is Neural Network in AI?
What is Bayes rule in AI?
Explain the knowledge representation in AI?
Explain Statical AI & Classical AI?
Which AI is used for decision making?
When AI was introduced?
Describe the various subsets of AI?
Describe the intelligent agent in AI?
Describe the areas where AI is used?
AI
Question Option A Option B Option C Option D

12 November 2020

#Spring_Annotations

Core Spring

  • @Bean - Annotated method produces a bean managed by the Spring IoC container

Stereotype annotations

  • @Component - Marks annotated class as a bean found by the component-scanning and loaded into the application context
  • @Controller - Marks annotated class as a bean for Spring MVC containing request handler
  • @RestController - Marks annotated class as a @Controller bean and adds @ResponseBody to serialize returned results as messages
  • @Configuration - Marks annotated class as a Java configuration defining beans
  • @Service - Marks annotated class as a bean (as convention usually containing business logic)
  • @Repository - Marks annotated class as a bean (as convention usually providing data access) and adds auto-translation from SQLException to DataAccessExceptions

Bean state

  • @PostConstruct - Annotated method is executed after dependency injection is done to perform initialization
  • @PreDestroy - Annotated method is executed before the bean is destroyed, e.g. on the shutdown

Configuration

  • @Import - Imports one or more Java configuration classes @Configuration
  • @PropertySource - Indicates the location of applicaiton.properties file to add key-value pairs to Spring Environment
  • @Value - Annotated fields and parameters values will be injected
  • @ComponentScan - Configures component scanning @Compenent, @Service, etc.

Bean properties

  • @Lazy - Annotated bean will be lazily initialized on the first usage
  • @Profile - Indicates that beans will be only initialized if the defined profiles are active
  • @Scope - Defines bean creation scope, e.g. prototype, singleton, etc.
  • @DependsOn - Explicitly defines a dependency to other beans in terms of creation order
  • @Order - Defines sorting order if injecting a list of beans, but it does not resolve the priority if only a single bean is expected
  • @Primary - Annotated bean will be picked if multiple beans can be autowired
  • @Conditional - Annotated bean is created only if conditions are satisfied

@ConditionalOnBean

@ConditionalOnMissingBean

@ConditionalOnClass

@ConditionalOnMissingClass

@ConditionalOnProperty

@ConditionalOnMissingProperty

Bean injection

  • @Autowired - Beans are injected into annotated setters, fields, or constructor params.
  • @Qualifier - Specifies the name of a bean as an additional condition to identify a unique candidate for autowiring

Spring Boot

  • @SpringBootConfiguration - Indicates Spring Boot application @Configuration
  • @EnableAutoConfiguration - Enables application context auto-configuration to provide possibly needed beans based on the classpath
  • @ConfigurationProperties - Provides external binding of key value properties
  • @ConfigurationPropertiesScan - Enables auto-detection of @ConfigurationProperties classes
  • @SpringBootApplication - Combination of @SpringBootConfiguration, @EnableAutoConfiguration, @ConfigurationPropertiesScan and @ComponentScan
  • @EntityScan - Configures base packages to scan for entity classes
  • @EnableJpaRepositories - Enables auto-configuration of jpa repositories

Transactions

  • @EnableTransactionManagement - Enables annotation-driven transaction declaration @Transactional
  • @Transactional - Annotated methods will be executed in a transactional manner

Spring JPA and Hibernate

  • @Id - Marks annotated field as a primary key of an entity
  • @GeneratedValue - Provides generation strategy of primary keys
  • @Entity - Marks annotated class as an entity
  • @Column - Provides additional configuration for a field, e.g. column name
  • @Table - Provides additional configuration for an entity, e.g. table name
  • @PersistenceContext - EntityManger is injected into annotated setters and fields
  • @Embedded - Annotated field is instantiated as a value of an Embeddable class
  • @Embeddable - Instances of an annotated class are stored as part of an entity
  • @EmbeddedId - Marks annotated property as a composite key mapped by an embeddable class
  • @AttributeOverride - Overrides the default mapping of a field
  • @Transient - Annotated field is not persistent
  • @CreationTimestamp - Annotated field contains the timestamp when an entity was stored for the first time
  • @UpdateTimestamp - Annotated field contains the timestamp when an entity was updated last time
  • @ManyToOne - Indicates N:1 relationship, the entity containing annotated field has a single relation to an entity of other class, but the other class has multiple relations
  • @JoinColumn - Indicates a column for joining entities in @ManyToOne or @OneToOne relationships at the owning side or unidirectional @OneToMany
  • @OneToOne - Indicates 1:1 relationship
  • @MapsId - References joining columns of owning side of @ManyToOne or @OneToOne relationships to be the primary key of referencing and referenced entities
  • @ManyToMany - Indicates N:M relationship
  • @JoinTable - Specifies an association using a join table
  • @BatchSize - Defines size to lazy load a collection of annotated entities
  • @FetchMode - Defines fetching strategy for an association, e.g. loading all entities in a single subquery

Spring Security

  • @EnableWebSecurity - Enables web security
  • @EnableGlobalMethodSecurity - Enables method security
  • @PreAuthorize - Defines access-control expression using SpEL, which is evaluated before invoking a protected method
  • @PostAuthorize - Defines access-control expression using SpEL, which is evaluated after invoking a protected method
  • @RolesAllowed - Specifies a list of security roles allowed to invoke protected method
  • @Secured - Java 5 annotation for defining method level security.

Spring AOP

  • @EnableAspectJAutoProxy - Enables support for handling components marked with @Aspect
  • @Aspect - Declares an annotated component as an aspect containing pointcuts and advices
  • @Before - Declares a pointcut executed before the call is propagated to the join point
  • @AfterReturning - Declares a pointcut executed if the join point successfully returns a result
  • @AfterThrowing - Declares a pointcut executed if the join point throws an exception
  • @After - Declares a pointcut executed if the join point successfully returns a result or throws an exception
  • @Around - Declares a pointcut executed before the call giving control over the execution of the join point to the advice
  • @Pointcut - Externalized definition a pointcut expression

Spring Boot Tests

  • @SpringBootTest - Annotated test class will load the entire application context for integration tests
  • @WebMvcTest - Annotated test class will load only the web layer (service and data layer are ignored)
  • @DataJpaTest - Annotated class will load only the JPA components
  • @MockBean - Marks annotated field as a mock and loads it as a bean into the application context
  • @SpyBean - Allows partial mocking of beans
  • @Mock - Defines annotated field as a mock

Spring Test

  • @ContextConfiguration - Defines @Configuration to load application context for integration test
  • @ExtendWith - Defines extensions to execute the tests with, e.g. MockitoExtension
  • @SpringJUnitConfig - Combines @ContextConfiguration and @ExtendWith(SpringExtension.class)
  • @TestPropertySource - Defines the location of property files used in integration tests
  • @DirtiesContext - Indicates that annotated tests dirty the application context and will be cleaned after each test
  • @ActiveProfiles - Defines which active bean definition should be loaded when initializing the test application context
  • @Sql - Allows defining SQL scripts and statements to be executed before and after tests

#JMeter

#JMeter
What is JMeter?
What are the distinctive kinds of Protocol we can use in JMeter?
What is the skeletal structure of a JMeter Script?
What are the Benefits of Jmeter?
What is Pre-Processing Element?
What is Post-Processing Element?
What are Listeners?
What is the utilization of Regular Expression Extractor?
What is the greatest number of strings that can be utilized in a string gathering?
What is a Timer and what are the diverse kinds of Timers accessible in Jmeter?
What is the contrast between Constant Timer and Constant Throughput Timer?
What is Beanshell Scripting?
What is a root CA declaration?
What is the utilization of a CSV Data Set Config?
What is Test Fragment?
What is a Listener?
What are diverse kinds of Listeners in JMeter?
What is the reason for a Timer?
What is a customary articulation?
What are the advantages of JMeter above different apparatuses in the market that are utilized for execution testing?
What is a preprocessor?
What is a post processor?
What is circulated trying utilizing JMeter?
What is the increase time frame?
What are samplers in JMeter?
What are Listeners in JMeter? Express a portion of the broadly utilized Listeners?
What is dispersed burden testing? How might it be accomplished in JMeter?
What are the diverse clocks in JMeter?
What is the utilization of Configuration components?
What are Pre-Processors?
What are Post-processors?
What Is The Execution Order Of Test Elements?
What Are The Monitor Tests?
What is the distinction among gauge and benchmark testing?
What types of recording have you used in J-METER?
What versions of J-METER available in the market? And what are the features that are added into latest version of J-METER?
What is parameterization in J-METER, and what are different types of it?
What exactly is the use of BeanShell script in J-METER?
What is the use of using Workbench and Test Plan in J-METER?
What are the different Protocols Supported By J-Meter?
What are different controller types in J-METER?
What are Listeners in J-METER? And please list few listeners?
What exactly is a thread group in JMeter?
What test element should be added to perform recording in J-METER?
What is difference between Pre_processer and Post_Processer in J-METER?
What are the Thread group?s main parts in J-METER?
What exactly do you mean by term J-METER?
What is a disadvantage of ?Simple Controller??
What is the use of ?Include duration of the timer and pre-post processors in generated sample? checkbox in the transaction controller?
Why can?t be J-METER considered as a browser?
Which Listener is the best one to keep during a Load test?
Which feature FTP request sampler provides to check downloaded file from server is correct or not?
Which Sampler is similar to Constant Timer in Jmeter?
How does JMeter function?
How might we oversee sessions and treats in JMeter?
How might we lessen the asset necessity in JMeter?
How Do You Ensure Re-ease of use In Your Jmeter Scripts?
How to do correlation in J-METER?
How can we analyze test results of J-METER?
How do we create scripts in J-METER?
How can you pass Unique values into J-METER?s CSV Data Set Config?
How can we test J-METER?s web services?
How can we configure load distribution on the Linux Platform using J-METER?
How do we configure Email Notifications in J-METER?
How can we configure JTL files in J-METER?
How should we configure the HTML report in J-METER?
How can we handle AJAX calls on the website that has a refresh rate of 5secs and data is updated for each refresh?
How can we handle Correlation and Parameterization in J-METER?
How Actually does a J-METER work?
How can we do Percent Based Distribution in J-METER?
How can we perform Testing on J-METER from different Geo-Locations?
How can we manage Sessions and cookies in J-METER?
How are requests sent to the server in J-METER?
How can we monitor server metrics of a load test in J-METER when it is being run on a Windows platform?
How to extract the link from one http request sampler to other http requests?
How you will make sure that ?Xpath Extractor? post-processor has captured the right variable?
Are the test designs worked in Jmeter are OS Dependant?
By what method can we parameterize information? (Imperative JMeter Interview Questions)
Can portable activities be recorded utilizing JMeter?
Can you design a J-METER scenario, where you should plan the execution of launch and login only once, even when the submit transaction should be executed multiple times?
Can I test run a script recorded on MAC on Windows?
Can you explain the flow of the Test Script Recorder?
Clarify the job of the clock.
Clarify the contrast among Gaussian and Poisson Timers.
Do we have any limit on a number of users/threads that we can generate in J-METER?
Does J-METER connect automatically to the internet without proxy or do we need setup browser proxy for Mozilla or chrome manually to record?
Have you ever worked on BeanShell Sampler of J-METER?
If you want to hit your own machine?s ip then how you will achieve it ?
Is there some other method to open JMeter other than GUI mode?
Is it possible to restrict output within time boundaries and which parameter will be used for the same?
Let us say you have got out of Memory Exception while Executing the J-meter, what can you do?
Notice distinctive sorts of Listeners.
Suppose if you have 5 users and you want to maintain their own counter for each user then how you will achieve it?
To parse a html response in view results tree listener which settings need to be done?
Try not to utilize JMeter?s useful mode amid the heap test executions.
Will it help to define an FTP protocol while downloading a file?
Would we be able to utilize Selenium Automated Scripts in JMeter?
Would we be able to do versatility testing in JMeter? Assuming this is the case, how?
Would we be able to run JMeter in GUI Mode?
Would we be able to perform Spike Testing in JMeter?

#My-SQL


What is the major purpose of SQL?
What is a VIEW in SQL language?
What command is used to remove a table from a database?
What are the string types used for columns?
What is the way to display the top 50 rows?
What is a TEXT in MYSQL?
What is BLOB?
What is a candidate key?
What is the query used to concatenate strings?
What is the numeric limit on indexed columns creation to a table?
What is Index
What is Data Warehousing
What is MySql
What is SQL WHERE clause
What is federated tables
What is ISAM
What is save point concept in MySql
What is Primary key
What is DML in MYSQL
What is DCL
What is foreign key
What is rollback concept
What are 4 types of BLOB in MYSQL
What are aggregate functions in MySQL?
What are Storage Engines in Mysql?
What are the advantages of MySQL?
What are the difference between and MyISAM and InnoDB?
What are the difference between char_length and length in MySQL?
What are the difference between MongoDB and MySQL?
What are the difference between NOW and CURRENT_DATE in MySQL?
What are the different ways to optimize a MySQL query?
What are the drivers in MySQL?
What are the stored procedures in MySQL? Also, write an example.
What is cardinality in MySQL?
What is constraints? Also explain the different types of constraints?
What is DDL, DML and DCL in MySQL?
What is difference between function and procedure in MySQL?
What is federated tables in MySQL?
What is heap table in MySQL?
What is indexing and how do you create an index in MySQL?
What is regex in MySQL?
What is slow query log in MySQL?
What is temporary table in MySQL?
What is the default port for MySQL and how it can change?
What is the degree of a table in MySQL?
What is the difference between BETWEEN and IN operators in Mysql?
What is the difference between CHAR and VARCHAR in MySQL?
What is the difference between delete, drop and truncate?
What is the difference between having and where clause in Mysql? Explain
What is the difference between IS NULL & IS NOT NULL?
What is the difference between MyISAM dynamic and MyISAM static in MySQL?
What is the difference between the primary and unique key in Mysql?
What is the difference between timestamp and datetime in MySQL?
What is the use of CONCAT() in Mysql?
What is the use of enum in MySQL? How it is different from set?
What is TRIGGERS and how it can be used in MySQL?
What is view in MySQL?
Write a query to display even rows in student table using MySQL?
Write a query to fetch common records between two tables using MySQL?
Write a query to fetch duplicate records from a table using MySQL?
Write a query to find duplicate rows In table?
Explain the difference between primary key and candidate key in Mysql?
Why use triggers in MySQL?
Which command is used to add a row in a database?
Which command is used to remove rows from a table ‘SAMPLE’?
Which is considered as an effective SQL query for an Index?
Which is the default port available in MYSQL?
How to login to MySql through Unix shell?
How to regulate the maximum size of a HEAP table?
How a user can get the current version of MYSQL application?
How can I see all indexes on a table in MySQL Database?
How do I count the number of records in a MySQL query?
How do I import database through command line?
How do you create view in MySQL?
How to change the database engine in MySQL?
How to control the max size of a HEAP table?
How to convert a string to utf 8 in MySQL?
How to create case insensitive query in MySQL?
How to display odd rows in Employee table in Mysql?
How to display top 10 rows in Mysql?
How to make a copy values from one column to another in Mysql?
How to retrieve the current version of a MySQL?
How to save images in MySQL?
How to store binary data in MySQL?
How to upload a large file through phpmyadmin in MySQL?
How to use GROUP_CONCAT with different SEPARATOR in MySQL?
How to write an optimized query in MySQL?
How we can get the current date in MySQL?
How would you select all the users whose phone is null MySQL?
When compared with Oracle, what are the advantages of MySql?
Difference - temporary table vs heap table
In Mysql, what is joins? Explain
In Mysql, what is the default storage engine?
Can a primary key be dropped in MySQL? If yes, how?
Give a few examples of Numeric data types used in MYSQL
Give a few examples of String data types used in MYSQL
Give the SQL command to retrieve indexes from a table named ‘employee’
Is MySQL case-sensitive?
Is Mysql is a programming language?
List out the benefits of MySql
List the column comparison operators used in MYSQL
List the available drivers in the database
List some common functionalities with MYSQL
List some comparisons operators used in Mysql?
Mention different table types available in MySql
Mention the triggers used in MYSQL Table
Mention the nonstandard string types
Mention any 2 advantages of MYSQL to Oracle
Mention the query used to get current date in MYSQL
Mention the groups of data types available in MYSQL
Mention Time and Date data types available
Mention a way to drop existing View
Mention the advantage of ENUM in a database
Mention OLAP storage models available
Using CREATE command, what are the objects can be created
What's new in MySQL 8?

  • Constraints - Not-null, Check, Default, Unique, Index, Primary-key, Foreign-key 
  • Indexes - Unique and Non Unique index
  • Query, Sub Query
  • Union vs intersect
  • Cursor
  • Alias & View
  • Normalization, Denormalization
  • TRUNCATE, DELETE and DROP
  • Stored procedure
  • Trigger
  • Clustered VS Non-clustered index

#Postgresql

#PostgreSql
Explain PostgreSQL vs. MongoDB?
How many byte Unique integers does OIDs in PostgreSQL?
How to calculate cube root in PostgreSQL?
How to change the datatype of a column in PostgreSQL?
How to change user's password in PostgreSQL?
How to check status of PostgreSQL server running or not?
How to create a database in PostgreSQL pgAdmin?
How to enable debug mode in PostgreSQL?
How to install PostgreSQL on Ubuntu?
How to install PostgreSQL on windows?
How to select first 10 records in PostgreSQL?
How to stats update in PostgreSQL?
How to take the backup of PostgreSQL?
List data type in PostgreSQL?
What are string constants in PostgreSQL?
What are the difference between PostgreSQL and Oracle?
What are the features of PostgreSQL?
What are the ODBC drivers that are available for PostgreSQL?
What are tokens in PostgreSQL?
What does GEQO stands for in PostgreSQL?
What is a child in PostgreSQL?
What is a CTID of PostgreSQL?
What is base directory in PostgreSQL?
What is indexes in PostgreSQL?
What is inverted file in PostgreSQL?
What is Multi Version Concurrency Control in PostgreSQL?
What is pgAdmin and how do you set up pgAdmin?
What is PostgreSQL and why it is used for?
What is purpose of overlay function in PostgreSQL?
What is reserved words in PostgreSQL?
What is sequence in PostgreSQL?
What is table partitioning in PostgreSQL?
What is the command that can be used to allocate memory in postgreSQL?
What is the Maximum size for a database in PostgreSQL?
What is the Maximum size for a table in PostgreSQL?
What is the operator that is used for case-insensitive regular expression searches in PostgreSQL?
What types of indexes are supported in PostgreSQL?
Which is better MySQL or PostgreSQL?
Introduction
  • Relational Databases
  • RDBMS Benefits and Limitations
  • PostgreSQL vs Other RDBMS
  • PostgreSQL vs NoSQL Databases
Basic RDBMS Concepts
  • Object Model
    • Databases
    • Tables & Schemas
    • Rows & Columns
    • Data Types
    • Queries
  • Relational Model
    • Domains & Attributes
    • Tuples & Relations
    • Constraints & NULL
  • High Level Database Concepts
    • ACID & MVCC & Transactions
    • Write-ahead Log
    • Query Processing
Installation and Setup
  • Using Docker
  • Package Managers
  • Connect using `psql`
  • Deployment in Cloud
  • Managing Postgres
    • Using `systemd`
    • Using `pg_ctl`
    • Using `pg_ctlcluster`
Learn SQL Concepts
  • DDL Queries
    • For Schemas
    • For Tables
    • Data Types
  • DML Queries
    • Querying Data
    • Modifying Data
    • Filtering Data
    • Joining Tables
  • Import / Export using `COPY`
  • Advanced Topics
    • Transactions
    • CTE
    • Subqueries
    • Lateral Join
    • Grouping
    • Set Operations
Configuring PostgreSQL (postgres.conf)
  • Reporting Logging and Statistics
  • Resources Usage
  • Write-ahead Log
  • Vacuums
  • Replication
  • Query Planner
  • Checkpoints Background Writer
  • Adding Extra Extensions
Postgres Security Concepts
  • Authentication Models
  • Roles
  • pg_hba.conf
  • SSL Settings
  • Object Priviliges
    • Default Privileges
    • Grant / Revoke
  • Advanced Topics
    • Row-Level Security
    • SELinux
Develop Infrastructure Skills
  • Kubernetes Deployment
  • Cluster Management
  • Upgrade Procedures
  • Backup / Recovery Tools
Which of the following is a key feature of PostgreSQL?
Support for JSON*
Exclusively uses the MyISAM storage engine
Proprietary software
Limited to small datasets
Which command-line utility is used for interactive PostgreSQL operations?
pgadmin
psql*
pgsql
adminsql
Which data type in PostgreSQL can be used to store binary data?
CHAR
BINARY
BYTEA*
DATA_BYTE
Which command in PostgreSQL is used to list all the available databases?
SHOW DATABASES;
\ld
\l*
DISPLAY DATABASES;
In PostgreSQL, a named collection of tables is called
Trigger
View
Schema*
Procedure

#InfluxDB

InfluxDB

#TimescaleDB

TimescaleDB


#Graphite

Graphite

#Zabbix

Zabbix

11 November 2020

#JIRA

#JIRA
What is a workflow?
What can be referred to as an issue in Atlassian JIRA?
What is Cloning an Issue?
What are the things not included in cloned issue in JIRA?
What is the use of "Move Issue" wizard in JIRA?
What are some of the popular add-ons for JIRA?
What is Schemes in JIRA?
What can be configured for the JIRA project and issue type?
What data can be backed up?
What are the limitations when editing an active workflow?
What types of Post functions are carried out after the transition is executed?
What is an event in JIRA?
What is the Audit Log?
What is an ?issue collector??
What is JIRA dashboard?
What is the purpose of the JIRA dashboard?
What are the most useful JIRA add-ons.
What is the use of Move Issue wizard in JIRA?
What are the issues types in JIRA?
What is a Sub-task in JIRA?
What is Zephyr for Jira?
What kind of data can be backup?
What actions are currently supported in the JIRA advanced fields?
What Agile methodologies does JIRA Support?
What all is not supported by the import and export plugin of the JIRA?
What are different admin features in JIRA?
What are field configurations?
What are important precautions to be taken while creating sub tasks?
What are issue collectors?
What are JIRA Components?
What are Project Shortcuts?
What are the benefits of using JIRA?
What are the different status, resolutions and priorities in JIRA?
What are the most common errors in exporting configuration data in JIRA?
What are the precautions to be taken while moving issues in JIRA?
What can be referred as an issue in JIRA?
What does an issue change history include?
What global settings must be exactly same between 2 instances of JIRA while importing and exporting?
What is Basic Search in Jira?
What is EPIC in JIRA Agile?
What is issue collector?
What is JIRA Agile?
What is Jira Core?
What is JQL?
What is plan mode in Agile?
What is Quick Search in Jira?
What is scoping in JQL [JIRA Query language]?
What is the benefits of ?Move Issue? wizard in JIRA?
What is the difference between system event and custom event?
What is the meaning of this query in JIRA: assignee IN membersof(?CollaborationSquad?)
What is the reason for this type of error and how to fix it? The custom field 'XXXX' in the backup project is used by issue types 'AAAA, BBBB' but the field with the same name in the current JIRA instance is not available to those issue types in this project.
What is the role of validators in JIRA?
What is voting feature in JIRA?
What is word stemming in JQL?
What is work mode in Agile??
What is Zephyr and Jira?
What type of email servers are supported on JIRA for mail admin feature?
Name the types of reports generated in JIRA
Name some reports generated by Kanban projects in JIRA.
Name some reports generated by Scrum projects in JIRA.
Explain labeling and linking issue in JIRA
Explain what does the three color indicates tracking times or duration for an issue?
Explain the step by step procedure of how an issue is created in JIRA.
Explain the Kanban board.
Explain how you can disable mail notification for Bulk Operations?
Explain how you can modify multiple bulk issues?
Explain how you can share an issue with other users?
Explain labelling in JIRA?
Explain Link in JIRA?
Explain watch list in JIRA?
Explain what does the three color indicates tracking times or duration for an issue?
Explain what is a workflow?
Explain what is Cloning an Issue?
Explain what is JIRA?
Why use JIRA software?
Which all deployment options are available for JIRA software?
How is security setting helpful in JIRA?
How can you share an issue with other users in JIRA?
How you can disable mail notification for Bulk Operations?
How you can modify multiple bulk issues?
How does a service desk work in JIRA?
How are reports generated in JIRA?
How is a sub-task created in JIRA?
How to define a component in JIRA?
How to delete a component in JIRA?
How a service desk works in JIRA?
How are sub-tasks helpful?
How can you add gadgets to Jira Dashboard?
How do you perform health check on JIRA Confluence?
How labelling helps in issue tracking?
How many types of events are there in JIRA?
How many ways are there to create sub-tasks?
How security setting is helpful in JIRA?
How time tracking is made simple in JIRA?
How to delete a component in JIRA
How to disable JIRA Mobile?
How to migrate from JIRA Server to JIRA Cloud?
Who is reporter in JIRA?
In JIRA workflow, is it possible to transition an issue back to its previous status?
In CSV, how do you specify data that is spread across multiple lines. So that it gets imported properly in JIRA?
In JIRA workflow, is it possible to transition an issue back to its previous status?
In JIRA, if you want to set precedence of operators i.e. you want JQL to follow your operators in a particular order then what would you do?
?!?, ?!=?, ?!~? which of these is not a valid operator in JQL?
An user has reported that he/she is not able to schedule an issue in JIRA? What could be the primary reason?
Can you disable JIRA mobile for the site?
Can we backup data in Jira Cloud?
Can a leave request be logged in JIRA?
Can JIRA be used for Project management also?
Can we back up JIRA in Cloud?
Can we save search queries in JIRA?
Can you change step ID for active workflows?
Can you delete workflow steps while it is active?
Can you disable JIRA mobile for the site?
Can you disable JIRA Mobile?
Compare JIRA Agile Scrum with JIRA Agile Kanban?
Compare JIRA with Trello
Does JIRA support exporting of search results? If yes, what formats are supported?
Does JIRA support GIT?
Does JQL use RESTful APIs?
Draw valid transition states in JIRA?
During import of configuration XML, if there is an error about orphan fields then what is the best way to handle?
For an Agile project, how user stories in JIRA are created?
For an Agile project, how user stories in JIRA are created?
Give some useful tips on JIRA Workflow.
Have you used JQL Tricks? If the answer is yes, then ask them what it is?
If we remove parenthesis in this statement, then in what order it would be executed
If you automate certain tasks in JIRA with help of scripting, then they stop working in different environments due to change of IDs. What is a reliable solution to fix this problem?
If you have retrieved the create meta or edit meta of your project and the field that you are trying to analyze may not show up in resulting JSON then what does it mean?
Is it possible to access JIRA cloud site via a mobile device?
Is it possible to get back up your JIRA cloud data?
Is ?changed? a valid operator in JQL?
Is it possible to access JIRA cloud site via a mobile device?
Is it possible to choose the time grain while generating reports in JIRA?
Is it possible to import CSV in JIRA to bulk create/edit issues?
Is it possible to search attachments in JIRA using JQL?
Is this valid query: project = TEST AND assignee in (currentuser())?
JIRA Support integration with which of the source control programs?
lastLogin() or LastLogin() which one is correct function in JQL?
List out the source control programs with which it integrates?
List out the source control programs with which it integrates?
Mention one similarity and one difference between JIRA Scrum and JIRA Kanban.
Mention is it possible to get back up your JIRA cloud data?
Mention some of the popular add-ons for JIRA?
Mention some useful tips on JIRA Workflow?
Mention the difference between Bugzilla and JIRA?.
Mention the types of reports generated in JIRA?
Mention what are the limitations of editing an active workflow?
Mention what can be configured for JIRA project and issue type?
Mention what is Schemes in JIRA?
Mention what is the role of Validators in JIRA?
Mention what kind of data can be backed up?
Mention what things are not included in cloned issue in JIRA?
Mention what types of Post functions are carried out after the transition is executed?
Talk briefly on Reports in JIRA?
While importing configuration file, if we receive following error then what is the root cause: ?Load failed for reason: Missing a FieldLayoutItem for FieldLayout XXXX and field YYYY??
While importing CSV, what role does configuration file plays?
While importing in JIRA from CSV file which 2 fields are most important or in other words, primary keys?
While importing JIRA XML to JIRA Instance with PostGre SQL following exception is thrown; what is the reason?
Your project name is Pipeline and you want to see how many tasks were moved from inprogress to completed by your team member, J.Smith. Write a query for this?
  • Incident Management
  • Sprint
  • JIRA - Boards, Business Project Template, Task Details, Notifications, Power Search, Multilingual
  • JIRA Project Types - Scrum, Kanban
  • Issue - Issue creation, Clone Issue, Create issue with CSV, Priority, Labels, Linked Issue, Assignee
  • Issue Types - Bugs, Tasks, Sub-tasks,Stories, Epics, Improvement , New Feature, Story , Epic, Epic Link
  • Email an Issue
  • Label an Issue
  • Linking Issues
  • Move an Issue
  • Voting on an Issue
  • Watching an Issue
  • Search - Basic Search, Quick Search, Smart Querying
  • Task - Create SubTask, Clone issue, Convert issue to subtask, Convert subtask to issue
  • JIRA Workflows - Open Issue, In Progress Issue, Resolved Issue , Reopened Issue, Close Issue
  • Permissions and Roles - Permission Schemes, Data Privacy and GDPR
  • Epics and User Stories
  • JIRA Administration
  • Custom Fields
  • Screens and Field Configurations
  • JQL
  • Reports and Dashboards
  • Integrations and Plugins - Zephyr
  • JIRA Service Management (JSM) - Incident Management, Request Types, Queues and SLAs
  • JIRA Software vs JIRA Core vs JIRA Service Management
  • JIRA Cloud vs JIRA Data Center
  • JIRA Governance and Scaling
  • Governance Models
  • Backup and Disaster Recovery - Backup Strategies, Disaster Recovery Plans
  • JIRA Compliance and Auditing - Audit Logs, SOX Compliance
Question Option A Option B Option C Option D
The JIRA tool comes bundled with ____, which measures document-related time. Time Temposheets Tempo Timesheets Time Temp Sheets Temp Timesheets
Which of the following is the longest phase in the waterfall model? Requirements Design Development Testing
Which of the following is a default issue type in JIRA? Risk Bug Test Case Task Manager
Which of the following permissions is required to create a project in JIRA? Project Administrator Developer JIRA Administrator Scrum Master
Which report in JIRA helps track the progress of a project by comparing estimated and actual work? Velocity Chart Gantt Chart Burndown Chart Sprint Report
Which of the following is not a default field in JIRA? Summary Reporter Email Assignee
Which issue type in JIRA represents the smallest unit of work in Agile methodology? Epic Task Sub-task Bug
In JIRA, which of the following roles is responsible for defining and prioritizing the backlog? Scrum Master Developer Product Owner Project Manager
Which feature in JIRA allows you to automate repetitive tasks? Filters Workflows Automation Rules Custom Fields
Which of the following is NOT a JIRA project type? Business Project Marketing Project Software Project Service Desk Project
In JIRA, which of the following is an Agile methodology that uses a board to visualize work? Scrum Waterfall Kanban Six Sigma
Which JIRA feature allows you to save a specific set of search criteria for reuse? JQL Filters Boards Dashboards
What does JQL stand for in JIRA? JIRA Query Language Java Query Language JIRA Quick Link JIRA Query List
Which report in JIRA shows the rate at which work is completed in a sprint? Cumulative Flow Diagram Velocity Chart Burndown Chart Gantt Chart
Which field in JIRA is used to categorize an issue based on its severity or business impact? Status Resolution Priority Label
Which of the following is NOT a type of report available in JIRA? Sprint Report Workload Pie Chart Report Bug Distribution Report Gantt Chart
Which JIRA permission is required to move an issue from one project to another? Move Issues Transition Issues Edit Issues Assign Issues
Which feature allows you to break down Epics into smaller tasks? Story Points Sub-tasks Issues Stories
Which JIRA feature helps visualize work items as they move through stages of a workflow? Agile Sprint Workflow Diagram Issue Linking Kanban Board
What is the maximum number of issues that can be assigned to a single sprint in JIRA? 50 100 150 There is no set limit
Which of the following allows you to set conditions on transitions between statuses in a JIRA workflow? Automation Rule Validators Post Functions Conditions
What does the term 'WIP' stand for in JIRA Kanban boards? Work in Process Work in Planning Work in Preparation Work in Progress
Which of the following is NOT a possible status for an issue in JIRA? To Do Assigned In Progress Done
What feature in JIRA can be used to track the time estimated vs. time spent on an issue? Resolution Time Tracking Story Points Custom Field
Which of the following is a valid JQL query to find all unresolved issues? resolution = Unresolved status = Open resolution = Empty status = Resolved
Which field in JIRA can be used to track where an issue is located within a project? Priority Assignee Status Epic Link
Which JIRA feature allows you to bulk edit issues, such as changing their priority or status? Bulk Edit Bulk Operation Batch Processing Multi-Issue Edit
Which JIRA issue type is used to describe a feature or requirement from a user?s perspective? Story Bug Task Epic
Which of the following is a valid JIRA project type? Research Support Analytics Human Resources
Which JIRA feature is used to organize large collections of work into smaller, manageable tasks? Epics Versions Sub-tasks Filters
Which of the following is NOT an Agile methodology supported by JIRA? Scrum Kanban XP (Extreme Programming) Waterfall
Which JIRA report helps teams to track the velocity of work completed in previous sprints? Burndown Chart Velocity Chart Sprint Report Cumulative Flow Diagram
Which permission is required to move issues between columns in a Kanban board in JIRA? Transition Issues Assign Issues Close Issues Edit Issues
Which JIRA feature allows you to categorize issues using tags? Labels Priorities Components Versions
In JIRA, which issue type represents a collection of related tasks or stories? Bug Epic Sub-task Story
Which report in JIRA displays the team's progress and what tasks remain in a sprint? Gantt Chart Burndown Chart Sprint Report Velocity Report
Which of the following is NOT a default priority in JIRA? Low Medium Critical High
In JIRA, which field is used to assign an issue to a specific version of the project? Epic Link Fix Version Component Label
Which permission allows a user to view all issues in a JIRA project? Browse Projects Edit Issues Create Issues Resolve Issues
Which of the following is a valid JQL query to find all tasks assigned to a specific user? assignee = "username" reporter = "username" createdBy = "username" owner = "username"
Which JIRA feature can be used to create custom issue fields? Workflow Custom Fields Components Permissions
Which of the following is an example of a JIRA dashboard gadget? Issue Statistics Story Points Velocity Chart Burndown Chart
Which report shows the number of issues created, resolved, and their cumulative count over time? Control Chart Created vs. Resolved Chart Sprint Report Cumulative Flow Diagram
Which of the following can be used to trigger automation in JIRA? Workflow transitions JQL queries Labels Comments
Which report in JIRA helps teams track the team's progress towards sprint completion? Control Chart Sprint Burndown Velocity Report Cumulative Flow Diagram
Which JIRA feature allows team members to ask for clarification or provide additional details on an issue? Workflows Comments Epic Links Labels
Which of the following is used to link related issues in JIRA? Components Epic Link Sub-tasks Issue Linking
Which of the following JIRA configurations can be applied to a specific project? User Permissions Issue Security Levels Workflow Schemes All of the above
Which report provides insight into how long issues have been in different statuses in JIRA? Cumulative Flow Diagram Control Chart Velocity Chart Sprint Report
What does 'Resolve' mean in JIRA when changing the status of an issue? The issue is archived The issue is fixed or completed The issue is reopened The issue is deleted
Which of the following is an example of a custom workflow status in JIRA? Blocked In Progress Done To Do
Which of the following JIRA fields is used to describe an issue? Summary Fix Version Component Labels
JIRA is a platform independent tool; it can be used with any OS. True False - -

Most views on this month