Upload Button Icon Add office photos
Engaged Employer

i

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

Programmers.io Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Programmers.io Interview Questions, Process, and Tips

Updated 11 Feb 2025

Top Programmers.io Interview Questions and Answers

View all 6 questions

Programmers.io Interview Experiences

Popular Designations

25 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Fair and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Palindrome , display char in vertical , 4 digit sal end with 0 in cobol
Round 2 - Technical 

(1 Question)

  • Q1. Palindrome , display char in vertical in cobol

Interview Preparation Tips

Interview preparation tips for other job seekers - HR itself asking many technical question before schedule interview but after all questions answered not sure wht thy expectation

Cobol Developer Interview Questions asked at other Companies

Q1. What is difference between comp and comp3 variable
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about role and responsibilities

Assistant Manager Operations Interview Questions asked at other Companies

Q1. What can you tell me about xlookup function?
View answer (26)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1) Calculate Moving Average 2) Calculate Rank 3) Create Date Table 4) Previous Month Sales
  • Ans. 

    Power BI Developer interview questions related to calculations and date table creation.

    • Moving Average can be calculated using DAX functions like AVERAGEX and CALCULATE.

    • Rank can be calculated using RANKX function.

    • Date Table can be created using CALENDAR function in DAX.

    • Previous Month Sales can be calculated using functions like PREVIOUSMONTH and CALCULATE.

  • Answered by AI

Power BI Developer Interview Questions asked at other Companies

Q1. Types of joins in power Bi & SQL and how it works?
View answer (7)

Interview Questions & Answers

user image Anonymous

posted on 19 Jun 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Total Number of Experience
  • Q2. Reason for Job Change

Interview Preparation Tips

Interview preparation tips for other job seekers - Be aware. They give unrealistic pressure. It's a hire fire policy for them.

Programmers.io interview questions for popular designations

 Software Developer

 (3)

 Softwaretest Engineer

 (2)

 Project Manager

 (1)

 Technical Lead

 (1)

 Software Engineer

 (1)

 Senior Business Analyst

 (1)

 As400 Developer

 (1)

 Senior Software Engineer

 (1)

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. Related to ADF, Log Analytics
Round 2 - Technical 

(1 Question)

  • Q1. Related to data engineering like Synapse

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for your interview, value time

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Round 1 - Technical 

(1 Question)

  • Q1. Basic sql queries , Oops concepts,
Round 2 - One-on-one 

(1 Question)

  • Q1. Previous experience explaination with example

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics, mvc, java basics
QA terminologies, ERP experience and AS 400

Lead QA Analyst Interview Questions asked at other Companies

Q1. How to copy data from one tab and paste it another tab where both tab are already opened?
View answer (1)

Jobs at Programmers.io

View all
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 

(1 Question)

  • Q1. Oops concepts, DB queries

Interview Preparation Tips

Interview preparation tips for other job seekers - practical knowledge is a must.

Delphi Developer Interview Questions asked at other Companies

Q1. Explain Delphi database components
View answer (1)

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Subfiles - ll basic concepts, printer files - OFLIND, sqlrpgle - select a member's record, CLLE- program level monmsg,

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask to write code in notepad

As400 Developer Interview Questions asked at other Companies

Q1. How to copy the file from qry command
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2022. There were 2 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 

(2 Questions)

  • Q1. 1. All manual testing questions like regression, sanity, smoke, black box testing, equivalence partioning,STLC I will suggest for manual testing read istqb fundamentals Book.
  • Q2. For automation testing do prepare for all basic programming language questions and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and read JD thoroughly. I was hired for manual testing. Read and practice basic programming language questions like reverse string, sorting

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)
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed before Aug 2022. 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 - Coding Test 

Write a java script using any Automation framework

Round 3 - Technical 

(1 Question)

  • Q1. Give example of Boundary value analysis
  • Ans. 

    Boundary value analysis involves testing the boundaries of input ranges.

    • Identify the boundaries of valid and invalid input ranges

    • Test values at the lower and upper limits of the input range

    • Test values just below and just above the boundaries

    • Example: Testing a program that accepts numbers from 1 to 100 by testing inputs like 0, 1, 100, 101

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

(1 Question)

  • Q1. Why I should hire you

Skills evaluated in this interview

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)

Programmers.io Interview FAQs

How many rounds are there in Programmers.io interview?
Programmers.io interview process usually has 1-2 rounds. The most common rounds in the Programmers.io interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Programmers.io 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 Programmers.io. The most common topics and skills that interviewers at Programmers.io expect are SQL, Javascript, AS400, RPG and C#.
What are the top questions asked in Programmers.io interview?

Some of the top questions asked at the Programmers.io interview -

  1. What is gap analysis, what is use case and elements of various BA documents lik...read more
  2. What are the modules worked on Face...read more
  3. What is Dental claim processi...read more
How long is the Programmers.io interview process?

The duration of Programmers.io interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Programmers.io Interview Process

based on 24 interviews

Interview experience

3.2
  
Average
View more

Interview Questions from Similar Companies

Webkul Software Interview Questions
3.8
 • 56 Interviews
Upwork Interview Questions
4.4
 • 18 Interviews
Ciklum Interview Questions
3.6
 • 18 Interviews
ValueCoders Interview Questions
3.1
 • 9 Interviews
Toptal Interview Questions
 • 3 Interviews
Codal Interview Questions
4.3
 • 1 Interview
View all

Programmers.io Reviews and Ratings

based on 159 reviews

4.2/5

Rating in categories

4.0

Skill development

4.1

Work-life balance

4.1

Salary

4.0

Job security

4.1

Company culture

4.0

Promotions

4.1

Work satisfaction

Explore 159 Reviews and Ratings
QA Automation Engineer

Jaipur

4-6 Yrs

Not Disclosed

Cobol Developer

Jaipur

5-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
93 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Programmers.io with

Upwork

4.4
Compare

Codal

4.3
Compare

Ciklum

3.6
Compare

ValueCoders

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