Upload Button Icon Add office photos

Filter interviews by

JENX DIGITECH Senior Engineer Interview Questions and Answers

Updated 14 Oct 2023

JENX DIGITECH Senior Engineer Interview Experiences

1 interview found

Senior Engineer Interview Questions & Answers

user image Vishal Bhaveshbhai Patel

posted on 14 Oct 2023

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

I applied via Referral and was interviewed in Sep 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 

(1 Question)

  • Q1. Ask about past Job description and some logical questions.
Round 3 - Technical 

(1 Question)

  • Q1. About L2,L3 SWITCHES , FIREWALL, ACCESS POINT

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 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 

(2 Questions)

  • Q1. Basic Introduction
  • Ans. Start with your name, family details in short, educational details then your current working Role & Responsibility
  • Answered Anonymously
  • Q2. Company 5s policy and
Round 3 - Technical 

(4 Questions)

  • Q1. Welding specially MIG & Spot
  • Q2. Difference between mig & spot consumables, Types of welding machines Basic welding parameters.
  • Ans. 

    MIG consumables are used in MIG welding for continuous wire feeding, while spot consumables are used in spot welding for localized heat application.

    • MIG consumables are used in MIG welding for continuous wire feeding

    • Spot consumables are used in spot welding for localized heat application

    • Types of welding machines include MIG, TIG, stick, and spot welders

    • Basic welding parameters include voltage, current, wire feed speed,

  • Answered by AI
  • Q3. KPI's, Achivement & cost savings
  • Q4. Type of welding Machines Robotic knowledge like Mastring and Trobushooting

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're in weld shop production department then you have to know
1. Basic welding & it's types and parameters.
2. Parameters difference between Pressure & non pressure welding ( non-fusion & fusion welding.)
3. Difference between consumables of mig & spot.
4. Welding defects.
5. Your documents like current force checking, tip dresser working principle.
6. Robotic knowledge Teaching, mastering of robots and Trobushooting.

I applied via Company Website and was interviewed in Sep 2022. There were 2 interview rounds.

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

(3 Questions)

  • Q1. Relates to mechanical industry
  • Ans. I'm a mechanical engineering in branch of production and designing.
  • Answered Anonymously
  • Q2. Strength of mechanical equipment
  • Ans. 

    The strength of mechanical equipment is determined by its ability to withstand stress and strain without failure.

    • Strength can be measured through various tests such as tensile, compression, and fatigue testing.

    • Factors such as material properties, design, and manufacturing processes can affect the strength of equipment.

    • Regular maintenance and inspections can help identify potential weaknesses and prevent equipment failu...

  • Answered by AI
  • Q3. Mechanical strength are depends on stress strain
  • Ans. Then mechanical strength are well so equipment are aslo good
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Good this appurtenance for every mechanical engineering
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Personal detail
  • Q2. Education detail
Round 2 - Technical 

(2 Questions)

  • Q1. Self introduction
  • Q2. Technical questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Technical maintenance
  • Q2. Yes interview today
Round 2 - Technical 

(2 Questions)

  • Q1. Senior manager ok to
  • Q2. Interview date confoim
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was medium. It consisted of basic pattern questions

Round 2 - Aptitude Test 

Medium level questions were asked

Round 3 - Coding Test 

I can say u have to prepare well if u want to clear the coding test

Round 4 - HR 

(2 Questions)

  • Q1. Tell me about urself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications and a strong background in computer science.

    • Experienced in developing web applications using technologies like HTML, CSS, JavaScript, and React

    • Strong background in computer science with knowledge of algorithms and data structures

    • Proficient in programming languages such as Java, Python, and C++

    • Familiar with Agile development methodologies

  • Answered by AI
  • Q2. Strengths and weaknesses

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test very easy

Round 2 - Group Discussion 

Topic was pros and cons of social media
total time was 10, 2 minutes for each candidate.

Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Interview Questions 

(3 Questions)

  • Q1. What is a transaction in DBMS, what are ACID properties? Explain the difference between SQL and NoSQL databases. How would you optimize a slow running query?
  • Ans. 

    A transaction in DBMS is a unit of work that must be executed as a whole. ACID properties ensure data integrity. SQL is relational, NoSQL is non-relational.

    • A transaction in DBMS is a set of operations that must be executed as a single unit.

    • ACID properties (Atomicity, Consistency, Isolation, Durability) ensure data integrity in transactions.

    • SQL databases are relational and use structured query language, while NoSQL data...

  • Answered by AI
  • Q2. Define encapsulation and provide an example. Discuss the principles of inheritance and polymorphism.
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit. Inheritance allows a class to inherit attributes and methods from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Encapsulation helps in data hiding and abstraction

    • Example: A class 'Car' encapsulates data like make, model, and methods like start(), stop()

    • ...

  • Answered by AI
  • Q3. Explain how to detect a cycle in a linked list.
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect a cycle in a linked list.

    • Start with two pointers, slow and fast, moving at different speeds.

    • If there is a cycle, the two pointers will eventually meet at some point.

    • If there is no cycle, the fast pointer will reach the end of the list.

    • Example: 1->2->3->4->5->2 (cycle at node 2), slow and fast pointers will meet at node 2.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in interview. Explain your answers properly
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell us about yourself
  • Q2. Why do you want to join
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Give the string and array related questions

JENX DIGITECH Interview FAQs

How many rounds are there in JENX DIGITECH Senior Engineer interview?
JENX DIGITECH interview process usually has 3 rounds. The most common rounds in the JENX DIGITECH interview process are Technical, Resume Shortlist and HR.

Tell us how to improve this page.

JENX DIGITECH Senior Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
JENX DIGITECH Senior Engineer Salary
based on 4 salaries
₹5.5 L/yr - ₹12.2 L/yr
18% less than the average Senior Engineer Salary in India
View more details

JENX DIGITECH Senior Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

4.0

Skill development

1.0

Work-life balance

2.0

Salary

3.0

Job security

1.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Network Engineer
24 salaries
unlock blur

₹1.6 L/yr - ₹3.8 L/yr

Desktop Support Engineer
15 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Network Support Engineer
10 salaries
unlock blur

₹2.1 L/yr - ₹4 L/yr

Technical Support Engineer
9 salaries
unlock blur

₹2.5 L/yr - ₹3.4 L/yr

Senior Engineer
4 salaries
unlock blur

₹5.5 L/yr - ₹12.1 L/yr

Explore more salaries
Compare JENX DIGITECH 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