i
CIGNEX
Filter interviews by
Steps to create Drupal custom block and entity
Create a custom module
Define the block and entity in the module's .info.yml file
Create a class for the block and entity
Define the block and entity properties and methods in the class
Implement the necessary interfaces for the block and entity
Define the block and entity routes in the module's routing.yml file
Create the block and entity templates in the module's templates dire
Migrating from Drupal 7 to Drupal 8 involves a few steps.
Upgrade to the latest version of Drupal 7
Install the Drupal 8 core and migrate modules
Migrate content and configuration using the Migrate API
Test and fix any issues that arise
Optimize Drupal site performance by caching, optimizing database, using a CDN, and minimizing HTTP requests.
Enable caching and use a caching mechanism like Varnish or Memcached.
Optimize the database by removing unused modules and tables, and using indexes.
Use a Content Delivery Network (CDN) to serve static files.
Minimize HTTP requests by combining CSS and JavaScript files, and compressing images.
Use a performance moni...
To add Drupal patches, use the patch command in the terminal.
Download the patch file and place it in the root directory of the Drupal installation.
Open the terminal and navigate to the root directory of the Drupal installation.
Run the command 'patch -p1 < [patch_file_name].patch' to apply the patch.
Verify that the patch has been applied successfully by checking the affected files.
Top trending discussions
Django signals are a way for decoupled applications to get notified when certain actions occur elsewhere in the application.
Django signals allow certain senders to notify a set of receivers when some action has taken place.
They are used for decoupling various components of a web application.
Signals are useful for executing code based on certain events, such as user login, object creation, etc.
Example: Sending an email ...
Django generic views are pre-built views provided by Django to simplify common tasks like displaying data from a database.
Django generic views help reduce code duplication by providing ready-to-use views for common tasks like displaying objects from a database.
They are generic in nature and can be easily customized to suit specific requirements.
Examples include ListView for displaying a list of objects, DetailView for ...
I applied via campus placement at Gokaraju Rangaraju Institute of Engineering and Technology, Hyderabad and was interviewed before Mar 2023. There was 1 interview round.
posted on 4 Dec 2024
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.
I was interviewed in Jul 2024.
Leet code medium level question
Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.
Hashmap uses a hashing function to map keys to indices in an array.
It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.
Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 123); int value = map.get("key");
posted on 14 Oct 2024
I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.
SOLID is a set of five design principles that help make software designs more understandable, flexible, and maintainable.
S - Single Responsibility Principle: A class should have only one reason to change.
O - Open/Closed Principle: Software entities should be open for extension but closed for modification.
L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses with...
Object-oriented programming concepts in C#
Encapsulation: bundling data and methods that operate on the data into a single unit
Inheritance: allows a class to inherit properties and behavior from another class
Polymorphism: ability for objects to take on multiple forms
Abstraction: hiding the complex implementation details and showing only the necessary features
Nothing it went well
Same here , asked basics of java and C#
posted on 28 Jun 2024
I applied via Job Fair and was interviewed in May 2024. There were 4 interview rounds.
About front end , html, css, reasoning,
SQL Server Agent is a job scheduling tool in SQL Server. Abstract classes cannot be instantiated. SPs are faster than functions. Microservice concepts. IEnumerable vs IQueryable.
SQL Server Agent is a job scheduling tool in SQL Server for automating tasks like backups, database maintenance, etc.
Abstract classes cannot be instantiated because they are incomplete and meant to be extended by subclasses.
Extension methods ca...
A record in C# is a data structure that stores a fixed number of fields of different data types.
A record in C# is similar to a struct in C++, containing fields to store data.
Example: 'public record Person { public string Name; public int Age; }'
Generic method for summation: 'public T Sum
Test cases can include checking the su...
based on 4 reviews
Rating in categories
Senior Software Engineer
176
salaries
| ₹8 L/yr - ₹27.5 L/yr |
Software Engineer
81
salaries
| ₹4.5 L/yr - ₹19.8 L/yr |
Lead Software Engineer
79
salaries
| ₹10 L/yr - ₹27.3 L/yr |
Technical Lead
42
salaries
| ₹12.1 L/yr - ₹31.7 L/yr |
Senior Software Developer
36
salaries
| ₹8 L/yr - ₹20.7 L/yr |
TCS
Infosys
Wipro
HCLTech