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 Senior Software Engineer Interview Questions and Answers

Updated 10 Jun 2024

Tezo Senior Software Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. React hooks & unit testing
  • Q2. About project role and responsibilities
Round 2 - HR 

(1 Question)

  • Q1. Expected package & can negotiate

Interview questions from similar companies

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

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Synopsis of all key skills overall randomly they asked
Round 3 - Technical 

(1 Question)

  • Q1. They asked for project that i was done and related to that skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident enough to ans
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is angular
  • Ans. 

    Angular is a popular open-source web application framework developed by Google for building dynamic single-page applications.

    • Angular is based on TypeScript, a superset of JavaScript.

    • It follows the MVC (Model-View-Controller) architecture.

    • Angular provides features like data binding, dependency injection, and routing.

    • It has a powerful CLI (Command Line Interface) for scaffolding and building projects.

    • Angular has a large ...

  • Answered by AI
  • Q2. What is directives and pipes
  • Ans. 

    Directives and pipes are features in Angular that allow developers to extend HTML functionality and transform data in templates.

    • Directives are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or transform the DOM element and its children.

    • Pipes are used to format data in a template. They take in data as input and transform it into the desired output for display.

    • Examples of di...

  • Answered by AI

Skills evaluated in this interview

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 - Technical 

(2 Questions)

  • Q1. Have you worked on ttcn earlier? Mostly related to past projects worked on C storage classes and questions on pointers snips Linked list to find the middle number
  • Q2. Asked about my work if i clear
Round 3 - Technical 

(2 Questions)

  • Q1. Mostly ttcn questions but i dont have knowledge on this
  • Q2. Ttcn development testscripts, gui implementatio

Interview Preparation Tips

Interview preparation tips for other job seekers - During hr call they were told me to provide ttcn training but at the time of final round manager rejected due to no ttcn
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is threading
  • Ans. 

    Threading is a programming technique that allows multiple tasks to run concurrently within a single process.

    • Threading allows for parallel execution of tasks within a program.

    • Threads share the same memory space, allowing for efficient communication and data sharing.

    • Examples of threading in programming languages include Java's Thread class and Python's threading module.

  • Answered by AI
  • Q2. 7 layer of networking
  • Ans. 

    The 7 layers of networking refer to the OSI model, which is a conceptual framework used to understand how networks operate.

    • Physical layer: Deals with physical connections and hardware (e.g. cables, switches)

    • Data link layer: Manages data transfer between devices on the same network (e.g. Ethernet)

    • Network layer: Handles routing and forwarding of data packets (e.g. IP)

    • Transport layer: Ensures data is delivered reliably an...

  • Answered by AI
Round 2 - CTO round 

(2 Questions)

  • Q1. Prev salary and prev experience(even if you fake it you can pass interview, he is dumb about software development)
  • Q2. What is your expectation
  • Ans. 

    My expectation is to work in a challenging environment where I can utilize my skills to contribute to the success of the team and company.

    • Expectation to work on complex projects that require problem-solving skills

    • Desire to collaborate with talented team members to achieve common goals

    • Opportunity for continuous learning and professional growth

    • Expectation for clear communication and feedback from management

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - go for it if you are not able to crack good companies.
They don't ask any DSA problems as they don't know about any coding platform (all are dumb )
good for those who have good communication skills in telling a small change a big change in code.
if you can inflate a task, you are going to join best company. (they don't need good code writers and best mf)

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 30 minutes of discussion.
Round 2 - Technical 

(1 Question)

  • Q1. 75 minutes of discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 technical rounds took 15 days and both were cleared and after long wait the position was given to someone else.
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. About my platform related
  • Q2. Abot my platform related
Round 3 - Coding Test 

UI design and crud operation tasks

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion fully connected

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep trying , work smart
complete all rounds with your clam mind
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How abstraction and inheritance are related?
  • Ans. 

    Abstraction allows for defining a common interface for related objects, while inheritance enables a class to inherit attributes and methods from another class.

    • Abstraction involves hiding the implementation details and showing only the necessary features of an object. Inheritance allows a class to inherit properties and behaviors from another class.

    • Abstraction helps in creating a blueprint of a class without providing t...

  • Answered by AI
  • Q2. Given a perticular time, find the angle between hour hand and minute hand.
  • Ans. 

    To find the angle between hour and minute hand at a given time on a clock face.

    • Calculate the angle made by hour hand with 12:00 on the clock face

    • Calculate the angle made by minute hand with 12:00 on the clock face

    • Find the absolute difference between the two angles

    • If the angle is greater than 180 degrees, subtract it from 360 degrees for the acute angle

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare OOP in detail. Have a good day structure knowledge. Understand how data structure can be used while solving problems.
Interview experience
1
Bad
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 - Technical 

(4 Questions)

  • Q1. Basic and advanced jav
  • Q2. Opps concepts and explanation, interface, abstraction difference
  • Q3. MVC flow and architecture
  • Q4. Hibernate interview questions
Round 3 - HR 

(1 Question)

  • Q1. Normal only HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - As per my knowledge and experience in DT, please don't join here 😞🙏, this is worst company which I have worked. No words to say about this company.....
Please consider this review and don't join . Use and throw.... they won't consider employees comserns.... In my team 20 people joined they removed all the people with in 4 months........ don't join.........
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts and interface
  • Q2. Method overloading and overriding
Round 2 - Technical 

(2 Questions)

  • Q1. Abt web api and mvc
  • Q2. Abt web api and mvc

Tezo Interview FAQs

How many rounds are there in Tezo Senior Software Engineer interview?
Tezo interview process usually has 2 rounds. The most common rounds in the Tezo interview process are Technical and HR.
What are the top questions asked in Tezo Senior Software Engineer interview?

Some of the top questions asked at the Tezo Senior Software Engineer interview -

  1. expected package & can negoti...read more
  2. react hooks & unit test...read more

Tell us how to improve this page.

Tezo Senior Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Tezo We create user centric digital experiences
Software Developer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Software Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 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