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
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Its very easy
Basic maths questions learned up to 10
Basic Apptitude questions

Round 2 - Technical 

(5 Questions)

  • Q1. Tell me about your self Hi My name is Vikram Adithya I am an hard working and passionate engineering student currently perceiveing in gokaraju rangaraju institute of engineering and technology .I stay with...
  • Q2. Intervier asked about what kind of problems did you solved in leetcode? I said palindrome factorial matrix multiplication etc . Intervier said every one can solve this
  • Q3. He asked me about my project role i said I have done documentation in my project he said every one can do that
  • Q4. He asked me to write project code
  • Q5. He asked me any questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer carefully in infosys
If you crack it it is easy to get hired in infosys.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(16 Questions)

  • Q1. What are custom hooks in React, and what are their use cases? Additionally, can you provide an example of a custom hook that performs an API call and utilizes the retrieved data?
  • Q2. What is the difference between useMemo and useCallback in React?
  • Q3. What is the difference between class-based components and functional components in React?
  • Q4. How can you implement the lifecycle of a React component in a functional component?
  • Q5. What are the various state management techniques available in React?
  • Q6. What is the architecture of Redux, and what purposes do middlewares serve within it?
  • Q7. What is hoisting in JavaScript?
  • Q8. What is event bubbling in JavaScript?
  • Q9. What are block scope and function scope in JavaScript?
  • Q10. Have you had experience working with semantic tags in HTML?
  • Q11. What are the various methods for creating an object in JavaScript?
  • Q12. What are the differences between shallow copy and deep copy in JavaScript?
  • Q13. What will be the output of the following JavaScript code fragment: `const a; function test() { console.log(a); }; test();`?
  • Q14. How can you use CSS to arrange elements in a row and column layout?
  • Q15. Have you utilized CSS preprocessors, and if so, which ones?
  • Q16. If I have assigned different colors to an ID and a class and applied both to the same element, which color will be applied based on CSS specificity precedence?

Interview Preparation Tips

Topics to prepare for Cognizant Senior Software Engineer interview:
  • Javascript
  • React.Js
  • HTML
  • CSS
Interview preparation tips for other job seekers - Possessing a deep understanding of JavaScript and React is essential. Interviewers may engage in mind games with candidates; therefore, we should remain calm and focused solely on the questions. Additionally, we need to be confident in our answers; otherwise, they may respond with doubt, asking, "Is that so?"
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Strings and Lists Questions

Round 2 - Technical 

(3 Questions)

  • Q1. Tree based questions
  • Q2. Networking related questions part of my training
  • Q3. DSA related questions
Round 3 - HR 

(2 Questions)

  • Q1. Discussion on offer
  • Q2. Location and Training programme
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at SRM Institute of Science and Technology, NCR Campus, Ghaziabad and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Can you tell me about yourself?
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in developing web applications

    • Skilled in using various technologies

    • Passionate about software engineering

  • Answered by AI
  • Q2. Can you explain one of the projects you completed during the academic year?
  • Ans. 

    Developed a web-based student management system for tracking attendance and grades.

    • Used HTML, CSS, and JavaScript for front-end development.

    • Implemented backend functionality using PHP and MySQL database.

    • Incorporated user authentication and authorization features for secure access.

    • Tested the system thoroughly to ensure functionality and user-friendliness.

  • Answered by AI
  • Q3. What were some of the fundamental concepts of Artificial Intelligence that the interviewer inquired about during your interview as a Computer Science and Engineering - Artificial Intelligence and Machine L...
  • Q4. What were your Achievements in the graduation years
  • Ans. 

    Graduated with honors, completed multiple internships, and won coding competitions

    • Graduated with honors in Computer Science

    • Completed internships at XYZ Company and ABC Corporation

    • Won first place in coding competition at university hackathon

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while introducing yourself, and always ensure you possess comprehensive knowledge about the information you have provided in your resume.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. List down Java 8 features and use case
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and functional interfaces.

    • Lambda expressions: Allow for more concise and readable code by enabling functional programming.

    • Streams: Provide a way to work with collections of objects in a more functional style.

    • Functional interfaces: Interfaces with a single abstract method, used to enable lambda expressions.

    • Optional class: Helps to avoid null p...

  • Answered by AI
  • Q2. List down Spring boot annotation used
  • Ans. 

    Spring boot annotations are used to simplify the development process by providing metadata to the Spring framework.

    • 1. @SpringBootApplication - Main annotation to indicate the main class of a Spring Boot application.

    • 2. @RestController - Annotation for RESTful web services.

    • 3. @Autowired - Dependency injection annotation.

    • 4. @GetMapping, @PostMapping, @PutMapping, @DeleteMapping - Annotations for mapping HTTP requests to c...

  • Answered by AI
  • Q3. Difference between String builder and String Buffer
  • Ans. 

    String Builder is not synchronized and faster, while String Buffer is synchronized and slower.

    • String Builder is not thread-safe, while String Buffer is thread-safe.

    • String Builder is faster due to lack of synchronization, while String Buffer is slower due to synchronization.

    • String Builder is recommended for single-threaded operations, while String Buffer is recommended for multi-threaded operations.

  • Answered by AI
  • Q4. What is String pool
  • Ans. 

    String pool is a storage area in memory where strings are stored to optimize memory usage by reusing common strings.

    • String pool helps in reducing memory usage by storing only one copy of each unique string.

    • Strings created using double quotes are stored in the string pool.

    • Strings created using new keyword are not stored in the string pool.

  • Answered by AI
  • Q5. Number of memory type have. like heap memory , stack
  • Ans. 

    There are two main types of memory in a computer system: stack memory and heap memory.

    • Stack memory is used for static memory allocation and is managed by the compiler. It is typically faster but limited in size.

    • Heap memory is used for dynamic memory allocation and is managed by the programmer. It is slower but has a larger size.

    • Examples: C programming language uses stack memory for function calls and heap memory for dy

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IBM Senior Software Engineer interview:
  • Collections
  • java 8
  • Spring Boot
  • tsl
  • SSL
  • OOPS
  • String pool
  • Heap memory
  • Strig builder
  • String buffer

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(3 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What was your role and contributions in your projects?
  • Q3. Are you willing to relocate?

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.

People are getting interviews through

based on 1 SV Infotech interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Genpact Interview Questions
3.9
 • 2.9k 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 & Benefits

5.0

Job Security

1.0

Company culture

2.0

Promotions/Appraisal

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.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview