Upload Button Icon Add office photos

Filter interviews by

Psiog Digital Interview Questions and Answers

Updated 9 Jan 2025

Psiog Digital Interview Experiences

Popular Designations

5 interviews found

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

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. It was one on one round they just simply ask about your skills and Ur work experience and questions on that.
Round 2 - One-on-one 

(1 Question)

  • Q1. This is another person who is head of the Data department asks simple question based on your resume no technical rounds asks about buisness scenario
Round 3 - HR 

(1 Question)

  • Q1. Basic question about us

Interview Preparation Tips

Topics to prepare for Psiog Digital Business Intelligence Analyst and Tableau Developer interview:
  • SQL
Interview preparation tips for other job seekers - Please don't attend this company they call u and they ll select u in second round they just get to know and they say they will call they won't just for fun they interview and mock you and also the job description for the same work has been changed after I got interviewed and to five years if Ur not sure about that then why give hope to candidates and break them???. I don't recommend this company or u will be shattered.

Business Intelligence Analyst and Tableau Developer Interview Questions asked at other Companies

Q1. Find Top 5 and Botton 5 sales in same sheet
View answer (1)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a selenium automation code broken link
  • Ans. 

    Selenium automation code to find broken links on a webpage

    • Use Selenium WebDriver to navigate to the webpage

    • Find all the links on the webpage using findElements method

    • Iterate through each link and check for response code using HttpURLConnection or HttpClient

    • Identify links with response code other than 200 as broken links

  • Answered by AI
  • Q2. TestNg Concepts
Round 2 - Technical 

(2 Questions)

  • Q1. Java Concepts and Programming
  • Q2. Maven Project and its structure
  • Ans. 

    Maven is a build automation tool used primarily for Java projects. It follows a specific project structure.

    • Maven project structure includes src/main/java for main source code, src/test/java for test code, and pom.xml for project configuration

    • Maven uses conventions over configurations, making it easier to manage dependencies and build processes

    • Maven project structure can be customized using plugins and profiles

    • Example: ...

  • Answered by AI

Skills evaluated in this interview

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 (9)
Psiog Digital Interview Questions and Answers for Freshers
illustration image

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 10 May 2024

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. About company and tech questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be consistent with preparation

IT Analyst Interview Questions asked at other Companies

Q1. 1. What is interface how to use? 2. Tell me a small example for interface? 3. How to managing the Error Logging system at your application 4. How you implement Security at your application 5. What are the Joins why we use joins in sql serve... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Good round with analytics and aptitude only

Round 2 - One-on-one 

(1 Question)

  • Q1. With manager, again general and interests and skills
Round 3 - HR 

(1 Question)

  • Q1. This is not exactly hr but the technical recruitment head who will ask a lot of questions but is very supportive

Interview Preparation Tips

Interview preparation tips for other job seekers - aptitude, cloud basics and sql and c# should be focus

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)

Psiog Digital interview questions for popular designations

 Business Intelligence Analyst and Tableau Developer

 (1)

 IT Analyst

 (1)

 Graduate Engineer Trainee (Get)

 (1)

 QA Engineer

 (1)

 Engineer Trainee

 (1)

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. It is situation based questions like how will you improve your company and some puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all, don't lie. Tell whatever u know and don't show off. They are focussed on your attitude. Be confident and communicate well. Don't be afraid to say your thoughts.. Though right or wrong, say it. Don't do any malpractices in case of online interview.

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Asked Java Basics

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern
Contribute & help others!
anonymous
You can choose to be anonymous

Psiog Digital Interview FAQs

How many rounds are there in Psiog Digital interview?
Psiog Digital interview process usually has 2-3 rounds. The most common rounds in the Psiog Digital interview process are One-on-one Round, HR and Technical.
How to prepare for Psiog Digital 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 Psiog Digital. The most common topics and skills that interviewers at Psiog Digital expect are SQL, Javascript, Power Bi, Hyperion and Java.
What are the top questions asked in Psiog Digital interview?

Some of the top questions asked at the Psiog Digital interview -

  1. Write a selenium automation code broken l...read more
  2. Maven Project and its struct...read more
  3. This is another person who is head of the Data department asks simple question ...read more

Recently Viewed

SALARIES

Nearbuy

SALARIES

Nuclei

INTERVIEWS

Moneycontrol.com

No Interviews

SALARIES

Stockedge

SALARIES

Boomi

INTERVIEWS

Nuclei

5.6k top interview questions

INTERVIEWS

Boomi

No Interviews

INTERVIEWS

Amazon

No Interviews

SALARIES

Boomi

INTERVIEWS

Oda Class

No Interviews

Tell us how to improve this page.

Psiog Digital Interview Process

based on 9 interviews

Interview experience

3.4
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
ENH iSecure Interview Questions
4.0
 • 29 Interviews
View all

Psiog Digital Reviews and Ratings

based on 25 reviews

3.7/5

Rating in categories

3.8

Skill development

3.1

Work-life balance

3.4

Salary

3.9

Job security

3.1

Company culture

3.3

Promotions

3.0

Work satisfaction

Explore 25 Reviews and Ratings
Software Engineer
67 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Quality Analyst
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Psiog Digital 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