Upload Button Icon Add office photos
Engaged Employer

i

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

Zimetrics Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Zimetrics Technologies Interview Questions, Process, and Tips

Updated 4 Dec 2024

Top Zimetrics Technologies Interview Questions and Answers

Zimetrics Technologies Interview Experiences

Popular Designations

6 interviews found

I applied via Company Website and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Interviewe don't have sense how to ask questions Instead of knowing the project which currently the person is working He is asking some foolish questions without any base
  • Q2. Foolish questions , no base to question, not any relation to technical domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Try on your own risk and answer them if are asking the question out of the track

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 (199)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Javascript questions
  • Q2. Angular questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Time wasting questions
  • Q2. You are not good fit for us

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t go yo interview they are experts in wasting your time after clearing their all round with there expected skills requirements they just saying that you are not aligning with the stack we want. Although their HR told me that you’re good fit and I also given and cracked interview.
The guy called harshal & priti are really dumb.

Angular Developer Interview Questions asked at other Companies

Q1. How can you pass data between parent and child components?, what is component interaction
View answer (5)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Coding Test 

Angular Architecture level questions and One Design was given to me to develop and Integration of API within it.

Round 2 - Technical 

(4 Questions)

  • Q1. Explain Angular Architecture
  • Ans. 

    Angular Architecture is a structural design of Angular applications that includes components, modules, services, and routing.

    • Angular applications are built using components, which are reusable building blocks with their own logic and templates.

    • Modules help organize the application into cohesive blocks of functionality.

    • Services are used for sharing data and functionality across components.

    • Routing allows navigation betwe...

  • Answered by AI
  • Q2. Explain Routing
  • Ans. 

    Routing in Angular is the process of navigating between different components or views based on the URL.

    • Routing allows users to navigate between different parts of an Angular application without reloading the entire page.

    • Routes are defined in the app-routing.module.ts file using the RouterModule and Routes classes.

    • Each route maps a URL path to a component, which is then displayed when the corresponding URL is accessed.

    • A...

  • Answered by AI
  • Q3. Explain Session Storage
  • Ans. 

    Session Storage is a web storage API that allows data to be stored and accessed during a single session.

    • Session Storage is a type of web storage that stores data for a single session only.

    • Data stored in Session Storage is accessible only within the same tab or window.

    • Session Storage data is cleared when the tab or window is closed.

    • Session Storage is useful for storing temporary data that needs to be available during a

  • Answered by AI
  • Q4. Explain Compilations Process
  • Ans. 

    Compilation process is the process of converting source code into machine code by a compiler.

    • Source code is written in a high-level language like TypeScript or JavaScript.

    • Compiler translates the source code into intermediate code.

    • Intermediate code is then converted into machine code by the compiler.

    • Compilation process checks for syntax errors and generates executable code.

    • Examples of compilers include Angular CLI for A...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Normal Salary discussion.

Interview Preparation Tips

Topics to prepare for Zimetrics Technologies Senior Angular Developer interview:
  • Angular
Interview preparation tips for other job seekers - I have cleared all the technical rounds but have not received my offer letter yet.

Skills evaluated in this interview

Senior Angular Developer Interview Questions asked at other Companies

Q1. What is Dependency Injection in Angular, and how do the @Self, @skipSelf, and @Optional decorators function within it?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Java basic coding questions like string manipulation, fibonacci series

Round 2 - HR 

(1 Question)

  • Q1. Basic discussion and salary discussion

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 (199)

Zimetrics Technologies interview questions for popular designations

 Software Engineer

 (2)

 Senior Angular Developer

 (1)

 Angular Developer

 (1)

 Software Engineer Trainee

 (1)

 Software Developer

 (1)

Software Developer Interview Questions & Answers

user image SHAILESH KUMAR

posted on 18 Nov 2022

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 

Normal question like all :- Blood relation, shape, etc

Round 3 - Coding Test 

Basic c programming and oops concepts and data structures with codes.

Round 4 - HR 

(4 Questions)

  • Q1. Introduce yourself, project well define that's sit.
  • Q2. Resume all prepared for before interview.
  • Q3. Project well define mention the resumes..
  • Q4. Commonly basic questions your core subjects..

Interview Preparation Tips

Interview preparation tips for other job seekers - Only and only basis and oops concepts and data structures get ready to way for jobs..

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

I applied via Campus Placement and was interviewed in Apr 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 - Aptitude Test 

Online aptitude test. It is interactive type with a chat bot.

Round 3 - Coding Test 

Two coding questions, applying basic concepts. Python or Java language.

Round 4 - Technical 

(2 Questions)

  • Q1. Problem statement is given, code has to be written and explained.
  • Q2. Questions about projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your basics right
Write logical code
Be confident in the interview

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. .net questions - routing in asp.net MVC ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing . Prepare well for interview on .Net technology stack

I applied via Campus Placement and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good

Round 2 - Technical 

(1 Question)

  • Q1. Basic question from C++.Some questions from Data structure and computer architecture.

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Prepare well. Aptitude is not very easy so you have to prepare well.

I was interviewed in Sep 2016.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about Your project
  • Ans. 

    Developed a web-based project management tool for a software development company.

    • Used Agile methodology for development

    • Implemented features like task assignment, progress tracking, and team collaboration

    • Integrated with third-party tools like GitHub and Slack

    • Designed a user-friendly interface with responsive design

    • Deployed on AWS using EC2 and RDS

  • Answered by AI
  • Q2. Tell me about your CV!
  • Ans. 

    My CV showcases my experience in software development, including projects in Java, Python, and web development.

    • Experience in Java, Python, and web development

    • Worked on projects involving database management systems

    • Familiar with Agile development practices

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Tough! But manuplative ,yes manuplative ,I feel that your test scores are manuplated by the company! You score full marks in the test , but you are mechanical engineer you might not qualify for the next round! I say this as per ny experience . POINTER ,BRANCH and then score in this test describe the overall perfomance!
Tips: The company is totally for IT engineers if you are from other branch fonnot hope much, have a backup.
Duration: 1 hour 20 minutes
Total Questions: 80

Round: Technical + HR Interview
Experience: They Play with your minds,yes they do! Believe me donot show tough expressions!
Tips: Stay Calm ,they are not to scare you!

Skills: Technical, knowledge, gritt, Behavioural Skills
College Name: Atharva College Of Engineering

I was interviewed in May 2017.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your Project done in 4th year Btech
  • Ans. 

    Developed a web-based project management system for tracking tasks and deadlines.

    • Used HTML, CSS, JavaScript for front-end development

    • Implemented backend using Node.js and MongoDB for database management

    • Incorporated user authentication and authorization features

    • Utilized Agile methodology for project management

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 3 hours

Round: Technical + HR Interview
Experience: They asked several questions regarding all the bio data and some computer questions and some hr level questions

Round: Resume Shortlist
Experience: Resume got shortlisted and I got the Job that time I even can't believe that

College Name: ITER BHUBANESWSR

Zimetrics Technologies Interview FAQs

How many rounds are there in Zimetrics Technologies interview?
Zimetrics Technologies interview process usually has 2-3 rounds. The most common rounds in the Zimetrics Technologies interview process are Technical, Coding Test and HR.
How to prepare for Zimetrics Technologies 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 Zimetrics Technologies . The most common topics and skills that interviewers at Zimetrics Technologies expect are AWS, Java, Python, SQL and Javascript.
What are the top questions asked in Zimetrics Technologies interview?

Some of the top questions asked at the Zimetrics Technologies interview -

  1. Explain Angular Architect...read more
  2. Explain Session Stor...read more
  3. Explain Compilations Proc...read more

Tell us how to improve this page.

Zimetrics Technologies Interview Process

based on 7 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 811 Interviews
View all

Fast track your campus placements

View all

Zimetrics Technologies Reviews and Ratings

based on 124 reviews

4.2/5

Rating in categories

4.1

Skill development

4.0

Work-life balance

4.0

Salary

4.2

Job security

4.3

Company culture

3.8

Promotions

4.0

Work satisfaction

Explore 124 Reviews and Ratings
Software Engineer
82 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior QA Engineer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Zimetrics Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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