Upload Button Icon Add office photos

OSP Labs

Compare button icon Compare button icon Compare

Filter interviews by

OSP Labs Interview Questions, Process, and Tips

Updated 19 Feb 2025

Top OSP Labs Interview Questions and Answers

View all 13 questions

OSP Labs Interview Experiences

Popular Designations

8 interviews found

Softwaretest Engineer Interview Questions & Answers

user image Sudharshan Vadde

posted on 19 Feb 2025

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

I was interviewed before Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What is your experience with API testing?

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

DOT NET Developer Interview Questions & Answers

user image Swati shivaji Raykar

posted on 8 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sarah cover 600 m streat in 5 minutes.what is the speed of Sarah in km/h?
  • Ans. 

    Sarah's speed is 7.2 km/h.

    • Convert 600 meters to kilometers (600m = 0.6 km)

    • Calculate the speed using the formula: Speed = Distance / Time

    • Speed = 0.6 km / 5 minutes = 0.12 km/min

    • Convert minutes to hours (1 hour = 60 minutes)

    • Speed = 0.12 km/min * 60 min/hour = 7.2 km/h

  • Answered by AI
  • Q2. A:B=3:4,C:B=5:4 ,C:D=10:9 then what will be A:D ?
  • Ans. 

    A:D = 6:5

    • First, find the common ratio between A and B, which is 3:4

    • Then, use the ratios between B and C, and C and D to find the ratio between A and D

    • Calculate the ratio A:D using the ratios found in the previous steps

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is OOP in C#?
  • Ans. 

    OOP in C# stands for Object-Oriented Programming, a programming paradigm that uses objects to design and build applications.

    • OOP focuses on creating objects that contain both data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP in C#.

    • Example: Creating classes like 'Person' with properties like 'Name' and methods like 'SayHello'.

  • Answered by AI
  • Q2. What is async and await in dot net?
  • Ans. 

    Async and await are keywords in C# that allow for asynchronous programming, making it easier to write code that doesn't block the main thread.

    • Async is used to define a method as asynchronous, allowing it to run concurrently with other code.

    • Await is used within an async method to pause execution until a task is complete, without blocking the main thread.

    • Async and await are commonly used in scenarios such as making web r...

  • Answered by AI

Skills evaluated in this interview

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (10)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Assignment 

Social media posts on 3 topics -One of it was - Why social determinants of health are essential to promote health equity

Interview Preparation Tips

Interview preparation tips for other job seekers - They prefer only male candidates. and I am a woman so why they made me do this assignment, when they're not considering a female candidate. wasting time of the job seekers

Content Writer Interview Questions asked at other Companies

Q1. What are the steps to follow to write good content?
View answer (5)

Copywriter Interview Questions & Answers

user image Anonymous

posted on 22 Jan 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Assignment 

Assessment based Cold emailing and messaging.

Round 2 - HR 

(2 Questions)

  • Q1. Background information-professional n personal
  • Q2. Expected CTC / Salary negotiations

Copywriter Interview Questions asked at other Companies

Q1. What are the best practices we can follow to rank our product descriptions organically in Google search?
View answer (1)

OSP Labs interview questions for popular designations

 Content Writer

 (1)

 Copywriter

 (1)

 Developer

 (1)

 Digital Marketing Executive

 (1)

 DOT NET Developer

 (1)

 Executive Trainee

 (1)

 Senior Engineer

 (1)

 Softwaretest Engineer

 (1)

I applied via Indeed and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Tell me about your project in web api
  • Q2. Tell me about how do you manage security at application level
  • Ans. 

    I ensure security at application level by implementing secure coding practices and regularly testing for vulnerabilities.

    • Implement secure coding practices such as input validation, output encoding, and proper error handling

    • Regularly test for vulnerabilities using tools like OWASP ZAP and Burp Suite

    • Implement access controls and authentication mechanisms to ensure only authorized users can access sensitive data

    • Encrypt se...

  • Answered by AI
  • Q3. Database password approach
  • Ans. 

    Database passwords should be stored securely using hashing and salting techniques.

    • Use a strong hashing algorithm like SHA-256 or bcrypt to hash passwords.

    • Add a unique salt to each password before hashing to prevent rainbow table attacks.

    • Store the salt and hashed password separately in the database.

    • Use a secure connection (HTTPS) when transmitting passwords.

    • Implement password policies to enforce strong passwords and reg

  • Answered by AI
  • Q4. Stored procedure performance tunning with heavy database
  • Ans. 

    To tune stored procedure performance with heavy database, optimize query execution plan, use indexes, and minimize data transfer.

    • Optimize query execution plan

    • Use indexes

    • Minimize data transfer

    • Consider partitioning large tables

    • Use stored procedure parameters

    • Avoid using cursors

    • Use SET NOCOUNT ON

    • Consider using temp tables

    • Regularly update statistics

  • Answered by AI
  • Q5. .NET MVC
  • Q6. Oops in real projects
  • Ans. 

    Oops (Object-Oriented Programming) is a common paradigm in real projects.

    • Oops helps in creating modular and reusable code.

    • It helps in reducing code duplication and increasing code maintainability.

    • Common oops concepts include inheritance, polymorphism, and encapsulation.

    • Examples of oops languages include Java, C++, and Python.

  • Answered by AI
  • Q7. Reason to select MVC vs. non MVC
  • Ans. 

    MVC provides better separation of concerns and modularity, making it easier to maintain and scale applications.

    • MVC separates the application into Model, View, and Controller components

    • This separation allows for easier testing and maintenance of each component

    • MVC also allows for easier scalability and modularity of the application

    • Non-MVC architectures can lead to tightly coupled code and difficulty in making changes

    • Exam...

  • Answered by AI
  • Q8. Flexibility to learn new technology
  • Ans. 

    I am highly flexible and adaptable to learning new technologies.

    • I have a passion for learning and staying up-to-date with the latest advancements in technology.

    • I have a proven track record of quickly learning and mastering new technologies.

    • I am comfortable with experimenting and exploring new technologies on my own time.

    • I am open to constructive feedback and willing to learn from my mistakes.

    • I have experience working w...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - mind blowing interview from Pankaj

Skills evaluated in this interview

Top OSP Labs Senior Engineer Interview Questions and Answers

Q1. tell me about how do you manage security at application level
View answer (1)

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (54)

I applied via Campus Placement and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is Search engine Optimization
  • Ans. 

    Search engine optimization (SEO) is the process of optimizing a website to rank higher in search engine results pages (SERPs).

    • SEO involves optimizing website content, structure, and HTML code.

    • Keyword research and analysis is a crucial part of SEO.

    • Link building and social media marketing can also improve SEO.

    • SEO is an ongoing process that requires monitoring and adjustments.

    • Examples of search engines include Google, Bin

  • Answered by AI
  • Q2. How Would you Create a Marketing Plan for your company
  • Q3. What is Account Based Marketing
  • Ans. 

    Account Based Marketing is a targeted marketing strategy that focuses on specific accounts or companies.

    • ABM involves identifying high-value accounts and creating personalized campaigns for them

    • It requires close collaboration between sales and marketing teams

    • ABM can result in higher conversion rates and ROI compared to traditional marketing methods

    • Examples of ABM tactics include personalized emails, targeted social medi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about Growth Hacking and Performance marketing with Account Based Marketing

Skills evaluated in this interview

Digital Marketing Executive Interview Questions asked at other Companies

Q1. What is the difference between do follow and no follow links?
View answer (5)

Jobs at OSP Labs

View all

Developer Interview Questions & Answers

user image Anonymous

posted on 13 May 2020

I applied via Naukri.com and was interviewed in Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. OOPS concept
  • Q2. Framework architecture
  • Q3. Opensource trends
  • Q4. Version different and serverless coding
  • Q5. AWS deployment

Interview Preparation Tips

Interview preparation tips for other job seekers - do strong homework on your skills

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)

Executive Trainee Interview Questions & Answers

user image Amber Huseby

posted on 25 Jun 2021

I applied via Naukri.com and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What's your education qualification?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice Interview

Executive Trainee Interview Questions asked at other Companies

Q1. If you are asked to construct a dam in Mizoram, what will be the problems you are expected to face and what all logistics will you be looking out for?
View answer (1)

Interview questions from similar companies

Automation Pega Developer Interview Questions & Answers

Billennium user image Anonymous

posted on 24 Dec 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Referral

Round 1 - HR 

(3 Questions)

  • Q1. Overall & Relevant experience in Pega
  • Ans. 

    I have 5 years of experience working with Pega, including designing and implementing automation solutions.

    • Designed and implemented automation solutions using Pega platform

    • Worked with various Pega tools and technologies

    • 5 years of experience in Pega development

  • Answered by AI
  • Q2. Current & expected salary
  • Ans. 

    I am currently earning $80,000 and expecting a salary of $90,000.

    • Current salary: $80,000

    • Expected salary: $90,000

  • Answered by AI
  • Q3. Basic questions about Pega
Round 2 - Technical 

(2 Questions)

  • Q1. Introduction, basic discussion about projects, Roles & responsibilities
  • Q2. Case Management, Reporting, Integrations, Security, Deployments, UI with COSMOS
Round 3 - Technical 

(2 Questions)

  • Q1. Introduction & basic discussion about previous projects & experiences
  • Q2. In depth questions about advanced PEGA topics related to Case Management, Reporting, Integrations, Security, UI

Apprentice Interview Questions & Answers

HyScaler user image Radharani Rath

posted on 25 Nov 2024

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

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

4 easy level questions will be asked basically from arrays and strings.

Round 2 - Assignment 

Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.

Round 3 - One-on-one 

(4 Questions)

  • Q1. DBMS questions like ACID properties, database transaction. Etc
  • Q2. Project related questions
  • Q3. Basic and conceptual questions of frameworks you know
  • Q4. Basic coding questions like armstrong number, palendromic sequence, recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give focus on conceptual and theory questions of your known framework

OSP Labs Interview FAQs

How many rounds are there in OSP Labs interview?
OSP Labs interview process usually has 1-2 rounds. The most common rounds in the OSP Labs interview process are Assignment, Technical and HR.
How to prepare for OSP Labs 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 OSP Labs. The most common topics and skills that interviewers at OSP Labs expect are outbound, simplex, Java Web Services, Share Market and team.
What are the top questions asked in OSP Labs interview?

Some of the top questions asked at the OSP Labs interview -

  1. tell me about how do you manage security at application le...read more
  2. Sarah cover 600 m streat in 5 minutes.what is the speed of Sarah in km...read more
  3. stored procedure performance tunning with heavy datab...read more

Tell us how to improve this page.

OSP Labs Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
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
 • 806 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
View all

OSP Labs Reviews and Ratings

based on 75 reviews

4.1/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

3.8

Work satisfaction

Explore 75 Reviews and Ratings
DevOps Engineer

Mumbai

2-5 Yrs

Not Disclosed

Explore more jobs
Software Developer
44 salaries
unlock blur

₹3.6 L/yr - ₹14.2 L/yr

Senior Software Developer
19 salaries
unlock blur

₹4.9 L/yr - ₹20 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹13.6 L/yr - ₹30 L/yr

Senior Software Tester
8 salaries
unlock blur

₹4.6 L/yr - ₹12.4 L/yr

Software Tester
7 salaries
unlock blur

₹2.4 L/yr - ₹7 L/yr

Explore more salaries
Compare OSP Labs 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