Upload Button Icon Add office photos

Filter interviews by

Strategic Resources Interview Questions and Answers

Updated 16 Sep 2021

Strategic Resources Interview Experiences

1 interview found

I was interviewed in Jan 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Hard

This was face to face interview round. All questions asked by the interviewer were based on data structures.

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. Outer And Inner Loop

    We are going to have two loops outer-loop and inner-loop 

    1. Maintain a count of the number of nodes visited in outer-loop.
    2. For every node of the outer-loop, start the inner loop from head.
    3. If the inner-loop visits the node next to the outer-loop node, then return true, else repeat the process for the next iteration of outer-loop.
    4. If outer-loop reaches the end of list or null, then return false.
    Space ...
  • Answered Anonymously
  • Q2. 

    Anagram Pairs Verification Problem

    Your task is to determine if two given strings are anagrams of each other. Two strings are considered anagrams if you can rearrange the letters of one string to form the...

  • Ans. Count Characters

    Anagrams have a unique property: the counts of each distinct character present in both strings are the same. One way to check this is: 

    1. Sort both strings, so that all the same characters come together
    2. Then loop through both strings together and check each element in both strings one by one
    3. If at any position, the characters are found to be different or if the lengths of the two strings are different, ...
  • Answered Anonymously
Round 2 - HR 

Round duration - 20 minutes
Round difficulty - Easy

HR round is easy, in this round the HR basically ask some basic questions regarding me. He just want to check my confidence and communication skills .

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in NoidaEligibility criteriaabove 60%Strategic IP Information Pte Ltd. interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Operating System, Computer Networks, Security, and Authentication, and Basic Computer Science backgroundTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Always be confident in front of the interviewer but don’t be overconfident. 
Tip 2 : Also for interview preparation, I took course from Coding Ninjas which was a game-changer for me as I got to know all the important concepts and questions which are asked in interviews.
Tip 3 : Practice previous interview questions from LeetCode, GeeksForGeeks.
Tip 4 : Revise Computer Science subjects like DBMS, OOPS thoroughly.

Application resume tips for other job seekers

Tip 1 : Be honest on resume.
Tip 2 : Keep it subtle. 
Tip 3 : Even if you are a good Competitive programmer, don’t brag during interviews.
Tip 4 : Mention your projects that are most relevant to the job position which you are applying for and that which you are most knowledgeable about.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (40)

Interview questions from similar companies

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

I applied via Naukri.com

Round 1 - Assignment 

Any topic on current affairs

Round 2 - One-on-one 

(2 Questions)

  • Q1. Previous experience in detail
  • Ans. 

    I have 3 years of experience as an MIS Executive and Analyst in a multinational company.

    • Managed and analyzed data to provide insights for decision-making

    • Created reports and dashboards using Excel and BI tools

    • Collaborated with cross-functional teams to improve data accuracy and efficiency

  • Answered by AI
  • Q2. How do you think you are a good fit for the role?
Round 3 - Client Interview 

(2 Questions)

  • Q1. Client will ask about the tool we know or about our technical proficiency to know if we are good fit for the role
  • Q2. Previous company experience and ms office experience
Round 4 - Technical 

(1 Question)

  • Q1. There will be a scenario and we need to write a code to run that also
Round 5 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Documentation in the last
  • Ans. 

    Documentation is crucial for maintaining accurate records and ensuring smooth operations.

    • Documentation helps in tracking changes and updates in systems and processes.

    • It provides a reference point for troubleshooting and resolving issues.

    • Proper documentation ensures consistency and standardization in operations.

    • Examples include user manuals, system configurations, process flowcharts, and troubleshooting guides.

  • Answered by AI

State bank operational support ATM Field executive Interview Questions & Answers

Randstad user image Anonymous

posted on 11 Jan 2025

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

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. How often do you work on Sundays?
  • Q2. Why are you leaving your previous company?
  • Q3. How many days are you prepared to join?
  • Q4. Maximum sundays also working

Interview Preparation Tips

Interview preparation tips for other job seekers - Thank you very much naukri i got a appointed in sbi
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

There are30 multiple chocke quetsions

Round 2 - Technical 

(5 Questions)

  • Q1. What is troubleshooting
  • Ans. 

    Troubleshooting is the process of identifying, diagnosing, and resolving technical issues or problems.

    • Identifying the issue or problem

    • Gathering information and data related to the issue

    • Analyzing the information to determine the root cause

    • Developing and implementing a solution

    • Testing the solution to ensure it resolves the issue

  • Answered by AI
  • Q2. What is diagnosing
  • Ans. 

    Diagnosing is the process of identifying and determining the cause of a problem or issue.

    • Diagnosing involves gathering information about symptoms or issues.

    • It requires analyzing data and identifying patterns or potential causes.

    • Diagnostic tools and tests may be used to aid in the process.

    • Once a diagnosis is made, appropriate solutions or treatments can be implemented.

  • Answered by AI
  • Q3. What is email writing
  • Ans. 

    Email writing is the process of composing and sending electronic messages through email platforms.

    • Use a clear and concise subject line to summarize the email content

    • Address the recipient properly with a greeting

    • Organize the email content into paragraphs for easy readability

    • Use professional language and tone

    • Include a signature with contact information at the end

  • Answered by AI
  • Q4. What is java andu know it
  • Ans. 

    Java is a high-level programming language used for developing applications and software.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for modular and reusable code

    • Java is used in a wide range of applications, from web development to mobile apps

    • Examples: Android apps, web servers, enterprise applications

  • Answered by AI
  • Q5. What is sql how can
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to perform tasks such as querying data, updating data, and creating databases

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE

    • Example: SELECT * FROM customers WHERE city = 'New York'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview no need to panic questions can be well known
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Who much salary
  • Q2. Permanent this job
  • Q3. Working timings
  • Q4. Anything application jobs
  • Q5. This is legal company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are the various types of taxes under the Goods and Services Tax (GST) system?
  • Ans. 

    Various types of taxes under GST include CGST, SGST, IGST, and UTGST.

    • Central Goods and Services Tax (CGST) - levied by the central government on intra-state supplies of goods and services

    • State Goods and Services Tax (SGST) - levied by the state government on intra-state supplies of goods and services

    • Integrated Goods and Services Tax (IGST) - levied by the central government on inter-state supplies of goods and services

    • ...

  • Answered by AI
  • Q2. What are the key aspects of income tax?
  • Ans. 

    Key aspects of income tax include tax rates, deductions, credits, filing deadlines, and tax planning.

    • Tax rates vary based on income levels, with higher incomes typically taxed at higher rates.

    • Deductions such as mortgage interest, charitable contributions, and medical expenses can reduce taxable income.

    • Tax credits directly reduce the amount of tax owed, such as the Child Tax Credit or Earned Income Tax Credit.

    • Filing dea...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is the uses of STP
  • Q2. Tell me about your self
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Project Discussions
  • Q2. Java, Spring boot, Database and Angular
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is firewall
  • Q2. What is proxy
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How do you manage the store?
  • Ans. 

    I manage the store by overseeing inventory, organizing products, maintaining cleanliness, and ensuring efficient operations.

    • Regularly check inventory levels and order products as needed

    • Organize products in a logical manner for easy access

    • Maintain cleanliness and organization in the store

    • Implement efficient store operations to maximize productivity

    • Train and supervise store staff to ensure smooth functioning

  • Answered by AI
  • Q2. How to issue and how do you receive and how will you issue any material after one month??

Interview Preparation Tips

Interview preparation tips for other job seekers - V good

Strategic Resources Interview FAQs

How to prepare for Strategic Resources 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 Strategic Resources. The most common topics and skills that interviewers at Strategic Resources expect are Talent Management, Leadership Development, Talent Development, HR Consulting and HR Operations.

Tell us how to improve this page.

Interview Questions from Similar Companies

Randstad Interview Questions
3.8
 • 258 Interviews
ABC Consultants Interview Questions
3.9
 • 184 Interviews
PeopleStrong Interview Questions
3.4
 • 50 Interviews
Experis IT Interview Questions
3.0
 • 48 Interviews
CIEL HR Interview Questions
4.0
 • 46 Interviews
IMS People Interview Questions
3.6
 • 37 Interviews
View all

Strategic Resources Reviews and Ratings

based on 15 reviews

3.0/5

Rating in categories

2.8

Skill development

2.9

Work-life balance

2.5

Salary

3.0

Job security

2.8

Company culture

2.8

Promotions

2.9

Work satisfaction

Explore 15 Reviews and Ratings
Research Analyst
35 salaries
unlock blur

₹2 L/yr - ₹3.3 L/yr

Senior Research Analyst
28 salaries
unlock blur

₹2.7 L/yr - ₹4.3 L/yr

Team Lead
8 salaries
unlock blur

₹3.1 L/yr - ₹7.1 L/yr

Consultant
4 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Senior Consultant
4 salaries
unlock blur

₹5 L/yr - ₹9 L/yr

Explore more salaries
Compare Strategic Resources with

Randstad

3.8
Compare

Innovsource Services

4.0
Compare

Evision Technoserve

4.8
Compare

IMPACT Infotech

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