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

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

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 applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Will be given Requirement to write code for Restraunt. Based on that have write code for delivering orders by delivery boys.

Round 2 - Technical 

(1 Question)

  • Q1. OOPS Concepts, Java Basics, Collections, MultiThreading

Interview Preparation Tips

Topics to prepare for LogiNext Solutions Software Engineer interview:
  • Java
  • OOPS
  • MySQL
  • Pattern Programming
Interview preparation tips for other job seekers - Focus on DSA and Logical Programming

I applied via Approached by Company and was interviewed in Aug 2021. 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 - Coding Test 

Assignment to develop a prototype

Round 3 - One-on-one 

(3 Questions)

  • Q1. Face to face questions
  • Q2. Java Question Technical & coding
  • Q3. Mongodb & Mysql Question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

15 objective questions related to basic DSA, OOPS

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your one of the project , cross questions around project
  • Q2. OS, DBMS & One medium complex coding question
Round 3 - Technical 

(2 Questions)

  • Q1. Introduce yourself & explain your fav. project.
  • Q2. One coding question related to sorting & hashing, i have to share my screen and discuss all possible approaches & then write code for optimum approach.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Nuts and bolts game, to output date in a certain format, one SQL query

Round 2 - Technical 

(2 Questions)

  • Q1. Stacks and Queues
  • Q2. Linked lists, arrays, and many more basic fundamental Dsa questions.
Round 3 - Technical 

(2 Questions)

  • Q1. More about your resume projects.
  • Q2. Puzzles and reasoning is asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Try Puzzles on gfg, knows your projects that you have mentioned in your cv or resume, basic dsa is mostly asked with a focus on dbms.
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

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

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

Idfy Interview Questions
3.6
 • 15 Interviews
KDK Software Interview Questions
3.1
 • 15 Interviews
View all

ZINFI Technologies Reviews and Ratings

based on 66 reviews

3.4/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

3.7

Salary

3.4

Job security

3.6

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 66 Reviews and Ratings
Product Owner

Kolkata

8-13 Yrs

Not Disclosed

Program Manager

Kolkata,

Hyderabad / Secunderabad

8-13 Yrs

Not Disclosed

Azure DevOps Engineer

Kolkata,

Hyderabad / Secunderabad

5-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
19 salaries
unlock blur

₹2.8 L/yr - ₹9.7 L/yr

Junior Software Engineer
14 salaries
unlock blur

₹2.3 L/yr - ₹4.1 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹7.7 L/yr - ₹14.5 L/yr

Software Developer
8 salaries
unlock blur

₹3.5 L/yr - ₹11 L/yr

Program Coordinator
6 salaries
unlock blur

₹3.1 L/yr - ₹5 L/yr

Explore more salaries
Compare ZINFI Technologies with

Global Edge Software

3.5
Compare

Trawex Technologies

4.5
Compare

Moveinsync Technology Solutions

3.4
Compare

Pagarbook

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