Upload Button Icon Add office photos

Filter interviews by

SV Infotech Interview Questions, Process, and Tips

Updated 17 Jul 2024

SV Infotech 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

Drupal Developer Interview Questions asked at other Companies

Q1. What is composer how we we update drupal through composer
View answer (1)

Interview questions from similar companies

I applied via Campus Placement

Interview Questionnaire 

3 Questions

  • Q1. What is your final year project?what technology did i used for it?Basic oops concepts.
  • Ans. 

    My final year project was on developing a web-based inventory management system using Java and MySQL.

    • Developed using Java and MySQL

    • Web-based inventory management system

    • Implemented basic OOPs concepts

    • Used MVC architecture for better code organization

    • Included features like user authentication, product management, and order tracking

  • Answered by AI
  • Q2. What did you do in lockdown?
  • Q3. Tell me something about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be real.

I applied via LinkedIn and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Group Discussion 

They give some topics related to present situation like in my GD in 2020 co. HR give topics related to that situation in our country like difference between offline education and online education system. and covid-19 pandemic related topics.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Tell me About your self ?
  • Q2. What do you know about this job position ?
  • Q3. What is your favourite colour ? Can i know the speciality of your favourite colour ?
  • Q4. Who inspired you to go to job daily and work hard ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Your 1st impression is your resume nothing else then after you have some knowledge about your job position which you apply for and most important if you want only private job your english language will be excellent spoken as well as written.

I applied via Naukri.com and was interviewed in Sep 2021. There were 2 interview rounds.

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 - Technical 

(1 Question)

  • Q1. All types of test steeps
  • Ans. 

    Types of test steps in software testing

    • Unit testing - testing individual units or components of the software

    • Integration testing - testing how different units or components work together

    • System testing - testing the entire system as a whole

    • Acceptance testing - testing if the software meets the requirements and is ready for release

    • Regression testing - testing to ensure that changes or updates to the software did not intro...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hope for the best.All can achieve same

Interview Questionnaire 

1 Question

  • Q1. Questions related to COBOL,JCL,VSAM,DB2,CICS,Vision plus

Interview Questionnaire 

2 Questions

  • Q1. Resume based questions
  • Q2. Basics with application

I applied via Walk-in and was interviewed before Nov 2021. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. My self , Previous work knowledge, Salary expectations.
  • Q2. Why you left last organisation?
  • Q3. What is your salary expectations ?
  • Q4. Where do you live at ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident no matter if your grammar is not perfect while communicating. Just be normal.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself and basic questions related to programming.

Interview Questionnaire 

1 Question

  • Q1. Occurs, precompile , file status codes , sql queries and scenarios on sql.

Interview Questionnaire 

7 Questions

  • Q1. Solid principles
  • Q2. Extension methods
  • Q3. Static class and static constructor
  • Ans. 

    Static class and static constructor in C#

    • Static class can only contain static members and cannot be instantiated

    • Static constructor is called only once when the class is first accessed

    • Static constructor is used to initialize static members of the class

    • Example: Math class in C# is a static class

    • Example: static constructor can be used to initialize a static variable with a value

  • Answered by AI
  • Q4. Polymorphism
  • Q5. Dependency injection
  • Q6. Angular life cycle hook
  • Q7. Performance improvement in Angular app
  • Ans. 

    Performance improvement in Angular app

    • Use lazy loading to load modules on demand

    • Optimize change detection strategy

    • Use trackBy function in ngFor loops

    • Minimize DOM manipulation

    • Use AOT compilation

    • Implement server-side rendering

    • Use web workers for heavy computations

    • Use caching for frequently accessed data

  • Answered by AI

Skills evaluated in this interview

SV Infotech Interview FAQs

How many rounds are there in SV Infotech 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 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, PHP, HTML, MySQL and CMS.
What are the top questions asked in SV Infotech interview?

Some of the top questions asked at the SV Infotech 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 Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

SV Infotech Reviews and Ratings

based on 6 reviews

4.0/5

Rating in categories

4.5

Skill development

4.4

Work-life balance

3.8

Salary

4.5

Job security

4.1

Company culture

3.8

Promotions

4.3

Work satisfaction

Explore 6 Reviews and Ratings
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

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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