Upload Button Icon Add office photos
Engaged Employer

i

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

de facto Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

de facto Infotech Interview Questions and Answers

Updated 19 Dec 2024

de facto Infotech Interview Experiences

Popular Designations

2 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

First round was aptitude basic maths skills were tested like Simple Interest and all.

Round 2 - Coding Test 

This was actually a hand written test where you were given 2 very easy array based DSA question and 1 OOPs based question where you were to implement all four concepts of OOPs in a given class.

Round 3 - Group Discussion 

Teams were divided in two and then we were given two topics to discuss upon

Round 4 - Technical 

(1 Question)

  • Q1. This round was technical interview where they asked my first simple questions like introduction, my home town and is it my first interview etc then they gave a puzzle to solve(available on GFG) and then t...
Round 5 - One-on-one 

(1 Question)

  • Q1. Then at the end they select a few final candidates to have one-on-one round with CEO of the company where he asked me questions on OOPs and Java, Garbage collection questions, also asked if I am really ...

Interview Preparation Tips

Interview preparation tips for other job seekers - I gave this exam from On-campus opportunity, I dont think they take students from off-campus I'm not really sure about that. All the process was done in one day and its easy to crack even if you have slight ideas of language you use and basic concepts of DSA,OOPs and just stay confident. In interview they will help you out by giving hints so dont panic just them your thought process.

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

HR Executive Interview Questions & Answers

user image Anonymous

posted on 15 Jan 2024

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

I applied via Campus Placement and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why do you want to be HR?
  • Q2. Being an HR you learn many new things and get updated on the talents people have which will help in getting the right assets to the company.
Round 2 - One-on-one 

(1 Question)

  • Q1. What do you understand my conflict management?
  • Ans. 

    Conflict management refers to the process of handling and resolving conflicts in a professional setting.

    • Conflict management involves identifying and addressing conflicts in a timely manner.

    • It requires effective communication and active listening skills.

    • Conflict management strategies may include negotiation, mediation, or compromise.

    • An HR executive should be able to facilitate conflict resolution and promote a positive ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They don't have a basic test paper or evaluation sheet. The hiring was going on the basis of nothing. A big alteration rate they have. Be aware.

HR Executive Interview Questions asked at other Companies

Q1. What do you know about Labor Law
View answer (6)

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Campus Placement

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. 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 - Technical 

(1 Question)

  • Q1. Find the duplicate items in the array.
  • Ans. 

    Find duplicate items in array of strings.

    • Iterate through array and store each item in a hash set.

    • If item already exists in hash set, it is a duplicate.

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

(1 Question)

  • Q1. Javascript basics questions

Skills evaluated in this interview

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Questions on dsa, 2 medium and 1 easy level.
  • Q2. Questions related to the projects.

Interview Questionnaire 

1 Question

  • Q1. Questions regards node js and java script concept, event loop, why node is single threaded, how event loop works in node js, database queries and previous work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was absolutely amazing and fantastic.
Advice:
Answer question with confidence.
Feel comfortable with interviewer.

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

Interview Questionnaire 

4 Questions

  • Q1. To find if a number is Prime or not and optimise your written code.
  • Ans. 

    Check if a number is prime and optimize the code.

    • Start by checking if the number is less than 2, in which case it is not prime.

    • Iterate from 2 to the square root of the number and check if any of them divide the number evenly.

    • If a divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI
  • Q2. Css question related to flex box, Grid and cross browser compatibility
  • Q3. To call an API in react and optimise your written code.
  • Ans. 

    To optimise API calls in React, use asynchronous functions and caching techniques.

    • Use async/await to handle API calls

    • Implement caching to reduce network requests

    • Use memoization to avoid unnecessary re-renders

    • Consider using a state management library like Redux

    • Use performance profiling tools like React DevTools

  • Answered by AI
  • Q4. Questions on JS concepts like Objects and Prototype Inheritance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basic concepts and prepare well for the interview.

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Coding Test 

Online Coding Test included some aptitude questions, technical questions followed by 3 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. My technical interview included an introduction about myself followed by my background, projects I've made, internships I've done, and in which language I was comfortable. and the interviewer asked me to w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer confidently and give examples. and you can also connect the questions asked to your past projects.

de facto Infotech Interview FAQs

How many rounds are there in de facto Infotech interview?
de facto Infotech interview process usually has 3-4 rounds. The most common rounds in the de facto Infotech interview process are One-on-one Round, Aptitude Test and Coding Test.
How to prepare for de facto Infotech 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 de facto Infotech. The most common topics and skills that interviewers at de facto Infotech expect are C#, .Net, ASP.Net, SQL Server and MVC.
What are the top questions asked in de facto Infotech interview?

Some of the top questions asked at the de facto Infotech interview -

  1. What do you understand my conflict manageme...read more
  2. this round was technical interview where they asked my first simple questions ...read more
  3. Then at the end they select a few final candidates to have one-on-one round wit...read more

Tell us how to improve this page.

de facto Infotech Interview Process

based on 3 interviews

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
View all

de facto Infotech Reviews and Ratings

based on 40 reviews

3.7/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.5

Salary

3.6

Job security

3.7

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 40 Reviews and Ratings
Software Developer
7 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Software Engineer
6 salaries
unlock blur

₹2 L/yr - ₹8.7 L/yr

Developer
4 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Junior Software Developer
4 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Associate Software Developer
4 salaries
unlock blur

₹3.5 L/yr - ₹4 L/yr

Explore more salaries
Compare de facto Infotech with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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