Upload Button Icon Add office photos

Filter interviews by

Kameda Infologics Softwaretest Engineer Interview Questions and Answers

Updated 29 Feb 2024

Kameda Infologics Softwaretest Engineer Interview Experiences

1 interview found

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 Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java basic questions, Oops concept, programming
Round 2 - HR 

(1 Question)

  • Q1. Salary expectation

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2021. 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 - One-on-one 

(1 Question)

  • Q1. Whatever written in cv keep it in mind
Round 3 - Behavioral 

(1 Question)

  • Q1. One to one round with manager
Round 4 - HR 

(1 Question)

  • Q1. Final salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared whatever written in cv. Try to make straight conversation.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic java questions
  • Q2. Sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude followed with english and reasoning

Round 2 - Technical 

(3 Questions)

  • Q1. Core java technical questions , spring , spring boot
  • Q2. What is JIT in java
  • Ans. 

    JIT stands for Just-In-Time compilation in Java. It dynamically compiles bytecode into machine code at runtime for improved performance.

    • JIT is a part of the Java Virtual Machine (JVM) that optimizes the execution of Java programs.

    • It analyzes the frequently executed parts of the bytecode and compiles them into native machine code.

    • This compilation happens at runtime, just before the code is executed, hence the name Just-...

  • Answered by AI
  • Q3. Explain lifecyxle of thread in java
  • Ans. 

    The lifecycle of a thread in Java includes several stages from creation to termination.

    • A thread is created using the Thread class or implementing the Runnable interface.

    • The thread goes through the new, runnable, and blocked states before running.

    • Once running, the thread can be paused, resumed, or stopped.

    • Finally, the thread reaches the terminated state and cannot be restarted.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q2. Types of arrays in PHP
  • Ans. 

    Types of arrays in PHP include indexed arrays, associative arrays, and multidimensional arrays.

    • Indexed arrays: default type where each element is assigned a numeric index starting from 0.

    • Associative arrays: elements are assigned a specific key instead of numeric index.

    • Multidimensional arrays: arrays within arrays, creating a matrix-like structure.

    • Example: $indexedArray = [1, 2, 3]; $associativeArray = ['key1' => 'value...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Neural IT Junior Software Developer interview:
  • PHP
  • MySQL
Interview preparation tips for other job seekers - good environment and team mates are supportive

Skills evaluated in this interview

I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about recent Project Details and what is your Role in this Project.
  • Ans. I explained my project and the modules which I had developed. Informed about Team members and their responsibilities who were working on the same Project. Then my role in the team as well as my responsibilities in the Project.
  • Answered Anonymously
  • Q2. Git and Azure DevOps related Questions
  • Ans. I Explained how we work on AzureDevOps. Explained workflow with Git Repos through DevOps Repositories. Explained Build and Release Pipelines also Explained NuGet Packages using Artifacts
  • Answered Anonymously
  • Q3. Explain Solid Principles and Where to use this with Example
  • Ans. 

    Solid Principles are a set of design principles for writing maintainable and scalable software.

    • Solid Principles consist of five principles: Single Responsibility Principle, Open/Closed Principle, Liskov Substitution Principle, Interface Segregation Principle, and Dependency Inversion Principle.

    • Single Responsibility Principle states that a class should have only one reason to change.

    • Open/Closed Principle states that sof...

  • Answered by AI
  • Q4. Abstraction and Interface Differance
  • Ans. 

    Abstraction focuses on hiding implementation details, while interface defines a contract for classes to follow.

    • Abstraction allows us to focus on the essential features of an object, while hiding unnecessary details.

    • Interface defines a set of methods that a class must implement, providing a contract for how the class should behave.

    • Abstraction is achieved through abstract classes and interfaces in object-oriented program...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't feel uncomfortable if you don't know the exact answer. Whatever you know just explain in your statement. make an easy sentence to explain don't give an exact theoretic answer try to explain with one example.

I applied via Naukri.com and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic of C# and few logic like reverse and palindrome

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview and cover all the easy and medium level question from hakerrank

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1.threading
  • Q2. 2.multiprocessing
  • Q3. About projects

Interview Preparation Tips

Interview preparation tips for other job seekers - its very nice and good interview
Interview experience
3
Average
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 - One-on-one 

(2 Questions)

  • Q1. Questions was based on SQL
  • Q2. SQL queries and joins and

Interview Preparation Tips

Interview preparation tips for other job seekers - was good and easy process, HR was supportive but i did not get selected
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

It was basic aptitude along with java MCQ

Round 3 - One-on-one 

(1 Question)

  • Q1. Core java, SpringBoot

Kameda Infologics Interview FAQs

How many rounds are there in Kameda Infologics Softwaretest Engineer interview?
Kameda Infologics interview process usually has 2 rounds. The most common rounds in the Kameda Infologics interview process are Technical and HR.
How to prepare for Kameda Infologics Softwaretest 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 Kameda Infologics. The most common topics and skills that interviewers at Kameda Infologics expect are Albpm, Celerra, Ant, Autodesk Combustion and Compensation.

Tell us how to improve this page.

People are getting interviews through

based on 1 Kameda Infologics interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Kameda Infologics Softwaretest Engineer Salary
based on 19 salaries
₹2.6 L/yr - ₹5.4 L/yr
33% less than the average Softwaretest Engineer Salary in India
View more details

Kameda Infologics Softwaretest Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

4.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer
60 salaries
unlock blur

₹2.4 L/yr - ₹7 L/yr

Softwaretest Engineer
19 salaries
unlock blur

₹2.6 L/yr - ₹5.4 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹5.1 L/yr - ₹11 L/yr

Software Developer
11 salaries
unlock blur

₹3.8 L/yr - ₹6.7 L/yr

Software Testing Engineer
10 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Kameda Infologics with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview