Upload Button Icon Add office photos

Filter interviews by

SEDOTS Info Technologies PHP Developer Interview Questions and Answers

Updated 20 Apr 2024

SEDOTS Info Technologies PHP Developer Interview Experiences

1 interview found

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

There is some multiple questions we should choose one which is conducted in offline

Round 2 - Technical 

(1 Question)

  • Q1. Question about html,SQL and php
Round 3 - HR 

(1 Question)

  • Q1. This is with director sir,he will ask about technical things and non technical things.

PHP Developer Jobs at SEDOTS Info Technologies

View all

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. They asked my previous development related question
  • Q2. Migrate mvc
  • Q3. Using of version control
  • Ans. 

    Version control is essential for managing code changes and collaborating with team members.

    • Version control allows for tracking changes made to code over time.

    • It enables collaboration between team members by allowing multiple people to work on the same codebase simultaneously.

    • It provides a way to revert to previous versions of code if necessary.

    • Popular version control systems include Git, SVN, and Mercurial.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. For Pega, Questions depend on the topics which we mentioned in the resume.

I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Easy java, spark and kafka ques
  • Q2. How to submit spark job

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare basics well and google interview questions on java and spark. Easy to crack interview if basics are all clear.

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How is the interview
  • Q2. How is work life balance
  • Ans. 

    Work life balance is important to me and my employer supports it through flexible schedules and remote work options.

    • My employer offers flexible schedules to accommodate personal needs

    • Remote work options are available for certain roles

    • I prioritize my workload and manage my time effectively to maintain balance

    • I make time for hobbies and activities outside of work to recharge

    • I communicate openly with my team and manager a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer asked basic questions and some programming questions

I applied via LinkedIn and was interviewed before Jun 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. SQL Basics Power BI Basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your basics and focus on the clarity of the thought.

I applied via Recruitment Consulltant and was interviewed before 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. In Death questions related to oop , c# and .net techology and SQL server .

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for theory related questions and coding related use case.

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 2 hours
Round difficulty - Medium

In the 1st round 
Aptitude
Reasoning
English
Automata fix( code debug) 
Timing in morning
Environment is good
Interviewer was very cool and interactive

  • Q1. 

    Encode the Message Problem Statement

    Given a text message, your task is to return the Run-length Encoding of the given message.

    Run-length encoding is a fast and simple method of encoding strings, repres...

  • Ans. 

    Implement a function to encode a text message using run-length encoding.

    • Iterate through the message and count consecutive characters

    • Append the character and its count to the encoded message

    • Handle edge cases like single characters or empty message

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

This is interview round 
Ques from basic electronics
C language

  • Q1. 

    Print Name and Age Problem Statement

    Create a class named Person with a string variable 'name' and an integer variable 'age', such that these variables are not accessible outside the class. Implement a me...

  • Ans. 

    Create a class Person with private variables name and age, and methods to set and get their values.

    • Create a class Person with private variables 'name' and 'age'.

    • Implement a method setValue to set the variables' values.

    • Implement a method getValue to print the variables' values.

    • Ensure the name is a non-empty string and the age is a non-negative integer.

    • Encapsulate the data and provide a clear interface for setting and ge

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 6 cgpaCognizant interview preparation:Topics to prepare for the interview - Electronics basics, C language , Data structure, OOPS, ProjectsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Do aptitude from indiabix. Go through your basics. At least one language u know. Learn about your branch basics. Know concept of data structure and oops. 
Tip 2 : prepare your final project well. 

Application resume tips for other job seekers

Tip 1 : the skills you know very well mention in resume
Tip 2 : mention project in resume

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Referral and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basics question like current roles and tasks. Questions related to new features in HTML5,css3,JavaScript. Basic questions on angular. Decorator, interceptor, event delegation , hostbinding and listener, ob...

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear

I applied via Company Website and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. What is executequery, execute scalar, executenon query in SQL
  • Ans. 

    executequery, execute scalar, executenon query are SQL methods for executing queries.

    • ExecuteQuery is used to execute a SELECT statement and returns a ResultSet object.

    • ExecuteScalar is used to execute a SELECT statement that returns a single value.

    • ExecuteNonQuery is used to execute INSERT, UPDATE, DELETE statements and returns the number of rows affected.

  • Answered by AI
  • Q2. Explain about types of State management in client and server side
  • Ans. 

    State management in client and server side

    • Client-side state management: cookies, local storage, session storage, and query parameters

    • Server-side state management: session state and application state

    • Cookies are small text files stored on the client's computer

    • Local storage and session storage are HTML5 web storage APIs

    • Session state is stored on the server and associated with a user's session

    • Application state is stored on

  • Answered by AI
  • Q3. What is 'inproc' in state management?
  • Ans. 

    Inproc is a state management mode where data is stored in the application's memory.

    • Inproc stands for 'in-process'.

    • Data is stored in the application's memory, making it fast to access.

    • This mode is suitable for small applications with low traffic.

    • If the application is restarted, all data stored in inproc mode is lost.

    • Examples of inproc state management include ASP.NET's in-process session state and Cache API.

  • Answered by AI
  • Q4. Why state management techniques are required ?
  • Ans. 

    State management techniques are required to manage the state of an application and ensure data consistency.

    • State management helps in maintaining the state of an application and ensures that data is consistent across different components.

    • It helps in managing complex applications with multiple components and data sources.

    • State management techniques like Redux, MobX, and Context API provide a centralized store for managin...

  • Answered by AI
  • Q5. Disadvantages of viewstate technique ?
  • Ans. 

    Viewstate technique can lead to performance issues and security vulnerabilities.

    • Viewstate increases the size of the page, leading to slower load times.

    • Viewstate can be tampered with, leading to security vulnerabilities.

    • Viewstate is stored on the client side, leading to potential data privacy issues.

    • Viewstate can cause issues with scalability in web applications.

    • Alternative techniques like session state or caching can b

  • Answered by AI
  • Q6. Inline attribute in html ?
  • Ans. 

    The inline attribute in HTML is used to specify that a particular element should be displayed inline.

    • The inline attribute can be used with elements like <span>, <strong>, <em>, <a>, etc.

    • It allows the element to be displayed on the same line as adjacent elements.

    • Example: <span inline>Inline element</span>

  • Answered by AI
  • Q7. A brief explanation of Ajax ?
  • Ans. 

    Ajax is a technique for creating fast and dynamic web pages without reloading the entire page.

    • Ajax stands for Asynchronous JavaScript and XML

    • It allows for asynchronous communication between the client and server

    • It can update parts of a web page without requiring a full page reload

    • Examples of Ajax include auto-suggest search bars and real-time chat applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm from Asp.net background and I'm working as support analyst now. Study completely about your current project, what are all techniques used, what are new alternative technologies are released and all. For asp.net, c# related developers can study MVC , asp.net web app, windows app, deployment, version control, jQuery, ajax, js.

Skills evaluated in this interview

SEDOTS Info Technologies Interview FAQs

How many rounds are there in SEDOTS Info Technologies PHP Developer interview?
SEDOTS Info Technologies interview process usually has 3 rounds. The most common rounds in the SEDOTS Info Technologies interview process are Aptitude Test, Technical and HR.
How to prepare for SEDOTS Info Technologies PHP 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 SEDOTS Info Technologies. The most common topics and skills that interviewers at SEDOTS Info Technologies expect are Ajax, Apache Nifi, DBMS, Domestic and HTML.
What are the top questions asked in SEDOTS Info Technologies PHP Developer interview?

Some of the top questions asked at the SEDOTS Info Technologies PHP Developer interview -

  1. This is with director sir,he will ask about technical things and non technical ...read more
  2. Question about html,SQL and ...read more

Tell us how to improve this page.

SEDOTS Info Technologies PHP Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

SEDOTS Info Technologies PHP Developer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

1.0

Salary

5.0

Job security

2.0

Company culture

1.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
PHP Developer

Hyderabad / Secunderabad

1-6 Yrs

Not Disclosed

PHP Developer

Hyderabad / Secunderabad

0-1 Yrs

Not Disclosed

Explore more jobs
Web Developer
5 salaries
unlock blur

₹0.9 L/yr - ₹2.4 L/yr

Software Developer
4 salaries
unlock blur

₹1.8 L/yr - ₹3.8 L/yr

Full Stack Developer
4 salaries
unlock blur

₹1.2 L/yr - ₹3.5 L/yr

PHP Developer
3 salaries
unlock blur

₹1.4 L/yr - ₹3 L/yr

Junior IOS Developer
3 salaries
unlock blur

₹1.2 L/yr - ₹2 L/yr

Explore more salaries
Compare SEDOTS Info Technologies with

Cognizant

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

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