Upload Button Icon Add office photos

Filter interviews by

Nikah Forever Software Engineer Intern Trainee Interview Questions and Answers for Freshers

Updated 21 Nov 2024

Nikah Forever Software Engineer Intern Trainee Interview Experiences for Freshers

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between SQL and nosql
  • Ans. 

    SQL is a relational database management system, while NoSQL is a non-relational database management system.

    • SQL is table-based, with a predefined schema, while NoSQL is document-based, key-value pairs, graph databases, or wide-column stores.

    • SQL is suitable for complex queries and transactions, while NoSQL is better for hierarchical data storage and real-time applications.

    • Examples of SQL databases include MySQL, Oracle, ...

  • Answered by AI
Round 2 - Coding Test 

In the array find duplicates

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Mcqs and coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Projects explain
  • Ans. 

    Developed a web application for tracking personal fitness goals and progress

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented a RESTful API using Node.js and Express for back-end functionality

    • Utilized MongoDB for database storage and retrieval

    • Incorporated data visualization tools like Chart.js for displaying progress graphs

  • Answered by AI
  • Q2. Previous internship learning and challenges
  • Ans. 

    During my previous internship, I learned how to work in a team, improved my coding skills, and faced challenges in debugging complex issues.

    • Collaborated with team members on projects, enhancing communication and teamwork skills

    • Gained hands-on experience in coding and software development, improving technical skills

    • Encountered challenges in debugging complex issues, leading to problem-solving and critical thinking skill

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Sep 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 

Basic level aptitude test with reasoning math question

Round 3 - Critical thinking round 

(2 Questions)

  • Q1. Game with time bound timers
  • Ans. 

    A game with time-bound timers requires players to complete tasks within a set time limit.

    • Players must strategize and prioritize tasks to complete them before the timer runs out.

    • Timers can be used to increase the difficulty and intensity of the game.

    • Examples include escape rooms, cooking games, and puzzle games with time limits.

  • Answered by AI
  • Q2. Simple critical thinking rounds
Round 4 - Technical 

(1 Question)

  • Q1. Stack queue and linked list related quest

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep practicing and do data structures with other development skills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

It was on campus interview. Questions were mostly DSA based. The first round was online screening with questions related to DFS and ad-hoc programming.

Round 2 - One-on-one 

(2 Questions)

  • Q1. This was also a DSA based round. First question was related to identifying bipartite graph.
  • Q2. Second question was Level order traversal of tree

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA for Amazon, that is the most asked topic
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Simple coding questions
  • Q2. Whats your Name

Interview Preparation Tips

Interview preparation tips for other job seekers - Grab It
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Assignment 

Assignment is very easy to understand the person

Round 3 - Technical 

(4 Questions)

  • Q1. What is sanity testing
  • Ans. 

    Sanity testing is a quick and shallow testing to ensure that the application is stable enough for further testing.

    • It is a subset of regression testing

    • It is performed after a new build or changes to the code

    • It checks for major functionalities and critical features

    • It is not exhaustive and does not cover all possible test cases

    • It helps to save time and effort by identifying major issues early on

  • Answered by AI
  • Q2. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing technique to check if the critical functionalities of the software are working fine.

    • It is a quick and shallow testing technique

    • It is performed to ensure that the build is stable enough for further testing

    • It is usually performed after every build

    • It helps in identifying critical defects early in the testing cycle

    • Example: Testing the login functionality of a website after a new build

  • Answered by AI
  • Q3. What are the functions of testing
  • Ans. 

    The functions of testing are to identify defects, improve quality, and ensure the software meets requirements.

    • Identify defects and errors in the software

    • Improve the quality of the software

    • Ensure the software meets the specified requirements

    • Validate and verify the software functionality

    • Reduce the risk of software failure

    • Provide feedback to developers for improvement

    • Ensure compliance with industry standards and regulatio

  • Answered by AI
  • Q4. What is difference between somke and sanity testing
  • Ans. 

    Smoke testing is a quick and shallow test to check if the basic functionalities of the software are working. Sanity testing is a more thorough test to check if the major functionalities of the software are working after a change.

    • Smoke testing is done to check if the software is stable enough for further testing

    • Sanity testing is done to check if the changes made to the software have not affected the major functionalitie...

  • Answered by AI
Round 4 - Aptitude Test 

Apitude testing is the person is fitted or not the job

Interview Preparation Tips

Interview preparation tips for other job seekers - asak a essay questions for freshers
Higher more freshers

Skills evaluated in this interview

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 Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Basic aptitude questions regarding numerical aptitude

Round 3 - Technical 

(2 Questions)

  • Q1. Basic questions regarding C language, C++ language
  • Q2. Subject questions regarding OOPs and Networking

Interview Preparation Tips

Topics to prepare for Jio Software Developer interview:
  • oops
  • C
  • c++
Interview preparation tips for other job seekers - Basics question regarding OOPs and their implementations and subjects
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

Ms office,Core Java , Tally , C,

Round 3 - Group Discussion 

In my Opinion,view , If you ask me, As far as I can see/I am Concerned , It seems to me that , I think /feel/reckon/ belive , If you want my option , What we have to decide

Interview Preparation Tips

Interview preparation tips for other job seekers - Upgrade the skills

I applied via Company Website

Round 1 - One-on-one 

(3 Questions)

  • Q1. About the my self and the some the general knowledge questions Why I want to get this job
  • Q2. Why do you want to get this job opportunity
  • Q3. Because as an intermediate student also can get a job

Interview Preparation Tips

Interview preparation tips for other job seekers - Become a good employee and a student can also be a jober

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

Round 1 - Technical 

(2 Questions)

  • Q1. About yourself and academic details and strength and weakness and how many sebbling and as well as project title as well as procedure
  • Q2. About company and why your choosing in this company and salary package expected

Interview Preparation Tips

Topics to prepare for Deloitte Softwaretest Engineer interview:
  • Manual testing and SQL
  • Types of testing
Interview preparation tips for other job seekers - I don't have job present iam searching for job I want to job in our company

Nikah Forever Interview FAQs

How many rounds are there in Nikah Forever Software Engineer Intern Trainee interview for freshers?
Nikah Forever interview process for freshers usually has 2 rounds. The most common rounds in the Nikah Forever interview process for freshers are Coding Test and Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Business Development Executive
4 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Software Developer
3 salaries
unlock blur

₹2.1 L/yr - ₹5 L/yr

UI/UX Designer
3 salaries
unlock blur

₹2.9 L/yr - ₹5.9 L/yr

Explore more salaries
Compare Nikah Forever with

BharatMatrimony.com

4.1
Compare

Community Matrimony

4.5
Compare

LoveVivah.com

3.5
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview