Upload Button Icon Add office photos
Engaged Employer

i

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

ZINFI Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ZINFI Technologies Interview Questions and Answers

Updated 8 Jun 2024

ZINFI Technologies Interview Experiences

Popular Designations

4 interviews found

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

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Very easy aptitude round with questions of C# and SQL

Round 2 - Technical 

(4 Questions)

  • Q1. Tell about the project mentioned
  • Q2. Oops, SQL, DSA (not much) concept questions
  • Q3. WAP for palindrome
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Create a function that takes a string input

    • Remove all non-alphanumeric characters and convert to lowercase

    • Check if the string is equal to its reverse to determine if it's a palindrome

  • Answered by AI
  • Q4. WAquery for selecting names of employees whose name starts with S
  • Ans. 

    Use a SQL query to select names of employees starting with S

    • Use the LIKE operator in SQL to match names starting with 'S'

    • The query would be: SELECT name FROM employees WHERE name LIKE 'S%'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Write the code part in the technical interview

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

I applied via Campus Placement and was interviewed in Jan 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 - Aptitude Test 

It was just a Q&A round of SQL,OOPS

Round 3 - Technical 

(1 Question)

  • Q1. Here,the technical recruiter asked some question on SQL & OOPS
Round 4 - HR 

(1 Question)

  • Q1. Here,the senior technical recruiter asked some question on SQL & OOPS and also HR round questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - The environment of office culture and work culture was so good.They all are very friendly but you'll be laid off at any time without any reason.

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)

I applied via Referral and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Database Related questions
  • Ans. Duplicate data delete, trigger, function, Store procedure ete
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - They mainly focus on SQL related knowledge.

Database Developer Interview Questions asked at other Companies

Q1. - Waterfall model - What is cursor in SQL - Normalization and denormalization - SDLC Lifecycle - Why we need SQL - Function and procedure in SQL - What are the main blocks of T-sql or Pl-sql - Column in left table is NULL and Column in righ... read more
View answer (1)

Interview Questionnaire 

4 Questions

  • Q1. Various Angular JS questions
  • Q2. You have to know Angular JS very well.
  • Q3. Also, questions on SQL
  • Q4. You should also know SQL

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

ZINFI Technologies interview questions for popular designations

 Junior Software Engineer

 (1)

 Software Engineer

 (1)

 Software Developer

 (1)

 Database Developer

 (1)

Jobs at ZINFI Technologies

View all

Interview questions from similar companies

I was interviewed before May 2016.

Interview Questionnaire 

1 Question

  • Q1. Why opt for non technical profile?
  • Ans. 

    I have strong leadership and communication skills that are better suited for a non-technical role.

    • I excel in managing teams and resolving conflicts

    • I have a knack for strategic planning and decision-making

    • I enjoy interacting with customers and providing excellent service

  • Answered by AI

Interview Preparation Tips

Round: Group Discussion
Duration: 20 minutes

Round: Test
Experience: 4 sections, limited time for each section but unlimited questions.
It depends on you how many questions can you answer correctly.
Duration: 15 minutes

Round: Technical + HR Interview
Experience: I knew I don't belong to technical side.

Skills: Inter Person Communication Skills, Confidence, Honesty
College Name: The Northcap University

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion

I applied via Naukri.com and was interviewed before Sep 2020. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python program like print day, month and year from current date and fibonacci series
  • Q2. Bluetooth concept basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare only program and basic concepts
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. There wer four questions 1) wildcard pattern matching(leetcode) 2) cows and buffaloes(leetcode) 3) unix based cd directory 4) backtracking question
  • Q2. It was a resume based round for 45 min
Round 2 - Technical 

(1 Question)

  • Q1. It was a resume based round for 1 hr

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice leetcode medium to hard questions
Know your resume very well

Intern Interview Questions & Answers

Idfy user image Anonymous

posted on 7 Aug 2024

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

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It had 2 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. About projects I mentioned in resume
  • Q2. React questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

DSA based round. Taken by external company. I would say to medium level questions asked.

Round 2 - One-on-one 

(2 Questions)

  • Q1. This was based on LLD.
  • Q2. Why SQL and not NoSQL?
  • Ans. 

    SQL is preferred for structured data, transactions, complex queries, and ACID compliance.

    • SQL is better for structured data and relationships between data.

    • SQL is preferred for transactions and ensuring data integrity.

    • SQL is more suitable for complex queries involving multiple tables.

    • SQL databases provide ACID compliance for data consistency and reliability.

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

(2 Questions)

  • Q1. Past project experience with a Tech Lead.
  • Ans. 

    Worked on a project with a Tech Lead to develop a new feature for a web application.

    • Collaborated closely with the Tech Lead to define project requirements and timelines

    • Received guidance and mentorship from the Tech Lead on best practices and coding standards

    • Participated in regular code reviews and discussions with the Tech Lead to ensure quality and consistency

    • Implemented feedback and suggestions provided by the Tech L

  • Answered by AI
  • Q2. More into the problems I have solved previously and the working culture discussion.

Interview Preparation Tips

Topics to prepare for Idfy Senior Software Engineer interview:
  • DSA
  • LLD
  • Past project

Skills evaluated in this interview

ZINFI Technologies Interview FAQs

How many rounds are there in ZINFI Technologies interview?
ZINFI Technologies interview process usually has 2-3 rounds. The most common rounds in the ZINFI Technologies interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for ZINFI 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 ZINFI Technologies. The most common topics and skills that interviewers at ZINFI Technologies expect are Web Development, Relationship Management, Automation Testing, SQL Server and Automation.
What are the top questions asked in ZINFI Technologies interview?

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

  1. WAquery for selecting names of employees whose name starts wit...read more
  2. WAP for palindr...read more
  3. Here,the technical recruiter asked some question on SQL & O...read more

Tell us how to improve this page.

ZINFI Technologies Interview Process

based on 3 interviews

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

ChannelPlay Interview Questions
3.8
 • 21 Interviews
Idfy Interview Questions
3.6
 • 15 Interviews
View all

ZINFI Technologies Reviews and Ratings

based on 65 reviews

3.6/5

Rating in categories

3.7

Skill development

3.5

Work-life balance

3.7

Salary

3.4

Job security

3.7

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 65 Reviews and Ratings
Program Manager

Kolkata,

Hyderabad / Secunderabad

8-13 Yrs

Not Disclosed

Azure DevOps Engineer

Kolkata,

Hyderabad / Secunderabad

5-10 Yrs

Not Disclosed

Power BI Developer

Kolkata

5-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Software Engineer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ZINFI Technologies with

ChannelPlay

3.8
Compare

Trawex Technologies

4.5
Compare

Global Edge Software

3.5
Compare

Logelite

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