Premium Employer

i

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

Tezo Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tezo Intern Interview Questions and Answers

Updated 23 Apr 2024

Tezo Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Vishal Pundhir

posted on 23 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - HR 

(1 Question)

  • Q1. What is your approch to solve issues.
  • Ans. 

    My approach to solving issues involves identifying the root cause, brainstorming solutions, evaluating options, and implementing the best course of action.

    • Identify the root cause of the issue

    • Brainstorm potential solutions

    • Evaluate the pros and cons of each solution

    • Implement the best course of action

    • Monitor the results and make adjustments as needed

  • Answered by AI

Interview questions from similar companies

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

60 min OA with general aptitude and quant based questions. The time provided was the main challenge for the test

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare well be confident and don't do silly mmistakes
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Internshala and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Was 1 hr with a simple question from leetcode

Round 2 - Technical 

(2 Questions)

  • Q1. Implement reverse Linked list
  • Ans. 

    Reverse a linked list

    • Create a new linked list to store the reversed elements

    • Traverse the original linked list and insert each node at the beginning of the new list

    • Update the head of the new list as the last node of the original list

  • Answered by AI
  • Q2. Project Explanation(from resume)
Round 3 - HR 

(2 Questions)

  • Q1. Why we should select you?
  • Ans. 

    I am a dedicated and hardworking individual with relevant skills and experience for the role.

    • I have completed relevant coursework in the field

    • I have previous internship experience in a similar role

    • I possess strong communication and teamwork skills

  • Answered by AI
  • Q2. Are you willing to relocate?
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am open to relocating for the right opportunity

    • I am flexible and willing to move for the internship

    • I understand the importance of being open to relocation for career growth

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why you want to join industry?

Interview Preparation Tips

Interview preparation tips for other job seekers - Show your willingness to work for the benefit of the company.

I applied via Campus Placement and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Question was based on calendar, don't remember exactly but i used python dictionary to work on it
  • Q2. Write a function that takes 2 inputs and finds the first the line containing first input and changes it with 2nd input.
  • Ans. 

    Function to find and replace a line in an array of strings

    • Loop through array to find line containing first input

    • Replace line with second input

    • Return updated array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They see your problem solving skills,even if you are not able to code ,tell them your thought process and write psuedocode or algorithm of solution you would go about.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Write a c++ program to implement the basic functions of queue using linked list and class?
  • Ans. 

    C++ program to implement queue using linked list and class

    • Create a class for queue and node

    • Implement enqueue, dequeue, and display functions

    • Use pointers to link nodes in the linked list

  • Answered by AI
  • Q2. Questions related to the projects .

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have good command over the language you chose and the tech stack you are working upon. You should be able to explain your role.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2022. There were 4 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 

Easy level questions on string, linked list and array

Round 3 - Technical 

(2 Questions)

  • Q1. Difference between TCP and UDP
  • Ans. 

    TCP is a connection-oriented protocol while UDP is connectionless.

    • TCP provides reliable, ordered, and error-checked delivery of data while UDP does not guarantee any of these.

    • TCP is slower but more reliable while UDP is faster but less reliable.

    • TCP is used for applications that require high reliability and accuracy such as email, file transfer, and web browsing while UDP is used for applications that require speed and ...

  • Answered by AI
  • Q2. Nibble swap program in C
  • Ans. 

    A nibble swap program in C

    • Nibble swap means swapping the 4-bit halves of a byte

    • Use bitwise operators to perform the swap

    • Example: unsigned char x = 0xAB; x = ((x & 0x0F) << 4) | ((x & 0xF0) >> 4);

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Reverse Linked List in C
  • Ans. 

    Reverse a linked list in C language.

    • Create three pointers: current, previous, and next.

    • Traverse the linked list and change the direction of the pointers.

    • Return the new head of the reversed linked list.

  • Answered by AI
  • Q2. Write an API call in C
  • Ans. 

    API call in C

    • Include the necessary header files

    • Create a URL string with the required parameters

    • Use the curl library to make the API call

    • Handle the response data appropriately

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of programming, operating system and networking

Skills evaluated in this interview

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 May 2022. There were 4 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 

Programming on basics of C

Round 3 - Coding Test 

Programming on basics of C

Round 4 - HR 

(1 Question)

  • Q1. Salary details and location preference
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Middleware , dependency injection
Round 3 - Technical 

(1 Question)

  • Q1. Subject and subject behaviour
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

Duration:30 min
Question from percentage,ratios ,HCF/LCM etc.,
Logical reasoning, English

Round 3 - Coding Test 

(1 Question)

  • Q1. Reverse a string by making groups of given 'm' characters
  • Ans. 

    Reverse a string by grouping 'm' characters together

    • Iterate through the string in groups of 'm' characters

    • Reverse each group of 'm' characters

    • Concatenate the reversed groups to get the final reversed string

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. General HR questions
  • Q2. What is your family background?
  • Q3. Why should we hire you?

Skills evaluated in this interview

Tezo Interview FAQs

How many rounds are there in Tezo Intern interview?
Tezo interview process usually has 1 rounds. The most common rounds in the Tezo interview process are HR.

Tell us how to improve this page.

Tezo Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Join Tezo We create user centric digital experiences

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 48 Interviews
PC Solutions Interview Questions
3.7
 • 16 Interviews
View all
Software Developer
16 salaries
unlock blur

₹6.1 L/yr - ₹12.5 L/yr

Junior Software Developer
10 salaries
unlock blur

₹5 L/yr - ₹8.4 L/yr

Quality Analyst
5 salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Data Scientist
4 salaries
unlock blur

₹6 L/yr - ₹7.9 L/yr

Lead Developer
4 salaries
unlock blur

₹26 L/yr - ₹35.7 L/yr

Explore more salaries
Compare Tezo with

PC Solutions

3.7
Compare

RNF Technologies

3.5
Compare

Hidden Brains InfoTech

3.8
Compare

Tekskills

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