Upload Button Icon Add office photos

Filter interviews by

RNFI Services PHP Software Developer Interview Questions, Process, and Tips

Updated 28 Aug 2024

RNFI Services PHP Software Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Php ,laravel ,codeigniter

Round 2 - Technical 

(3 Questions)

  • Q1. What is php ,do you know ord() ,what is use artisan , polymorphism
  • Ans. 

    PHP is a server-side scripting language used for web development. ord() is a function to get ASCII value of a character. Artisan is a command-line tool in Laravel framework. Polymorphism is a concept in object-oriented programming.

    • PHP is a popular server-side scripting language for web development

    • ord() is a PHP function used to get the ASCII value of a character

    • Artisan is a command-line tool in Laravel framework for ta...

  • Answered by AI
  • Q2. Why use interface in laravel project
  • Ans. 

    Interfaces in Laravel projects help in achieving abstraction, flexibility, and code reusability.

    • Interfaces allow for defining a contract that classes must implement, ensuring consistency and enforcing specific methods.

    • Interfaces help in achieving polymorphism, allowing different classes to be used interchangeably.

    • Interfaces promote code reusability by allowing multiple classes to implement the same interface.

    • Interfaces...

  • Answered by AI
  • Q3. Deference for and foreach function
  • Ans. 

    foreach is used to iterate over elements in an array, while for is used for general looping.

    • foreach is specifically designed for iterating over arrays, while for can be used for any type of looping.

    • foreach automatically assigns the value of the current element to a variable, while for requires manual indexing.

    • foreach is more concise and easier to read for array iteration, while for may be more suitable for complex loop

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern where components are provided with their dependencies rather than creating them internally.

    • Allows for better code reusability and testability

    • Reduces coupling between components

    • Promotes separation of concerns

    • Examples: Constructor injection, Setter injection

  • Answered by AI
  • Q2. Array concatenation

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There was aptitude test out of which 12 candidate selected

Round 2 - Technical 

(3 Questions)

  • Q1. Asked me about my project in details
  • Q2. What does group by do in SQL.
  • Ans. 

    GROUP BY in SQL is used to group rows that have the same values into summary rows.

    • GROUP BY is used with aggregate functions like COUNT, SUM, AVG, etc.

    • It is used to summarize data by grouping rows based on specified columns.

    • GROUP BY is often used in conjunction with the SELECT statement.

  • Answered by AI
  • Q3. Then asked about spring boot

Skills evaluated in this interview

Lead Software Engineer Interview Questions & Answers

DTCC user image Santhoshkumar Subramanian

posted on 6 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 questions
  • Q2. Design questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Opps Java preferred and sql related question.

Round 2 - HR 

(2 Questions)

  • Q1. Basic questions
  • Q2. Future goals and plans

Interview Preparation Tips

Interview preparation tips for other job seekers - Great place to work.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Case Study 

Practical Question based on case study

Round 3 - Behavioral 

(5 Questions)

  • Q1. More about the Techno Managerial
  • Q2. More about the Techno functional round
  • Q3. Technical Question
  • Q4. Related to Skills
  • Q5. Based on work we did
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2023. There were 3 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 - Aptitude Test 

Thirty minutes MCQs, general questions, English, GK, coding, reasoning

Round 3 - One-on-one 

(3 Questions)

  • Q1. General questions, strenghts and weakness
  • Q2. What are your strengths
  • Q3. What are you your weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - study and practive codding
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is your expected salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Please reply honestly
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Intermediate level questions were asked

Round 2 - HR 

(1 Question)

  • Q1. Why do you wish to leave your current company
Round 3 - One-on-one 

(1 Question)

  • Q1. Had this interview round with the CTO of the company

Interview Questionnaire 

7 Questions

  • Q1. Choose between Mahatma Gandhi and Subhash Chandra Bose.
  • Ans. 

    Both Mahatma Gandhi and Subhash Chandra Bose were important figures in India's struggle for independence.

    • Mahatma Gandhi was a non-violent activist who led the Indian National Congress and played a key role in India's independence movement.

    • Subhash Chandra Bose was a militant nationalist who formed the Indian National Army to fight against British rule.

    • Both had different ideologies and approaches towards achieving indepe...

  • Answered by AI
  • Q2. What would you do if you were given 1 lakh and were told to jump off the first floor? 5 lakh for the 2nd floor? 10 for the 3rd floor?
  • Ans. 

    I would not jump off any floor for any amount of money as it is a dangerous and foolish act.

    • I would politely decline the offer and explain that my safety and well-being are more important than any amount of money.

    • Jumping off any floor, regardless of the amount of money offered, is a dangerous and potentially life-threatening act.

    • I would suggest finding a safer and more productive way to earn money.

    • I would also question...

  • Answered by AI
  • Q3. I give you 5 lakhs right now. Go and kiss the girl standing outside. Will you take the risk?
  • Q4. Calculate 12*92 within 15 seconds (without the pen of course)
  • Ans. 

    Answer: 1104

    • Use multiplication rules to simplify calculation

    • Break down numbers into smaller parts

    • Use mental math techniques like rounding and estimation

  • Answered by AI
  • Q5. 657*53 within 15 seconds (again without the pen)
  • Q6. The interviewer asked me the length of the room. I said that it was around 18 feet. He asked me to convince him of the same
  • Q7. Question about finance sector and related to company profile and share trading were asked. Main emphasis was on observation skills and stress testing of students

Interview Preparation Tips

Round: Test
Experience: Two tests completely based on mathematical and logical aptitude and Interviews.
Top 10 rankers of Trade Mogul competition(Trading competition conducted by Future First) are directly called for interview.
Total Questions: 2

Round: Test
Experience: Their sole purpose was to know whether you are capable of handling mathematical calculations easily and quickly. You just need to practice lots of multiplication, division and other simple stuff so that you become quick during the test.
Duration: 30 minutes

Round: HR Interview
Experience: - Choose between Mahatma Gandhi and Subhash Chandra Bose. I personally, would advise you to go for Mahatma Gandhi. If you go for Bose, they will reject you saying that you have a violent side to your personality which of course is not good for them.- What would you do if you were given 1 lakh and were told to jump off the first floor? 5 lakh for the 2nd floor? 10 for the 3rd floor?
Assess the risk in every situation and then using your reasoning, give the answer. I answered that for the amount of money involved i would jump off the 1st and 2nd floors but not the 3rd floor. At maximum I would break my bones or suffer a few fractures which is good enough for the money.
-I give you 5 lakhs right now. Go and kiss the girl standing outside. Will you take the risk?
I said yes I will. She will slap me on the face or maybe get a complaint registered against me with the Dean. It will be a fair deal for the money involved.
-I said, “Sir, my height is about 6 feet. So if I lie down 3 times along the length that should be enough reason for you to get convinced”. So I lied down on the floor along the length of the room thrice.The HR interview was a very different experience for me. I felt that they were looking for a guy who would fit best in their culture and has the ability not only to take risks but also assess it and mitigate it. Besides this they also asked me some HR questions like why should we hire you, what are your goals and why are you suitable for the company. There were few other HR questions as well which were not so different form the regular ones.Overall it was a very good interview experience. They were looking for people who can take risks and were not hesitant to take an initiative and then back their decision with sound thought process.

Skills: Algorithm, maths, Social
College Name: na

RNFI Services Interview FAQs

How many rounds are there in RNFI Services PHP Software Developer interview?
RNFI Services interview process usually has 3 rounds. The most common rounds in the RNFI Services interview process are Technical and Aptitude Test.
How to prepare for RNFI Services PHP Software 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 RNFI Services. The most common topics and skills that interviewers at RNFI Services expect are CSS, Codeigniter, HTML, Javascript and MySQL.
What are the top questions asked in RNFI Services PHP Software Developer interview?

Some of the top questions asked at the RNFI Services PHP Software Developer interview -

  1. what is php ,do you know ord() ,what is use artisan , polymorph...read more
  2. why use interface in laravel proj...read more
  3. what is dependency inject...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 RNFI Services interview
Job Portal
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

Quess Interview Questions
3.9
 • 378 Interviews
Randstad Interview Questions
3.8
 • 255 Interviews
Team Lease Interview Questions
3.9
 • 192 Interviews
Sodexo Interview Questions
4.1
 • 153 Interviews
Adecco Group Interview Questions
3.7
 • 85 Interviews
ManpowerGroup Interview Questions
3.9
 • 49 Interviews
View all
Area Sales Manager
149 salaries
unlock blur

₹2.4 L/yr - ₹6.5 L/yr

Executive Accountant
24 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Cluster Head
16 salaries
unlock blur

₹4.9 L/yr - ₹12.1 L/yr

MIS Executive
16 salaries
unlock blur

₹1.5 L/yr - ₹3 L/yr

Customer Support Executive
15 salaries
unlock blur

₹1.6 L/yr - ₹2.4 L/yr

Explore more salaries
Compare RNFI Services with

Quess

3.9
Compare

Team Lease

3.9
Compare

Sodexo

4.1
Compare

Adecco Group

3.7
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