Upload Button Icon Add office photos
Engaged Employer

i

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

Jekson Vision Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Jekson Vision Software Engineer Interview Questions and Answers for Experienced

Updated 9 Oct 2024

Jekson Vision Software Engineer Interview Experiences for Experienced

2 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - TechnicalΒ 

(2 Questions)

  • Q1. What is delegate?
  • Ans. 

    Delegate is a type that represents references to methods with a specific parameter list and return type.

    • Delegates are similar to function pointers in C++ or pointers to member functions in C++.

    • Delegates allow methods to be passed as parameters.

    • Delegates can be used to define callback methods.

    • Delegates are used in event handling in C#.

  • Answered by AI
  • Q2. Why C#? benefits
  • Ans. 

    C# is a versatile and powerful programming language with a strong ecosystem and support for various platforms.

    • C# is widely used for developing Windows applications, web applications, and games.

    • It has a rich set of libraries and frameworks like .NET Core and Xamarin for cross-platform development.

    • C# is a statically typed language, which helps catch errors at compile time and improve code quality.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020.Β There were 3 interview rounds.

Interview QuestionnaireΒ 

1 Question

  • Q1. OOPS questions, C++ questions, Multithreading questions, MFC questions(if you have experience in that), questions regarding projects in Resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare C++ in depth.

Software Engineer Interview Questions Asked at Other Companies for Experienced

Q1. String Compression Problem Statement Implement a program that per ... read more
asked in HCLTech
Q2. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q3. Total time: 110 mins 1. Find missing and duplicate numbers from g ... read more
asked in HCLTech
Q4. Reverse Array Elements Given an array containing 'N' elements, th ... read more
asked in Cisco
Q5. Intersection of Linked List Problem You are provided with two sin ... read more

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Apr 2020.Β There were 4 interview rounds.

Interview QuestionnaireΒ 

1 Question

  • Q1. Java and advanced Java

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied through an organisation, there were 5 rounds of interview.
1. Aptitude test(written):30 MCQ. Quants, Logical reasoning and vocabulary.
2. Java written test: 20 MCQ and 2 codes.
Questions are about Oops, collection,
Exceptionn and Threads. (Medium level).
Programs are based on Strings and Arrays.
3. Technical Interview 1: Mainly they used to
ask based on your Resume. You should
have very good understanding of SQL, core Java and Advance Java concepts. If you know JavaScript it's then a bit advantageous.
You should have good coding skills, they might ask you write another logic of your program written in Java written test.

4. Technical round 2 : It's all about advanced Java concepts like Jdbc, servlets, JSP, Hibernate and Springs.
5. Managerial cum HR round: Technical questions based on your resume. Normal Hr questions.

It's my honest interview experience with JMR. Interview process took one week. I got offer letter.
Good luck...😊
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude TestΒ 

Medium level questions from all sectors

Round 2 - Coding TestΒ 

Technical MCQ and easy coding questions

Round 3 - One-on-oneΒ 

(1 Question)

  • Q1. According to resume
Round 4 - Group DiscussionΒ 

Artificial intelligence

Round 5 - HRΒ 

(1 Question)

  • Q1. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer confidentiality

I applied via Approached by Company and was interviewed before Apr 2021.Β There were 5 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 - TechnicalΒ 

(2 Questions)

  • Q1. Basic core java questions
  • Q2. Prior financial experience
  • Ans. 

    Yes

    • Worked as a software engineer at a financial institution for 5 years

    • Developed and maintained financial software applications

    • Implemented complex financial algorithms and calculations

    • Collaborated with financial analysts and stakeholders to understand requirements

    • Ensured compliance with financial regulations and security standards

  • Answered by AI
Round 3 - TechnicalΒ 

(2 Questions)

  • Q1. Core java coding questions on strings, filereader, arrays
  • Q2. Questions on rest services methods and implementation
Round 4 - BehavioralΒ 

(1 Question)

  • Q1. Previous experience questions
Round 5 - Coding TestΒ 

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is good for better exposure
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is Connection pooling
  • Ans. 

    Connection pooling is a technique to manage database connections efficiently, reducing overhead and improving performance.

    • Connection pooling maintains a pool of active database connections for reuse.

    • It reduces the overhead of establishing a new connection for each database request.

    • Example: A web application can reuse connections from the pool instead of opening new ones for each user request.

    • Connection pools can be con...

  • Answered by AI
  • Q2. What is mounting in docker
  • Ans. 

    Mounting in Docker allows you to share files between the host and containers, enabling data persistence and configuration management.

    • Mounting can be done using volumes or bind mounts.

    • Volumes are managed by Docker and are stored in a part of the host filesystem which is not directly accessible.

    • Example of a volume: `docker run -v my_volume:/data my_image`.

    • Bind mounts allow you to specify an exact path on the host, e.g., ...

  • Answered by AI
  • Q3. What is decorators
  • Ans. 

    Decorators are a design pattern in Python that allows modifying the behavior of functions or methods at runtime.

    • A decorator is a function that takes another function and extends its behavior without explicitly modifying it.

    • Common use cases include logging, access control, and caching.

    • Example: @staticmethod and @classmethod are built-in decorators in Python.

    • Custom decorators can be created using nested functions.

    • Example...

  • Answered by AI
  • Q4. Shell script question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2022.Β There were 4 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 - Coding TestΒ 

1 Code Of Medium Type Based On String Operations

Round 3 - One-on-oneΒ 

(1 Question)

  • Q1. Technical Round With QA Session Along With Explanation Of How You Made The 1St Round Of Codeing
Round 4 - HRΒ 

(2 Questions)

  • Q1. HR Rounds General Discussions
  • Q2. Normal Discussion Related To Norms Salary Structure And All
Round 1 - TechnicalΒ 

(2 Questions)

  • Q1. To write any code in any programming language
  • Q2. About the project work that i have done
Round 2 - TechnicalΒ 

(2 Questions)

  • Q1. Time was 3:15 in the clock write an code to find the angle between the hour and minute hand
  • Q2. About the project work

Interview Preparation Tips

Interview preparation tips for other job seekers - just try and try don’t loose hope
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
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2022.Β There were 2 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 - One-on-oneΒ 

(2 Questions)

  • Q1. Implement a linked list
  • Ans. 

    A linked list is a data structure that consists of a sequence of nodes, each containing a reference to the next node.

    • Each node has a data field and a next field that points to the next node

    • Insertion and deletion can be done efficiently

    • Traversal starts from the head node and continues until the end node is reached

  • Answered by AI
  • Q2. Questions on JAVA

Interview Preparation Tips

Topics to prepare for Truminds Software Systems Software Developer interview:
  • Linked Lists
Interview preparation tips for other job seekers - It is an easy to crack company

Skills evaluated in this interview

Jekson Vision Interview FAQs

How many rounds are there in Jekson Vision Software Engineer interview for experienced candidates?
Jekson Vision interview process for experienced candidates usually has 1 rounds. The most common rounds in the Jekson Vision interview process for experienced candidates are Technical.
How to prepare for Jekson Vision Software Engineer interview for experienced candidates?
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 Jekson Vision. The most common topics and skills that interviewers at Jekson Vision expect are C++, C#, Embedded C, Embedded Software and Embedded Systems.
What are the top questions asked in Jekson Vision Software Engineer interview for experienced candidates?

Some of the top questions asked at the Jekson Vision Software Engineer interview for experienced candidates -

  1. What is delega...read more
  2. Why C#? benef...read more
  3. OOPS questions, C++ questions, Multithreading questions, MFC questions(if you h...read more

Tell us how to improve this page.

Jekson Vision Software Engineer Interview Process for Experienced

based on 1 interview

Interview experience

3
Β Β 
Average
View more
Jekson Vision Software Engineer Salary
based on 31 salaries
β‚Ή3.9 L/yr - β‚Ή10 L/yr
32% less than the average Software Engineer Salary in India
View more details

Jekson Vision Software Engineer Reviews and Ratings

based on 3 reviews

3.2/5

Rating in categories

1.6

Skill development

2.5

Work-life balance

2.2

Salary

1.7

Job security

1.4

Company culture

2.4

Promotions

2.4

Work satisfaction

Explore 3 Reviews and Ratings
Service Engineer
51 salaries
unlock blur

β‚Ή1.8 L/yr - β‚Ή6 L/yr

Software Engineer
31 salaries
unlock blur

β‚Ή3.9 L/yr - β‚Ή10 L/yr

Senior Service Engineer
28 salaries
unlock blur

β‚Ή3.5 L/yr - β‚Ή8 L/yr

Technical Support Engineer
14 salaries
unlock blur

β‚Ή2.4 L/yr - β‚Ή4 L/yr

Assistant Manager
12 salaries
unlock blur

β‚Ή7 L/yr - β‚Ή12 L/yr

Explore more salaries
Compare Jekson Vision with

PC Solutions

3.7
Compare

RNF Technologies

3.3
Compare

Hidden Brains InfoTech

3.8
Compare

Affine

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