Upload Button Icon Add office photos

Filter interviews by

SV Infotech Drupal Developer Interview Questions, Process, and Tips

Updated 17 Jul 2024

SV Infotech Drupal Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Difference between print and echo
  • Ans. 

    Print and echo are both used to output data in PHP, but echo is slightly faster and can output multiple values at once.

    • Print is a language construct while echo is a language construct and a function.

    • Echo can output multiple values at once while print can only output one value at a time.

    • Echo is slightly faster than print because it does not return a value.

  • Answered by AI
Round 2 - One-on-one 

(4 Questions)

  • Q1. What are different loops in php
  • Ans. 

    Different loops in PHP include for, while, do-while, and foreach loops.

    • For loop: Used for iterating a specific number of times.

    • While loop: Continues to execute as long as a specified condition is true.

    • Do-while loop: Similar to while loop, but the condition is checked after the loop body is executed at least once.

    • Foreach loop: Used for iterating over arrays or objects.

  • Answered by AI
  • Q2. Explain different Joins in SQL
  • Ans. 

    Different types of joins in SQL help combine data from multiple tables based on a related column between them.

    • INNER JOIN: Returns rows when there is at least one match in both tables.

    • LEFT JOIN: Returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN: Returns all rows from the right table and the matched rows from the left table.

    • FULL JOIN: Returns rows when there is a match in one of th...

  • Answered by AI
  • Q3. What is the difference between Position Absolute and relative
  • Ans. 

    Position Absolute is positioned relative to its closest positioned ancestor, while Position Relative is positioned relative to its normal position.

    • Position Absolute removes the element from the normal flow of the document, while Position Relative does not.

    • Position Absolute is often used for overlaying elements on top of each other, while Position Relative is used for minor positioning adjustments.

    • Position Absolute coor...

  • Answered by AI
  • Q4. Explain how to export data base
  • Ans. 

    To export a database, you can use tools like phpMyAdmin or command line.

    • Use phpMyAdmin to export database by selecting the database, clicking on 'Export', and choosing the desired format.

    • Use command line to export database using commands like mysqldump.

    • You can also use Drupal modules like Backup and Migrate to export database.

    • Make sure to choose the correct format and settings for the export.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for SV Infotech Drupal Developer interview:
  • Core PHP
  • PHP oops
  • SQL
  • HTML/CSS
Interview preparation tips for other job seekers - Interview was really easy if you want to get a quick job go for it.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(8 Questions)

  • Q1. What is abstract class
  • Ans. 

    An abstract class is a class that cannot be instantiated and is used as a base for other classes to inherit from.

    • Cannot be instantiated on its own

    • May contain abstract methods that must be implemented by child classes

    • Can have both abstract and non-abstract methods

  • Answered by AI
  • Q2. Types of Drupal entity
  • Ans. 

    Types of Drupal entities include nodes, users, taxonomy terms, and custom entities.

    • Nodes: Basic content type in Drupal, can represent articles, pages, etc.

    • Users: Represents individuals who can log in and interact with the site.

    • Taxonomy terms: Used for categorizing content.

    • Custom entities: Entities created by developers for specific needs.

  • Answered by AI
  • Q3. Custom form methods
  • Ans. 

    Custom form methods in Drupal allow developers to create and manipulate forms in unique ways.

    • Custom form methods can be used to alter form elements, validate form submissions, and process form data.

    • Examples include using hook_form_alter to modify existing forms, implementing custom form validation functions, and creating custom submit handlers.

    • Custom form methods can also be used to create entirely new forms from scrat...

  • Answered by AI
  • Q4. Dependency injection
  • Q5. Data structure overview
  • Q6. MySQL types of Joins, Delete vs TRUNCATE
  • Ans. 

    MySQL types of Joins, Delete vs TRUNCATE

    • Types of Joins in MySQL: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL JOIN

    • DELETE statement removes specific rows from a table based on a condition

    • TRUNCATE statement removes all rows from a table without logging individual row deletions

  • Answered by AI
  • Q7. Contextual filter, Relationship in views
  • Q8. Various types of Git commands
  • Ans. 

    Git commands include add, commit, push, pull, merge, branch, checkout, and clone.

    • git add - stages changes for commit

    • git commit - records changes to the repository

    • git push - uploads local changes to a remote repository

    • git pull - downloads changes from a remote repository

    • git merge - combines changes from different branches

    • git branch - lists, creates, or deletes branches

    • git checkout - switches branches or restores files

    • gi

  • Answered by AI
Round 2 - Technical 

(6 Questions)

  • Q1. What is T function
  • Ans. 

    T function is used in Drupal to translate text strings into the current language of the website.

    • T function is used to translate text strings in Drupal.

    • It is used to ensure that text displayed on the website is in the correct language.

    • Developers can use the T function in their code to make it multilingual.

    • Example: t('Hello world') will translate 'Hello world' into the current language of the website.

  • Answered by AI
  • Q2. Multilingual custom form
  • Q3. Event subscriber example
  • Ans. 

    Event subscriber example in Drupal development

    • Event subscribers allow modules to subscribe to and respond to events triggered by the Drupal core or other modules

    • Event subscribers are defined in a module's services.yml file

    • Example: Creating an event subscriber to log user login events

  • Answered by AI
  • Q4. Debug error in production env
  • Ans. 

    To debug errors in production environment, follow these steps

    • Check error logs for specific error messages

    • Use debugging tools like Xdebug or Drupal's built-in debugging features

    • Review recent code changes that may have caused the error

    • Test the code on a local environment to replicate the issue

    • Consult with team members or online forums for assistance

  • Answered by AI
  • Q5. Config management
  • Q6. Custom module development
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Location preference

Interview Preparation Tips

Topics to prepare for Capgemini Drupal Developer interview:
  • Drupal
  • OOPS
  • Database Management
  • Github
  • Core PHP
Interview preparation tips for other job seekers - Very good knowledge on Object oriented programming
Knowledge on PHP
Knowledge on Drupal core
Version control system is a bonus

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Testing the job for reference need to drop the message as it's fake content

Round 3 - Technical 

(2 Questions)

  • Q1. These can't be received but mention in the task of test
  • Q2. How many rounds in the interview
Round 4 - Technical 

(1 Question)

  • Q1. Most valuable interview for the yag
Round 5 - Technical 

(1 Question)

  • Q1. Set the top valuation in the task
  • Ans. 

    The top valuation in the task refers to the highest possible value or rating that can be achieved.

    • Identify the criteria for evaluation and determine the maximum possible score or rating.

    • Ensure that all aspects of the task are thoroughly assessed to reach the top valuation.

    • Consider any bonus points or extra credit that may contribute to achieving the highest valuation.

  • Answered by AI
Round 6 - Coding Test 

Was it useful to the search if not reference to be matched in the code

Round 7 - Case Study 

Give it try for testing the scenario can't be adjusted

Round 8 - Assignment 

More valuable in the world group job

Interview Preparation Tips

Interview preparation tips for other job seekers - Not interested in this seems it's fake adjust and see if these values can be

Drupal Developer Interview Questions & Answers

HCLTech user image नitish Chaudhary

posted on 1 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About custom module & theme
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Island Perimeter and Number of Provinces. Basic Leetcode question

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basics of your technical skills
Round 3 - Technical 

(1 Question)

  • Q1. More Projects related questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self What about your qualifications Current CTC Any work experience
  • Q2. Why should I hire you
  • Ans. Because of work experience and I m the suitable candidate for this role and my qualifications is also match for this profile
  • Answered Anonymously

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in May 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

There was 2 coding question
One was easy One was very Difficult
20 MCQ question from Operating system and DBMS

Round 3 - Technical 

(2 Questions)

  • Q1. First question was binary search in unsorted arrays So here i have asked about sorting algorithms all sorting algorithms must be clear
  • Q2. Second question was to find longest consecutive subarray.
  • Ans. 

    Find the longest consecutive subarray.

    • Iterate through the array and keep track of the current subarray length.

    • Update the maximum length as you iterate.

    • Reset the current subarray length when a non-consecutive element is encountered.

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. OOPS related question Heap insertion deletion question Hashing Spanning tree
  • Q2. Minimum Spanning tree Implementation of MST
  • Ans. 

    Minimum Spanning Tree (MST) is a tree that connects all vertices in a graph with minimum total edge weight.

    • MST can be found using Prim's algorithm or Kruskal's algorithm.

    • Prim's algorithm starts with a single vertex and adds the closest vertex to the tree until all vertices are included.

    • Kruskal's algorithm starts with the edges with the lowest weight and adds them to the tree as long as they don't create a cycle.

    • MST has...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You have strong understanding of core cs subjects
You have full command in DSA. You have to practice from leetcode
Sometimes your luck also matters

Skills evaluated in this interview

I applied via Job Portal and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Oops concepts, explain with real time example
  • Ans. 

    Oops concepts are fundamental to object-oriented programming. They help in creating modular and reusable code.

    • Encapsulation - hiding implementation details of an object from the outside world

    • Inheritance - creating new classes from existing ones, inheriting their properties and methods

    • Polymorphism - ability of objects to take on many forms, depending on the context

    • Abstraction - focusing on essential features of an objec

  • Answered by AI
  • Q2. Why is multiple inheritance not allowed in java
  • Ans. 

    Multiple inheritance is not allowed in Java to avoid the diamond problem.

    • Java supports multiple interface inheritance to achieve the same functionality.

    • Diamond problem occurs when a class inherits from two classes with a common method.

    • Java prioritizes single inheritance to maintain simplicity and avoid ambiguity.

  • Answered by AI
  • Q3. Difference between arrays and arraylist
  • Ans. 

    Arrays are fixed in size while ArrayLists can dynamically grow and shrink.

    • Arrays are of fixed size while ArrayLists can be resized dynamically.

    • Arrays can hold primitive data types and objects while ArrayLists can only hold objects.

    • Arrays are faster for accessing elements while ArrayLists are faster for adding and removing elements.

    • Arrays use square brackets [] to declare while ArrayLists use angle brackets <>.

    • Example: ...

  • Answered by AI
  • Q4. What are java collections
  • Ans. 

    Java collections are classes and interfaces that provide a way to store and manipulate groups of objects.

    • Java collections include List, Set, Map, Queue, and their respective implementations

    • They provide methods for adding, removing, and accessing elements

    • Examples include ArrayList, HashSet, TreeMap, and PriorityQueue

  • Answered by AI
  • Q5. What is time theta
  • Ans. 

    Time theta is a measure of the worst-case time complexity of an algorithm.

    • It is used to analyze the performance of algorithms.

    • It represents the maximum amount of time an algorithm takes to complete.

    • It is denoted by the symbol Θ(n).

  • Answered by AI
  • Q6. Explain bubble sorting
  • Ans. 

    Bubble sorting is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Bubble sort is a comparison-based algorithm

    • It works by comparing each pair of adjacent elements and swapping them if they are in the wrong order

    • The algorithm repeats this process until no more swaps are needed

    • It has a worst-case and average-case complexity of O(n^...

  • Answered by AI
  • Q7. We need to generate a random number between 15-25, write a code for the following
  • Ans. 

    Code to generate a random number between 15-25

    • Use Math.random() to generate a random number between 0-1

    • Multiply the result with the range (25-15) and add the minimum value (15)

    • Use Math.floor() to round down the result to an integer

  • Answered by AI
  • Q8. Question on JSON format

Interview Preparation Tips

Interview preparation tips for other job seekers - Please make sure you have a very good knowledge of any one programming language and DS

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is web wrapping
  • Ans. 

    Web wrapping is the process of displaying a website within another website or application.

    • It involves embedding a website within an iframe or a div element.

    • Web wrapping is commonly used in mobile apps to display web content without leaving the app.

    • It can also be used to display content from a different domain on a website.

    • Web wrapping can be done using JavaScript or server-side scripting languages.

    • Examples of web wrapp...

  • Answered by AI
  • Q2. Vba effects
  • Ans. 

    VBA effects on software development

    • VBA can automate repetitive tasks in software development

    • VBA can be used to create custom functions and add-ins in Excel

    • VBA can interact with other Microsoft Office applications

    • VBA can be used to create user interfaces for data entry and analysis

    • VBA can be used to manipulate data in databases

    • VBA can be used to create macros in software applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite and listen carefully all the questions then answer

Skills evaluated in this interview

SV Infotech Interview FAQs

How many rounds are there in SV Infotech Drupal Developer interview?
SV Infotech interview process usually has 2 rounds. The most common rounds in the SV Infotech interview process are HR and One-on-one Round.
How to prepare for SV Infotech Drupal Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at SV Infotech. The most common topics and skills that interviewers at SV Infotech expect are Drupal, HTML, MySQL, PHP and CSS.
What are the top questions asked in SV Infotech Drupal Developer interview?

Some of the top questions asked at the SV Infotech Drupal Developer interview -

  1. What is the difference between Position Absolute and relat...read more
  2. What are different loops in ...read more
  3. Explain how to export data b...read more

Tell us how to improve this page.

SV Infotech Drupal Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3k Interviews
View all
SV Infotech Drupal Developer Salary
based on 5 salaries
₹4 L/yr - ₹4.8 L/yr
31% less than the average Drupal Developer Salary in India
View more details

SV Infotech Drupal Developer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

2.0

Salary

5.0

Job security

1.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Executive Accountant
5 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

Drupal Developer
5 salaries
unlock blur

₹4 L/yr - ₹4.8 L/yr

Software Developer
3 salaries
unlock blur

₹2.1 L/yr - ₹2.4 L/yr

Accountant
3 salaries
unlock blur

₹1 L/yr - ₹2.8 L/yr

Information Technology Support Engineer
3 salaries
unlock blur

₹2.4 L/yr - ₹2.4 L/yr

Explore more salaries
Compare SV Infotech with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview