Upload Button Icon Add office photos

Filter interviews by

S R Infotech Product Specialist Interview Questions and Answers

Updated 17 Jul 2024

S R Infotech Product Specialist Interview Experiences

1 interview found

Product Specialist Interview Questions & Answers

user image Hanumantappa Pujar

posted on 17 Jul 2024

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

I applied via Walk-in and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Introduce yourself
  • Q2. What is testing
  • Ans. 

    Testing is the process of evaluating a product or system to find defects and ensure it meets requirements.

    • Testing involves executing a system or application to identify bugs or issues.

    • It helps ensure that the product meets the specified requirements and functions correctly.

    • Types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Examples of testing tools include Selenium, JUnit

  • Answered by AI
  • Q3. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Regression testing is performed after code changes to verify that the existing features still work correctly.

    • It helps in identifying any defects introduced by new code changes.

    • Automated testing tools are often used for regression testing to save time and effort.

    • Regress...

  • Answered by AI
  • Q4. What testing you will do to any application
  • Ans. 

    I will conduct functional testing, regression testing, performance testing, security testing, and user acceptance testing.

    • Functional testing to ensure the application functions as expected

    • Regression testing to check for any new bugs introduced after changes

    • Performance testing to assess the speed and responsiveness of the application

    • Security testing to identify and fix vulnerabilities

    • User acceptance testing to ensure th

  • Answered by AI
  • Q5. They have given me some requirements based on that asked me what testing you will to to this requirement.
Round 2 - One-on-one 

(4 Questions)

  • Q1. Introduce yourself
  • Q2. What is your salary expectations
  • Q3. Are you ready to work on shifts
  • Q4. Are you ready to relocate

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be confident enough to explain your answers.

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. What are the different types of entities?
  • Q2. What is a typelist?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. Finance marketing based questions
  • Q2. Equity and fixed income products related questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 hour, wage question, not related to mention technology.

Round 2 - Technical 

(2 Questions)

  • Q1. Oops related queries
  • Q2. Discussion around last project

Interview Preparation Tips

Interview preparation tips for other job seekers - Try in some better organization
Interview experience
4
Good
Difficulty level
-
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Exception handler
  • Q2. Threads in java
  • Ans. 

    Threads in Java allow for concurrent execution of multiple tasks within a single program.

    • Threads are instances of the java.lang.Thread class.

    • They allow for parallel execution of code segments.

    • Threads can be created by extending the Thread class or implementing the Runnable interface.

    • Example: Thread t1 = new Thread(new MyRunnable()); t1.start();

  • Answered by AI

Skills evaluated in this interview

Round 1 - HR 

(7 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Where do you see yourself in 5 years?
  • Q6. What are your strengths and weaknesses?
  • Q7. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - In one word it was outstanding

Interview Questionnaire 

4 Questions

  • Q1. What are your roles and responsibilities, how did you manage them? How did you ensure that you handled them effectively?
  • Q2. They ask you a hypothetical scenario based on your role and you need to answer that scenario based on your current role.
  • Q3. They ask domain related questions (for me it was oil and gas). Like concepts of Pnl, MTM, Risks, etc.
  • Q4. For the final interview be prepared with an opinion on the industry trends, future of the industry, your contribution to the organization apart from your regular responsibilities.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Apr 2023.

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 

(1 Question)

  • Q1. Facets tables and their work flow
  • Ans. 

    Facets tables are used to organize and display data in a structured manner, facilitating easy access and analysis.

    • Facets tables are used to categorize data into different sections based on specific criteria.

    • They help in organizing and presenting data in a structured format for easy analysis.

    • Facets tables are commonly used in e-commerce websites to display product attributes and specifications.

    • They can also be used in d...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Claims Tables and the table names
Round 4 - HR 

(1 Question)

  • Q1. Why do you leave your previous organization?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be crystal clear in your previous experience gather as much knowledge as possible in your workplace trust me it helps a lot

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 3 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 - Group Discussion 

About current project and roles and resposibilities etc

Round 3 - Technical 

(5 Questions)

  • Q1. SQL COMPLEX QUERIES and PL SQL, CRON JOBS, SERVICE NOW
  • Q2. What are difference between SQL and PL SQL
  • Ans. 

    SQL is a standard language for managing relational databases, while PL/SQL is a procedural language extension for SQL.

    • SQL is a standard language for querying and manipulating data in relational databases.

    • PL/SQL is a procedural language extension for SQL, allowing for more complex programming logic.

    • SQL is used for data manipulation and retrieval, while PL/SQL is used for writing stored procedures and functions.

    • SQL state...

  • Answered by AI
  • Q3. Explain types of joins?
  • Ans. 

    Types of joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Inner Join: Returns rows when there is at least one match in both tables.

    • Left Join (or Left Outer Join): Returns all rows from the left table and the matched rows from the right table.

    • Right Join (or Right Outer Join): Returns all rows from the right table and the matched rows from the left table.

    • Full Join...

  • Answered by AI
  • Q4. Diffence between correlated and non correlated subquary?
  • Ans. 

    Correlated subquery refers to a subquery that is dependent on the outer query, while non-correlated subquery can be executed independently.

    • Correlated subquery is executed for each row processed by the outer query, while non-correlated subquery is executed only once.

    • Correlated subquery is slower in performance compared to non-correlated subquery.

    • Example: SELECT * FROM table1 WHERE column1 = (SELECT MAX(column2) FROM tab

  • Answered by AI
  • Q5. Find departement wise total sal?
  • Ans. 

    To find department wise total salary, sum up the salaries of employees in each department.

    • Group employees by department

    • Calculate total salary for each department

    • Display department wise total salary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try your best......

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to digital marketing
  • Q2. Data base related
Round 2 - HR 

(1 Question)

  • Q1. To check communication skills

S R Infotech Interview FAQs

How many rounds are there in S R Infotech Product Specialist interview?
S R Infotech interview process usually has 2 rounds. The most common rounds in the S R Infotech interview process are Technical and One-on-one Round.
What are the top questions asked in S R Infotech Product Specialist interview?

Some of the top questions asked at the S R Infotech Product Specialist interview -

  1. What testing you will do to any applicat...read more
  2. What is regression test...read more
  3. What is test...read more

Tell us how to improve this page.

S R Infotech Product Specialist Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 800 Interviews
Nagarro Interview Questions
4.0
 • 776 Interviews
View all
SQL Database Administrator
12 salaries
unlock blur

₹4.7 L/yr - ₹5.2 L/yr

Softwaretest Engineer
10 salaries
unlock blur

₹3.2 L/yr - ₹4.8 L/yr

Software Engineer
6 salaries
unlock blur

₹3.8 L/yr - ₹4.8 L/yr

MS SQL DBA
5 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Test Engineer
5 salaries
unlock blur

₹4.2 L/yr - ₹5 L/yr

Explore more salaries
Compare S R Infotech 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