Filter interviews by
I appeared for an interview before May 2024, where I was asked the following questions.
WordPress file structure consists of core files, themes, plugins, and uploads, essential for site functionality and customization.
Root Directory: Contains essential files like wp-config.php, .htaccess, and index.php that are crucial for WordPress operation.
wp-content: This directory holds user-uploaded content, including themes, plugins, and media files, allowing for customization.
wp-admin: The administrative dashboard...
WordPress database typically contains 12 core tables for managing content, users, settings, and more.
wp_posts: Stores all content types like posts, pages, and attachments.
wp_users: Contains user account information including usernames and passwords.
wp_comments: Holds comments made on posts and pages.
wp_options: Stores site-wide settings and configuration options.
wp_terms: Manages categories and tags for organizing cont...
A WordPress theme requires a minimum of two essential files: style.css and index.php for basic functionality.
style.css: This file contains the theme's metadata and styles, defining how the theme looks.
index.php: The main template file that serves as a fallback for all other templates in the theme.
functions.php: Optional but commonly included, this file allows developers to add custom functions and features to the theme...
Page optimization enhances website performance, improving load times and user experience through various techniques.
Image Optimization: Compress images using tools like TinyPNG or ImageOptim to reduce file sizes without sacrificing quality.
Minification: Minify CSS, JavaScript, and HTML files using tools like UglifyJS or CSSNano to decrease file sizes and improve load times.
Caching: Implement browser caching and server-...
PHP code for menu navigation in WordPress helps create dynamic and customizable navigation menus for websites.
Register Navigation Menu: Use `register_nav_menus()` in your theme's `functions.php` to define menu locations. Example: `register_nav_menus( array( 'primary' => __( 'Primary Menu' ) ) )`.
Display Menu: Use `wp_nav_menu()` to display the menu in your theme. Example: `wp_nav_menu( array( 'theme_location' => ...
Top trending discussions
I applied via Walk-in and was interviewed before Jun 2021. There were 2 interview rounds.
HR told about the company on the first day, how it works, told the rules, showed the management and a lot
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
Yes, algorithms and pseudocodes are still important in IT Services.
Algorithms are used in various fields of IT such as machine learning, data analysis, and cryptography.
Pseudocodes are used to plan and design algorithms before coding them.
Understanding algorithms and pseudocodes is essential for software engineers to write efficient and optimized code.
Examples of algorithms include sorting algorithms, search algorithms...
I applied via Company Website and was interviewed before Sep 2021. There were 2 interview rounds.
2 coding questions which are of easy level
I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.
I applied via Walk-in and was interviewed before Oct 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before May 2021. There were 4 interview rounds.
VERBAL QUANT DI/LR and Picture based test
posted on 14 May 2022
I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.
based on 1 interview experience
Difficulty level
Duration
based on 1 review
Rating in categories