Upload Button Icon Add office photos

Filter interviews by

Triend Software Web Developer Interview Questions and Answers

Updated 7 Oct 2022

Triend Software Web Developer Interview Experiences

1 interview found

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

Program and mathematical question

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is the hashtable!?
  • Ans. 

    Hashtable is a data structure that stores key-value pairs and provides constant time complexity for insertion, deletion, and retrieval.

    • It uses a hash function to map keys to indices in an array

    • Collisions can occur when two keys map to the same index, which can be resolved using techniques like chaining or open addressing

    • Examples of hashtable implementations include Python's dict, Java's HashMap, and JavaScript's Map

  • Answered by AI
  • Q2. Explain oops concept
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects that interact with each other.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on creating objects that have properties and methods.

    • Encapsulation, Inheritance, and Polymorphism are the three main pillars of OOPs.

    • Encapsulation is the process of hiding the implementation details of an object from the outside world.

    • Inheritance allows a class to inherit p...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical round is most important so if you learn and solve the task on HAKERRANK

Skills evaluated in this interview

Interview questions from similar companies

Web Developer Interview Questions & Answers

Zoho user image bharath Boopathi

posted on 3 Dec 2024

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

I applied via Job Fair and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Array, math, sort, string javascript qutions

Round 2 - Coding Test 

Simple coding qution

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Low level design
  • Q2. High level design
Round 2 - Coding Test 

Leetcode medium to hard question

Web Developer Interview Questions & Answers

Chetu user image ABHISHEK KUMAR S SINGH

posted on 22 May 2024

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. HTML CSS and JavaScript
  • Ans. Hyper text markup language, Cascading style sheet and JavaScript
  • Answered by ABHISHEK KUMAR S SINGH
Round 2 - Sem 

(1 Question)

  • Q1. UI and UX design questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. All the questions related to my resume
  • Q2. Questions on my project, my internships earlier
  • Q3. And my knowledge about Java and basic knowledge of web development

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your best
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Technology (IIT), Bhuvaneshwar and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Asked 3 questions in coding moderate and easy

Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked a dp question did not remember correctly
  • Q2. Asked some other difficult question not able to nswr

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare coding well

I applied via LinkedIn and was interviewed before Oct 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Javascript: hoisting concept, this keyword, spread operator, small programs like combining two objects, reversing a string, iteration methods in Javascript.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to write some code.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Design conversion using html and css or any preferred web language

Round 2 - Coding Test 

Javascript mid level task

Round 3 - Coding Test 

Javascript high level tasks

Round 4 - Technical 

(2 Questions)

  • Q1. General questions on html css and js
  • Q2. Html entity and its attributes
  • Ans. 

    HTML entities are special characters that are represented by a code instead of the character itself.

    • HTML entities start with an ampersand (&) and end with a semicolon (;).

    • Common HTML entities include < for <, > for >, and & for &.

    • Attributes in HTML define additional information about an element and are placed inside the opening tag.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Tell me about your self and Technology related
  • Q2. About Technology
  • Q3. About family background
  • Q4. Web development realated questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected
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 

(2 Questions)

  • Q1. How to update new PHP version
  • Ans. 

    To update PHP version, download the latest version from php.net, backup your files, update php.ini, and restart the server.

    • Download the latest PHP version from php.net

    • Backup your files before updating

    • Update php.ini configuration file

    • Restart the server to apply changes

  • Answered by AI
  • Q2. How to create python in session
  • Ans. 

    To create a Python session, you can use the 'requests' library to make HTTP requests and maintain session state.

    • Import the 'requests' library

    • Create a session object using 'requests.Session()'

    • Use the session object to make HTTP requests, which will automatically handle cookies and other session data

  • Answered by AI
Round 3 - Coding Test 

Php, html , CSS in this relationship

Skills evaluated in this interview

Triend Software Interview FAQs

How many rounds are there in Triend Software Web Developer interview?
Triend Software interview process usually has 3 rounds. The most common rounds in the Triend Software interview process are Aptitude Test, One-on-one Round and Resume Shortlist.
What are the top questions asked in Triend Software Web Developer interview?

Some of the top questions asked at the Triend Software Web Developer interview -

  1. What is the hashtabl...read more
  2. Explain oops conc...read more

Tell us how to improve this page.

Java Developer
8 salaries
unlock blur

₹2.4 L/yr - ₹6.5 L/yr

Software Engineer
4 salaries
unlock blur

₹3.2 L/yr - ₹5.8 L/yr

Software Consultant
4 salaries
unlock blur

₹4.5 L/yr - ₹5 L/yr

Explore more salaries
Compare Triend Software with

Bosch Global Software Technologies

4.0
Compare

Amdocs

3.8
Compare

Automatic Data Processing (ADP)

4.0
Compare

Carelon Global Solutions

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