Upload Button Icon Add office photos
Engaged Employer

i

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

Skilrock Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Skilrock Technologies Interview Questions and Answers

Updated 28 Mar 2024

Skilrock Technologies Interview Experiences

Popular Designations

7 interviews found

Senior Software QA Engineer Interview Questions & Answers

user image Sumit Kumar Chaudhary

posted on 19 Aug 2022

I applied via Naukri.com

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 - Technical 

(2 Questions)

  • Q1. All Manual Basics questions and Programing language
  • Q2. All DB basics and queries
Round 3 - HR 

(1 Question)

  • Q1. All common questions that all companies are asking

Interview Preparation Tips

Topics to prepare for Skilrock Technologies Senior Software QA Engineer interview:
  • Manual Testing
  • Data base testing
  • API Testing
Interview preparation tips for other job seekers - If you want to join this company then Prepare well and then attend the interview

Senior Software QA Engineer Interview Questions asked at other Companies

Q1. 1) What is latest defect, documents we prepare throughout SDLC and STLC 2) in automation: how to handle browser certificate errors in selenium? 3) challenges in appium? 4) testng >> annotations, parameterzing in testNG 5) handling dyn... read more
View answer (1)

Java Developer Interview Questions & Answers

user image rahul sahu

posted on 29 Jul 2022

Round 1 - Technical 

(1 Question)

  • Q1. Java core , spring boot jpa etc
Round 2 - One-on-one 

(1 Question)

  • Q1. Java core and project
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for skilrock . hhhhhhhhhh hhhhhhhhhh hhhhhhhhhh hhhhhhhhhh

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

General aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. College project, basic programming questions

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 (169)

Software Engineer Interview Questions & Answers

user image ARPIT VARSHNEY

posted on 2 Nov 2021

Interview Questionnaire 

3 Questions

  • Q1. - How can you detect the loop in a linked list
  • Ans. 

    Loop in a linked list can be detected using Floyd's cycle-finding algorithm.

    • Floyd's cycle-finding algorithm uses two pointers, one moving at twice the speed of the other.

    • If there is a loop in the linked list, the two pointers will eventually meet.

    • If there is no loop, the faster pointer will reach the end of the list.

    • This algorithm has a time complexity of O(n) and space complexity of O(1).

  • Answered by AI
  • Q2. - Normal Core Java, Collection, Exceptional Handling question
  • Q3. - Internal working oh hash map, set and equal and hash code method

Interview Preparation Tips

Interview preparation tips for other job seekers - It was quite easy to interview. There were asking about like normal OOPS concept,multi-threading, Collection, Exceptional Handling, and a little bit about Data Structure.

Skills evaluated in this interview

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 (169)

Skilrock Technologies interview questions for popular designations

 Software Engineer

 (3)

 Java Developer

 (1)

 QA Engineer

 (1)

 Senior Software QA Engineer

 (1)

 Technical Support Executive

 (1)

I was interviewed before Jun 2021.

Round 1 - Technical 

(2 Questions)

  • Q1. Command to check ip in linux
  • Ans. 

    Command to check IP in Linux

    • Use 'ifconfig' command to check IP address of all network interfaces

    • Use 'ip addr show' command to check IP address of a specific network interface

    • Use 'hostname -I' command to check IP address of the host machine

  • Answered by AI
  • Q2. How tocheck space in a folder of linux cmd
  • Ans. 

    To check space in a folder of Linux cmd, use the 'du' command.

    • Open the terminal and navigate to the folder you want to check.

    • Type 'du -sh' followed by the folder name.

    • The output will show the total size of the folder in a human-readable format.

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Top command is used for

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and bushup ur llinux command if u know zabbix and nagios thats great

Skills evaluated in this interview

Technical Support Executive Interview Questions asked at other Companies

Q1. 1. How to install windows 2. How to make pen drive bootable 3.What is taskbar 4.what is task manager 5.How to make partition in hard drive 6. How to activate windows
View answer (2)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Apr 2023

Interview experience
4
Good
Difficulty level
Moderate
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 - One-on-one 

(1 Question)

  • Q1. Bug life cycle question
Round 2 - One-on-one 

(1 Question)

  • Q1. Priority, severity and stlc questions
Round 3 - Managarial 

(1 Question)

  • Q1. Past project experience

Interview Preparation Tips

Interview preparation tips for other job seekers - For qa try to prepare basic manual testing and sql questions

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

I applied via Naukri.com and was interviewed before May 2021. There were 2 interview rounds.

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 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - No tips for the company. They are doing great job.

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 (169)

Interview questions from similar companies

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 May 2020. 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 

Reasoning, mathematics, and basic English grammar.

Round 3 - HR 

(1 Question)

  • Q1. Self introduction, domain knowledge, some questions about Test case presentation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with domain knowledge and some verbal reasoning and maths.

Web Engineer (Trainee) Interview Questions & Answers

rtCamp Solutions user image Anonymous

posted on 3 Sep 2023

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

I applied via Company Website and was interviewed in Aug 2023. There were 2 interview rounds.

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 - Technical 

(2 Questions)

  • Q1. Basic of git, GitHub like can we use git without GitHub, encryption, decryption, hashing.
  • Q2. Basic questions on js, java, jQuery. Basic on website handling, like how can we implement delay in the code of a website.

Interview Preparation Tips

Interview preparation tips for other job seekers - While giving the answers to the questions, be confident.
Although I tried my best but I still didn't got selected, even though you give the answers, they do have a little bit of high expectations from the candidates.
But still I would say the company is quite good for freshers, because their pay is very good.
That's all about my experience.
Best luck to you guys.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jan 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 - Telephonic Call 

(3 Questions)

  • Q1. Introduction and technical questions.
  • Q2. What is the use of JAVA API?
  • Ans. 

    The JAVA API is a collection of pre-written classes and interfaces that provide ready-to-use functionality for Java developers.

    • The JAVA API allows developers to save time and effort by using pre-built code for common tasks.

    • It provides a wide range of classes and interfaces for various purposes such as file handling, networking, database connectivity, GUI development, etc.

    • Developers can leverage the API to access system...

  • Answered by AI
  • Q3. Questions are picked from Leetcode.
Round 3 - Coding Test 

The duration of the test is one hour and four coding questions are asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - I am not able to qualify for the coding round so I have no idea of further process.

Skills evaluated in this interview

Skilrock Technologies Interview FAQs

How many rounds are there in Skilrock Technologies interview?
Skilrock Technologies interview process usually has 2-3 rounds. The most common rounds in the Skilrock Technologies interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Skilrock Technologies 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 Skilrock Technologies. The most common topics and skills that interviewers at Skilrock Technologies expect are MySQL, Agile, JQuery, Core Java and Hibernate.
What are the top questions asked in Skilrock Technologies interview?

Some of the top questions asked at the Skilrock Technologies interview -

  1. - How can you detect the loop in a linked l...read more
  2. how tocheck space in a folder of linux ...read more
  3. command to check ip in li...read more

Tell us how to improve this page.

Skilrock Technologies Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
Essel Group Interview Questions
4.2
 • 6 Interviews
Sugal & Damani Interview Questions
4.0
 • 2 Interviews
View all

Skilrock Technologies Reviews and Ratings

based on 83 reviews

4.0/5

Rating in categories

3.6

Skill development

4.2

Work-life balance

3.5

Salary

4.0

Job security

3.5

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 83 Reviews and Ratings
Software Engineer
94 salaries
unlock blur

₹3.5 L/yr - ₹9 L/yr

Software Developer
33 salaries
unlock blur

₹3 L/yr - ₹7.4 L/yr

QA Engineer
26 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

Product Owner
20 salaries
unlock blur

₹3.4 L/yr - ₹7.5 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹6.1 L/yr - ₹14 L/yr

Explore more salaries
Compare Skilrock Technologies with

Sugal & Damani

4.0
Compare

Delta Corp

3.9
Compare

JALESH CRUISES

4.9
Compare

Essel Group

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