Accenture
10+ Nagarjuna Construction Company Interview Questions and Answers
Q1. What is the life cycle of a Lightning Web Component (LWC)?
The life cycle of a Lightning Web Component (LWC) includes creation, rendering, updating, and destruction.
1. Creation: LWC is created when it is inserted into the DOM.
2. Rendering: LWC's template is rendered to the DOM.
3. Updating: LWC updates when its properties or state change.
4. Destruction: LWC is destroyed when removed from the DOM.
Q2. What triggers recursion in Lightning Web Components (LWC), and how is it handled?
Recursion in LWC is triggered by calling a function within itself, and it is handled by setting a base case to prevent infinite loops.
Recursion in LWC is triggered when a function calls itself within its own code.
To handle recursion, a base case is set to stop the function from infinitely calling itself.
Example: A recursive function in LWC that calculates factorial of a number by calling itself with decrementing input until reaching 1.
Q3. What is the difference b/w broadcast and accumulator?
Broadcast is a method of sending a message to multiple recipients, while accumulator is a variable that stores the result of an operation.
Broadcast sends a message to multiple recipients simultaneously.
Accumulator is a variable that stores the result of an operation by continuously adding or accumulating values.
Example: Broadcasting a message to all users in a chat group vs. using an accumulator to sum up numbers in a loop.
Q4. What document you are creating for talend job
Creating a job design document for Talend job
Include job description and purpose
List of input and output data sources
Detailed steps and transformations in the job
Error handling and logging mechanisms
Dependencies and scheduling information
Q5. Difference between stored procedures and functions
Stored procedures are precompiled SQL queries that can perform multiple operations, while functions are reusable code blocks that return a single value.
Stored procedures can execute multiple SQL statements, while functions can only return a single value.
Stored procedures can have input and output parameters, while functions can only have input parameters.
Stored procedures can be used to perform complex operations like transactions, while functions are typically used for calcu...read more
Q6. How to resend identity column
To resend an identity column, you can use DBCC CHECKIDENT command.
Use DBCC CHECKIDENT command to reseed the identity column
Specify the table name and the new seed value
For example: DBCC CHECKIDENT ('TableName', RESEED, NewSeedValue)
Q7. Diff between Kubernetes and Docker swarm
Kubernetes is a container orchestration tool that manages containerized applications across multiple hosts, while Docker Swarm is a clustering and scheduling tool for Docker containers.
Kubernetes is more feature-rich and complex, offering advanced features like auto-scaling, self-healing, and rolling updates.
Docker Swarm is simpler to set up and use, making it a good choice for smaller deployments or users familiar with Docker.
Kubernetes has a larger community and ecosystem, ...read more
Q8. What is Azure IR
Azure IR stands for Azure Integration Runtime, which is a data integration service in Azure Data Factory.
Azure IR is used to provide data integration capabilities across different network environments.
It allows data movement between cloud and on-premises data sources.
Azure IR supports activities like data copy, data flow, and data transformation.
It can be configured to run in different modes such as Azure, Self-hosted, and Azure-SSIS.
Q9. HTTP health checkup in K8s
HTTP health checkup in K8s is a way to monitor the health of applications running in Kubernetes clusters.
HTTP health check is a method to periodically check the health of an application by sending HTTP requests to a specified endpoint.
In Kubernetes, you can define HTTP health checks in the pod's configuration using readiness and liveness probes.
Readiness probes are used to determine when a pod is ready to serve traffic, while liveness probes are used to determine if a pod is ...read more
Q10. Least favourite subject
Mathematics
Struggled with complex equations
Found geometry challenging
Preferred subjects with more creativity like art or music
More about working at Accenture
Top HR Questions asked in Nagarjuna Construction Company
Interview Process at Nagarjuna Construction Company
Reviews
Interviews
Salaries
Users/Month