Upload Button Icon Add office photos
Engaged Employer

i

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

Jiem India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Jiem India Interview Questions and Answers

Updated 28 Mar 2024
Popular Designations

7 Interview questions

A Quality Analyst was asked
Q. What is Java and what are the OOPS concepts?
Ans. 

Java is a popular programming language used for developing applications, while OOPs concepts are principles used for designing software.

  • Java is a high-level, object-oriented programming language known for its platform independence.

  • OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction.

  • Encapsulation involves bundling data and methods that operate on the data into a single unit.

  • Inheritance a...

View all Quality Analyst interview questions
A Quality Analyst was asked
Q. What are the Testing Techniques?
Ans. 

Testing techniques are methods used to design and execute test cases to ensure software quality.

  • Black Box Testing: Testing without knowledge of internal code structure.

  • White Box Testing: Testing with knowledge of internal code structure.

  • Unit Testing: Testing individual units or components of a software.

  • Integration Testing: Testing the integration of multiple units or components.

  • Regression Testing: Testing to ensur...

View all Quality Analyst interview questions
A Quality Analyst was asked
Q. What is API Testing?
Ans. 

API Testing is a type of software testing that involves testing APIs directly.

  • API Testing involves testing the functionality, reliability, performance, and security of APIs.

  • It focuses on verifying that the API meets the requirements and works as expected.

  • API Testing can be done manually or using automated tools like Postman or SoapUI.

  • Examples of API Testing include testing the response time of an API, checking for...

View all Quality Analyst interview questions
A Quality Engineer was asked
Q. How do you handle dynamic dropdowns?
Ans. 

Dynamic drop downs can be handled by using automation tools like Selenium WebDriver to identify and interact with the elements.

  • Use Selenium WebDriver to identify the parent element of the dynamic drop down

  • Capture the options within the drop down using findElements method

  • Iterate through the options and select the desired option based on specific criteria

  • Handle any dynamic changes in the drop down by re-identifying ...

View all Quality Engineer interview questions
A Quality Engineer was asked
Q. What is assertion in TestNG?
Ans. 

Assertion in TestNG is used to validate the expected outcome of a test case.

  • Assertions are used to verify that the actual result matches the expected result in a test case

  • TestNG provides various assertion methods such as assertEquals, assertTrue, assertFalse, etc.

  • If an assertion fails, the test case is marked as failed and the execution stops

View all Quality Engineer interview questions
A Quality Engineer was asked
Q. What are Annotations in TestNG?
Ans. 

Annotations in TestNG are used to provide additional information about test methods and classes.

  • Annotations are used to configure test methods, classes, and suites in TestNG

  • Annotations help in defining the sequence of test methods to be executed

  • Examples of annotations in TestNG include @Test, @BeforeSuite, @AfterSuite, @BeforeTest, @AfterTest, @BeforeClass, @AfterClass, @BeforeMethod, @AfterMethod

View all Quality Engineer interview questions
A Quality Analyst was asked
Q. What is SQL, idea about Linux or XL ??
Ans. 

SQL is a language used for managing and manipulating databases. Linux is an open-source operating system. XL may refer to Excel.

  • SQL stands for Structured Query Language and is used to communicate with databases.

  • Linux is an open-source operating system popular for its stability and security.

  • XL could refer to Microsoft Excel, a spreadsheet program used for data analysis.

View all Quality Analyst interview questions
Are these interview questions helpful?

Jiem India Interview Experiences

3 interviews found

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

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

Round 1 - Bilingual (Japanese lang. Test) 

(2 Questions)

  • Q1. Introduce yourself (in Japanese)
  • Ans. 

    私は品質アナリストとして働いている、技術と品質管理に情熱を持つ者です。

    • 名前は[あなたの名前]です。

    • 出身地は[出身地]です。

    • 趣味は[趣味]で、特に[具体的な例]が好きです。

    • 品質管理の経験は[経験年数]年で、[具体的なプロジェクトや成果]に取り組みました。

    • 日本語を学んで[学んでいる期間]年で、日常会話ができます。

  • Answered by AI
  • Q2. Why did you study Japanese?(in Japanese)
Round 2 - Technical 

(5 Questions)

  • Q1. All concepts of Manual testing
  • Q2. What is Java and Oops concepts?
  • Ans. 

    Java is a popular programming language used for developing applications, while OOPs concepts are principles used for designing software.

    • Java is a high-level, object-oriented programming language known for its platform independence.

    • OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Inheritance allows...

  • Answered by AI
  • Q3. What are the Testing Techniques?
  • Ans. 

    Testing techniques are methods used to design and execute test cases to ensure software quality.

    • Black Box Testing: Testing without knowledge of internal code structure.

    • White Box Testing: Testing with knowledge of internal code structure.

    • Unit Testing: Testing individual units or components of a software.

    • Integration Testing: Testing the integration of multiple units or components.

    • Regression Testing: Testing to ensure new...

  • Answered by AI
  • Q4. What is API Testing?
  • Ans. 

    API Testing is a type of software testing that involves testing APIs directly.

    • API Testing involves testing the functionality, reliability, performance, and security of APIs.

    • It focuses on verifying that the API meets the requirements and works as expected.

    • API Testing can be done manually or using automated tools like Postman or SoapUI.

    • Examples of API Testing include testing the response time of an API, checking for prop...

  • Answered by AI
  • Q5. What is SQL, idea about Linux or XL ??
  • Ans. 

    SQL is a language used for managing and manipulating databases. Linux is an open-source operating system. XL may refer to Excel.

    • SQL stands for Structured Query Language and is used to communicate with databases.

    • Linux is an open-source operating system popular for its stability and security.

    • XL could refer to Microsoft Excel, a spreadsheet program used for data analysis.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be firm with your answers and be prepared thoroughly with all the topics and courses that you have mentioned in your Resume.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Sep 2023. 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 

Profit loss, reasoning, probability

Round 3 - Technical 

(4 Questions)

  • Q1. Questions on java and seleniun, testng
  • Q2. What is assertion in testng
  • Ans. 

    Assertion in TestNG is used to validate the expected outcome of a test case.

    • Assertions are used to verify that the actual result matches the expected result in a test case

    • TestNG provides various assertion methods such as assertEquals, assertTrue, assertFalse, etc.

    • If an assertion fails, the test case is marked as failed and the execution stops

  • Answered by AI
  • Q3. What are Annotations in testng
  • Ans. 

    Annotations in TestNG are used to provide additional information about test methods and classes.

    • Annotations are used to configure test methods, classes, and suites in TestNG

    • Annotations help in defining the sequence of test methods to be executed

    • Examples of annotations in TestNG include @Test, @BeforeSuite, @AfterSuite, @BeforeTest, @AfterTest, @BeforeClass, @AfterClass, @BeforeMethod, @AfterMethod

  • Answered by AI
  • Q4. How to handle dynamic drop down
  • Ans. 

    Dynamic drop downs can be handled by using automation tools like Selenium WebDriver to identify and interact with the elements.

    • Use Selenium WebDriver to identify the parent element of the dynamic drop down

    • Capture the options within the drop down using findElements method

    • Iterate through the options and select the desired option based on specific criteria

    • Handle any dynamic changes in the drop down by re-identifying the e...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What are your strength and weakness

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 7 Aug 2021

I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Interview questions were related to all areas of testing like automation, performance testing, security testing, and people management.
  • Q2. Prepare technical questions especially for selenium and cucumber automation and BDD framework. Performance testing questions on Jmeter. There were some security testing related questions
  • Q3. Prepare for people management related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The company JIEM India Pvt is very nice. Since I was working with IBM and other big MNCs, I was a bit nervous to join this company but when I joined it then it was a great experience. The work environment was so cool and colleagues were very cooperative.

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Jiem India ?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2022. 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 - Aptitude Test 

25 MCQ questions online with time limit

Round 3 - Assignment 

Create webapp . Frontend, Backend , data encryption

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

Aptitude test details in the snovasys are best aptitude test details in snovasys and in the snovasys i thought like i need to learn more in the aptitude atmy strating of career and all all all alllllllllllllllllllllllll abc and the best buddy program we have invested on the internet today at the speed limit of data and the policy are not good we need to improve all the data and the data is not good of all the data to be shared and with in the organisation all the data is must and should need to learn careful and all the data is need to know all the must and should detailed actions are taken on their data

Round 2 - HR 

(2 Questions)

  • Q1. Not good with my situation And
  • Q2. What is your current salary What is your location
  • Ans. 

    I am unable to provide my current salary as it is confidential.

    • My current salary is confidential and I am unable to disclose it.

    • I prefer to discuss salary expectations rather than disclosing my current salary.

    • Salary is negotiable based on the position and responsibilities.

    • I am more interested in discussing the opportunities and growth potential in this role.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't have any tips to submit please consider everyone's own organisation policies
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Give a pattern and solved people enter into techinal round 1.I cleard this test and enter to tr1

Round 2 - Technical 

(1 Question)

  • Q1. They ask executye some patterns anf basic programs.i performed but don't select to tr2

Interview Preparation Tips

Topics to prepare for Snovasys Software Developer interview:
  • Design Patterns
  • Basic programs
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Coding Test 

Concentrate on identifying patterns and understanding time complexity.

Round 2 - Coding Test 

Concentrate on identifying patterns and understanding time complexity.

Round 3 - Coding Test 

Concentrate on addressing problems through various approaches and consider their time complexity.

Round 4 - HR 

(1 Question)

  • Q1. Regular HR questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

  • Q1. String related questions
  • Q2. ARRAY related questions

Jiem India Interview FAQs

How many rounds are there in Jiem India interview?
Jiem India interview process usually has 3 rounds. The most common rounds in the Jiem India interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Jiem India 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 Jiem India . The most common topics and skills that interviewers at Jiem India expect are Java, Javascript, PHP, Hibernate and AWS.
What are the top questions asked in Jiem India interview?

Some of the top questions asked at the Jiem India interview -

  1. What is Java and Oops concep...read more
  2. What is SQL, idea about Linux or XL...read more
  3. How to handle dynamic drop d...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 5 interview experiences

Difficulty level

Moderate 67%
Hard 33%

Duration

Less than 2 weeks 67%
2-4 weeks 33%
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.5
 • 104 Interviews
Snovasys Interview Questions
4.0
 • 38 Interviews
Quantsapp Interview Questions
3.0
 • 36 Interviews
NexTurn Interview Questions
4.1
 • 34 Interviews
View all

Jiem India Reviews and Ratings

based on 17 reviews

4.0/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

3.5

Salary

3.9

Job security

3.9

Company culture

3.3

Promotions

4.0

Work satisfaction

Explore 17 Reviews and Ratings
Engineer III
7 salaries
unlock blur

₹8.8 L/yr - ₹14.7 L/yr

Software Engineer
6 salaries
unlock blur

₹2.9 L/yr - ₹6.2 L/yr

Software Developer
6 salaries
unlock blur

₹2.6 L/yr - ₹19.2 L/yr

L2 Engineer
6 salaries
unlock blur

₹4 L/yr - ₹8.8 L/yr

QA Engineer
5 salaries
unlock blur

₹3.2 L/yr - ₹7.4 L/yr

Explore more salaries
Compare Jiem India with

Zidio Development

4.5
Compare

Northcorp Software

4.5
Compare

Accel Frontline

3.9
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare
write
Share an Interview