Find Interview Questions for Top Companies
Cuelogic technologies Interview Questions and Answers
Ques:- Can you explain the key principles of the Agile Manifesto
Right Answer:
The Agile Manifesto values:

* **Individuals and interactions** over processes and tools.
* **Working software** over comprehensive documentation.
* **Customer collaboration** over contract negotiation.
* **Responding to change** over following a plan.

That is, while the items on the right have value, we value the items on the left more.
Ques:- How do you handle difficult stakeholders or team members in an Agile environment
Right Answer:
* **Listen actively:** Understand their concerns and perspective.
* **Communicate clearly and frequently:** Keep them informed about progress and challenges.
* **Find common ground:** Focus on shared goals and objectives.
* **Be transparent:** Share data and evidence to support decisions.
* **Facilitate collaboration:** Encourage open dialogue and problem-solving.
* **Coach and mentor:** Help team members grow and improve.
* **Escalate when necessary:** Involve a Scrum Master or manager if the situation doesn't improve.
Ques:- How do you ensure that Agile processes are being followed consistently
Right Answer:
We ensure consistent Agile processes through:

* **Training and coaching:** Ensuring the team understands Agile principles and practices.
* **Regular audits and retrospectives:** Identifying deviations and areas for improvement.
* **Using tools and templates:** Standardizing processes and providing guidelines.
* **Defining clear roles and responsibilities:** Ensuring everyone knows their part in the process.
* **Promoting open communication and feedback:** Encouraging early detection of issues.
Ques:- How do you approach Agile at scale (e.g., SAFe, LeSS) for larger teams or organizations
Right Answer:
I would assess the organization's context, choose a suitable scaling framework like SAFe or LeSS based on needs, implement it incrementally with training and coaching, focusing on value delivery, and continuously inspect and adapt the implementation based on feedback and results.
Ques:- What is the difference between a user story, a task, and an epic in Agile
Right Answer:
* **Epic:** A large, high-level user story that is too big to complete in a single iteration. It's usually broken down into smaller user stories.
* **User Story:** A small, self-contained requirement that represents a valuable piece of functionality for the end-user. It follows the format: "As a [user type], I want [goal] so that [benefit]".
* **Task:** A small, actionable item that needs to be done to complete a user story. It's a technical breakdown of the work required by the development team.
Ques:- What is the role of an API Gateway in microservices architecture
Right Answer:
An API Gateway acts as a single entry point for clients to access multiple microservices, handling requests, routing them to the appropriate services, managing authentication, rate limiting, and aggregating responses.
Ques:- What is the difference between REST and SOAP APIs
Right Answer:
REST (Representational State Transfer) is an architectural style that uses standard HTTP methods and is typically more lightweight and easier to use, while SOAP (Simple Object Access Protocol) is a protocol that relies on XML for message format and has strict standards for security and transactions. REST is generally more flexible and faster, while SOAP is more suited for enterprise-level services requiring high security and reliability.
Ques:- What are the different types of APIs
Right Answer:
The different types of APIs are:

1. **Open APIs (Public APIs)** - Available to developers and third parties.
2. **Internal APIs (Private APIs)** - Used within an organization.
3. **Partner APIs** - Shared with specific business partners.
4. **Composite APIs** - Combine multiple endpoints into a single call.
5. **Web APIs** - Accessible over the internet using HTTP/HTTPS.
Ques:- What is API authentication and what are common methods
Right Answer:
API authentication is the process of verifying the identity of a user or application trying to access an API. Common methods include:

1. **API Keys**: Unique keys provided to users to access the API.
2. **Basic Authentication**: Uses a username and password encoded in Base64.
3. **OAuth**: A token-based authentication method that allows users to grant limited access to their resources without sharing credentials.
4. **JWT (JSON Web Tokens)**: A compact, URL-safe means of representing claims to be transferred between two parties, often used for stateless authentication.
5. **HMAC (Hash-based Message Authentication Code)**: Uses a secret key to create a hash of the request, ensuring data integrity and authenticity.
Ques:- What is an API endpoint and how do you define it
Right Answer:
An API endpoint is a specific URL or URI where an API can be accessed by a client to perform operations like retrieving or sending data. It defines the location and method (such as GET, POST) for interacting with the API.
Ques:- Explain the difference between cache object and application object.
Right Answer:
The cache object is used to store data that can be shared across multiple sessions and requests for a limited time, improving performance by reducing database calls. The application object, on the other hand, is used to store global application-level data that is shared across all users and sessions for the lifetime of the application.
Ques:- What is partial classess in .net?
Right Answer:
Partial classes in .NET allow a class definition to be split across multiple files. This enables multiple developers to work on the same class simultaneously and helps organize code better, as each part can contain different methods, properties, or events. The compiler combines these parts into a single class during compilation.
Ques:- What is Windows communication foundation, WCF?
Right Answer:
Windows Communication Foundation (WCF) is a framework for building service-oriented applications. It allows developers to create, configure, and deploy services that can communicate across different platforms and protocols, enabling interoperability and integration of various systems.
Ques:- Explain the use of duration attribute of @OutputCache page directive.
Right Answer:
The `duration` attribute of the `@OutputCache` page directive specifies the amount of time, in seconds, that the output of a page should be cached. After this duration expires, the cached content will be removed, and the next request will generate a fresh response.
Ques:- Explain the steps to be followed to use Passport authentication.
Right Answer:
1. Install the necessary Passport packages via NuGet.
2. Configure Passport in the `Startup.cs` file by adding authentication services in `ConfigureServices` method.
3. Set up authentication middleware in the `Configure` method.
4. Define authentication strategies (e.g., local, OAuth) using `passport.use()`.
5. Set up routes for login, registration, and callback handling.
6. Serialize and deserialize user information for session management.
7. Protect routes using Passport's authentication middleware.
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users