Upload Button Icon Add office photos
Engaged Employer

i

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

Zenesys Technosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Zenesys Technosys Interview Questions and Answers

Updated 4 Nov 2024

Zenesys Technosys Interview Experiences

Popular Designations

2 interviews found

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

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Family background

Interview Preparation Tips

Topics to prepare for Zenesys Technosys Software Engineer interview:
  • C#
  • C#.Net
  • ASP.Net
  • ASP.Net MVC
  • .netcore
  • SQL
  • Javascript
  • Entity Framework
Interview preparation tips for other job seekers - Prepare yourself technically before appearing for the interview.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (219)

I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Some basic questions about Opps and MVC Like Routing and class
  • Q2. MVC Related scenarion for optimisation of code.
  • Q3. Asked Complex queries for SQL Joins and knowledge about Indexes.

Interview Preparation Tips

Topics to prepare for Zenesys Technosys Technical Lead interview:
  • ASP.Net MVC
  • SQL Server
  • Routing
  • Indexing
Interview preparation tips for other job seekers - Prepare SQL and MVC. They tried to know problem solving attitude and knowledge about technology you are going to join with.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Feb 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions to start with. then as rounds proceeds you can see the questions being more application oriented.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 3 rounds of technical interview. One of the toughest interview panel I have come across. It is important to know the technical concept as well as the scenarios where you will be using it.

They give enough time and keep you comfortable. All you have to do is solve it meticulously and they are more in to the approach than the solutions.

All the best.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics about Asp.net , SQL , c# , and some oops related questions.
Round 2 - Technical 

(1 Question)

  • Q1. Basics related to dotnet
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. ASP.NET Core , Web api, Razor pages, MVC,
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Types of Actions methods
  • Ans. 

    Action methods in software engineering define how to handle requests in web applications, typically in MVC frameworks.

    • GET: Retrieves data from the server. Example: fetching user details.

    • POST: Sends data to the server to create a resource. Example: submitting a form.

    • PUT: Updates an existing resource on the server. Example: modifying user information.

    • DELETE: Removes a resource from the server. Example: deleting a user ac...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. 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 - Aptitude Test 

Basic aptitude questions for different programming languages

Round 3 - Coding Test 

Easy-level questions like Djikstra algorithm.

Round 4 - One-on-one 

(2 Questions)

  • Q1. Questions related to past work experience
  • Q2. Projects worked in the past

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in the One to One round. Make sure you have a good dress basically a formal dress code. Make sure your behavior should be in a professional manner.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected 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:
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 - HR 

(3 Questions)

  • Q1. What motivated you to become a software developer?
  • Ans. 

    I was motivated to become a software developer due to my passion for problem-solving and creating innovative solutions.

    • Passion for problem-solving

    • Interest in creating innovative solutions

    • Enjoyment of logical thinking and coding

    • Opportunity to work on challenging projects

    • Desire to contribute to the advancement of technology

  • Answered by AI
  • Q2. Can you share an example of a time when you had to communicate technical information to a non-technical audience?
  • Ans. 

    Yes

    • Explained the concept of cloud computing to a group of business executives

    • Used simple analogies and visual aids to convey complex technical concepts

    • Adapted the language and terminology to match the audience's level of understanding

  • Answered by AI
  • Q3. How do you ensure the security of the code you write?
  • Ans. 

    I ensure code security through secure coding practices, code reviews, and vulnerability testing.

    • Follow secure coding practices such as input validation, output encoding, and proper error handling.

    • Conduct regular code reviews to identify and fix security vulnerabilities.

    • Perform vulnerability testing using tools like static code analyzers and penetration testing.

    • Stay updated with the latest security best practices and pa...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. How do you prioritize tasks in an agile development environment?
  • Ans. 

    In an agile development environment, tasks are prioritized based on value, urgency, dependencies, and team capacity.

    • Value: Prioritize tasks that deliver the most value to the customer or business.

    • Urgency: Address tasks that have immediate deadlines or time-sensitive requirements.

    • Dependencies: Resolve tasks that are dependent on the completion of other tasks.

    • Team Capacity: Consider the team's capacity and workload to en...

  • Answered by AI
  • Q2. Explain the stages of software development lifecycle?
  • Ans. 

    The stages of software development lifecycle include planning, analysis, design, implementation, testing, deployment, and maintenance.

    • Planning: Defining project goals, requirements, and resources.

    • Analysis: Gathering and understanding user needs and system requirements.

    • Design: Creating a blueprint of the software solution.

    • Implementation: Writing code and developing the software.

    • Testing: Verifying the functionality and i...

  • 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 Walk-in and was interviewed before Dec 2022. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Java, j2ee, jre
  • Q2. Html, xtml, java script
  • Q3. Seo, smm, development
  • Q4. Core java, basic java
  • Q5. Designing, frontend, synchronized

Interview Preparation Tips

Interview preparation tips for other job seekers - Best to. Work there
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Its was english grammer ,math & IT and genral knowledge based test paper

Round 2 - Technical 

(6 Questions)

  • Q1. Java developer questions they ask
  • Q2. Frontend development
  • Q3. Backend development
  • Q4. Information technology
  • Q5. Core java development
  • Q6. Html xtml java script
Round 3 - HR 

(4 Questions)

  • Q1. Introduction questions
  • Q2. Family background questions
  • Q3. College related questions
  • Q4. Salary negotiable

Interview Preparation Tips

Interview preparation tips for other job seekers - Before going fir attending interview prepare yourself very well

Zenesys Technosys Interview FAQs

How many rounds are there in Zenesys Technosys interview?
Zenesys Technosys interview process usually has 1 rounds. The most common rounds in the Zenesys Technosys interview process are Technical and HR.
How to prepare for Zenesys Technosys 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 Zenesys Technosys. The most common topics and skills that interviewers at Zenesys Technosys expect are Cloud, Design Patterns, Html5, IT Sales and Illustrator.
What are the top questions asked in Zenesys Technosys interview?

Some of the top questions asked at the Zenesys Technosys interview -

  1. Some basic questions about Opps and MVC Like Routing and cl...read more
  2. Asked Complex queries for SQL Joins and knowledge about Index...read more
  3. MVC Related scenarion for optimisation of co...read more

Tell us how to improve this page.

Zenesys Technosys Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Path Infotech Interview Questions
3.9
 • 20 Interviews
Calibraint Interview Questions
3.4
 • 12 Interviews
AppLogiQ Interview Questions
4.4
 • 4 Interviews
Browseinfo Interview Questions
5.0
 • 3 Interviews
Hostnetindia Interview Questions
4.8
 • 3 Interviews
Thinkogic Interview Questions
5.0
 • 3 Interviews
View all

Zenesys Technosys Reviews and Ratings

based on 23 reviews

3.2/5

Rating in categories

3.2

Skill development

3.5

Work-life balance

3.2

Salary

2.9

Job security

3.1

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 23 Reviews and Ratings
Software Developer
16 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

DOT NET Developer
4 salaries
unlock blur

₹4 L/yr - ₹5.1 L/yr

.NET Software Developer
4 salaries
unlock blur

₹4 L/yr - ₹6.2 L/yr

Digital Marketing Executive
4 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Software Engineer
3 salaries
unlock blur

₹3.2 L/yr - ₹8 L/yr

Explore more salaries
Compare Zenesys Technosys with

Lavender Technology

4.9
Compare

Path Infotech

3.9
Compare

Puropale Creations & IT Solutions

4.9
Compare

AppLogiQ

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