Upload Button Icon Add office photos

Filter interviews by

Kazam EV Tech Operations Engineer Interview Questions and Answers

Updated 15 May 2024

Kazam EV Tech Operations Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Multimeter kya hota hai
  • Q2. MOSFET , Rille etc

Operations Engineer Jobs at Kazam EV Tech

View all

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: There was Pool Campus Placement of  4 Colleges together(NIT Jalandhar,NIT Hamirpur ,Candigarh University and CGC Landran ) at Chandigarh University.Written test was taken on Hacker Rank. There were 5 Coding Questions of Linklist , Dynamic Programming,Priority Queues etc . 
You didn't have to do All the questions (3 can get you to the next round).

One thing that need to be beware of is that on Hacker Rank Your Draft is Saved every second(or so). So don't copy from the internet and just paste there(they will get to know).
Tips: Make sure you practice lot of Algorithms.
Duration: 120 minutes
Total Questions: 5

Round: Problem Statement
Experience: Only 8 Students were selected for this round
20 mins were given for it
and afterwards each student had personal discussion(10 mins) with them to explain their schema .
3-4 Questions were also asked related to your schema and how to perform a particular query
Tips: You should Be Through with DBMS
Make sure there is no redundant table and Primary keys are marked

Round: Technical Interview
Experience: 2 were selected for the Interview
Firstly they make you very Comfortable and ask how were the previous Rounds.
Then they asked about the two questions of First Round and my approach 
Then couple of questions on The design that was made Earlier.
Then there were questions on How Internet Works ,gcc,Linux,git,sql.

Then the Interviewer asked if I have any question
I asked about (as the work on doctor's app) how they know the credibility of a doctor which is enlisted in their app.
Interviewer was really Impressed by the question and told me all about it with all details.


Both were selected
Tips: Be cool in the Interview
Think Loudly and Interact with them well.
If they want you to ask any question ,it should not be related to technical stuff ,it should be related to the company

College Name: NIT JALANDHAR

I applied via Referral

Interview Questionnaire 

5 Questions

  • Q1. I was asked to optimize the last program mentioned above
  • Q2. I was asked in detail about my internship experience and projects
  • Q3. I was asked why I did not contribute to any open source projects
  • Q4. I was asked to explain the code of my android app from my dropbox account
  • Q5. The usual HR questions followed after that

Interview Preparation Tips

Skills:
College Name: NA

Software Engineer Interview Questions & Answers

Practo user image BEKKAM VENKATA ADITYA

posted on 27 Sep 2015

I applied via Campus Placement

Interview Questionnaire 

4 Questions

  • Q1. General questions. Where are you from, tell about yourself etc..,
  • Q2. Asked me about the projects which i have mentioned in my resume
  • Q3. Some algorithmic questions including data structures. Time complexity, space complexity etc.,
  • Q4. How would you design a snake game present in basic nokia mobiles. Just the data structure part and some functions which are used as the game goes on

Interview Preparation Tips

Round: Test
Experience: A bit difficult but sensible way to get started with the selection procedure. Questions purely attack the algorithmic and stastitic aspects.
Tips: Get yourself ready with conceptual clartity regarding algorithms and stastics . Don't be ambitious to attempt all the questions, completely solving one problem would be more than enough for getting through this level.
Duration: 120 minutes
Total Questions: 3

Round: Technical Interview
Experience: Believe me. You never feel inferior, it's really interactive and very friendly. Interviewer gave me a few chances and hints whenever i've gone wrong. Overall interview experience was awesome.
Tips: If you're up to this round, they believe you have the potential. So don't panic if you are unable to answer their questions. Just tell them which aspects which you are comfortable with and they will proceed correspondingly, Just be honest whatsoever.

Skill Tips: Prefer having some revision about the above skills before undergoing the selection process.
Skills: Math Puzzles, Algorithmic Approach To Problem Solving, Data Structures
Duration: 2months
College Name: IIT Madras
Funny Moments: Receiving the offer letter from HR official who visited our campus :)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the use of static keyword
  • Ans. 

    Static keyword is used in programming to declare variables, methods, or classes that belong to the class itself rather than instances of the class.

    • Static variables are shared among all instances of a class

    • Static methods can be called without creating an instance of the class

    • Static classes cannot be instantiated and are used for grouping related methods or constants

    • Static keyword is also used in C to declare functions t

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of electronics

I applied via Company Website and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic questions asked
Round 2 - Technical 

(1 Question)

  • Q1. Forging and casting process related questions raised
Round 3 - Technical 

(1 Question)

  • Q1. With head level technical for casting and forging related process,part,

Interview Preparation Tips

Interview preparation tips for other job seekers - Fluently English speaking no fear of interview fully confident speak to all the technical questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

4 questions , 3 DSA questions medium level and 1 DB design round

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions on OOPs, Networking, OS app development, projects and DSA questions
Round 3 - One-on-one 

(1 Question)

  • Q1. DB related questions (joins,query) and Linked list medium DSA question.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Prepare well for coding question based on leetocde medium level and hard level.try to understand code you write , they ask questions from coding round also

Round 2 - Technical 

(2 Questions)

  • Q1. Tell about your brief introduction
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Developed web applications

  • Answered by AI
  • Q2. About the porjects and internships you have done, how you implemented
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Coding round consists of two sections and each section has 2 questions. One question is based on oops to solve a real life problem.

Round 3 - Technical 

(2 Questions)

  • Q1. Explain diamond problem in OOPS
  • Ans. 

    The diamond problem is an ambiguity that occurs when a class inherits from two classes that have a common base class.

    • Occurs in multiple inheritance

    • Results in ambiguity in method resolution

    • Can be resolved using virtual inheritance

    • Example: Class A -> Class B, Class C -> Class D, Class B and Class D inherit from Class A, Class C inherits from both Class B and Class D

  • Answered by AI
  • Q2. Explain the virtual function in OOPS
  • Ans. 

    Virtual functions in OOPS allow a derived class to provide its own implementation of a method defined in the base class.

    • Virtual functions are declared in the base class and can be overridden by derived classes.

    • They enable polymorphism, allowing objects of different classes to be treated as objects of the same base class.

    • The virtual keyword is used to declare a function as virtual in the base class.

    • The derived class can...

  • Answered by AI

I applied via Walk-in

Round 1 - Aptitude Test 

Data structures and algorithms

Round 2 - Coding Test 

Data structures and algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare DSA and be confident while answering
1.introduce yourself
They asked to code using ang programming language

Kazam EV Tech Interview FAQs

How many rounds are there in Kazam EV Tech Operations Engineer interview?
Kazam EV Tech interview process usually has 1 rounds. The most common rounds in the Kazam EV Tech interview process are Technical.
How to prepare for Kazam EV Tech Operations Engineer 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 Kazam EV Tech. The most common topics and skills that interviewers at Kazam EV Tech expect are Electricals, Electronics and Communication, Mechanical Engineering, Time Management and Troubleshooting.
What are the top questions asked in Kazam EV Tech Operations Engineer interview?

Some of the top questions asked at the Kazam EV Tech Operations Engineer interview -

  1. Multimeter kya hota ...read more
  2. MOSFET , Rille ...read more

Tell us how to improve this page.

Kazam EV Tech Operations Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Deltax Interview Questions
2.7
 • 84 Interviews
Practo Interview Questions
3.2
 • 74 Interviews
Ather Energy Interview Questions
4.0
 • 56 Interviews
Wayfair Interview Questions
3.7
 • 56 Interviews
Busibud Interview Questions
4.0
 • 42 Interviews
View all
Kazam EV Tech Operations Engineer Salary
based on 9 salaries
₹2.5 L/yr - ₹4 L/yr
44% less than the average Operations Engineer Salary in India
View more details

Kazam EV Tech Operations Engineer Reviews and Ratings

based on 3 reviews

4.5/5

Rating in categories

4.4

Skill development

4.5

Work-life balance

4.5

Salary

4.5

Job security

4.4

Company culture

3.7

Promotions

4.4

Work satisfaction

Explore 3 Reviews and Ratings
Operations Engineer

Gurgaon / Gurugram

1-5 Yrs

Not Disclosed

Explore more jobs
Operations Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Hardware Testing Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Operations Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Procurement Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Kazam EV Tech with

Mahindra Last Mile Mobility

3.8
Compare

Hero Electric

4.0
Compare

Ather Energy

4.0
Compare

Ola Electric Mobility

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