Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Elphill Technology Team. If you also belong to the team, you can get access from here

Elphill Technology Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Elphill Technology Interview Questions and Answers

Updated 21 Dec 2024

Elphill Technology Interview Experiences

Popular Designations

4 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

MCQ type , PHP MYSQL

Round 2 - Technical 

(2 Questions)

  • Q1. Different between predefine method and define method?
  • Ans. 

    Predefined methods are built-in methods provided by a programming language, while defined methods are custom methods created by the programmer.

    • Predefined methods are already implemented in the programming language and can be directly used without defining them.

    • Defined methods are created by the programmer to perform specific tasks as needed.

    • Examples of predefined methods include Math.max() in JavaScript, while examples...

  • Answered by AI
  • Q2. Different between echo() and print() ?
  • Ans. 

    echo() is a language construct, while print() is a function. echo can take multiple parameters, while print can only take one.

    • echo is a language construct in PHP, while print is a function.

    • echo can output multiple parameters at once, while print can only output one.

    • echo is slightly faster than print because it is a language construct.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself ?
  • Ans. 

    I am a Senior Software Engineer with 8 years of experience in developing and implementing software solutions.

    • 8 years of experience in software development

    • Proficient in programming languages such as Java, Python, and C++

    • Strong problem-solving skills and ability to work in a team environment

    • Experience in developing web applications using frameworks like Spring and Django

  • Answered by AI

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30 marks Reasoning You have given to solve in 30 minutes

Round 2 - Technical 

(2 Questions)

  • Q1. Question related to your mobile application technology
  • Q2. What is Flutter? What is dart?
  • Ans. 

    Flutter is a UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase. Dart is the programming language used with Flutter.

    • Flutter is a framework developed by Google for building cross-platform applications.

    • It allows developers to write code once and deploy it on multiple platforms like iOS, Android, web, and desktop.

    • Dart is the programming language used with Flutter, kn...

  • Answered by AI

Skills evaluated in this interview

Mobile Application Developer Interview Questions asked at other Companies

Q1. How to handle the huge number of concurrent HTTP requests of orders for the same item? What if there is only one item left in the stock?
View answer (1)

I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 2 interview rounds.

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 - One-on-one 

(2 Questions)

  • Q1. Basic question about php
  • Q2. Testing logic building abilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep upgrading your logic building skills.and be professional in your field.

Junior PHP Developer Interview Questions asked at other Companies

Q1. What is pear in PHP ? What are difference between dynamic & statics website ? How to execute php script in command line ? What are rules of naming convention in php ?
View answer (1)

I applied via Naukri.com and was interviewed before Oct 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 - One-on-one 

(2 Questions)

  • Q1. Tell me about your Project
  • Q2. One Coding Round in java or in Php

Interview Preparation Tips

Interview preparation tips for other job seekers - Project base questions and also some core level question

Manual Tester Interview Questions asked at other Companies

Q1. What is sdlc stlc waterfall model,smoke testing, black box testing, what is quality, what is strub and driver, different levels of testing, UAT, system testing. What is defect, Defect life cycle.
View answer (1)

Elphill Technology interview questions for popular designations

 Junior PHP Developer

 (1)

 Manual Tester

 (1)

 Mobile Application Developer

 (1)

 Senior Software Engineer

 (1)

Jobs at Elphill Technology

View all

Interview questions from similar companies

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. 1 Project Explanation 2 SDLC & STLC. 3 Differentiate Smoke vs Sanity 4 What is Regression testing? 5 Bug life cycle. 6 Scenarios on real time example. 7 Questions on agile
  • Ans. 

    Interview questions for Software Engineer position

    • Project explanation should include details on the project's purpose, scope, and technologies used

    • SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...

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

(1 Question)

  • Q1. All basic HR questions and salary discussion.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 5 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 - Coding Test 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the strings to numbers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Pairs with given sum
  • Ans. 

    Find pairs in an array that sum up to a given target value.

    • Use a hash set to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hash set.

    • Return the pairs that sum up to the target value.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Questions regards node js and java script concept, event loop, why node is single threaded, how event loop works in node js, database queries and previous work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was absolutely amazing and fantastic.
Advice:
Answer question with confidence.
Feel comfortable with interviewer.

Elphill Technology Interview FAQs

How many rounds are there in Elphill Technology interview?
Elphill Technology interview process usually has 2-3 rounds. The most common rounds in the Elphill Technology interview process are Resume Shortlist, One-on-one Round and Aptitude Test.
How to prepare for Elphill Technology 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 Elphill Technology. The most common topics and skills that interviewers at Elphill Technology expect are PHP, MySQL, Ajax, Javascript and OOPS.
What are the top questions asked in Elphill Technology interview?

Some of the top questions asked at the Elphill Technology interview -

  1. Different between predefine method and define meth...read more
  2. Different between echo() and print(...read more
  3. What is Flutter? What is da...read more

Tell us how to improve this page.

Elphill Technology Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all

Elphill Technology Reviews and Ratings

based on 31 reviews

3.7/5

Rating in categories

3.4

Skill development

4.0

Work-life balance

3.6

Salary

4.1

Job security

3.8

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 31 Reviews and Ratings
Graphics Designer

Kolkata

1-4 Yrs

₹ 1.9-2.1 LPA

PHP Developer

Kolkata

2-4 Yrs

Not Disclosed

Testing Engineer

Kolkata

1-4 Yrs

Not Disclosed

Explore more jobs
PHP Developer
12 salaries
unlock blur

₹1.1 L/yr - ₹3.5 L/yr

SEO Executive
9 salaries
unlock blur

₹1 L/yr - ₹2.4 L/yr

Web Developer
8 salaries
unlock blur

₹1.3 L/yr - ₹2.5 L/yr

Content Writer
7 salaries
unlock blur

₹1.3 L/yr - ₹2.3 L/yr

Web Support Executive
7 salaries
unlock blur

₹1.2 L/yr - ₹1.9 L/yr

Explore more salaries
Compare Elphill Technology with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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