Upload Button Icon Add office photos

Filter interviews by

JetSynthesys Interview Questions and Answers

Updated 30 Nov 2024

JetSynthesys Interview Experiences

Popular Designations

5 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Write a full PRD and 12 page slide in 2 days

Round 2 - One-on-one 

(1 Question)

  • Q1. Based on the assignment

Associate Product Manager Interview Questions asked at other Companies

Q1. 2. You have water filled Jar X and empty Jar Y. You transferred a portion of water from Jar X to Y using spunch which absorbs A% of water and it pours B% of water in Jar B. After one iteration, Z ml of water is present in Jar Y find water i... read more
View answer (2)

Test Engineer Interview Questions & Answers

user image dipesh maurya

posted on 7 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell about yourself
  • Ans. 

    I am a dedicated Test Engineer with a strong background in software testing and quality assurance.

    • Experienced in creating test plans and test cases

    • Proficient in automated testing tools such as Selenium

    • Skilled in identifying and documenting software defects

    • Strong analytical and problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Why should we hire you
  • Ans. 

    I have a strong background in testing methodologies and a proven track record of delivering high-quality results.

    • I have extensive experience in manual and automated testing

    • I am detail-oriented and have a keen eye for identifying bugs and issues

    • I have excellent communication skills, which helps in collaborating with cross-functional teams

    • I am proactive in suggesting improvements to the testing process, leading to more e

  • Answered by AI

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Basic aptitude test, if you know basic maths you can easily crack it.

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 (170)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Interview was mix of Technical & Process questions. I had been asked questions on Projects I had worked, challenges faces, technologies I had worked on, the processes followed to deliver the product / upda...
Round 2 - HR 

(1 Question)

  • Q1. General Discussions, Salary Negotiations, Documents Verification.

Interview Preparation Tips

Topics to prepare for JetSynthesys Senior Project Manager interview:
  • Web Technologies
  • Mobile Applications
  • General knowledge
  • Process Management
Interview preparation tips for other job seekers - Be Confident, Retrospect your work, and try to know from HR who (Designation in the company) will be interviewing you for better preparation.

Senior Project Manager Interview Questions asked at other Companies

Q1. DESIGIN PROCEDURE :- DLC thickness 150mm. 1:- use M15 grade concrete,max aggregate cement ratio 12:1 2:-The minimum cement content 150kg per cum. If flayash is more than >20% the mini.mum cement content. 120kg pet cum 3:- The 5 no sample... read more
View answer (3)

JetSynthesys interview questions for popular designations

 Associate Product Manager

 (1)

 Product Manager

 (1)

 Senior Project Manager

 (1)

 Software Engineer

 (1)

 Test Engineer

 (1)

I applied via LinkedIn and was interviewed in Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What are the products you have worked upon?
  • Q2. What the unique feature you have added to that Product to increase it's efficiency?
  • Ans. 

    Implemented AI-powered recommendation engine to suggest personalized products based on user behavior.

    • Developed machine learning algorithms to analyze user data and suggest relevant products.

    • Implemented user feedback system to continuously improve recommendations.

    • Increased sales by 20% and customer satisfaction by 15%.

    • Reduced manual effort required for product selection and increased efficiency.

  • Answered by AI
  • Q3. What was the one mistake you have made and what you have learned from that ?
  • Q4. What was your biggest achievement?
  • Q5. What's your favourite product and why
  • Q6. How can you improve your favourite product?
  • Ans. 

    I would improve my favorite product by adding more customization options.

    • Add more color options for the product

    • Allow users to choose their preferred font style

    • Include the option to add personalized text or images

    • Provide different sizes or shapes for the product

  • Answered by AI
  • Q7. Why are you looking for a change?
  • Q8. What are the factors on which your performance gets assessed?

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your communication skills, be confident don't shy to be a bit personal in the interview. Do your homework about the JD and maybe search your interviewer on LinkedIn beforehand to give you an initial advantage. Don't talk about something you don't know like Analytics and tools that you have not worked upon. All the very best.

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Behavior, worst personality, useless manager
  • Q2. Always keeping eyes on girls one of the worst manager

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the most concerning behaviors was exhibited by an HR manager named Shoeb Ahmed. Despite having ten years of experience, he struggled to collaborate effectively with coworkers and demonstrated inappropriate conduct towards female employees. Unfortunately, no action was taken against him, leading to our eventual departure from the company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Coalesce, SQL Order of Execution
  • Q2. Given a table with fields(id, name, salary, managerId) find out the managers who have atleast 5 reportees under him/her.
  • Ans. 

    Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.

    • Write a SQL query to count number of reportees for each manager using GROUP BY clause

    • Add HAVING clause to filter out managers with atleast 5 reportees

    • Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5

  • Answered by AI
  • Q3. How to manage large datasets in python
  • Ans. 

    Use libraries like pandas and dask to efficiently manage large datasets in Python.

    • Use pandas library for data manipulation and analysis.

    • Use dask library for parallel computing and out-of-core processing.

    • Optimize memory usage by loading data in chunks or using data types efficiently.

    • Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.

  • Answered by AI
  • Q4. Name few of the commonly used python libraries used by DA
  • Ans. 

    Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.

    • Pandas - used for data manipulation and analysis

    • NumPy - used for numerical computing and working with arrays

    • Matplotlib - used for data visualization

    • Scikit-learn - used for machine learning and data mining

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nineleaps Technology Solutions Data Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Focus on basics of SQL, Python and practice tricky SQL interview questions.
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 Dec 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is the concept of a session in PHP?
  • Ans. 

    A session in PHP is a way to store information (variables) to be used across multiple pages.

    • Sessions are used to store user data on the server for later use

    • Sessions are identified by a unique session ID, usually stored in a cookie

    • Session data is stored on the server side, making it more secure than using cookies alone

  • Answered by AI
  • Q2. What is the difference between variables and constants in PHP?
  • Ans. 

    Variables can be changed during the execution of a script, while constants cannot be changed once they are defined.

    • Variables can be reassigned with new values, while constants cannot be changed once defined

    • Constants are defined using the define() function, while variables are assigned using the $ symbol

    • Constants are case-sensitive by default, while variables are case-insensitive

  • Answered by AI
  • Q3. What will be the output of the code below and why?
  • Ans. 

    The code will output 'Hello World!' because the variable $x is set to true.

    • The code will check if $x is true, which it is, so it will output 'Hello World!'

    • The if statement will only execute if the condition is true, in this case $x is true.

  • Answered by AI
Round 2 - Coding Test 

What are the differences between echo and print in PHP?

Interview Preparation Tips

Interview preparation tips for other job seekers - As mentioned, please prepare all questions and be ready for the live coding session.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Complete Computer Science Fundamentals like Computer networks, DBMS, Operating Systems, Linux, Data Structure and Algoritgms
  • Q2. All Linux Commands
  • Ans. 

    Linux commands are used to interact with the operating system and perform various tasks.

    • ls - list directory contents

    • cd - change directory

    • pwd - print working directory

    • mkdir - make directory

    • rm - remove files or directories

    • cp - copy files or directories

    • mv - move files or directories

    • grep - search for patterns in files

    • chmod - change file permissions

    • sudo - execute a command as a superuser

  • Answered by AI
  • Q3. OSI models, HTTPs request codes
  • Q4. Difference b/w list and tuple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot.

    • List uses square brackets [], tuple uses parentheses ().

    • List is used for collections of items that may change, tuple for fixed collections.

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Discussion about resume, job description and role
Round 3 - Aptitude Test 

UCAT exam - 40 question - 20min

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Questions were based QMS & ISMS and past experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussed about past experience

JetSynthesys Interview FAQs

How many rounds are there in JetSynthesys interview?
JetSynthesys interview process usually has 1-2 rounds. The most common rounds in the JetSynthesys interview process are One-on-one Round, HR and Resume Shortlist.
How to prepare for JetSynthesys 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 JetSynthesys. The most common topics and skills that interviewers at JetSynthesys expect are Android, Javascript, 3D, Customer Acquisition and GIT.
What are the top questions asked in JetSynthesys interview?

Some of the top questions asked at the JetSynthesys interview -

  1. What the unique feature you have added to that Product to increase it's efficie...read more
  2. How can you improve your favourite produ...read more
  3. Interview was mix of Technical & Process questions. I had been asked questions ...read more

Tell us how to improve this page.

JetSynthesys Interview Process

based on 5 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Jio Interview Questions
3.9
 • 1.6k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 760 Interviews
Dream11 Interview Questions
3.8
 • 37 Interviews
Junglee Games Interview Questions
3.2
 • 32 Interviews
Games2Win Interview Questions
2.2
 • 6 Interviews
Zynga Interview Questions
3.8
 • 5 Interviews
Octro Interview Questions
3.4
 • 4 Interviews
View all

JetSynthesys Reviews and Ratings

based on 79 reviews

2.6/5

Rating in categories

2.5

Skill development

2.6

Work-life balance

2.7

Salary

2.4

Job security

2.3

Company culture

2.5

Promotions

2.6

Work satisfaction

Explore 79 Reviews and Ratings
Software Engineer
55 salaries
unlock blur

₹4.8 L/yr - ₹14 L/yr

Senior Software Engineer
40 salaries
unlock blur

₹6.5 L/yr - ₹16.5 L/yr

Software Developer
21 salaries
unlock blur

₹5 L/yr - ₹12.2 L/yr

Product Manager
21 salaries
unlock blur

₹8.5 L/yr - ₹26 L/yr

Devops Engineer
20 salaries
unlock blur

₹4.5 L/yr - ₹12.1 L/yr

Explore more salaries
Compare JetSynthesys with

Nazara Technologies

3.0
Compare

Dream11

3.8
Compare

Octro

3.4
Compare

Games2Win

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